By evolv3ai
All evolv3ai skills - system administration, infrastructure, productivity tools, and utilities. 12 skills including admin suite, PowerShell, WSL coordination, Deckmate presentations, ImageMagick, Mockoon API mocking, Obsidian integration, and session management.
This directory contains **orphan commands** - specialized commands for managing the claude-skills repository itself. These are niche tools not needed by most users.
Orchestrates multiple specialized agents to perform comprehensive quality assurance on a skill. Catches issues that version-only audits miss.
Trigger parallel sub-agent swarms to audit, research, or check multiple items at once.
Quickly continue work by loading context from SESSION.md, showing current state, and continuing from "Next Action".
Interactive wizard for creating new Claude Code skills from templates.
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
REMOTE infrastructure administration (alpha v0.0.2). Server inventory, cloud provisioning (OCI, Hetzner, Linode, DigitalOcean, Contabo), and application deployment (Coolify, KASM). Profile-aware - reads servers from device profile. Use when: provisioning VPS, deploying to cloud, installing Coolify/KASM, managing remote servers. NOT for: local installs, Windows/WSL/macOS admin, MCP servers → use admin.
Local machine administration for Windows, WSL, macOS, Linux. Install tools, check if software is installed, manage packages, configure dev environments. Works with winget, scoop, brew, apt, npm, pip, uv. Profile-aware: adapts to your preferences. Use when: install 7zip, is git installed, clone repo, check if node installed, add to PATH, configure MCP servers, manage dev tools, set up environment. NOT for: VPS, cloud servers, remote infrastructure → use admin-devops skill.
Design and build custom Claude Code agents with effective descriptions, tool access patterns, and self-documenting prompts. Covers Task tool delegation, model selection, memory limits, and declarative instruction design. Use when: creating custom agents, designing agent descriptions for auto-delegation, troubleshooting agent memory issues, or building agent pipelines.
Build backend AI with Vercel AI SDK v6 stable. Covers Output API (replaces generateObject/streamObject), speech synthesis, transcription, embeddings, MCP tools with security guidance. Includes v4→v5 migration and 15 error solutions with workarounds. Use when: implementing AI SDK v5/v6, migrating versions, troubleshooting AI_APICallError, Workers startup issues, Output API errors, Gemini caching issues, Anthropic tool errors, MCP tools, or stream resumption failures.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
87 production-ready skills for Claude Code CLI — Cloudflare, React, AI integrations, and more.
~60% token savings | 400+ errors prevented | Auto-discovered by Claude
/plugin marketplace add https://github.com/jezweb/claude-skills
/plugin install cloudflare-worker-base@claude-skills
git clone https://github.com/jezweb/claude-skills.git ~/Documents/claude-skills
cd ~/Documents/claude-skills
./scripts/install-skill.sh cloudflare-worker-base # or ./scripts/install-all.sh
| Category | Skills | Highlights |
|---|---|---|
| Cloudflare | 16 | Workers, D1, R2, KV, Agents, MCP Server, Durable Objects |
| AI/ML | 12 | Vercel AI SDK, OpenAI Agents, Claude API, Gemini |
| Frontend | 12 | Tailwind v4 + shadcn, TanStack (Query/Router/Table), Zustand |
| Python | 2 | FastAPI, Flask |
| Database | 4 | Drizzle, Neon Postgres, Vercel KV/Blob |
| Auth | 2 | Clerk, Better Auth |
| Planning | 5 | Project workflow, session management |
| MCP/Tools | 4 | FastMCP, TypeScript MCP |
| CMS | 3 | TinaCMS, Sveltia, WordPress |
| Developer Workflow | 1 | Developer Toolbox (7 agents for code review, debugging, testing) |
📋 Full list: SKILLS_CATALOG.md
Claude Code automatically discovers skills in ~/.claude/skills/ and suggests them when relevant:
You: "Set up a Cloudflare Worker with D1"
Claude: "Found cloudflare-worker-base and cloudflare-d1 skills. Use them?"
You: "Yes"
→ Production-ready setup, zero errors
Some skills include sub-agents that can be invoked via the Task tool for specialized tasks:
| Bundle | Agents | Purpose |
|---|---|---|
| design | a11y-auditor, favicon-crafter, image-prompter | Accessibility audits, favicon generation, image prompts |
| cloudflare | cloudflare-deploy, cloudflare-debug, d1-migration, worker-scaffold | Deployment, debugging, migrations |
Note: Agents require manual installation to ~/.claude/agents/:
# List available agents
./scripts/install-skill-agents.sh list
# Install agents from a bundle
./scripts/install-skill-agents.sh design
./scripts/install-skill-agents.sh cloudflare
# Install all agents
./scripts/install-skill-agents.sh all
# Restart Claude Code to discover new agents
After installation, agents appear in the Task tool's available agents.
Want a skill we don't have? Open an issue with the technology/framework and we'll build it.
Popular requests get prioritized. No need to build it yourself unless you want to.
Want your own skills ecosystem with your own authorship? Fork this repo or use it as a template:
content-accuracy-auditor, code-example-validator, version-checker) to maintain currencyThis works well if you maintain skills across multiple machines or want to publish your own collection.
Quick start:
cp -r templates/skill-skeleton/ skills/my-skill/
# Edit SKILL.md and README.md
./scripts/install-skill.sh my-skill
Guides: CONTRIBUTING.md | templates/ | ONE_PAGE_CHECKLIST.md
| Metric | Manual | With Skills |
|---|---|---|
| Tokens | 12-15k | 4-6k (~50% less) |
| Errors | 2-4 | 0 (prevented) |
| Time | 2-4 hours | 15-45 min |
Real-time context tracking for Claude Code.
npx contextbricks # One-command install
MIT License | Built by Jeremy Dawes
npx claudepluginhub evolv3ai/claude-skills-archive --plugin projectMulti-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,443 supported skills.
Anthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not found, context length exceeded errors.
Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.
114 battle-tested skills for Claude Code. Session memory, git workflows, database migrations, security scanning, deployments, and more. Auto-trigger commands and project handoffs via markdown-based skills.