AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Ready Diff

skill-risorseartificiali-agent-ready-skill-agent-ready-diff Β· by RisorseArtificiali

Compare the current agentic readiness state against a previous v2 assessment. Shows per-dimension deltas (πŸ“ˆ/πŸ“‰/➑️), overall delta, and Portable/Target layer deltas, citing the files that drove each change. v2-schema only: if no comparable v2 baseline exists, runs a fresh scan instead of diffing. Use after making changes to measure progress.

β€” No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-risorseartificiali-agent-ready-skill-agent-ready-diff

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No 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.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-risorseartificiali-agent-ready-skill-agent-ready-diff)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 β†’
Are you the author of Agent Ready Diff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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)

  1. Read .agent-ready/agent-ready-scores.json (or the path in $ARGUMENTS) as the previous baseline.
  2. 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.
  1. Otherwise, capture the previous project, timestamp, overall_score, level, layers, and per-dimension weighted_score/raw_score as the baseline.

Step 2: Archive & Rescan

  1. Archive the baseline so it is not overwritten: mv .agent-ready/agent-ready-scores.json .agent-ready/agent-ready-scores.prev.json.
  2. Run a fresh full scan (invoke /agent-ready-scan, passing any target path) to write the current .agent-ready/agent-ready-scores.json.
  3. 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.

Versions

  • v0.1.0 Imported from the upstream source.