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

Agent Ready Init

skill-risorseartificiali-agent-ready-skill-agent-ready-init · by RisorseArtificiali

Scaffold a minimal, opinionated, agent-ready baseline for a new (or near-empty) project. Generates a portable-first AGENTS.md (<200 lines) with target bridges, .env.example, .gitignore secret coverage, a documented agent-execution/sandbox policy (LINCE among options), CI + pre-commit baselines, and an optional spec template — then runs a quick v2 scan to show the starting score. Use for greenfiel…

No reviews yet
0 installs
33 views
0.0% view→install

Install

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

✓ 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 Used
  • 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-init)

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 Init? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent-Ready Init — Greenfield Baseline (v2)

Give a new project an agent-ready foundation from day one: portable instructions, secret-hygiene defaults, and a documented safe-execution posture — so it starts ready instead of accumulating debt that /agent-ready fix later has to remediate. Minimal and opinionated, not a stack wizard.

Canonical rubric: .claude/skills/agent-ready/references/scoring.md — the 7 dimensions, sub-criterion ids, layer tags, score math. Do not re-derive numbers here.

Remediation registry: .claude/skills/agent-ready/references/remediation.md — keyed by the same ids. Init reuses fix's generators conceptually but emits a fixed opinionated baseline rather than gap-driven output.

Routed as /agent-ready init [path] [--agents ...].

Phase 0: ARGUMENTS

Parse $ARGUMENTS (order-independent):

  • path — first non-flag token: target dir (default cwd). mkdir -p it if absent.
  • --agents — target list (claude,codex,opencode,pi); drives bridges only. If absent, default portable (AGENTS.md only).

Phase 1: LIGHTLY DETECT & GUARD

  1. Ecosystem (light): presence of pyproject.toml/setup.py (Python), package.json (Node), go.mod (Go), Cargo.toml (Rust), pom.xml/build.gradle (JVM). Unknown → generic placeholders + advice.
  2. Env-var refs (for .env.example): python3 .claude/skills/agent-ready/scripts/secret_hygiene.py when available; else grep os.environ/os.getenv/process.env/env::var. None found → empty template.
  3. Populated-project guard: if the dir already has source code, a build manifest with real deps, or existing instruction files (AGENTS.md/CLAUDE.md), it is not greenfield — stop and defer:
This directory looks like an existing project (found: pyproject.toml with deps, src/).
`init` scaffolds greenfield baselines and never overwrites. For an existing repo,
run `/agent-ready scan` then `/agent-ready fix` to remediate by impact.

A truly empty or near-empty dir (no source, no real deps) proceeds.

Phase 2: BASELINE FILE SET

Generate only missing files. Reuse fix's generators conceptually; keep content minimal but real.

| Artifact | Content | |---|---| | AGENTS.md (canonical, ** [--agents ...]` to compute and show the starting score:

## 🌱 Agent-Ready Init — Baseline Established

Scaffolded: AGENTS.md, CLAUDE.md (symlink), .env.example, docs/agent-execution.md,
.github/workflows/ci.yml, .pre-commit-config.yaml, specs/TEMPLATE.md
+ .gitignore secret coverage

Baseline score: 41/100  🟡 Partially Ready

Next: add deps + commit the lockfile, write tests, then `/agent-ready scan` to track progress.

Init vs Fix

| | init (greenfield) | fix (brownfield) | |---|---|---| | Trigger | New/empty project | Existing repo, after a scan | | Input | Light detection | agent-ready-scores.json gap analysis | | Scope | Fixed opinionated baseline | Highest-impact gaps first | | Output | Templated placeholders OK | Detected, project-specific content | | Overwrite | Never (mostly empty repo) | Never; append where sensible |

Critical Rules

  • NEVER overwrite existing files — create only missing ones; append to .gitignore.
  • Defer to fix on a populated existing project (Phase 1 guard).
  • AGENTS.md is canonical & < 200 lines — bridge to claude via symlink; codex/opencode/pi read it natively.
  • Safe by default — secret-hygiene .gitignore + documented execution policy (LINCE among options) ship from day one.
  • Minimal opinionated — fixed baseline, at most confirm detected stack + targets; do NOT become a stack wizard.
  • Confirmation gate — list files and wait for approval before writing.
  • End with a quick scan showing the baseline score.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

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.