💡 摘要
Claude Arsenal 是一个全面的生产就绪技能和专门代理的库,适用于 Claude Code。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Quick Start
One-Line Install (All Skills)
curl -fsSL https://raw.githubusercontent.com/majiayu000/claude-arsenal/main/install.sh | bash
Manual Install (Selective)
# Clone the repository git clone https://github.com/majiayu000/claude-arsenal.git cd claude-arsenal # Install specific skills ./install.sh --skills typescript-project,python-project,devops-excellence # Or install everything ./install.sh --all
Verify Installation
In Claude Code, type / to see your installed skills.
Skills
Development Architecture
Build production-ready projects with language-specific best practices.
| Skill | Language | Key Features |
|-------|----------|--------------|
| typescript-project | TypeScript | ESM, Zod, Biome, Clean Architecture |
| python-project | Python | uv, Pydantic, Ruff, FastAPI |
| rust-project | Rust | Cargo workspace, error handling, async |
| golang-web | Go | Chi/Echo, sqlc, structured logging |
| zig-project | Zig | Build system, memory management |
Product Lifecycle
End-to-end product development from discovery to deployment.
| Skill | Phase | What You Get |
|-------|-------|--------------|
| product-discovery | Discovery | JTBD, user interviews, market research |
| prd-master | Definition | PRD writing, user stories, RICE prioritization |
| technical-spec | Design | Design docs, ADR, C4 diagrams |
| product-analytics | Growth | Event tracking, A/B testing, AARRR |
| devops-excellence | Deployment | CI/CD, Docker, Kubernetes, GitOps |
| observability-sre | Operations | Monitoring, logging, tracing, SLO/SLI |
API & Backend
| Skill | Description |
|-------|-------------|
| api-design | REST/GraphQL/gRPC patterns, OpenAPI 3.2 |
| auth-security | OAuth 2.1, JWT, security best practices |
| database-patterns | PostgreSQL, Redis, migrations, optimization |
Development Practices
| Skill | Description | Origin |
|-------|-------------|--------|
| test-driven-development | RED-GREEN-REFACTOR cycle | obra/superpowers |
| systematic-debugging | 4-phase debugging framework | obra/superpowers |
| elegant-architecture | Clean architecture, 200-line file limit | Custom |
| comprehensive-testing | Test pyramid, TDD, mocking strategies | Anthropic |
| brainstorming | Socratic design refinement | obra/superpowers |
UI/UX & Design
| Skill | Description |
|-------|-------------|
| app-ui-design | iOS/Android UI design, Material Design 3, HIG |
| product-ux-expert | UX evaluation, heuristics, accessibility |
| frontend-design | Web frontend design patterns |
| ui-designer | Design system toolkit |
| figma-to-code | Figma to production-ready code |
| figma-to-react | Pixel-perfect Figma to React/Next.js |
| react-best-practices | React/Next.js performance optimization |
| artifacts-builder | Claude.ai HTML artifacts |
Tooling & Automation
| Skill | Description |
|-------|-------------|
| git-commit-smart | Conventional commit generation |
| playwright-automation | Browser automation and testing |
| project-health-auditor | Codebase health analysis |
| structured-logging | JSON logging with OpenTelemetry |
| web-asset-generator | Favicons, app icons, OG images |
| github-trending | GitHub trending analysis |
Mobile & Cross-Platform
| Skill | Description |
|-------|-------------|
| harmonyos-app | HarmonyOS with ArkTS, ArkUI, Stage Model |
Rust Specific
| Skill | Description |
|-------|-------------|
| rust-best-practices | Microsoft Rust guidelines, error handling |
Agents
Specialized agents for complex tasks.
| Agent | Expertise | Use Case |
|-------|-----------|----------|
| tech-lead-orchestrator | Coordination | Multi-step tasks, delegation |
| code-archaeologist | Exploration | Legacy codebase documentation |
| backend-typescript-architect | Architecture | Bun/Node.js, API design |
| senior-code-reviewer | Review | Security, performance, architecture |
| kubernetes-specialist | Infrastructure | K8s, Helm, GitOps |
| security-auditor | Security | OWASP Top 10, SAST |
| opensource-contributor | Contribution | Open source workflow |
Skill Design Philosophy
Every skill in Claude Arsenal follows these principles:
- Hard Rules - Mandatory constraints with
FORBIDDEN/REQUIREDmarkers - Practical Examples - Real code, not just theory
- Verification Checklists - Actionable validation steps
- Battle-Tested - Used in production environments
Documentation
| Document | Description | |----------|-------------| | Installation Guide | Detailed setup instructions | | Skill Testing Guide | How to validate skills work | | Creating Plugins | Build your own skills | | Product Lifecycle (EN) | Full lifecycle coverage | | Product Lifecycle (中文) | 产品生命周期覆盖 |
Credits
Built on the shoulders of giants:
- anthropics/skills - Official Anthropic skills
- obra/superpowers - Development methodology
- claude-code-plugins-plus - Plugin hub
- VoltAgent/awesome-claude-code-subagents - Agent collection
Contributing
Contributions welcome! Please read our Contributing Guide first.
- Found a bug? Open an issue
- Have a skill idea? Start a discussion
- Want to contribute? Submit a PR
License
MIT License - Use freely in your projects.
优点
- 可用技能范围广泛。
- 生产就绪且文档齐全。
- 支持多种编程语言。
缺点
- 安装可能需要 shell 访问权限。
- 复杂性可能会让初学者感到不知所措。
- 某些技能的示例有限。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 majiayu000.
