Skillshub adr-generator
install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/jeremylongshore/claude-code-plugins-plus-skills/adr-generator" ~/.claude/skills/comeonoliver-skillshub-adr-generator && rm -rf "$T"
manifest:
skills/jeremylongshore/claude-code-plugins-plus-skills/adr-generator/SKILL.mdsource content
Adr Generator
Purpose
This skill provides automated assistance for adr generator tasks within the Technical Documentation domain.
When to Use
This skill activates automatically when you:
- Mention "adr generator" in your request
- Ask about adr generator patterns or best practices
- Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation.
Capabilities
- Provides step-by-step guidance for adr generator
- Follows industry best practices and patterns
- Generates production-ready code and configurations
- Validates outputs against common standards
Example Triggers
- "Help me with adr generator"
- "Set up adr generator"
- "How do I implement adr generator?"
Related Skills
Part of the Technical Documentation skill category. Tags: documentation, markdown, api-docs, readme, technical-writing