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/agenticpawan/fullstack-pilot/agents-mdgit clone --depth 1 https://github.com/AgenticPawan/FullStack-PilotWhat 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.03008 | $0.03008 |
| Opus 5 | $0.01504 | $0.01504 |
| Sonnet 5 | $0.00602 | $0.00602 |
| Haiku 4.5 | $0.00301 | $0.00301 |
Grade A, and why
FullStack-Pilot 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 yesterday.
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 — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Routing & Orchestration — FullStack Pilot
This file defines how Claude Code routes queries to specialist agents across the Angular / .NET / SQL Server / Azure stack and how agents coordinate with each other.
Agent Roster
Stack Specialists (one trio per plugin)
| Agent | Domain | Plugin |
|---|---|---|
@angular-reviewer |
Angular / TypeScript review (read-only) | pilot-angular |
@angular-implementor |
Angular / TypeScript fixes and features | pilot-angular |
@angular-support |
Angular symptom triage | pilot-angular |
@dotnet-reviewer |
C# / ASP.NET Core review (read-only) | pilot-dotnet |
@dotnet-implementor |
C# / ASP.NET Core fixes and features | pilot-dotnet |
@dotnet-support |
.NET symptom triage | pilot-dotnet |
@sql-reviewer |
EF Core / SQL Server review (read-only) | pilot-sql |
@sql-implementor |
EF Core / SQL Server fixes and schema changes | pilot-sql |
@sql-support |
Database symptom triage | pilot-sql |
@infra-reviewer |
Azure / Bicep / CI-CD review (read-only) | pilot-azure |
@infra-implementor |
Azure / Bicep / CI-CD fixes | pilot-azure |
@infra-support |
Infrastructure symptom triage | pilot-azure |
Pipeline Agents (pilot-core)
| Agent | Role | Model |
|---|---|---|
@fsp-analyst |
Business analyst — spec writer | sonnet |
@fsp-scout |
Codebase explorer — context briefs | haiku |
@fsp-architect |
Solution architect — assessment and planning | opus |
@fsp-qa |
QA engineer — test generation and traceability | sonnet |
@fullstack-reviewer |
Cross-stack diff review orchestrator | sonnet |
@fullstack-implementor |
Cross-stack fix orchestrator | inherits |
@fullstack-support |
Production incident triage | sonnet |
Persona Agents (pilot-core)
Optimised for a specific enterprise role. Each has different permissions and output formats.
| Agent | Persona | Model | Write Scope |
|---|---|---|---|
@fsp-feature-builder |
Fullstack Developer | inherits (sonnet/opus per complexity) | All layers — scaffold + implement a full vertical slice |
@fsp-incident-responder |
Production Support Engineer | sonnet | .claude/pilot/ + one local fix branch only. Never deploys or pushes. |
@fsp-tpo-intake |
Technical Product Owner | sonnet | .claude/specs/ and .claude/pilot/specs/ only. Never writes code. |
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.
- yesterday First seen · 247 lines · 3,008 tokens per session scan A e62c75d648d3
FullStack-Pilot AGENTS.md is an instructions file published in the GitHub repository AgenticPawan/FullStack-Pilot (2 stars, last pushed 1mo ago), licensed MIT. It adds 3,008 tokens to every session, about $0.0150 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-31.
Other instructions, from other repositories
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
openbridge-webcomponents line-area-charts.instructions.md
Instructions for Ocean-Industries-Concept-Lab/openbridge-webcomponents, covering line/area charts & gauge trend, architecture overview, key principle: logic in base class, subclasses stay thin, base class architecture and line graph (non-filled).
drawio-ai-kit AGENTS.md
Instructions for sparklabx/drawio-ai-kit, covering repository guidelines, tech stack & runtime and code conventions & common patterns.
openbridge-webcomponents integration-systems.instructions.md
Instructions for Ocean-Industries-Concept-Lab/openbridge-webcomponents, covering integration system components, obc-integration-button is the shared primitive, conventions and icon-heavy stories.
dev-agent-skills CLAUDE.md
Instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.
ng-blatui AGENTS.md
Instructions for anousss007/ng-blatui, covering ng-blatui — agent guide, use the official angular tooling, hard rules (this repo), commands and after changing a component's public api.