Skills Directory / Development Workflows
Claude Skills for Full-Stack Developers
- Author
- Jeff Allan
- Category
- Development Workflows
- Stars
- ★ 10k
- Source
- github.com/Jeffallan/claude-skills
- Tags
66 specialized skills for full-stack development covering React, NestJS, Python, DevOps, and over 30 frameworks. Uses progressive disclosure — lean SKILL.md entry points that pull in deeper reference material only when needed, which keeps context costs down. One of the more thoughtfully engineered large collections.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install skills from the "Claude Skills for Full-Stack Developers" collection (https://github.com/Jeffallan/claude-skills) for me.
1. Run: git clone https://github.com/Jeffallan/claude-skills
2. List the skill folders in the repo (each contains a SKILL.md file) and ask me which I want — or install the ones most relevant to my current project.
3. Copy the chosen skill folders into your skills directory: ~/.claude/skills/ for Claude Code personal scope, .claude/skills/ for project scope, or your agent's equivalent SKILL.md directory.
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/jeffallan-claude-skills Claude Skills for Full-Stack Developers ships skills as folders containing SKILL.md. Copy the folders you want into your agent's skills directory (Claude Code: ~/.claude/skills/ for personal, .claude/skills/ for project scope; other agents: their SKILL.md directory).
- Clone the repo
git clone https://github.com/Jeffallan/claude-skills - Copy a skill into Claude Code (personal scope)
cp -r claude-skills/<skill-name> ~/.claude/skills/ - Read a skill without installing
curl -sL https://raw.githubusercontent.com/Jeffallan/claude-skills/main/<skill-name>/SKILL.md
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Development Workflows
- Superpowers — The most-starred skills framework — battle-tested development methodology as skills.
- Skills for Real Engineers — Matt Pocock's personal skills, straight from his .claude directory.
- wshobson/agents — Multi-harness agentic plugin marketplace spanning six coding agents.