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/encoredev/skills/claude-mdgit clone --depth 1 https://github.com/encoredev/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/instructions/encoredev/skills/claude-md)<a href="https://agentmods.dev/instructions/encoredev/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/encoredev/skills/claude-md.svg" alt="Measured on agentmods" 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 | $0.01315 | $0.01315 |
| Opus 5 | $0.00658 | $0.00658 |
| Sonnet 5 | $0.00263 | $0.00263 |
| Haiku 4.5 | $0.00131 | $0.00131 |
Grade A, and why
skills CLAUDE.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 today.
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.
This is a copy
100% identical to skills AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Encore Skills - Agent Instructions
This repository contains skills for building backend applications with Encore.ts.
What is Encore.ts?
Encore.ts is a TypeScript backend framework where your code defines infrastructure. Write your application → Encore provisions databases, Pub/Sub, cron jobs, and more in your AWS/GCP account automatically.
When to Use These Skills
Shared Skills
| Skill | Trigger Keywords |
|---|---|
encore-architecture |
architecture, service boundaries, monolith vs microservices, split or merge, API vs Pub/Sub, data ownership |
TypeScript Skills
| Skill | Trigger Keywords |
|---|---|
encore-getting-started |
brand new, first time, install CLI, encore app create, hello world |
encore-logging |
structured logging, log.info, log.error, log fields, log levels, noisy logs |
encore-api |
typed endpoint, route, REST, GET/POST, request/response, validation |
encore-webhook |
webhook, /webhooks/*, raw HTTP, api.raw, Stripe, GitHub, signature |
encore-auth |
auth, login, bearer token, JWT, Authorization header, 401, 403 |
encore-database |
postgres, table, sql, query, migration, drizzle, prisma, schema |
encore-pubsub |
pub/sub, topic, subscription, broadcast, event, queue, fan out |
encore-cron |
cron, schedule, daily, hourly, periodic, batch job, every N |
encore-bucket |
bucket, object storage, S3, GCS, file upload, image upload, blob |
encore-cache |
cache, redis, key-value, TTL, rate limit, leaderboard, expire |
encore-secret |
secret, API key, credentials, signing key, encore secret set |
encore-service |
add service, create service, microservice, encore.service.ts, service directory, lay out, systems folder, ~encore/clients |
encore-testing |
test, vitest, unit test, integration, encore test, isolated database |
encore-frontend |
frontend, client, react, nextjs, cors, fetch, generate client |
encore-code-review |
review, audit, anti-pattern, best practices, before merge |
encore-migrate |
migrate, convert, port, transition, express, fastify, hono |
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.
- today Changed · +7 lines · +124 tokens per session 25bca1456693
- 5d ago First seen · 113 lines · 1,191 tokens per session scan A aa1346c69433
skills CLAUDE.md is an instructions file published in the GitHub repository encoredev/skills (26 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,315 tokens to every session, about $0.0066 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to skills AGENTS.md, differing in 0 lines, and is treated as a copy.
Other instructions, from other repositories
spark GEMINI.md
Gemini CLI instructions for buildonspark/spark, covering gemini.md, essential commands, setup, install toolchain and dependencies and install git hooks (optional but recommended).
ai-rules-sync AGENTS.md
Instructions for lbb00/ai-rules-sync, covering agents instructions, project overview, tech stack, key features and directory structure.
aontu CLAUDE.md
Claude Code instructions for aontu-lang/aontu: See AGENTS.md for the full contributor and agent guide: repository layout, build/test commands, the shared test/spec/.tsv suite, and TypeScript/Go parity conventions.
skern AGENTS.md
Instructions for devrimcavusoglu/skern, covering agents.md — skern development guide, project overview, scope, package responsibilities and design decisions.
skills-evals typescript.instructions.md
TypeScript conventions for this repo.
Copilot-Skills typescript.instructions.md
Instructions for TheSethRose/Copilot-Skills, covering typescript instructions, default behaviors, common workflows, setup & installation and development.