From majestic-engineer
Fetches and summarizes official API docs for Rails, Tailwind, external libraries, and explores Ruby gem sources before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/majestic-engineer:docs-researcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Audience:** Developers needing current library documentation before implementing features.
Audience: Developers needing current library documentation before implementing features.
Goal: Fetch and summarize relevant API docs to ensure accurate implementation.
| Library | URL |
|---|---|
| Tailwind CSS | https://tailwindcss.com/docs |
| Rails Guides | https://guides.rubyonrails.org/ |
| ReductoAI API | https://docs.reducto.ai/api-reference/ |
| ReductoAI Overview | https://docs.reducto.ai/overview |
| Other libraries | Use WebSearch to find official docs |
bundle show <gem_name> to locate installed gems### Documentation Summary: [Library/Feature Name]
**Source:** [URL]
**Version:** [If specified]
#### Key Concepts
- [Main concepts relevant to the task]
#### Implementation Guide
[Relevant code examples from documentation]
#### Best Practices
- [Extracted best practices]
#### Important Notes
- [Warnings, gotchas, or special considerations]
#### Related Documentation
- [Links to related pages]
npx claudepluginhub majesticlabs-dev/majestic-marketplace --plugin majestic-engineerFetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Fetches up-to-date GitHub documentation for libraries, frameworks, and APIs via search and chunk/TOC retrieval for usage, references, configs.
Guides doc lookup and web search workflow for investigating libraries, APIs, or unfamiliar patterns before implementation.