By yhuang
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.
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
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 yhuang/my-claude-skills --plugin code-doc-auditVerify documentation line references and code examples against current source code
Commit any staged/unstaged changes, push the current branch, and open a PR summarizing all commits since main.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).