Agent skill
upgrade-starterpack-7ph-website-starter-pack
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/upgrade-starterpack-7ph-website-starter-pack
SKILL.md
name: upgrade-starterpack description: Upgrade the starterpack with AI assistance
Upgrade Starterpack
Run the starterpack upgrade with AI-assisted conflict resolution.
Steps
-
Run the analyze command:
bashbash scripts/_core/core-update.sh --analyze -
Review the output for:
- Version change (current → target)
- Breaking changes in upgrade notes
- Local modifications that will be overwritten
- Required migrations
-
If local modifications exist:
- Note which files have local changes
- Determine if changes should be preserved
- Plan to re-apply them after upgrade
-
Enter plan mode to create upgrade plan for user approval
-
After user approves, execute:
- Run
bash scripts/_core/core-update.shto apply upgrade - Re-apply preserved local modifications
- Run validation commands
- Run
-
Post-upgrade validation:
bashnpm run lint:frontend && npm run lint:backend npm run typecheck:frontend bash scripts/_core/validate-core-files.sh
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?