Agent skill
phase-1-sichengchen-esper-2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/phase-1-sichengchen-esper-2
SKILL.md
Add esper:continue skill to resume interrupted builds
Context
/esper:build is the primary implementation skill but has no recovery path when a session is interrupted mid-implementation. A esper:continue skill dovetails into the same flow starting after branch creation, by reading the active plan and inferring what is left.
Files changed
skills/esper-continue/SKILL.md(created — 7-step workflow)
Verification
- Run:
node bin/cli.js— confirms+ esper-continueappears in the install output - Expected: skill is discoverable as
/esper:continue
Progress
- Created
skills/esper-continue/SKILL.md: 7-step workflow — check setup → assess state (git status/log + plan cross-reference) → report + confirm with user → continue implementation → verify → update Progress → wrap up - Branch mismatch warning and AskUserQuestion to switch or continue anyway
- Verification: passed —
node bin/cli.jsshows+ esper-continueinstalled to~/.claude/skills/esper-continue/SKILL.md
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?