Agent skill
pattern-deploy
Deploy patterns and test with CLI
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pattern-deploy
SKILL.md
Deploy Phase
Use Skill("ct") for comprehensive ct CLI documentation.
Read First
docs/development/LOCAL_DEV_SERVERS.md- Local dev setupdocs/common/workflows/development.md- Workflow commands
Find Identity Key
ls -la *.key 2>/dev/null || ls -la ~/.claude/*.key 2>/dev/null || find . -name "*.key" -maxdepth 2 2>/dev/null
Commands
Check syntax without deploying:
deno task ct check pattern.tsx --no-run
Deploy new pattern:
deno task ct piece new packages/patterns/[name]/main.tsx --identity PATH_TO_KEY
Inspect piece state:
deno task ct piece inspect
Update deployed pattern:
deno task ct piece setsrc packages/patterns/[name]/main.tsx
Test handler via CLI:
deno task ct piece call handlerName --piece PIECE_ID
Get Help
deno task ct --help
deno task ct piece --help
Done When
- Piece deploys without errors
- State inspects correctly
- Handlers respond to CLI calls
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?