skill-creator-pro
v2.0.0作成済みスキルの配布パイプライン。構造検証・サニタイズ・gitleaks による秘密情報スキャン・zip パッケージング・marketplace 登録を担当。スキルの新規作成・執筆は対象外(superpowers:writing-skills / plugin-dev:skill-development を使用)。
By haboshi0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install skill-creator-pro for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-creator-pro@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/haboshi/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skill-creator-pro/.
Plugin files
├── .claude-plugin/plugin.json└── skills/skill-creator-pro/SKILL.md
Included Skills1
作成済みのスキルを配布可能な状態に仕上げる配布パイプライン。検証(構造・frontmatter・パス参照)、サニタイズ、gitleaks + 正規表現によるセキュリティスキャン(ハードコードされた秘密情報・個人情報の検出)、zip パッケージング、Git 配布、marketplace.json への登録を担当する。スキルをパッケージ化・配布したいとき、marketplace に登録したいとき、配布前のセキュリティスキャンやサニタイズを行いたいときに使用する。スキルの新規作成・設計・執筆そのものは対象外(superpowers:writing-skills / plugin-dev:skill-development を使うこと)。
Plugin manifests1
{
"name": "skill-creator-pro",
"version": "2.0.0",
"description": "作成済みスキルの配布パイプライン。構造検証・サニタイズ・gitleaks による秘密情報スキャン・zip パッケージング・marketplace 登録を担当。スキルの新規作成・執筆は対象外(superpowers:writing-skills / plugin-dev:skill-development を使用)。",
"author": {
"name": "haboshi",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[skill-creator-pro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-creator-pro)