1.9 KiB
CLAUDE.md
Claude Code memory file. This repo's canonical project orientation lives in AGENTS.md - the cross-tool standard read by Cursor, Copilot, Codex, Aider, Cline, and others. The line below uses Claude Code's @-import to inline AGENTS.md into this memory file, so there's a single source of truth and no drift between two near-duplicate files.
@AGENTS.md
Claude-specific surfaces
The rest of this file is content that only makes sense for Claude Code (other AI tools have their own incompatible automation mechanisms). Skills, subagent, rule, and settings live under .claude/:
.claude/skills/plugin-scaffold/- generates a plugin skeleton with capability-pipelines metadata..claude/skills/plugin-validate/- validatesplugin.jsonagainstschema/plugin.schema.jsonlocally before push..claude/skills/speckit-*/- spec-kit skills (auto-generated from.specify/; don't edit manually)..claude/rules/plugin-author.md- glob-scoped toplugins/**; encodes the contracts fromdocs/PLUGIN_AUTHORING.mdso suggestions don't drift from them..claude/agents/slopsmith-reviewer.md- plugin-aware code-review subagent. Invoke with@slopsmith-reviewer..claude/settings.json- repo defaults (no hooks enabled by default; commented opt-in example forplugin.jsonvalidation on save).
See .claude/README.md for conventions when adding more.
Why this file is short
Everything you'd expect to find here - architecture, running the app, testing, conventions, plugin authoring, first-hour pitfalls - is imported above via @AGENTS.md. Updates go in AGENTS.md. This file only carries Claude-Code-specific automation references.