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 claimStructured learning and step-by-step coaching for technical topics
Claude 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
Utility skills for presentations, clipboard, and other productivity tools
npx claudepluginhub wangke19/my-claude-skills --plugin ciAll-in-one toolkit for Red Hat Developer Hub (RHDH). Covers plugin development, overlay management, environment setup, version compatibility, CI/CD, and RHDH ecosystem navigation.
DevOps patterns: CI debugging, tech debt detection, own all failures
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
GitHub Actions CI/CD - workflows, authentication, inspection
Plugin-first Claude Code workflows with planning, CI/CD debugging, reusable agents, TODOs, and MCP safety policies.
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.