
Tool Docs
- 1 repo stars
- Updated July 25, 2026
- cadrianmae/claude-marketplace
Look up expert docs for command-line tools (pandoc, postgres, git, docker) via a pandoc-guide agent with WebFetch plus an offline tool-lookup quick-reference skill.
About
Tool-docs provides documentation agents for command-line tools including pandoc, postgres, git, and docker. It ships a pandoc-guide agent for expert documentation lookup with WebFetch integration plus a tool-lookup skill for offline quick references. The agents auto-trigger on tool queries so help arrives without manual invocation.
- pandoc-guide expert documentation agent
- WebFetch-backed lookups
- Offline tool-lookup quick references
- Auto-triggers on tool queries
Tool Docs by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin marketplace add cadrianmae/claude-marketplace/plugin install tool-docs@cadrianmae-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 25, 2026 |
| Repository | cadrianmae/claude-marketplace ↗ |
What it does
Look up expert docs for command-line tools (pandoc, postgres, git, docker) via a pandoc-guide agent with WebFetch plus an offline tool-lookup quick-reference skill.
README.md
Tool Documentation Agents
Expert documentation agents for command-line tools and frameworks.
Overview
This plugin provides specialized documentation agents that automatically trigger when you ask questions about command-line tools. Agents fetch official documentation, provide working examples, and troubleshoot common issues.
Available Agents
pandoc-guide
Expert pandoc documentation agent for document conversion, filters, and templates.
Triggers automatically when:
- You ask about pandoc conversions ("How do I convert markdown to PDF?")
- You're troubleshooting pandoc commands
- You mention pandoc filters, templates, or bibliography workflows
- You're working with academic papers and citations
Capabilities:
- Fetches official pandoc documentation via WebFetch
- Provides working command examples with detailed explanations
- Troubleshoots conversion issues with root cause analysis
- Explains filters, templates, and advanced features
- Suggests installation commands for missing dependencies
Example usage:
user: "How do I convert markdown to PDF with pandoc?"
→ Agent provides working command with explanation
user: "This pandoc command isn't working: pandoc input.md -o output.pdf"
→ Agent diagnoses issue and provides fix
user: "I need to convert my markdown paper with BibTeX citations to PDF"
→ Agent explains bibliography workflow with examples
Skills
/tool-lookup
Quick reference for common tool commands (offline access).
Usage:
/tool-lookup pandoc
Provides:
- Common conversions (MD→PDF, DOCX→MD, etc.)
- Academic writing commands (bibliography, templates)
- Filter usage examples
- Troubleshooting tips
- Resource links
Installation
This plugin is part of the cadrianmae-claude-marketplace.
To enable:
// In ~/.claude/settings.json
"enabledPlugins": {
"tool-docs@cadrianmae-claude-marketplace": true
}
Future Agents
Planned documentation agents for future releases:
postgres-guide- PostgreSQL queries, administration, performancegit-guide- Git workflows, branching, troubleshootingdocker-guide- Container management, Compose, networking
Contributing
To add new documentation agents:
- Create
agents/tool-name-guide.mdwith proper frontmatter - Include 3-4 triggering examples with commentary
- Write comprehensive system prompt following pandoc-guide pattern
- Add quick reference to
skills/tool-lookup/references/tool-name-quick-ref.md - Update this README
See agents/pandoc-guide.md for reference implementation.
Version
1.0.0 - Initial release with pandoc-guide agent
License
MIT