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/crestapps/crestapps.agentskills/agents-mdgit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWhat 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.00359 | $0.00359 |
| Opus 5 | $0.00179 | $0.00179 |
| Sonnet 5 | $0.00072 | $0.00072 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
CrestApps.AgentSkills 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 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.
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.
What it actually says
Agent Instructions
This repository contains agent skills grouped by owning project under src/CrestApps.AgentSkills/.
Skill roots
src/CrestApps.AgentSkills/orchardcore/- framework-only Orchard Core skillssrc/CrestApps.AgentSkills/crestapps-orchardcore/-CrestApps.OrchardCoremodule skillssrc/CrestApps.AgentSkills/crestapps-core/- directCrestApps.Coreskills
Skill structure
- Each skill lives in its own directory under the correct source root.
- Directory names use lowercase, hyphenated format and the
namefront-matter value must match the directory name exactly. - Every skill directory must contain a
SKILL.mdfile with YAML front-matter includingnameanddescription. - Use a
references/subdirectory for supporting documentation and examples.
Content conventions
- Front-matter must start and end with
---. - All recipe step JSON blocks must be wrapped in the root recipe format:
{ "steps": [...] }. - All C# classes in code samples must use the
sealedmodifier, except View Models. - Third-party module packages must be installed in the web/startup project.
- Keep guidance concise, example-driven, and actionable.
Adding a new skill
- Choose the correct source root for the project the skill targets.
- Create a directory under that root, for example
src/CrestApps.AgentSkills/orchardcore/orchardcore-content-types/. - Add
SKILL.mdwith matchingnameanddescription. - Add optional
references/<topic>-examples.md. - Run the repository build and tests.
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 · 33 lines · 359 tokens per session scan A 3eb1f7ed1af9
CrestApps.AgentSkills AGENTS.md is an instructions file published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 4d ago), licensed MIT. It adds 359 tokens to every session, about $0.0018 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
maui uitests.instructions.md
Instructions for dotnet/maui, covering ui testing guidelines for .net maui, ui test structure, two-project requirement, base class and infrastructure and naming conventions.
maui performance-hotpaths.instructions.md
Instructions for dotnet/maui, covering performance-critical path rules, hot paths in maui, allocation avoidance, caching and invalidation and collection iteration.
ai-dev-gallery adding-wcrapis.instructions.md
Instructions for microsoft/ai-dev-gallery, covering windows ai apis (wcrapis) sample instructions, limited access features (laf), important security note, feature availability checks and model types for wcrapis.
AutoAgents AGENTS.md
Instructions for liquidos-ai/AutoAgents, covering autoagents repository guidelines, project structure & module organization, code quality, naming conventions and error handling.
mcp-dotnet-samples AGENTS.md
Instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.
moorestech AGENTS.md
AGENTS.md instructions for moorestech/moorestech, covering コーディングの指針, qa(必須), 互換性とパフォーマンス, 既知の制約(設計上の割り切り) and regionの活用.