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.
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.
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 |
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.
Skills work across multiple AI coding platforms through dedicated installation methods:
/plugin marketplace add commandThe 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.
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.
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.
The recommended installation for Claude Code users:
# 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/
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.
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.
OpenClaw is an open-source, local-first AI gateway with 366K GitHub stars that routes AI responses through WhatsApp, Telegram, Slack, Discord, iMessage, Teams, and 15+ other platforms — zero cloud dependency.
OpenClaw
Open-source personal AI assistant connecting to 13+ messaging platforms with local gateway architecture, voice support, and multi-agent routing.