General software-development skills for Claude Code. Ships pr-gen for generating GitHub PR titles and descriptions from the final-state diff.
A collection of general software-development agent skills. Installable via
either the Vercel Labs skills CLI or
Claude Code's built-in plugin system.
# Add this repo as a plugin marketplace, then install
/plugin marketplace add SebastianElvis/dev-skills
/plugin install dev-skills@dev-skills
After installing, run /reload-plugins to activate. Skills are namespaced
under the plugin name, e.g. invoke pr-gen as /dev-skills:pr-gen. You can
also browse and manage installed plugins via the /plugin interactive menu.
skills CLI (works with any agent)# All skills in this repo
npx skills add SebastianElvis/dev-skills
# Just one skill
npx skills add SebastianElvis/dev-skills --skill pr-gen
# Global install (all projects)
npx skills add SebastianElvis/dev-skills -g
Works with Claude Code, Codex, Cursor, OpenCode, and every other agent the
skills CLI supports.
| Skill | What it does |
|---|---|
pr-gen | Generate or update a GitHub PR title and description from the actual code changes on the current branch. |
.claude-plugin/marketplace.json # Marketplace catalog (lists this plugin)
.claude-plugin/plugin.json # Claude Code plugin manifest
skills/<name>/SKILL.md # Each skill (standard location for both ecosystems)
The repo doubles as both a marketplace (catalog at
.claude-plugin/marketplace.json) and the plugin itself (manifest at
.claude-plugin/plugin.json, source "./"), so a single
/plugin marketplace add registers the catalog and /plugin install pulls
the plugin from the same repo.
cd skills && npx skills init <skill-name>
Then edit skills/<skill-name>/SKILL.md and add it to the table above.
The repo ships an eval harness under evals/, modeled on Anthropic's
Demystifying Evals for AI Agents.
Both the runner and the LLM judge shell out to claude -p (no API key required).
# Does the skill trigger on the right prompts and skip the wrong ones?
python3 evals/run.py triggering --skill pr-gen --trials 2 --parallel 6
# Given it triggered, is the output good? Runs against fresh tmp git repos.
python3 evals/run.py functional --skill pr-gen
See evals/README.md for layout, judge design, and how to add cases for a new skill.
MIT
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 sebastianelvis/dev-skills --plugin dev-skillsAI-native scientific research pipeline. Takes a research goal — optionally with a research paper — and autonomously conducts rigorous, multi-step academic research.
Tutoring skill (`teach`) for learning a topic interactively — calibration, syllabus planning, and a Socratic/Feynman/drill teach loop. Named after Richard Hamming.
Multi-agent debate skills for coding CLIs. Orchestrates codex, gemini, cursor, kimi, and claude through structured debate formats (parliament, court, red-team, peer-review, committee, brainstorm) to reach more robust answers than any single model.
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.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
AI-powered development tools for code review, research, design, and workflow automation.
Design 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
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.