Skillassay — AI skill for Claude Code
Static analyzer for AI coding-agent context — and an Agent Skill your agent can run.
How to install Skillassay
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rakib-nyc/skillassay and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skillassay does
Static analyzer for AI coding-agent context — and an Agent Skill your agent can run. Measures always-on context cost of CLAUDE.md, AGENTS.md and Agent Skills; finds skills that won't load, redundant instructions, stale paths and duplicate names. Claude Code, Codex, Cursor, Gemini CLI. Research project.
Alternatives in AI
- Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
- Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
- Gentle AI — Agent Skills Index — When working on this project, load the relevant skill(s) BEFORE writing any code 1.9k ★
README
skillassay — measure what your AI coding agent loads before you type
**A static analyzer for AI coding-agent context, and an Agent Skill your agent can run itself.** It measures the always-on context-window cost of `CLAUDE.md`, `AGENTS.md`, `GEMINI.md` and Agent Skills, then reports skills that will not load, redundant instructions, stale path references, duplicate skill names and instruction conflicts — with a citation and a token count on every finding.
Use it two ways:
- As a CLI —
npx skillassay . - As an Agent Skill — drop it into
.agents/skills/and ask your agent to audit the repo in plain language. It costs 98 always-on tokens.
Works with **Claude Code**, **Codex**, **Cursor** and **Gemini CLI**. Runs offline. No API key.
**This is a research project.** It is published so the method and the numbers can be checked, not as a supported product. Provided **as is, without warranties or conditions of any kind** — see [Disclaimer](#disclaimer).
Install
npx skillassay .
No install, no API key, no config. Requires Node.js ≥ 20.11.
[](https://www.npmjs.com/package/skillassay) [](LICENSE)
Install as an Agent Skill
The package ships an Agent Skill in `.agents/skills/skillassay/` — the cross-client location that **Claude Code, Codex and Gemini CLI all read**, so one file serves every harness:
npm i -D skillassay
mkdir -p .agents/skills
cp -r node_modules/skillassay/.agents/skills/skillassay .agents/skills/
Then just ask, in whichever agent you use:
*"Audit this repo's context cost."* *"Will my new skill actually load?"* *"What's in my always-on context and what can I delete?"*
If you would rather scope it to one client, the same directory works under `.claude/skills/`, `.codex/skills/` or `.gemini/skills/`. `.agents/skills/` is preferred because it is read by all of them.
It costs **98 always-
Related Skills
Vibe Coding Wiki
178-term bilingual taxonomy for AI-assisted programming: vibe coding, agentic engineering, Claude Code, MCP, R
Agent Context
Layered, agent-agnostic context architecture for AI coding agents: a tiny always-on baseline, on-demand skills
Evermind AI Agent Memory
Evermind: cross-session memory recovery for AI agents. Your agent never cold-starts again - always-loaded iden
AI Usage Inspector
Records every AI coding-agent prompt — tokens, model, context %, and cost — from Claude Code, Codex, Cursor, O
Code Context Engine
Local-first MCP context engine for AI coding agents — cuts token cost ~90% via a per-project code graph + code
Load AI Docs
Load documentation from their respective websites into local markdown files our agents can use as context.
Related Agents
SEO Performance
Performance analyzer. Measures and evaluates Core Web Vitals and page load performance.
Dr Efficiency
Deep-review finder angle. Finds wasted work the diff introduces - repeated expensive construction, re-parsing,
Mb Context Doctor
Diagnoses CLAUDE.md and .claude/ bloat. Runs token counts, identifies what's redundant or stale, and proposes