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/getmockd/mockd/copilot-instructionsgit clone --depth 1 https://github.com/getmockd/mockdWhat 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.01033 | $0.01033 |
| Opus 5 | $0.00517 | $0.00517 |
| Sonnet 5 | $0.00207 | $0.00207 |
| Haiku 4.5 | $0.00103 | $0.00103 |
Grade A, and why
mockd 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mockd Instructions for GitHub Copilot
Copy this to
.github/copilot-instructions.mdin your project root.
mockd Mock Server
This project uses mockd for API mocking. mockd is a multi-protocol mock server supporting HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP from a single binary.
MCP Server
mockd includes an MCP server with 18 tools. Configure in .github/copilot-mcp.json:
{
"mcpServers": {
"mockd": {
"command": "mockd",
"args": ["mcp"]
}
}
}
MCP tools available:
manage_mock— Create, list, get, update, delete, or toggle mocksmanage_context— Get server context for current workspacemanage_workspace— Switch between named workspacesverify_mock— Assert a mock was called N timesget_mock_invocations— See what requests hit a mockreset_verification— Clear verification countersset_chaos_config— Inject latency, errors, chaos profiles, stateful faultsget_chaos_config— View current chaos configurationreset_chaos_stats— Reset chaos countersget_stateful_faults— View circuit breaker / retry-after / degradation statemanage_circuit_breaker— Trip or reset circuit breakersget_request_logs— View captured trafficclear_request_logs— Clear request log historymanage_state— CRUD operations on stateful resourcesmanage_custom_operation— Manage custom operations for stateful resourcesimport_mocks— Import from OpenAPI, Postman, HAR, WireMock, cURL, WSDL, Mockoonexport_mocks— Export mocks as YAML/JSONget_server_status— Check server health and version
Ports
- Mock server: 4280 (not 8080)
- Admin API: 4290 (not 8081)
CLI Commands
mockd start # Start daemon
mockd start -c mocks.yaml # Start with config
mockd stop # Stop daemon
mockd engine start # Headless engine for CI
mockd add http --path /api/users --status 200 --body '{"data":[]}'
mockd add http --path /api/users --stateful # Auto CRUD
mockd list # List mocks
mockd logs --requests # View traffic
mockd verify check <id> --exactly 3 # Assert call count
mockd chaos apply flaky # Inject errors
mockd chaos disable # Stop chaos
mockd import openapi.yaml # Import specs
mockd export --format yaml # Export config
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 · 117 lines · 1,033 tokens per session scan A cca88df57819
mockd copilot-instructions.md is an instructions file published in the GitHub repository getmockd/mockd (144 stars, last pushed 14d ago), licensed Apache-2.0. It adds 1,033 tokens to every session, about $0.0052 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
pentagi CLAUDE.md
Instructions for vxcontrol/pentagi, covering claude.md, core interaction rules, project overview, build & development commands and backend (run from backend/).
pyck-oss AGENTS.md
AGENTS.md instructions for pyck-ai/pyck-oss, covering pyck, for ai agents, documentation, architecture overview and code review.
github-brain AGENTS.md
Instructions for wham/github-brain, a project described as: An experimental GitHub MCP server with local database.
mcp-zero copilot-instructions.md
Instructions for zeromicro/mcp-zero, covering mcp-zero development guidelines, active technologies, project structure, commands and code style.
greatestworks gw.instructions.md
Instructions for phuhao00/greatestworks, covering greatestworks 项目 ai 协作说明(必读), 工作流程补充要求, 项目上下文速览, 代码组织与分层约定(ddd) and 依赖与模块策略.
pyck-oss CLAUDE.md
Claude Code instructions for pyck-ai/pyck-oss, a project described as: An Open-Source warehousing framework, engineered for the AI era.