By yhuang
Commit any staged/unstaged changes, push the current branch, and open a PR summarizing all commits since main.
Personal Claude Code plugin marketplace with three skills.
| Skill | Trigger | Purpose |
|---|---|---|
doc-sync | /doc-sync | Verify every file:line reference in markdown docs points to the right code |
code-doc-audit | /code-doc-audit | Audit docs/comments for concept and behavioral accuracy |
ship | /ship | Commit pending changes, push, and open a GitHub PR |
Add to your project's .claude/settings.json:
{
"enabledPlugins": {
"doc-sync@my-claude-skills": true,
"code-doc-audit@my-claude-skills": true,
"ship@my-claude-skills": true
},
"extraKnownMarketplaces": {
"my-claude-skills": {
"source": {
"source": "github",
"repo": "yhuang/my-claude-skills",
"ref": "main"
}
}
}
}
{
"enabledPlugins": {
"doc-sync@my-claude-skills": true,
"code-doc-audit@my-claude-skills": true,
"ship@my-claude-skills": true
},
"extraKnownMarketplaces": {
"my-claude-skills": {
"source": {
"source": "directory",
"path": "/Users/yhuang/workspace/my-claude-skills"
}
}
}
}
.claude-plugin/
marketplace.json ← marketplace index (lists all plugins)
plugin.json ← top-level plugin metadata
doc-sync/
.claude-plugin/plugin.json
skills/doc-sync/SKILL.md
code-doc-audit/
.claude-plugin/plugin.json
skills/code-doc-audit/SKILL.md
ship/
.claude-plugin/plugin.json
skills/ship/SKILL.md
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 claimVerify documentation line references and code examples against current source code
Audit docs and inline comments for concept/design/implementation accuracy. Pairs with doc-sync (which handles file:line and snippet drift); this one focuses on whether the meaning is right and whether key behaviors are documented.
npx claudepluginhub yhuang/my-claude-skills --plugin shipUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.