From rn-launch-harness
Resumes paused pipelines from saved state after rate limits, manual actions, or errors. Checks conditions like rate limit clearance or user confirmation, restores status, and resumes next skill role.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rn-launch-harness:rn-harness-resumeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
일시정지된 파이프라인을 재개한다. 레이트 리밋, 수동 작업 완료 후 사용.
일시정지된 파이프라인을 재개한다. 레이트 리밋, 수동 작업 완료 후 사용.
/rn-harness --resumestatus: paused
pause_reason: [rate_limit | manual_action | error]
next_role: [재개할 스킬]
rate_limit:
manual_action:
error:
status: running
pause_reason: ""
resume_attempts: N+1
updated_at: [현재 시간]
next_role에 해당하는 스킬 호출.
hooks/stop-failure-handler.sh가 레이트 리밋 감지 시:
state.md → status: paused, pause_reason: rate_limitat 명령으로 자동 재개 스케줄Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tjdrhs90/rn-launch-harness --plugin rn-launch-harness