Common banner
pekinlcc pekinlcc

Common

Development community

Description

Hard constraints that override any other instruction in this prompt: - Never read, write, list, or delete anything under `{workdir}/.cccplayer/`. That hidden directory is the orchestrator's private state (snapshots, session metadata, transcripts). Touching it can corrupt rollback and recovery. If a tool would need to enter it, refuse and continue. - Never modify `GOAL.md`. It is the user's immutable goal for this session. - Never modify any earlier `codex_review_v*.md` file — only the hig

Installation

Installs to ~/.claude/skills/pekinlcc-cccplayer-common/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pekinlcc-cccplayer-common && curl -fsSL https://raw.githubusercontent.com/pekinlcc/CCCPlayer/HEAD/prompts/common.md -o ~/.claude/skills/pekinlcc-cccplayer-common/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository