Agent skill

pattern-deploy

Deploy patterns and test with CLI

Stars 163
Forks 31

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 setup
  • docs/common/workflows/development.md - Workflow commands

Find Identity Key

bash
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:

bash
deno task ct check pattern.tsx --no-run

Deploy new pattern:

bash
deno task ct piece new packages/patterns/[name]/main.tsx --identity PATH_TO_KEY

Inspect piece state:

bash
deno task ct piece inspect

Update deployed pattern:

bash
deno task ct piece setsrc packages/patterns/[name]/main.tsx

Test handler via CLI:

bash
deno task ct piece call handlerName --piece PIECE_ID

Get Help

bash
deno task ct --help
deno task ct piece --help

Done When

  • Piece deploys without errors
  • State inspects correctly
  • Handlers respond to CLI calls

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results