UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

45 lines (44 loc) 1.09 kB
{ "id": "doc-intelligence", "type": "addon", "name": "Doc Intelligence", "version": "1.0.0", "description": "Documentation intelligence addon for scraping, extraction, and analysis. Coordinates doc-scraper, pdf-extractor, llms-txt-support, source-unifier, and doc-splitter skills.", "core": false, "autoInstall": false, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "documentation", "scraping", "pdf", "extraction", "llms-txt", "doc-analysis" ], "entry": { "agents": "agents/", "skills": "skills/" }, "agents": [ "doc-analyst" ], "skills": [ "doc-scraper", "pdf-extractor", "llms-txt-support", "source-unifier", "doc-splitter" ], "platforms": ["claude-code", "factory-ai", "openai-codex"], "dependencies": { "optional": { "python": ">=3.10" } }, "researchCompliance": { "REF-001": ["BP-1", "BP-3", "BP-4", "BP-5", "BP-9"], "REF-002": ["archetype-1", "archetype-2", "archetype-3", "archetype-4"] } }