用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mkusaka/ccskills --skill stuck-background-daemon-diagnostics命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls
Step-by-step migration guide for upgrading Python projects from the Anthropic SDK 0.x to 1.x, covering Python and dependency requirements, httpx2, removed APIs and parameters, response handling, testing, and verification
Catalogs reusable Artifact components and supplies the exact scripts, styles, tokens, markup contract, and composition limits for embedding interactive decision blocks
正在显示 SKILL.md
| name | stuck-background-daemon-diagnostics |
| description | The background-daemon troubleshooting section of the /stuck skill |
| metadata | {"originalName":"Skill: /stuck (background-daemon diagnostics)","ccVersion":"2.1.235","sourceUrl":"https://github.com/Piebald-AI/claude-code-system-prompts/blob/main/system-prompts/skill-stuck-background-daemon-diagnostics.md","source":{"owner":"Piebald-AI","repo":"claude-code-system-prompts","ref":"main","path":"system-prompts/skill-stuck-background-daemon-diagnostics.md"},"variables":["DAEMON_LOCK_CONTENT","DAEMON_STATUS_CONTENT","DAEMON_LOG_PATH","DAEMON_LOG_SNIPPET","WORKER_ROSTER_PATH_FN","DAEMON_STATE_DIR_FN"]} |
The background daemon manages & <prompt> jobs and claude agents. If the issue involves background sessions, look here.
${DAEMON_LOCK_CONTENT??"(missing)"}
${DAEMON_STATUS_CONTENT??"(missing)"}
${DAEMON_LOG_PATH})${DAEMON_LOG_SNIPPET}
Other daemon state on disk (Read if relevant — roster contains user prompts and env vars):
${WORKER_ROSTER_PATH_FN()} — live worker roster${DAEMON_STATE_DIR_FN()}/<short>/state.json — per-job state