Skills for generating human-readable codebase documentation
npx claudepluginhub kwosei/semantic-gitGenerate and maintain colocated documentation that explains what a codebase does, using plain English and mermaid diagrams
semantic-git generates human-readable documentation that explains what a codebase does, so someone can understand the system without reading code.
It creates *.semantic.md files colocated next to the source code they describe — visible right in your IDE file tree. These files use plain English, mermaid diagrams, and structured explanations to make any codebase approachable.
notes.semantic.md appears right beside notes.tsOVERVIEW.semantic.md, ARCHITECTURE.semantic.md) with system diagrams| Skill | Description |
|---|---|
| semantic-git | Generate and maintain colocated codebase documentation |
Register this repository as a plugin marketplace:
/plugin marketplace add <repo-url>
Then install the skill:
/plugin install semantic-git-skills@semantic-git-skills
Or install directly by adding the skill folder to your Claude Code configuration.
Once installed, use any of these to trigger the skill:
/semantic-git — full generation for the current repo"document this repo" — Claude will use the skill automatically"explain this codebase" — triggers on documentation-related requestsAfter running on a repo, you'll see files like:
your-repo/
├── OVERVIEW.semantic.md # What the project does, reading guide
├── ARCHITECTURE.semantic.md # System diagrams, design decisions
├── .semantic-manifest.json # Tracks doc coverage and freshness
├── src/
│ ├── auth/
│ │ └── .semantic.md # Explains the auth module
│ ├── lib/
│ │ ├── processor.ts
│ │ ├── processor.semantic.md # Explains processor.ts
│ │ └── utils/
│ │ └── .semantic.md # Explains the utils directory
Each file contains:
.gitignore, identifies logical modules.semantic.md, complex individual files get <name>.semantic.md.semantic-manifest.json with commit SHAsSee the template for a minimal skill starting point, or read the Agent Skills specification.
Apache 2.0 — see LICENSE.
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations