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

49 lines (48 loc) 1.2 kB
{ "id": "agentic-installer", "type": "addon", "name": "Agentic Installer", "version": "2026.4.0", "description": "Structured YAML manifests for reproducible, agent-driven software installation across platforms. Scripts are the primary artifact; agentic instructions handle adaptation and recovery.", "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "installer", "setup", "agentic", "cross-platform", "scripts", "manifest" ], "entry": { "agents": "agents/", "rules": "rules/", "skills": "skills/", "schemas": "schemas/" }, "consolidation": { "strategy": "index-with-links", "rulesIndex": "rules/RULES-INDEX.md", "deployIndexOnly": true }, "agents": [ "installer-agent" ], "skills": [ "setup-generate", "setup-run", "setup-validate" ], "rules": [ "installer-safety", "installer-authoring" ], "schemas": [ { "id": "setup.aiwg.io/v1/SetupManifest", "path": "schemas/v1/setup-manifest.schema.json", "fileMatch": ["*.setup.yaml", "*.setup.yml", "setup.manifest.yaml", "setup.manifest.yml"] } ] }