acreadiness-assess
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
npx skills add github/awesome-copilot --skill acreadiness-assess --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /acreadiness-assess — AI-readiness assessment Use this skill whenever the user asks for an **AI-readiness assessment**, a **readiness check**, an **audit**, or wants to **see how AI-ready** their repository is. This skill is the *Measure* step in AgentRC's **Measure → Generate → Maintain** loop. The result is a self-contained HTML dashboard the user can open with `file://` or commit to the repo. ## Steps 1. **Confirm prerequisites.** Node 20+ must be on PATH. If unsure, run `node --version`. 2. **Decide on a policy** (optional but encouraged): - If the user provided `--policy <source>`, capture it. - Otherwise check `agentrc.config.json` for a `policies` array. - If neither, run with no policy (built-in defaults). - For a primer on policies, suggest the `acreadiness-policy` skill. 3. **Run the readiness scan** in the repo root with structured output: ```bash npx -y github:microsoft/agentrc readiness --json [--policy <source>] [--per-area] ``` The `CommandResult<T>` JSON envelope is your input for the next step. 4. **Hand off to the `ai-readiness-reporter` custom agent** to interpret the JSON and produce `reports/index.html`. The agent renders via the bundled template `report-temp
- Steps
- Notes
npx -y github:microsoft/agentrc readiness --json [--policy <source>] [--per-area]
What does the acreadiness-assess skill do?
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
How do I install it?
Run `npx skills add github/awesome-copilot --skill acreadiness-assess --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.