Create clean task checkpoint and persist to local memory for session continuity
Initialize coding session from saved checkpoint or fresh start
Convert completed tasks into reusable engineering knowledge - patterns, playbooks, and automation assets
Automatically summarize the current Claude Code session and generate a meaningful session name with 20-30 words
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
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub wangke19/my-claude-skills --plugin cc-aidStructured learning and step-by-step coaching for technical topics
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
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Meta-tools for Claude Code configuration and customization
会话管理插件 - 智能保存和恢复 Claude Code 会话,支持进度跟踪和工作连续性
Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.