Skip to content

feat: v0.3.0 — enterprise skills, persistent install, content update#3

Merged
idiaz01 merged 4 commits intomasterfrom
feat/v0.3.0-enterprise-skills-persistent-install
Mar 26, 2026
Merged

feat: v0.3.0 — enterprise skills, persistent install, content update#3
idiaz01 merged 4 commits intomasterfrom
feat/v0.3.0-enterprise-skills-persistent-install

Conversation

@idiaz01
Copy link
Copy Markdown
Owner

@idiaz01 idiaz01 commented Mar 26, 2026

Summary

  • Enterprise Skills Import: New step in init flow (before design system) lets users include existing company skills/plugins from a directory path
  • Persistent Plugin Installation: Generated plugins now include setup.sh / uninstall.sh scripts that register the plugin in ~/.claude/settings.json for automatic loading across all sessions. Replaces the session-only --plugin-dir approach as the primary method.
  • Content Update (ECC v1.9.0 + Superpowers v5.0.6): Added 46 new skills, 13 new agents, and 6 new integrations (Rust, Kotlin, Swift, C++, Laravel, Flutter). Removed 3 deprecated commands (/brainstorm, /execute-plan, /write-plan) that were replaced by skills.

New init flow

Company Name → Enterprise Skills? → Design System → Integrations → Generate

Numbers

Content Before After
Skills 67 113
Agents 15 28
Commands 27 24 (removed 3 deprecated)
Integrations 30 36

Test plan

  • TypeScript compiles clean (npm run typecheck)
  • Build succeeds (npm run build)
  • All 50 tests pass (npm test) — 6 test files, 0 failures
  • Manual test: npx . init test-company — verify enterprise skills prompt appears before design system
  • Manual test: bash setup.sh in generated plugin — verify ~/.claude/settings.json updated
  • Manual test: bash uninstall.sh — verify clean removal from settings
  • Manual test: verify new integrations (rust, kotlin, swift, cpp, laravel, flutter) install their skills/agents

idiaz01 and others added 4 commits March 26, 2026 10:48
…e for v0.3.0

Add enterprise skills import step in init flow before design system collection,
allowing users to include existing company skills/plugins. Replace session-only
--plugin-dir with persistent setup.sh that registers the plugin in
~/.claude/settings.json. Add 46 new skills and 13 new agents from ECC v1.9.0,
6 new integrations (Rust, Kotlin, Swift, C++, Laravel, Flutter), and remove 3
deprecated commands replaced by skills.
@idiaz01 idiaz01 merged commit aee1d6f into master Mar 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant