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.
npx agentmods add skills/itaywol/adeptability/agentsnpx skills add itaywol/adeptability --skill agentsgit clone --depth 1 https://github.com/itaywol/adeptabilityWhat 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.
| Model | Per session | Once 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 |
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. 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(entrypointcmd/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 |
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.
- 2d ago First seen · 233 lines · 5 tokens per session scan A d67cc3dbba91
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.
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.
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.
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.
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…
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…
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…