Personal Claude Code plugin marketplace.
| Plugin | Description | Skills |
|---|---|---|
| ask | Structured learning and analysis | thing, tech, onboard, analyze-repo, deep-dive, design, debug, diff |
| utils | Productivity tools | slack-copy-rich, technical-presentation-generator |
| cc-aid | Claude Code helpers | session-init, session-checkpoint, session-summary, session-postmortem |
| report | Work report generation | work-report |
| ci | CI/CD helpers | prow-job-retry |
Register as a local marketplace in ~/.claude/plugins/known_marketplaces.json:
{
"my-claude-skills": {
"source": {
"source": "directory",
"path": "/home/kewang/src/gitlab/my-claude-skills"
},
"installLocation": "/home/kewang/src/gitlab/my-claude-skills",
"lastUpdated": "2026-03-26T00:00:00.000Z"
}
}
Then enable plugins in ~/.claude/settings.json under enabledPlugins.
.claude-plugin/marketplace.json # Plugin registry
plugins/
<plugin-name>/
.claude-plugin/plugin.json # Plugin metadata
skills/
<skill-name>/SKILL.md # Skill definition
Ke Wang — [email protected] — Red Hat OpenShift Control Plane Team
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 claimClaude Code session management and quality-of-life helpers
Structured learning and analysis skills for understanding concepts, technologies, codebases, and making technical decisions
Work report generation from Jira and GitHub data
CI/CD helpers for Prow jobs and OpenShift CI
Utility skills for presentations, clipboard, and other productivity tools
npx claudepluginhub wangke19/my-claude-skills --plugin learning-coachCreate, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Teach Claude ANY topic - code libraries, APIs, concepts, tools, methodologies, or domains. Researches via web and docs, then retains knowledge as a permanent skill.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.