Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from atompilot/claude-skill-github-forge
npx claudepluginhub atompilot/claude-skill-github-forgeScaffold and publish a new open-source Claude Code skill from a use case description
Share bugs, ideas, or general feedback.
A Claude Code skill that forges complete open-source Claude skill projects on GitHub — from use case description to installable marketplace plugin in one session.
Turns your pain point or workflow experience into a fully structured, published Claude Code skill:
/plugin marketplace add atompilot/claude-skill-github-forge
/plugin install claude-skill-github-forge@claude-skill-github-forge
Just describe what you want to automate or solve:
> Forge a skill that helps me write conventional commit messages
> I want a skill for reviewing database migration files before running them
> 帮我打造一个 skill,每次写 SQL 查询时提醒我加索引
> Build a skill that enforces our team's code review checklist
Claude will ask clarifying questions, then build and publish the full project to GitHub.
skills/
└── github-forge/
└── SKILL.md ← Full workflow: use case → design → scaffold → GitHub publish
Includes common pitfalls and their fixes
From building claude-skill-naming and other atompilot skills:
plugin.json author must be an object, not a stringmarketplace.json is separate from plugin.json and required for /plugin marketplace addskills field in plugin.json/plugin install <name>@<marketplace-name> (both the same)MIT