https://github.com/Jeffallan/claude-skills
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
https://github.com/Jeffallan/claude-skills
ai-agents claude claude-code claude-marketplace claude-skills
Last synced: 4 months ago
JSON representation
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
- Host: GitHub
- URL: https://github.com/Jeffallan/claude-skills
- Owner: Jeffallan
- License: mit
- Created: 2025-10-20T20:27:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-19T14:22:11.000Z (5 months ago)
- Last Synced: 2026-02-19T17:54:36.551Z (5 months ago)
- Topics: ai-agents, claude, claude-code, claude-marketplace, claude-skills
- Language: Python
- Homepage:
- Size: 9.05 MB
- Stars: 3,250
- Watchers: 23
- Forks: 200
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: docs/SUPPORTED_AGENTS.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-github-projects - claude-skills - 66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer. ⭐10,426 `Python` ⚡ (🤖 AI & Machine Learning)
- awesome-claude-code - Jeffallan/claude-skills - skills?style=flat-square&logo=github) | 66 specialized skills for full-stack developers using Claude Code | (Skills & Plugins)
- awesome-claude-skills - Jeffallan/claude-skills
- StarryDivineSky - Jeffallan/claude-skills - skills 是一个专为全栈开发者设计的AI技能库项目,它通过系统化整理66项Claude模型的编程技能,解决了开发者在日常工作中需要反复向AI解释专业需求、调试低效提示词的痛点,将Claude模型转化为真正理解开发语境的"专家级结对程序员"。该项目区别于普通提示词集合的核心价值在于其实现了三个关键突破:首先,它采用模块化设计将复杂开发任务拆解为原子级技能单元,就像为程序员配备了一个可自由组合的"数字瑞士军刀",相比零散的提示词模板能实现更精准的上下文衔接;其次,每个技能都经过真实项目验证并标注适用场景,如同经过严格质检的代码模块,避免了普通AI工具常见的"理论正确但实操卡壳"问题;第三,其内置的技能协同机制允许不同专业领域的提示词智能组合,这种"技能乐高"式的设计让处理复合型开发任务时能自动保持技术栈的一致性。该项目的工作原理本质上构建了一个"AI技能中间件层":当开发者调用具体技能时,系统会自动注入经过优化的上下文记忆、预设质量检查点以及领域知识图谱。这种设计通过"预训练+微调+即时上下文增强"的三级知识处理架构,使得Claude模型能像经验丰富的技术主管那样,既理解git rebase 这样的具体操作,又能把握"保持提交历史整洁"的工程哲学。特别值得注意的是其"技能热加载"机制,开发者对本地技能文件的修改会实时影响AI输出,这种类似IDE的即时反馈循环大幅降低了提示词工程的试错成本。相较于传统AI编程助手需要用户自行维护上下文,该项目通过结构化技能描述和自动化的意图识别,实现了从"被动工具"到"主动协作者"的质变,这正是其在开发者社区快速流行的根本原因。 (A01_文本生成_文本对话 / 大语言对话模型及数据)
- awesome-claude-code - **claude-skills** - Stack Developers. (🧠 Agent Skills)
- AiTreasureBox - Jeffallan/claude-skills - 02-24_3691_34](https://img.shields.io/github/stars/Jeffallan/claude-skills.svg)|65 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.| (Repos)
- awesome-ai-agents - Jeffallan/claude-skills - A collection of 66 specialized skills designed for Anthropic's Claude AI, empowering it to act as an expert pair programmer for full-stack development tasks. (Autonomous Research & Content Generation / AI Assistants)
- awesome-claude-code-and-skills - Jeffallan/claude-skills - skills?style=flat-square) (Development & Engineering / Specialized Agents)
- awesome-openclaw-skills - Jeffallan/claude-skills - Stack Developers. Transform Claude Code into your expert pair program... | 7.4k | (Other)
- awesome-skills-zh - **Jeffallan/claude-skills**
- awesome-agent-skills - claude-skills - 66 Specialized Skills for Full-Stack Developers. (Skill Collections)
- claude-code-skills-zh - jeffallan-skills
README
---
## Quick Start
```bash
# Add the marketplace
/plugin marketplace add jeffallan/claude-skills
# Install the plugin
/plugin install fullstack-dev-skills@jeffallan
# Restart Claude Code when prompted
```
For all installation methods and first steps, see the [**Quick Start Guide**](QUICKSTART.md).
**Full documentation:** [jeffallan.github.io/claude-skills](https://jeffallan.github.io/claude-skills)
## Skills
66 specialized skills across 12 categories covering languages, backend/frontend frameworks, infrastructure, APIs, testing, DevOps, security, data/ML, and platform specialists.
See [**Skills Guide**](SKILLS_GUIDE.md) for the full list, decision trees, and workflow combinations.
## Usage Patterns
### Context-Aware Activation
Skills activate automatically based on your request:
```bash
# Backend Development
"Implement JWT authentication in my NestJS API"
→ Activates: NestJS Expert → Loads: references/authentication.md
# Frontend Development
"Build a React component with Server Components"
→ Activates: React Expert → Loads: references/server-components.md
```
### Multi-Skill Workflows
Complex tasks combine multiple skills:
```
Feature Development: Feature Forge → Architecture Designer → Fullstack Guardian → Test Master → DevOps Engineer
Bug Investigation: Debugging Wizard → Framework Expert → Test Master → Code Reviewer
Security Hardening: Secure Code Guardian → Security Reviewer → Test Master
```
## Context Engineering
Surface and validate Claude's hidden assumptions about your project with `/common-ground`. See the [**Common Ground Guide**](docs/COMMON_GROUND.md) for full documentation.
## Project Workflow
9 workflow commands manage epics from discovery through retrospectives, integrating with Jira and Confluence. See Workflow Commands Reference for the full command reference and lifecycle diagrams.
> [!TIP]
> **Setup:** Workflow commands require an Atlassian MCP server. See the [**Atlassian MCP Setup Guide**](docs/ATLASSIAN_MCP_SETUP.md).
## Documentation
- [**Quick Start Guide**](QUICKSTART.md) - Installation and first steps
- [**Skills Guide**](SKILLS_GUIDE.md) - Skill reference and decision trees
- [**Common Ground**](docs/COMMON_GROUND.md) - Context engineering with `/common-ground`
- [**Workflow Commands**](docs/WORKFLOW_COMMANDS.md) - Project workflow commands guide
- [**Atlassian MCP Setup**](docs/ATLASSIAN_MCP_SETUP.md) - Atlassian MCP server setup
- [**Local Development**](docs/local_skill_development.md) - Local skill development
- [**Contributing**](CONTRIBUTING.md) - Contribution guidelines
- **skills/\*/SKILL.md** - Individual skill documentation
- **skills/\*/references/** - Deep-dive reference materials
## Contributing
See [**Contributing**](CONTRIBUTING.md) for guidelines on adding skills, writing references, and submitting pull requests.
## Changelog
See [Changelog](CHANGELOG.md) for full version history and release notes.
## License
MIT License - See [LICENSE](LICENSE) file for details.
## Support
- **Issues:** [GitHub Issues](https://github.com/jeffallan/claude-skills/issues)
- **Discussions:** [GitHub Discussions](https://github.com/jeffallan/claude-skills/discussions)
- **Repository:** [github.com/jeffallan/claude-skills](https://github.com/jeffallan/claude-skills)
## Author
Built by [**jeffallan**](https://jeffallan.github.io) [
](https://www.linkedin.com/in/jeff-smolinski/)
**Principal Consultant** at [**Synergetic Solutions**](https://synergetic.solutions) [
](https://www.linkedin.com/company/synergetic-holdings)
Fullstack engineering, security engineering, compliance, and technical due diligence.
## Community
[](https://github.com/Jeffallan/claude-skills/stargazers)
## Star History
[](https://www.star-history.com/#Jeffallan/claude-skills&type=date&legend=top-left)
---
**Built for Claude Code** | **9 Workflows** | **365 Reference Files** | **66 Skills**