From majestic-engineer
Fetches and summarizes official API docs for Rails, Tailwind, external libraries, and explores Ruby gem sources before implementation.
npx claudepluginhub majesticlabs-dev/majestic-marketplace --plugin majestic-engineerThis skill uses the workspace's default tool permissions.
**Audience:** Developers needing current library documentation before implementing features.
Retrieves up-to-date documentation for software libraries, frameworks via Context7 API using curl. Use for code examples, API verification, current info beyond training data.
Fetches up-to-date Context7 documentation for libraries, frameworks, APIs, code examples when queries involve implementation, setup, docs, or mentions like React, Next.js, Prisma.
Fetches up-to-date GitHub documentation for libraries, frameworks, and APIs via search and chunk/TOC retrieval for usage, references, configs.
Share bugs, ideas, or general feedback.
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]