# Orbitant AI Readiness

> Use when auditing whether a repo is configured for AI-assisted development — checking .claude/ setup quality, CLAUDE.md completeness, skills/agents presence, hooks, memory, or MCP server configuration. Activates when someone asks "is this repo AI-ready?", "how well is Claude configured here?", or wants to assess AI readiness before starting work on an unfamiliar project. Also trigger when reviewing any .claude/ config, CLAUDE.md quality, or hooks setup — even if the user doesn't explicitly mention "AI readiness".

- Skill: `weorbitant/orbitant-ai-readiness` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add weorbitant/orbitant-ai-readiness`
- Raw SKILL.md: https://api.skillmd.com/api/skills/weorbitant/orbitant-ai-readiness/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: weorbitant (https://skillmd.com/u/weorbitant)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/weorbitant/orbitant-ai-readiness

---


## Overview

Audits a repo's AI readiness — how well it's configured for Claude Code and AI-assisted development. Produces a structured report with a rating and actionable findings.

All checks are static. No runtime access, no external APIs.

---

## When to Use

- Starting work on an unfamiliar repo and want to assess AI setup quality
- Reviewing a client project before an engagement
- Someone asks "is this repo ready for AI development?"
- Running a section audit after `/orbitant-engineering:ground-control` flagged AI readiness issues

---

## How to Run

Load the reference standards:

`@plugins/orbitant-engineering/skills/ai-readiness/references/ai-readiness.md`

Then check the repo against every item in that file. Collect all findings before printing the report.

---

## Output Format

```
## AI Readiness Audit   {rating}

### Passing
- CLAUDE.md present and substantive
- .claude/ directory exists
- ...

### Failing
- Agents not defined despite complex codebase
  Finding: No .claude/agents/ directory
  Recommendation: Define agents per sub-domain (API, frontend, infra)

### Improvement opportunities (Tier 3)
- Memory system not configured
- No MCP servers declared

Rating: ✅ Operational
```

Ratings: ❌ Not AI-ready / ⚠️ Minimal / ✅ Operational / 🚀 Optimized

See `references/ai-readiness.md` for full scoring criteria.

