██████╗ ██████╗ ██╗ ██╗██╗ ██╗
██╔══██╗██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝
██║ ██║██║ ██║ ╚███╔╝ ╚████╔╝
██║ ██║██║ ██║ ██╔██╗ ╚██╔╝
██████╔╝╚██████╔╝██╔╝ ██╗ ██║
╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
docs & codebases → skills
Generate Claude Code skills from documentation websites or your codebase.
npx skills add davidosemwegie/doxy/doxy:init
This will ask whether you want to generate skills from:
- Documentation URL - crawl a docs site
- Local codebase - analyze your code
From documentation:
/doxy:url https://react.dev/reference
From codebase:
/doxy:codebase ./backend
| Command | Description |
|---|---|
/doxy:init |
Interactive setup - choose docs or codebase |
| Command | Description |
|---|---|
/doxy:url <url> |
Generate skills from a documentation URL |
/doxy:update <name> [url] |
Refresh a skill (optionally with new URL) |
| Command | Description |
|---|---|
/doxy:codebase [path] |
Generate architecture skill from codebase |
/doxy:codebase:update <name> [path] |
Refresh skill (optionally with new path) |
/doxy:codebase:export <name> |
Export skill for use in another repo |
/doxy:codebase:import <path> |
Import exported skill |
| Command | Description |
|---|---|
/doxy:list |
List all doxy-generated skills |
/doxy:delete <name> |
Delete a skill (with confirmation) |
/doxy:adopt <name> <url> |
Add manifest to existing skill folder |
/doxy:help |
Show command reference |
- Fetches the documentation page and extracts navigation structure
- Visits each documentation page
- Generates Claude Code skills from the content
- Saves skills to
.claude/skills/[library-name]/ - Creates a manifest with source URL for easy updates
- Analyzes your codebase structure and patterns
- Identifies key components, APIs, and architecture
- Generates skills that help Claude understand your code
- Exports portable skills for use across repositories
Skills are created following best practices:
- Organized under a folder named after the library (e.g.,
webgl/,react/) - One skill per documentation page
- SKILL.md files under 200 lines
- Progressive disclosure with references/ for detailed content
- Claude Code
- Cursor
- Windsurf
MIT