Freely available skills for anyone
npx claudepluginhub jmichaelschmidt/skills-publicOpen-source collection of Claude Code skills for shared development tooling and automation.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
A free, curated collection of skills for Claude Code and other AI coding assistants.
Skills are instructions that teach AI assistants how to perform specific tasks. When you install a skill, your AI assistant gains new capabilities - like knowing how to deploy to your server, follow your team's coding standards, or use your project's specific tools.
Think of skills like browser extensions, but for AI assistants. They extend what your AI can do.
Skills follow the Agent Skills Specification, an open standard supported by multiple AI coding assistants including Claude Code, OpenAI Codex, Gemini CLI, and GitHub Copilot. This means:
skill-manager skill to automatically distribute skills across all your AI tools with a single commandOpen Claude Code and run:
/plugin marketplace add jmichaelschmidt/skills-public
This tells Claude Code where to find skills. You only need to do this once.
Run:
/plugin
This opens the plugin browser. Use the arrow keys to navigate:
Once installed, the skill is automatically active. Just ask Claude to do something the skill enables, or ask it to explain the skill to you.
Example - ask about a skill:
"How does the skill-manager skill work?"
Your AI assistant will read the skill's instructions and explain its capabilities, commands, and how to use it.
Example - use a skill:
"List all my installed skills"
or
"Sync my skills to Codex"
Claude will automatically use the skill's instructions to complete the task.
| Skill | Description |
|---|---|
| prd-executor | Execute an existing PRD or implementation plan by acting as the orchestrator. Reads the plan, determines runnable threads, spawns bounded subagents when appropriate, tracks status, integrates results, and verifies completion. |
| prd-planner | Generate structured PRD planning documents optimized for AI-assisted development. Creates discrete, single-conversation tasks with reasoning level estimates to optimize token usage and model selection. |
| skill-manager | Manage repo-canonical skills across marketplaces and runtime installs. Publish released skills, install them into Claude, and mirror Codex to the Claude runtime copy. |
This is a curated marketplace, not an open publishing platform. Skills are added by known collaborators and reviewed before being merged. We don't accept unsolicited skill submissions from the general public.
This approach ensures:
Every skill is reviewed before being added. We check for:
Even with our review process, you should:
If you're a collaborator on this repository, you can add skills directly or via pull request. Please follow the skill structure and guidelines below.