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/copilot-instructionsgit 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.03271 | $0.03271 |
| Opus 5 | $0.01636 | $0.01636 |
| Sonnet 5 | $0.00654 | $0.00654 |
| Haiku 4.5 | $0.00327 | $0.00327 |
Grade A, and why
CrestApps.AgentSkills copilot-instructions.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.
How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CrestApps.AgentSkills Development Instructions
ALWAYS reference these instructions first and fall back to searching only if needed.
Use ASD-STE100 Simplified Technical English for all responses.
Project Overview
CrestApps.AgentSkills contains shared AI agent skills and MCP tooling for .NET applications and Orchard Core projects.
- Target Framework: .NET 10 (net10.0)
- SDK Version: .NET 10.0.100 (see
global.json) - Package Management: Central Package Management via
Directory.Packages.props - Skill source roots:
src/CrestApps.AgentSkills/orchardcore/- framework-only Orchard Core skillssrc/CrestApps.AgentSkills/crestapps-orchardcore/-CrestApps.OrchardCoremodule skillssrc/CrestApps.AgentSkills/crestapps-core/- directCrestApps.Coreskills
Four Source Projects
-
CrestApps.AgentSkills- Skill content container- Contains canonical skill source roots under
orchardcore/,crestapps-orchardcore/, andcrestapps-core/ - Not packable — purely a source container referenced by the other packages and plugin bundles
- Contains canonical skill source roots under
-
CrestApps.AgentSkills.Mcp- Generic MCP engine- Framework-agnostic skill parser and MCP provider
- Supports
.md(front-matter) and.yaml/.ymlskill formats - Key interfaces:
IAgentSkillFilesStore,IMcpPromptProvider,IMcpResourceProvider - Key implementations:
DefaultAgentSkillFilesStore,SkillPromptProvider,SkillResourceProvider - Key parsers:
SkillFrontMatterParser,SkillYamlParser,SkillFileParser - No bundled skills — expects consumer to provide skill directory
-
CrestApps.AgentSkills.OrchardCore- Dev-time skill distributor- Development dependency only (
IncludeBuildOutput=false,DevelopmentDependency=true) - Uses MSBuild
.targetsto copy bothorchardcore/andcrestapps-orchardcore/to solution root.agents/skills/on first build - No runtime code — purely for local AI authoring
- Development dependency only (
-
CrestApps.AgentSkills.Mcp.OrchardCore- Runtime MCP server for Orchard Core- Extends
CrestApps.AgentSkills.Mcpwith Orchard Core–specific convenience wrappers - Bundles both
orchardcore/andcrestapps-orchardcore/, packed underskills/and copied to the consuming app's build and publish output at.agents/skills/by abuildTransitivetargets file (notcontentFiles, which NuGet drops for transitive references) - Entry point:
OrchardCoreSkillMcpExtensions(AddOrchardCoreSkills,AddOrchardCoreAgentSkillServices) - Services registered as singletons for caching
- Extends
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 · 248 lines · 3,271 tokens per session scan A 6416527c0355
CrestApps.AgentSkills copilot-instructions.md is an instructions file published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 4d ago), licensed MIT. It adds 3,271 tokens to every session, about $0.0164 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 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.
maui collectionview-windows.instructions.md
Instructions for dotnet/maui, covering collectionview — windows (items/ handler), winui listview/itemsrepeater patterns, data source and change notifications, layout configuration and cross-platform consistency.
codex-provider-sync AGENTS.md
Instructions for Dailin521/codex-provider-sync, covering ai / agent operator guide, vnext architecture baseline, goal, choose the interface and safe operating flow.
Grace AGENTS.md
Instructions for ScottArbeit/Grace, covering agent instructions, agent quickstart (local), issue tracking, development process and markdown guidelines.
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.
maui-labs AGENTS.md
Instructions for dotnet/maui-labs, covering agent instructions, repository overview, products, technology stack and building.