Open Source
Explore the latest AI open-source projects from GitHub and HuggingFace.
Explore the latest AI open-source projects from GitHub and HuggingFace.
The claude-skills repository by Alireza Rezvani is a comprehensive open-source collection of 170 production-ready skills and plugins designed for AI coding agents including Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. With over 3,400 GitHub stars, it has become one of the largest community-built skill libraries for AI-assisted development, covering 9 professional domains from engineering to executive advisory. ## Why Claude Skills Matters AI coding agents excel at writing code but often lack specialized domain knowledge for tasks like compliance auditing, marketing analytics, or financial modeling. Claude Skills addresses this gap by providing modular instruction packages that transform general-purpose AI agents into domain specialists. Each skill includes a SKILL.md file with structured instructions and workflows, Python CLI tools, and reference documentation. ## Key Features ### 170 Skills Across 9 Domains The library covers an unusually broad range of professional functions: | Domain | Skills | Focus Areas | |--------|--------|-------------| | Engineering (Core) | 23 | Architecture, frontend/backend, DevOps, AI/ML | | Engineering (POWERFUL) | 25 | RAG pipelines, databases, CI/CD, MCP builders | | Playwright Pro | 12 | Test generation, migration tools, 55 templates | | Self-Improving Agent | 7 | Auto-memory curation, pattern promotion | | Product | 8 | PM skills, UX research, SaaS scaffolding | | Marketing | 42 | Content, SEO, CRO, channels, growth, sales | | Project Management | 6 | Senior PM, Scrum, Jira, Confluence | | Regulatory and QM | 12 | ISO 13485, MDR, FDA, GDPR compliance | | C-Level Advisory | 28 | Full executive suite advisory roles | ### Zero-Dependency Python Tools All 210+ Python CLI tools included in the repository use only Python's standard library. No pip installs are required, eliminating dependency conflicts and making skills immediately usable across environments. This design choice prioritizes reliability and portability over convenience. ### Multi-Platform Compatibility Skills work across multiple AI coding platforms through dedicated installation methods: - **Claude Code**: `/plugin marketplace add` command - **Gemini CLI**: Clone and run setup script - **OpenAI Codex**: NPx CLI tool integration - **OpenClaw**: Bash script installation - **Manual**: Direct folder copy to skill directories ### POWERFUL Engineering Tier The advanced engineering tier provides 25 specialized capabilities including multi-agent orchestration, RAG pipeline architecture, security auditing for skill validation, CI/CD pipeline generation, API design automation, and incident response workflows. These skills target senior engineering tasks that require deep domain expertise. ### Skill Security Auditor A built-in security scanning tool checks skills for command injection risks, code execution vulnerabilities, data exfiltration patterns, and privilege escalation threats. This is essential for organizations adopting community-contributed skills, providing a verification layer before deploying new plugins. ### Self-Improving Agent Skills Seven skills enable agents to curate their own memory, promote successful patterns, and improve over time. The auto-memory curation system lets agents learn from past interactions and build domain-specific knowledge bases without manual configuration. ## Installation The recommended installation for Claude Code users: ```bash # Via plugin marketplace /plugin marketplace add claude-skills # Or manual installation git clone https://github.com/alirezarezvani/claude-skills.git cp -r claude-skills/engineering ~/.claude/skills/ ``` ## Community and License Released under the MIT license, the repository welcomes contributions across all domains. The modular structure makes it straightforward to add new skills following the established SKILL.md template format. ## Limitations - Some domain-specific skills (regulatory, medical compliance) require human expert verification - Marketing and sales skills may need customization for specific industries - C-Level advisory skills provide frameworks rather than definitive business decisions - Quality varies across the large number of skills; some are more battle-tested than others ## Conclusion The claude-skills repository represents a significant step toward making AI coding agents useful beyond software development. By packaging domain expertise into portable, zero-dependency modules, it enables organizations to rapidly deploy specialized AI capabilities across engineering, marketing, compliance, and executive functions. For teams already using AI coding agents, this library dramatically expands what those agents can do without requiring model fine-tuning or custom training.