feat: release v1.0.7 — Claude Code & Cursor agent addons#3
Merged
Conversation
Add --claude-code and --cursor addons that inject pre-configured AI agent skills into generated projects. Both addons bundle relevant skills from the everything-claude-code collection, enabling any developer to use Claude Code or Cursor agent with full project context immediately after scaffolding. - Claude Code addon: CLAUDE.md + .claude/skills/ (SKILL.md per skill) - Cursor addon: .cursor/skills/ (skill.md per skill, same content) - Interactive multiselect prompt when neither flag is passed - Node.js skills: backend-patterns, api-design, database-migrations, docker-patterns, security-review, tdd-workflow, deployment-patterns - Python skills: python-patterns, python-testing, backend-patterns, postgres-patterns, database-migrations, docker-patterns, security-review - Fix integration snapshot tests: mockFs.exists now returns true for template paths so addon conditions evaluate correctly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.0.7
Added
--claude-codeaddon — injectsCLAUDE.md+.claude/skills/with pre-configured skills into generated projects (Node.js: 7 skills, Python: 7 skills)--cursoraddon — injects.cursor/skills/with the same skill set in Cursorskill.mdformatarchgen add claude-codeandarchgen add cursoron existing projectsFixed
mockFs.existsnow usesmockImplementationreturningtruefor template/addon paths so addon conditions evaluate correctly in test environmentSkills bundled
Node.js:
backend-patterns,api-design,database-migrations,docker-patterns,security-review,tdd-workflow,deployment-patternsPython:
python-patterns,python-testing,backend-patterns,postgres-patterns,database-migrations,docker-patterns,security-reviewTest plan
pnpm build— successpnpm test— 92/92 unit tests passedpnpm test:integration— 45/45 integration tests passed, 3 snapshots writtenarchgen create test --language node --claude-code --cursorgenerates correct file tree