
Libref
- Updated July 28, 2026
- tdp1999/claude-code-ctx
A plugin providing library and framework reference guides that teach Claude how to use specific tools, libraries, and frameworks according to your project's conventions. It supplies on-demand API reference and usage guidance to the agent. Developers use it to keep an agent's library usage correct and consistent with house style.
Key points
- Library/framework reference
- Project-convention aware
- API-reference guides
- Tool guides
Libref by the numbers
- Data as of Jul 29, 2026 (Skillselion catalog sync)
/plugin marketplace add tdp1999/claude-code-ctx/plugin install libref@tdp-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 28, 2026 |
|---|---|
| Repository | tdp1999/claude-code-ctx ↗ |
What it does
Library and framework reference guides that teach Claude how to correctly use specific tools, libraries, and frameworks within your project's conventions.
README.md
libref — Library & Framework Reference Guides
Teaches Claude how to correctly use specific tools, libraries, and frameworks within your project conventions.
Category
Library & API Reference — Skills that explain how to correctly use a library, CLI, SDK, or framework, especially project-specific patterns that Claude cannot know from training data alone.
Skills
| Skill | Triggers | Description |
|---|---|---|
| stitch | stitch, design screen, generate UI, vibe design, /stitch |
Google Stitch MCP integration — AI-powered UI design generation, screen editing, design systems, variants |
Adding a New Skill
- Create a folder under
skills/<skill-name>/ - Add
skill.md(orSKILL.md) with frontmatter:name,description - Add
references/subfolder for supplementary docs (optional) - Register in
plugin.jsonif needed - Update this README
Structure
libref/
├── .claude-plugin/plugin.json
├── skills/ # One folder per skill
├── shared/
│ └── conventions/ # Error handling, logging
├── CHANGELOG.md
└── README.md
Conventions
- Error handling: See
shared/conventions/error-handling.md - Logging: See
shared/conventions/logging-convention.md— logs to${CLAUDE_PLUGIN_DATA}/libref-logs/