readiness — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited readiness (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Agent Readiness skill for Claude Code - evaluate repository readiness for autonomous AI agents.
Inspired by Factory AI Agent Readiness.
npx skills add viktor-silakov/readinessThis is the easiest way to install. The skill will automatically appear in the skills.sh leaderboard based on installation count.
claude plugin install readiness@https://github.com/viktor-silakov/readinessClone to your personal skills directory:
git clone https://github.com/viktor-silakov/readiness ~/.claude/skills/readinessOr to project-level:
git clone https://github.com/viktor-silakov/readiness .claude/skills/readinessnpx claude-skill-readinessThis installs the skill to .claude/skills/readiness/ in your project.
In Claude Code, run:
/readinessOr with plugin:
/readiness:readinessThe skill evaluates your repository across 8 pillars and assigns a maturity level 1-5:
| Pillar | What's checked |
|---|---|
| Style & Validation | ESLint, Prettier, Biome, formatters |
| Build System | package.json scripts, tsconfig, build tools |
| Testing | Jest, Vitest, Playwright, test coverage |
| Documentation | README, CLAUDE.md/AGENTS.md |
| Dev Environment | .nvmrc, .env.example, docker-compose |
| Code Quality | TypeScript strict mode, pre-commit hooks |
| Observability | Logging, error tracking |
| Security | .gitignore, secrets, dependencies audit |
| Level | Name | Description |
|---|---|---|
| 1 | Functional | Build works, has entry point |
| 2 | Documented | README, installation instructions |
| 3 | Standardized | Tests, linting, TypeScript strict |
| 4 | Optimized | CI/CD, pre-commit hooks, coverage |
| 5 | Autonomous | AGENTS.md, E2E tests, CODEOWNERS |
+==============================================================+
| AGENT READINESS REPORT |
+==============================================================+
| Repository: my-project |
| Level Achieved: 4 (Optimized) |
| Overall Score: 78% |
+--------------------------------------------------------------+
PILLAR SCORES
+-------------------------------------------------------------+
| Style & Validation ████████████░░░░ 75% (3/4 criteria) |
| Build System ████████████████ 100% (4/4 criteria) |
| Testing ██████████░░░░░░ 62% (5/8 criteria) |
| ... |
+-------------------------------------------------------------+After generating the report, the skill offers to fix common issues:
npx claude-skill-readiness install # Install skill (default)
npx claude-skill-readiness check # Check if installed
npx claude-skill-readiness update # Update skill files
npx claude-skill-readiness remove # Remove skillMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.