Install
$ agentstack add skill-risorseartificiali-agent-ready-skill-agent-ready-diff β scanned Β· β verified, works with Claude Code, Cursor, and more.
Security review
β PassedNo issues found. Passed automated security review. Β· v0.1.0 How review works β
- β Prompt-injection patterns
- β Secret / credential exfiltration
- β Dangerous shell & filesystem operations
- β Untrusted network calls
- β Known-malicious package signatures
What it can access
- β Network access No
- β Filesystem access No
- β Shell / process execution No
- β Environment & secrets No
- β Dynamic code execution No
From automated source analysis of v0.1.0. βUsedβ means the capability is present in the source β more access means more to trust, not that itβs unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work βAbout
Agent-Ready Diff β v2 Delta Comparison
Compare the current project against a previous v2 agentic readiness assessment and report what changed.
Canonical rubric: .claude/skills/agent-ready/references/scoring.md β dimensions, sub-criterion ids, weights, layer tags, levels, score math, and the v2 JSON schema (schema_version: 2). Read it; do not re-derive numbers here.
$ARGUMENTS may contain a path to a previous scores JSON (defaults to .agent-ready/agent-ready-scores.json) and an optional target path passed through to the scan.
Step 1: Load Previous Baseline (v2-only gate)
- Read
.agent-ready/agent-ready-scores.json(or the path in$ARGUMENTS) as the previous baseline. - Gate β comparable v2 baseline required:
- If the file is missing, OR it parses but
schema_version != 2(e.g. a v1 file or unversioned): - Report: "No comparable v2 baseline found" β explain that v2 changed the dimensions, so v1/missing scores cannot be diffed (per scoring.md migration / PRD Β§11).
- Run a fresh v2 scan instead (invoke
/agent-ready-scan, passing any target path) so the user gets a current baseline for next time. - Stop here β do not attempt a delta.
- Otherwise, capture the previous
project,timestamp,overall_score,level,layers, and per-dimensionweighted_score/raw_scoreas the baseline.
Step 2: Archive & Rescan
- Archive the baseline so it is not overwritten:
mv .agent-ready/agent-ready-scores.json .agent-ready/agent-ready-scores.prev.json. - Run a fresh full scan (invoke
/agent-ready-scan, passing any target path) to write the current.agent-ready/agent-ready-scores.json. - Read the new file and confirm
schema_version == 2.
Step 3: Compute Deltas
For each of the 7 dimensions:
delta = current.weighted_score β previous.weighted_score- Direction: π improved (
> 0), π regressed (`
Previous: β /100 Current: β /100 Change: points
Dimension Changes
Previous Current Delta Agent Instructions & Context 12.6 16.2 +3.6 π Navigability & Code Intelligence 10.2 10.2 0.0 β‘οΈ Testing & Feedback 14.0 14.0 0.0 β‘οΈ CI/CD, Automation & Governance 4.2 10.5 +6.3 π Agent Tooling & Capabilities 6.0 6.0 0.0 β‘οΈ Security & Sandbox 2.4 7.2 +4.8 π Spec-Driven Workflow & Docs 0.0 5.0 +5.0 π ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ Overall 49.4 69.1 +19.7 π
Layer Changes
Previous Current Delta π Portable (max ) 41.4 58.1 +16.7 π π― Target-specific (max ) 8.0 11.0 +3.0 π (note any change in a layer's max, e.g. targets newly declared)
π Improvements
..HEAD or git log --oneline`.>
π Regressions
β‘οΈ Unchanged Areas
π― Recommended Next Steps
## Step 5: Persist
- Current scores were already written by the scan (`.agent-ready/agent-ready-scores.json`).
- The previous baseline is retained at `.agent-ready/agent-ready-scores.prev.json` for history.
- The layered report at `.agent-ready/agent-ready-report.md` is regenerated by the scan step (and the badge, if scan emits it).
## Guidelines
- **v2-only by design** β never attempt to translate v1 scores; a missing or `schema_version != 2` baseline means scan-and-stop, not a forced comparison (PRD Β§11).
- **Be specific** β explain *what files* moved each number, not just the magnitude; cite evidence from both runs.
- **Track both directions** β surface regressions as carefully as improvements, including layer-max shifts.
- **Stay in sync** β this file references scoring.md by path; it does not duplicate the rubric.
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source β we do not rehost the code.
- **Author:** [RisorseArtificiali](https://github.com/RisorseArtificiali)
- **Source:** [RisorseArtificiali/agent-ready-skill](https://github.com/RisorseArtificiali/agent-ready-skill)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.