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 instructions/adaptico/adaptico-os/agents-mdgit clone --depth 1 https://github.com/adaptico/adaptico-osWhat 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.01890 | $0.01890 |
| Opus 5 | $0.00945 | $0.00945 |
| Sonnet 5 | $0.00378 | $0.00378 |
| Haiku 4.5 | $0.00189 | $0.00189 |
Grade A, and why
adaptico-os AGENTS.md 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 3d 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 — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Adaptico OS — Operating Instructions
This file is loaded automatically by Claude Code, Cursor, Windsurf, Codex, and any other AI tool running in this workspace. It defines what Adaptico OS is and how to work in this repository.
What This Is
Adaptico OS is a go-to-market operating system for early-stage SaaS and AI startup founders, built on Claude Code skills. A founder "plugs in" their project and gets deep, specific go-to-market help from the command line: audit the website's marketing, sharpen positioning, fix conversion, generate copy, plan a launch, and analyze competitors. The default user is a technical founder marketing a modern software product.
Workspace Structure
adaptico-os/
├── src/ ← all installable sources (the only thing the installers copy)
│ ├── core/ ← public/free edition
│ │ ├── skills/ ← gtm orchestrator (bundles its own scripts/ + templates/) + core skills (gtm-*)
│ │ └── agents/ ← 5 parallel audit subagents (gtm-*)
├── projects/ ← per-project work
├── .claude/ ← generated by install.sh
├── install.sh / uninstall.sh
├── AGENTS.md ← this file
├── CLAUDE.md ← points here
├── LICENSE / CREDITS.md
How a Founder Uses It
- Install the skills into their own workspace - as the Claude Code plugin (recommended), via
npx skills add, or with./install.shfrom a clone (the README's install section documents the full order). - Run
/gtm initto create aprojects/<project-name>/PROFILE.mddescribing their project (URL, type, stage, ICP, goal, competitors), plus aLOG.mdhistory of what's been tried and what happened - every command run appends its outcome line to it, in per-channel sections. - Run commands against their own site — e.g.
/gtm audit,/gtm position,/gtm landing. - Reports save to the project directory (
projects/<project-name>/) with aYYYY-MM-DD-prefix.
PROFILE.md is the single source of truth for the project. Read it (when present) before any analysis and tailor tone, focus, and recommendations to the stated type, stage, ICP, and goal.
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.
- 3d ago First seen · 114 lines · 1,890 tokens per session scan A 6b986ceeecdf
adaptico-os AGENTS.md is an instructions file published in the GitHub repository adaptico/adaptico-os (16 stars, last pushed 16d ago), licensed MIT. It adds 1,890 tokens to every session, about $0.0095 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-30.
Other instructions, from other repositories
claude-ads AGENTS.md
Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.
claude-ads CLAUDE.md
Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.
claude-ads GEMINI.md
Instructions for AgriciDaniel/claude-ads, a project described as: Claude-first paid-media operations skill for Claude Code across 12 ad platforms (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon, Reddit, Pinterest, Snapchat, X): source-grounded audits, deterministic scoring, versioned JSON reports…
claude-email CLAUDE.md
Instructions for AgriciDaniel/claude-email, covering claude email — comprehensive email management & marketing, project overview, architecture, key principles and development rules.
linkedin-content-creator CLAUDE.md
Instructions for AgriciDaniel/linkedin-content-creator, covering claude.md - ai assistant reference, project overview, tech stack, key directories and core components.
evc AGENTS.md
Instructions for SaigonXIII/evc, covering evc — cross-platform agent config, for claude code, for cursor, for codex cli and for gemini cli.