Fullstack Dev Skills (Claude Skills)
Turns Claude Code into a full-stack pair programmer with 67 specialized language, framework, and DevOps skills that activate on their own based on what you're building, so a small bug fix never drags in an entire enterprise-scale skill stack.
Overview
Fullstack Dev Skills is a Claude Code plugin bundling 67 specialized skills across 12 categories: 12 language experts (Python, TypeScript, Go, Rust, Swift, Kotlin, C#, PHP, Java, SQL, C++, JavaScript), 7 backend framework experts (NestJS, Django, FastAPI, Spring Boot, Laravel, Rails, .NET Core), 7 frontend/mobile experts (React, Next.js, Vue, Angular, React Native, Flutter), plus infrastructure, DevOps, security, API/architecture, testing, data/ML, and platform specialists (Salesforce, Shopify, WordPress). It also ships 9 project-workflow slash commands (discovery through retrospectives) that integrate with Jira/Confluence via an Atlassian MCP server.
How it works
- Context-aware activation. Skills load automatically based on the
request's framework/language, not all at once, e.g. "Implement JWT auth in
my NestJS API" activates NestJS Expert and loads its
references/authentication.md. - Multi-skill workflows. Complex tasks chain skills in sequence, for example Feature Forge → Architecture Designer → Fullstack Guardian → Test Master → DevOps Engineer for new feature development.
/common-groundsurfaces and validates Claude's hidden assumptions about the project before it starts working.- Workflow commands manage epics end-to-end (discovery, planning, execution, retrospectives) and sync with an Atlassian MCP server for Jira/Confluence.
Examples
"Implement user authentication in my NestJS API"
→ Activates: NestJS Expert + Secure Code Guardian
"My React app has a memory leak, help me debug it"
→ Activates: Debugging Wizard + React Expert
Installation
You need Claude Code with plugin support.
- Add the marketplace:
/plugin marketplace add jeffallan/claude-skills - Install the plugin:
/plugin install fullstack-dev-skills@jeffallan - Restart Claude Code when prompted.
- Verify it worked by asking something framework-specific, e.g. "Help me implement JWT authentication in NestJS", and confirming Claude references the matching skill.
Alternative installs (skills only, no slash commands): claude plugin install https://github.com/jeffallan/claude-skills, npx skills add jeffallan/claude-skills, or copying ./skills/* into ~/.claude/skills/
for local development.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.