From partme-ai-full-stack-skills
Regenerates OpenSpec AI tool config files (skills, commands, rules) after CLI upgrades. Use after `npm install -g @fission-ai/openspec@latest` or when slash commands/skills seem outdated/missing.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Run **openspec update** to regenerate AI tool configuration files (skills, commands, rules) after upgrading the OpenSpec CLI package. This ensures your project uses the latest slash commands and skill instructions.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Run openspec update to regenerate AI tool configuration files (skills, commands, rules) after upgrading the OpenSpec CLI package. This ensures your project uses the latest slash commands and skill instructions.
npm install -g @fission-ai/openspec@latest).openspec init (see openspec-initial).Upgrade the CLI first (if not already done)
npm install -g @fission-ai/openspec@latest (or pnpm/yarn/bun equivalent).Run update
openspec update — regenerates AI tool config files.openspec update --force — force update even when files are up to date.openspec update ./my-project — target a specific directory.Verify
.claude/skills/, .cursor/rules/, or other tool directories have been refreshed.openspec init) first.