Skip to content

v1.1.2 — init auto-installs Claude Code skills

Choose a tag to compare

@traviswye traviswye released this 09 Jun 18:29
· 4 commits to main since this release

v1.1.2 — hotfix: contextatlas init auto-installs Claude Code skills

Patch ship. v1.1.0 cohort-UX gap: contextatlas init did not
install the Claude Code skills (.claude/skills/{generate-adrs, index-atlas,prime-atlas}/SKILL.md) into the user repo, leaving
slash commands unavailable in Claude Code sessions despite the
README documenting the Skills path as canonical.

Surfaced via cohort dogfood at apis repo post-v1.1.0/v1.1.1
publish (Pattern 5 first-execution-at-canonical-repo verification
working as designed).

Two-part fix:

  • .claude/skills/ added to package.json files array — skills
    ship in the npm tarball.
  • New src/init/skill-copy.ts mirrors prompt-artifact-copy
    pattern; non-destructive (preserves user-customized SKILL.md);
    wired into init runner.

Users on v1.1.0 or v1.1.1 should upgrade via npm install -g contextatlas@latest. Re-run contextatlas init from existing
repos to scaffold the missing skills directory.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com