agents

Project guidance for AI coding agents contributing to the adeptability codebase. Adeptability is a Go command-line program that keeps AI-agent skills portable across different coding tools.

In plain words
What is it for?
Use it when modifying the adeptability repository, running its commands, understanding its synchronization model, or following its contributor workflow.
Why use it?
It gives agents the project’s structure, commands, source-of-truth rules, and contribution context before they change the code.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/itaywol/adeptability/agents
Any agent
npx skills add itaywol/adeptability --skill agents
Clone the repo
git clone --depth 1 https://github.com/itaywol/adeptability

Made for: Claude Code, Codex.

Per session 5 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,528 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00005 $0.03528
Opus 5 $0.00003 $0.01764
Sonnet 5 $0.00001 $0.00706
Haiku 4.5 $0.00001 $0.00353

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

Security

Grade A, and why

agents 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 2d 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 installer, Homebrew tap (`itaywol/homebrew-tap`), and GHCR images.
.adeptability/base/agents/SKILL.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Guidance for AI coding agents working on the adeptability (adept) codebase. Humans: see README.md for usage and CONTRIBUTING.md for the contributor workflow.

Project Overview

adept is a single-binary Go CLI for cross-harness AI skill portability: you author a skill once in a canonical format and adept renders it accurately into every AI coding harness in your project — Claude Code, Cursor, Codex, GitHub Copilot, OpenCode, and any config-driven adapter you register — then keeps the two sides in sync in both directions.

  • Language: Go 1.25, Cobra command surface.
  • Module: github.com/itaywol/adeptability. Binary: adept (entrypoint cmd/adept).
  • No runtime services. Everything is local filesystem + git + optional network (GitHub API, skills.sh, an LLM provider for the optional intent pass).
  • Source of truth is the filesystem. Content hashes — not version numbers — drive every sync decision. There is no central database.

Commands

User-facing CLI (five verbs + three subcommand groups):

Command Description
adept init [--from <url>] [--ref <branch>] [--name <local>] [--mode symlink|copy] Scaffold .adeptability/, optionally clone a library, adopt existing harness files
adept status Project state at a glance: init, libraries, harnesses, drift
adept sync [--harness <id>] [--force] [--dry-run] Push canonical skills → every enabled harness
adept sync-from [--harness <id>] [--all] [--force] [--dry-run] Adopt harness-side edits back into canonical
adept diff [--harness <id>] Show drift between canonical and rendered output
adept harness {add|remove|list} Manage enabled harnesses
adept skill {add|install|update|info|search|check|edit|remove|list} Manage canonical skills (local + skills.sh/GitHub)
adept library {add|remove|list} Manage remote skill-library remotes
adept config {list|get|set|unset|llm ...} Strict-typed project config

Read the full file on GitHub · 233 lines

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. 2d ago First seen · 233 lines · 5 tokens per session scan A d67cc3dbba91

Subscribe to this mod's changes

agents is a skill published in the GitHub repository itaywol/adeptability (9 stars, last pushed 1mo ago), licensed MIT. It adds 5 tokens to every session and 3,528 once invoked, about $0.0000 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-31.

Related

Other skills, from other repositories

skillpack-creator

Create a reusable SkillPack from a successful completed task. Use when the user wants to convert a one-off research, coding, analysis, or content workflow into a distributable local SkillPack with skillpack.json, local skills under skills/, starter prompts, start scripts, and an optional zip package.

CreminiAI/skillpack · 67 tokens

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

CreminiAI/skillpack · 64 tokens

rove

Use when controlling Rove tasks, parallel coding attempts, hosted agent sessions, task lifecycle, or the daemon-owned issue tracker from a shell. Also the ONLY channel for messaging another agent session on this machine — rove api send, never a peer/MCP side channel.

Sma1lboy/rove · 56 tokens

general-video

The fallback workflow for authoring custom HyperFrames video compositions at any length or format — longer or multi-scene pieces, brand / sizzle reels, montages, title cards, static loops, and freeform compositions. Input- and length-agnostic. If a specialized workflow clearly fits the input — a marketed product, a…

Sma1lboy/rove · 114 tokens

pr-review

AUTHOR SKILL (internal to microsoft/aspire-skills). Reviews pull requests into this repo for problems only — bugs, regressions, missing eval coverage, frontmatter or routing damage, plugin-manifest drift, hook safety, and other concrete issues. Drives a six-step workflow: identify the PR, ensure the branch is…

microsoft/aspire-skills · 241 tokens

release

Autonomously cut a Rove (@sma1lboy/rove) release end-to-end — detect the semver bump from pending changesets (flagging an upstream minor you didn't intend), run the release gates, bump/tag/push via scripts/release.sh, then poll the GitHub Actions Release workflow with gh until npm publish completes, diagnosing CI…

Sma1lboy/rove · 155 tokens