Composer Prompting

Kształtuje zadanie kodowania w pięciosekcyjny prompt delegacji Cursor/Composer

Autor: freema · freema/cursor-plugin-cc

Działa po konfiguracji ★ 8.4/10

Composer Prompting — Kształtuje zadanie kodowania w pięciosekcyjny prompt delegacji Cursor/Composer

Co robi ten skill

Wskazówki dotyczące przekształcania określonego zadania kodowania w prompt dla Cursor CLI, zbudowane wokół pięciu obowiązkowych sekcji (goal, repo context, acceptance criteria, files to touch, how to verify) plus a guardrails block. Obejmuje również model escalation, chunking oversized plans, resume-versus-fresh routing, i a catalogue of prompt shapes that produce bad Composer runs. Przeznaczony do ładowania wewnątrz cursor-plugin-cc plugin before a /cursor:delegate handoff rather than being called directly by a user.

Raport z testu

Napisałem Cursor delegation prompt for a real repo dwukrotnie, z umiejętnością i bez niej. Without it I ended the prompt at „run the test suite”; the skill's grounding step made me read package.json first, i executing that repo's real command chain showed a fresh clone dies on MODULE_NOT_FOUND until npm install runs, which is precisely the unverified „done” its anti-patterns file warns about. The five-section anatomy i the guardrails on lockfiles i pre-existing failures are concrete, i all three reference files exist i are substantive. The friction is that the frontmatter sets user-invocable: false, so this folder copied into ~/.claude/skills on its own can never be called; it is designed to be pulled in by the plugin's cursor-runner subagent, which means the real install is the whole plugin. The payoff also needs the Cursor CLI, which was not on PATH here, so the end-to-end delegation stayed unverified, i on any repo that already has an AGENTS.md the gain shrinks fast: this project's own AGENTS.md already spells out the same five sections.

Testowano: 2026-07-29 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/freema/cursor-plugin-cc.git
mkdir -p ~/.claude/skills
cd cursor-plugin-cc && cp -r plugins/cursor/skills/composer-prompting ~/.claude/skills/composer-prompting

Komendy i przykładowe prompty

  • /composer-promptingKształtuje zadanie kodowania w pięciosekcyjny prompt delegacji Cursor/Composer

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • Delegate this refactor task to Cursor's Composer with a proper prompt
  • Write the Composer prompt for step 3 of our implementation plan
  • Turn this bug fix into a five-section prompt for /cursor:delegate