A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Claude Skill that coaches you to write better coding prompts before implementing — evaluate, clarify, plan, code, revi
Author: Ruben Granet Version: 1.0.0 License: MIT
An AI coding companion that coaches you to write better coding prompts before implementing — evaluate, clarify, plan, code, review. Instead of diving straight into code when a request is vague, it first helps you clarify what you actually need — then plans, implements, and reviews the changes.
Works with Claude Code, Claude.ai, Cursor, and OpenAI Codex.
Works with any language or stack: TypeScript, Python, Swift, Kotlin, Rust, Go, Java, Ruby, C#, and more.
Great fit:
Not the best fit:
This repo ships three files — same instructions, adapted for each platform:
| Platform | File | How it works |
|---|---|---|
| Claude Code | project-coding-companion/SKILL.md | Installed as a Claude Skill — triggers automatically on coding requests |
| Claude.ai | project-coding-companion/SKILL.md | Uploaded via Settings → Capabilities → Skills |
| Cursor | .cursorrules | Placed at the root of your project — applies to all Cursor conversations in that project |
| OpenAI Codex | AGENTS.md | Placed at the root of your project — Codex reads it as agent instructions |
project-coding-companion-skill/ ← This repo
├── README.md ← You are here (for humans on GitHub)
├── LICENSE ← MIT
├── project-coding-companion/ ← Claude Skill folder
│ └── SKILL.md ← Claude Code & Claude.ai
├── .cursorrules ← Cursor
└── AGENTS.md ← OpenAI Codex
Note: The
README.mdlives at the repo root for GitHub readers. It is not inside the skill folder — per Anthropic's Skill specification, the skill folder contains onlySKILL.mdand optionalscripts/,references/,assets/directories.
npx skills add rgranet/project-coding-companion-skill
git clone https://github.com/rgranet/project-coding-companion-skill.git
project-coding-companion/ folder in your Claude Code skills directory.zip -r project-coding-companion.zip project-coding-companion/
.cursorrules from this repo into the root of your project:
cp .cursorrules /path/to/your/project/
Important:
.cursorrulesmust be at the root of the project you're working on, not in a separate skills folder. Each project gets its own copy.
AGENTS.md from this repo into the root of your project:
cp AGENTS.md /path/to/your/project/
AGENTS.md automatically as agent instructions.Important: Like
.cursorrules,AGENTS.mdmust be at the root of the project you're working on.
You: "Add search to my app"
You: "Add a
isFavorite: Boolproperty to the Thought entity, a toggle button in ThoughtDetailView, and a FavoritesListView filtered onisFavorite == true. Follow existing MVVM pattern."
You: "I want to refactor my services layer but I don't know how to describe it. Help me write a good prompt."
Add search to my app.
Help me understand the architecture of this project.
Fix the bug where deleting a parent entity doesn't cascade to children.
Help me write a better prompt for refactoring my networking layer.
Refactor the authentication middleware to use a strategy pattern instead
of the current if/else chain. Keep backward compatibility with existing
callers. Add unit tests for each strategy.
The companion is language- and framework-agnostic. It discovers conventions from the project itself. You can customize it by:
SKILL.md directly, or add references/ and scripts/ directories inside the skill folder. Files in these directories are only loaded when relevant (progressive disclosure)..cursorrules at your project root. You can add project-specific rules (e.g., "always use Vitest instead of Jest", "all API routes go through the createHandler wrapper").AGENTS.md at your project root. Same customization approach as Cursor.Examples of things you can tune: max plan steps, coaching aggressiveness, testing expectations, preferred patterns, language-specific conventions.
Contributions are welcome!
When contributing, please update all three files (SKILL.md, .cursorrules, AGENTS.md) to keep them in sync.
MIT — see LICENSE.
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac