Getting Started
Get up and running with the Fullstack Dev Skills Plugin.
Installation (Choose One)
Section titled “Installation (Choose One)”Marketplace (Recommended)
Section titled “Marketplace (Recommended)”# Add the marketplace/plugin marketplace add jeffallan/claude-skills
# Install the plugin/plugin install fullstack-dev-skills@jeffallan
# Restart Claude Code when promptedInstall from GitHub
Section titled “Install from GitHub”claude plugin install https://github.com/jeffallan/claude-skillsInstall via skills.sh
Section titled “Install via skills.sh”npx skills add jeffallan/claude-skillsNote: This method installs skills only. Slash commands (
/common-ground,/project:*) are not included.
Local Development
Section titled “Local Development”cp -r ./skills/* ~/.claude/skills/Restart Claude Code after copying.
Test Your Installation
Section titled “Test Your Installation”Verify skills are working:
# Test NestJS Expert"Help me implement JWT authentication in NestJS"
# Test React Expert"Create a custom React hook for form validation"
# Test Debugging Wizard"Debug this memory leak in my Node.js application"
# Test Security Reviewer"Review this code for security vulnerabilities"First Steps
Section titled “First Steps”1. What’s Included
Section titled “1. What’s Included”65 skills covering:
- 12 Language Experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, 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)
- 9 Project Workflow Commands (discovery, planning, execution, retrospectives)
- Plus: Infrastructure, DevOps, Security, Architecture, Testing, and more
2. First Prompt
Section titled “2. First Prompt”Specify the tech stack and Claude activates the appropriate skills:
"I need to implement a user profile feature in my NestJS API with authentication"→ Activates NestJS Expert + Secure Code Guardian"My React app has a memory leak, help me debug it"→ Activates Debugging Wizard + React Expert3. Learn More
Section titled “3. Learn More”See Skills Guide for decision trees, skill combinations, and detailed examples for every category.
Effective Usage
Section titled “Effective Usage”1. Provide Context
Section titled “1. Provide Context”Include relevant information:
- Framework/language you’re using
- What you’re trying to accomplish
- Any constraints or requirements
- Error messages (if debugging)
2. Ask for Multiple Perspectives
Section titled “2. Ask for Multiple Perspectives”"Review this authentication code for both security and performance issues"[Activates: Security Reviewer + Code Reviewer]3. Reference the Guides
Section titled “3. Reference the Guides”- README - Overview and architecture
- Skills Guide - Detailed skill reference with decision trees
- Common Ground - Context engineering guide
- Workflow Commands - Workflow commands reference
- Contributing - How to customize/extend
Troubleshooting
Section titled “Troubleshooting”Skills Not Activating
Section titled “Skills Not Activating”- Restart Claude Code after installation
- Check skill files exist:
ls ~/.claude/skills/ - Be more specific with framework/technology names
- Try explicitly mentioning the skill name: “Use the NestJS Expert to help me…”
Skills Not Loading After Install
Section titled “Skills Not Loading After Install”- Verify the plugin is installed:
/plugin list - Check for conflicting skill names in
~/.claude/skills/ - Try reinstalling:
/plugin uninstall fullstack-dev-skills@jeffallanthen reinstall
How to Update
Section titled “How to Update”# Marketplace installs update automatically# For manual installs, pull latest and re-copy:cd claude-skills && git pullcp -r ./skills/* ~/.claude/skills/Need Help
Section titled “Need Help”- Check Skills Guide for skill-specific guidance
- Review individual
skills/*/SKILL.mdfiles - Open an issue on GitHub
Next Steps
Section titled “Next Steps”Explore Skills
Section titled “Explore Skills”Browse the skills/ directory for available skills.
Customize
Section titled “Customize”Edit any SKILL.md to match team conventions.
Contribute
Section titled “Contribute”Add new skills. See CONTRIBUTING.md.
Support
Section titled “Support”- Documentation: Check README and Skills Guide
- Issues: GitHub Issues
- Discussions: GitHub Discussions