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
38 lines (37 loc) • 961 B
JSON
{
"name": "doc-intelligence",
"version": "1.0.0",
"description": "Documentation intelligence addon for scraping, extraction, and analysis",
"category": "documentation",
"author": "AIWG",
"license": "MIT",
"skills": [
"doc-scraper",
"pdf-extractor",
"llms-txt-support",
"source-unifier",
"doc-splitter"
],
"agents": [
"doc-analyst"
],
"dependencies": {
"optional": {
"skill-seekers": ">=2.0.0",
"python": ">=3.10"
}
},
"platforms": ["claude-code", "factory-ai", "openai-codex"],
"researchCompliance": {
"REF-001": ["BP-1", "BP-3", "BP-4", "BP-5", "BP-9"],
"REF-002": ["archetype-1", "archetype-2", "archetype-3", "archetype-4"]
},
"attribution": {
"skill-seekers": {
"name": "Skill Seekers",
"url": "https://github.com/yusufkaraaslan/Skill_Seekers",
"license": "MIT",
"usage": "Documentation-to-skill conversion patterns and integration"
}
}
}