Loading...
Loading...
Scaffolds per-project agent context — creates a tailored AGENTS.md, a CLAUDE.md symlink, and an agent_docs/ directory so AI agents can work effectively in the repository.
npx skill4agent add kylelundstedt/dotfiles bootstrap-projectAGENTS.mdCLAUDE.mdAGENTS.md.gitmy-projectAGENTS.mdmkdir -p <location>/<project-name>cdgit init.gitignoreAGENTS.mdCLAUDE.mdAGENTS.mdagent_docs/README.mdREADMEpackage.jsonpyproject.tomlCargo.tomlgo.mod.github/workflows/.gitlab-ci.ymlMakefileJustfileAGENTS.mdAGENTS.mdCLAUDE.mdln -s AGENTS.md CLAUDE.mdCLAUDE.mdAGENTS.mdAGENTS.mdagent_docs/mkdir -p agent_docsagent_docs/README.md# agent_docs
Supplementary context for AI agents working in this repository.
Place architecture decisions, API specs, or onboarding notes here.Created:
AGENTS.md — project context for AI agents
CLAUDE.md -> AGENTS.md (symlink)
agent_docs/ — supplementary context directory
Next steps:
- Review AGENTS.md and refine any sections
- Add architecture docs or API specs to agent_docs/
- Commit the new files