KangKang's personal Claude Code skills — productivity tools for daily development workflows.
KangKang 的个人 Claude Code 插件市场。通过 Claude Code 的插件机制,一次配置,多端同步。
KCCPluginMarket/
├── .claude-plugin/
│ ├── plugin.json ← 插件 manifest(定义插件名为 "kk-common-plugin",skills 路径为 ./skills)
│ └── marketplace.json ← 市场 manifest(定义市场 ID 为 "kk-common-market")
└── skills/
└── <skill-id>/
└── SKILL.md
| Skill | 描述 |
|---|---|
| pr-review-resolver | 自动处理 GitHub PR 未解决的 Review 评论,修复真实问题并输出处理报告 |
在 ~/.claude/settings.json 中添加:
{
"extraKnownMarketplaces": {
"kk-common-market": {
"source": {
"source": "github",
"repo": "twoFiveOneTen/KCCPluginMarket"
},
"autoUpdate": true
}
},
"enabledPlugins": {
"kk-common-plugin@kk-common-market": true
}
}
重启 Claude Code 后,skills/ 下所有 Skill 即可使用。
mkdir -p skills/my-new-skill
# 编写 skills/my-new-skill/SKILL.md
git add skills/my-new-skill
git commit -m "feat: add my-new-skill"
git push
新 Skill 随 kk-common-plugin 插件自动加载,无需修改任何配置。
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub twofiveoneten/kccpluginmarket --plugin kk-life-toolReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls