Open Source
Giving back to the dev community.
Everything I build teaches me something. The best patterns get extracted, documented, and published. 800+ Claude Code skills — refined across 15+ production apps — free and MIT licensed.
Featured Repository
claude-agents
The largest public collection of Claude Code skills. Reusable agent patterns, automation templates, and development workflows refined across every project in the MGT ecosystem. If you're building with Claude Code, this is the fastest path to production-ready agents.
claude-agents
Actuvas/claude-agents
Claude Code agent configurations, custom skills, and automation tools used across 15+ production apps.
Live Stats
Star count and fork data pulled live from the GitHub API. Updated every hour.
What's Inside
800+ skills across 8 categories.
Each skill is a standalone file — documented, tested in production, and ready to drop into any Claude Code workflow. No configuration needed.
Web Development
Next.js, React, Tailwind, full-stack patterns, component scaffolding, and deployment workflows.
AI / ML
LLM orchestration, prompt engineering, RAG pipelines, computer vision, and agent coordination.
DevOps & CI/CD
Docker configs, GitHub Actions, deployment pipelines, monitoring, and infrastructure-as-code patterns.
Security
Auth flows, secret management, vulnerability scanning, CSP headers, and security audit checklists.
Database
Prisma schemas, PostgreSQL optimization, migrations, Redis caching, and data modeling patterns.
Testing & QA
Playwright E2E suites, unit test generators, coverage reports, and CI integration for test pipelines.
Content & Automation
Social media pipelines, video processing, webhook handlers, scheduling, and content distribution.
Gaming & Discord
Discord.js bots, game server tooling, leaderboard systems, OCR integrations, and community features.
Quickstart
Up and running in 3 steps.
No complex setup. No dependencies. Just clone, point Claude Code at the skills you want, and start building.
Install Claude Code
Get Claude Code from Anthropic. It runs in your terminal and integrates with your editor.
npm install -g @anthropic-ai/claude-codeClone the repo
Pull down the full skill library. Every skill is self-contained and documented.
git clone https://github.com/Actuvas/claude-agents.gitUse the skills
Drop skills into your project or reference them directly. Each one is a standalone .md file that Claude Code reads and executes.
claude --skill ./claude-agents/skills/your-skill.mdContributing
Add your own skills.
The repo is open for contributions. If you've built a Claude Code skill that works well in production, submit a PR. The bar is simple: it has to work, and it has to be documented.
Read the Contributing GuideFork the repo
Create your own fork and a feature branch for your skill.
Write the skill
Follow the existing file format. One .md file per skill with clear instructions, examples, and edge cases.
Test it in production
Run the skill against a real project. Make sure it handles errors and produces correct output.
Submit a PR
Open a pull request with a description of what the skill does and where you tested it.
Get Started
Build faster with battle-tested skills.
Clone the repo and start shipping. Or join a workshop to learn how to build your own Claude Code skills from scratch.