By mesbahtanvir
Skills by Mesbah Tanvir. Currently ships spec-driven: spec-driven development where append-only spec entries are the source of truth, folded into a consistent SPEC.md that code implements.
Custom skills for Claude Code — and the first testbed for one of them: this repository is governed by its own spec (spec-driven, dogfooded).
In any Claude Code session:
/plugin marketplace add mesbahtanvir/claude-skills
/plugin install claude-skills@mesbahtanvir
Skills trigger automatically when a request matches their description; invoke
one explicitly with /claude-skills:spec-driven.
Manual alternative: clone the repo and symlink a skill into your personal skills directory —
ln -s "$(pwd)/skills/spec-driven" ~/.claude/skills/spec-driven
| Skill | What it does |
|---|---|
| spec-driven | Spec-driven development: append-only, numbered spec entries are the source of truth, SPEC.md is the serialized consistent view, and code + tests implement the folded spec. |
python specs/fold_spec.py check — verifies the view matches the entries (runs in CI alongside the tests)To change what this repo's contents should do: append an entry
(python specs/fold_spec.py new "Title"), fold, implement, and cite the
requirement IDs in tests — see skills/spec-driven/SKILL.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mesbahtanvir/claude-skills --plugin claude-skillsDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code