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 skills add adaptocms/adapto-cms-agent-skills --skill adapto-project-definegit clone --depth 1 https://github.com/adaptocms/adapto-cms-agent-skillsWrote 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.
[](https://agentmods.dev/skills/adaptocms/adapto-cms-agent-skills/adapto-project-define)<a href="https://agentmods.dev/skills/adaptocms/adapto-cms-agent-skills/adapto-project-define"><img src="https://agentmods.dev/badge/skills/adaptocms/adapto-cms-agent-skills/adapto-project-define/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/adaptocms/adapto-cms-agent-skills/adapto-project-define"><img src="https://agentmods.dev/badge/skills/adaptocms/adapto-cms-agent-skills/adapto-project-define.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00076 | $0.02457 |
| Opus 5 | $0.00038 | $0.01229 |
| Sonnet 5 | $0.00015 | $0.00491 |
| Haiku 4.5 | $0.00008 | $0.00246 |
Grade A, and why
adapto-project-define scanned grade A with 0 findings 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
adapto:project-define
The most important setup step: it builds the project's brain — the local, multi-file knowledge base at
.adapto/project/ (see studio.md §2) that every content skill reads to stay
on-brand and on-scope. It works by deep guided discovery: a short, skippable interview for the things only
you know, then active research (your existing site + competitors + an initial keyword universe) to fill
in the rest. A flattened summary is stored in the CMS as _adapto_project_config; the rich facets stay
local. The whole step is optional — skills work without it, just less sharply.
When to use
- Setting up a project and you want the agent to deeply understand it before researching or writing content.
- Triggers: "define my project", "build the project brain", "tell Adapto about my product/brand/voice".
- Re-run to refresh the brain after big changes (it reconciles, never blindly clobbers your edits).
When not to use
- Consolidating findings you've already gathered while working →
adapto:project-learn. - You'd rather not answer anything → skip it; content skills fall back to neutral defaults.
- Just checking the environment →
adapto:doctor.
Inputs
- A short interview (every question optional, pickable options + free-form, asked one at a time) for the human-only facts: project type → what it does → audience/ICPs (pains, jobs-to-be-done) → brand voice → writing do's & don'ts → one-line pitch → named competitors (URLs welcome) → your existing site URL (if any).
- Research inputs the interview unlocks: competitor URLs, your site URL, and any files you drop into
.adapto/sources/(keyword lists, Search Console exports, notes) — all optional. - The tenant's language (
adapto auth orgs --json) for the CMS summary.
Outputs
- The filled
.adapto/project/brain:identity,audience,voice,glossary,competitors,pillars,seo,inventory,INDEX,open-questions(+ a seededlearnings.mdand acadence.mdstub). - The CMS
_adapto_project_configcollection with a one-item summary (identity + audience + voice + pitch), statusdraft. - A read-only cache at
.adapto/project.md. - Next step:
adapto:schema-design— propose the content schema from the brain you just built.
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.
- 9d ago First seen · 139 lines · 76 tokens per session scan A 0a7517d8e15d
adapto-project-define is a skill published in the GitHub repository adaptocms/adapto-cms-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 2,457 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
invest
First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…
invest-setup
A first-time setup workflow for openInvest, a system for tracking investments and running portfolio analysis.
invest-backup
Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…
okf-frontmatter
Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…
yield-xyz-agentkit-builder
Build applications that integrate with the Yield.xyz APIs — staking, lending, vaults, and RWA across 80+ networks. Generates code covering REST API integration, transaction signing, wallet connection, and fee monetization. Use when user wants to build an app, integrate yield, generate code, or set up a project using…
yield-xyz-agentkit-privy
The Privy connector for the Yield.xyz AgentKit — signs and broadcasts via Privy agentic wallets. Extends the yield-xyz-agentkit skill — that skill discovers yields and builds the unsigned transactions; this one adds Privy wallet creation, policy enforcement, signing, and broadcasting, in autonomous and semi-autonomous…