npx claudepluginhub schmimran/claude-skillsFeature development pipeline — GitHub issues to implementation plans to PRs.
A Claude Code plugin marketplace. Install it once to get access to all plugins, with updates propagating automatically.
Each plugin in this marketplace is a slash command backed by a set of specialized AI agents. You install the marketplace once, and every plugin becomes immediately available in your Claude Code sessions — no per-plugin installation needed. When a plugin is updated, you get the new version automatically on next use.
Plugins are self-contained: each lives in its own directory with its own agents, reference documents, and configuration. They don't share code with each other, so you can install the whole marketplace without worrying about interference between plugins.
/plugin marketplace add https://github.com/schmimran/claude-skills
| Plugin | Version | Description | Docs |
|---|---|---|---|
| feature-creator | 0.3.0 | Feature development pipeline — GitHub issues to implementation plans to PRs | README |
feature-creator — Give it a GitHub repository and some labeled issues, and it handles the full development cycle automatically. It reads your codebase, writes a detailed implementation plan for each issue, checks whether each change is risky (and flags anything dangerous for human review), writes the code, runs your tests, opens pull requests, and — if you want — merges and cleans up. The only time it stops to ask is when it flags something as high-risk, or when you've asked it to pause before the final merge.
See CLAUDE.md for the plugin authoring conventions, structure requirements, and the step-by-step checklist for adding a new plugin.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations