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

29 lines (24 loc) 738 B
skill: id: project-awareness name: Project Awareness description: Detect project context and load appropriate framework artifacts version: 1.0.0 triggers: - "what's the project status" - "where are we" - "project health" - "show project state" parameters: detail_level: type: string default: summary description: "Level of detail: summary, full, or json" platforms: [claude-code, opencode, hermes] workflow: - step: detect action: Scan .aiwg/ for installed frameworks and artifacts - step: assess action: Evaluate artifact completeness per current phase - step: report action: Generate status report with recommendations agent: metrics-analyst