Claude-skill-registry cc-task

Implement based on an approved plan. Use after cc-plan is finalized.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cc-task" ~/.claude/skills/majiayu000-claude-skill-registry-cc-task && rm -rf "$T"
manifest: skills/data/cc-task/SKILL.md
source content

cc-task

Implement the plan. Do not re-scope.

Required behavior

  • Follow plan steps
  • Call out deviations explicitly
  • Provide verification steps

Rules

  • If plan is missing or outdated, request cc-plan first.

References

  • If needed, read references/claude-task-system-prompt.md for the source prompt text.