ai-ready

ai-ready is a skill for Claude Code, Codex from boshi-xixixi/TraeSkill. It costs 78 tokens per session (519 once invoked), scanned A, original, MIT.

A repository setup guide that examines a codebase and creates files to help AI coding tools work with it. These files can include agent instructions, Copilot instructions, CI workflows, and issue templates tailored to the project.

In plain words
What is it for?
Preparing a repository for AI-assisted coding, generating project instructions, setting up CI workflows, and creating issue templates.
Why use it?
It removes the need to write and maintain these AI and project configuration files by hand. It can also base the setup on patterns found in past pull-request reviews.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Preparing a repository for AI-assisted coding, generating project instructions, setting up CI workflows, and creating issue templates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/boshi-xixixi/traeskill/ai-ready
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add boshi-xixixi/TraeSkill --skill ai-ready
Clone the repo
git clone --depth 1 https://github.com/boshi-xixixi/TraeSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-ready

README.md
[![agentmods](https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/ai-ready.svg)](https://agentmods.dev/skills/boshi-xixixi/traeskill/ai-ready)
Your own site
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/ai-ready"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/ai-ready.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.00519
Opus 5 $0.00039 $0.00260
Sonnet 5 $0.00016 $0.00104
Haiku 4.5 $0.00008 $0.00052

Measured 8d ago against content hash b556acad8984, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ai-ready scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/johnpapa/ai-ready/main/skills/ai-ready/SKILL.md \
.trae/Skills/.agents/skills/ai-ready/SKILL.md · 36 lines

What it actually says

AI Ready

This skill helps the user install the latest ai-ready SKILL.md by John Papa into their personal skills directory.

Why?: The full ai-ready skill is ~600 lines of detailed instructions that evolve frequently. This wrapper keeps it discoverable here while the source of truth stays in johnpapa/ai-ready — always up to date.

Steps

  1. Tell the user to download the latest SKILL.md to their personal skills directory by running one of these commands in their terminal. This will overwrite any existing local copy.

    bash / zsh

    mkdir -p ~/.copilot/skills/ai-ready
    curl -fsSL https://raw.githubusercontent.com/johnpapa/ai-ready/main/skills/ai-ready/SKILL.md \
      -o ~/.copilot/skills/ai-ready/SKILL.md
    

    PowerShell

    New-Item -ItemType Directory -Force -Path "$HOME/.copilot/skills/ai-ready" | Out-Null
    Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/johnpapa/ai-ready/main/skills/ai-ready/SKILL.md" -OutFile "$HOME/.copilot/skills/ai-ready/SKILL.md"
    

    For reproducible behavior, the user can replace main in the URL with a specific tag or commit SHA.

  2. Suggest the user review the downloaded skill before loading it to confirm it contains expected instructions:

    head -20 ~/.copilot/skills/ai-ready/SKILL.md
    
  3. After the user confirms they've installed it, tell them to reload skills with /skills reload and then say make this repo ai-ready.

  4. Do not run the install command on the user's behalf. The user must run it themselves.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 36 lines · 78 tokens per session scan A b556acad8984

Subscribe to this mod's changes

ai-ready is a skill published in the GitHub repository boshi-xixixi/TraeSkill (261 stars, last pushed 3mo ago), licensed MIT. It adds 78 tokens to every session and 519 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.