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 agents/atebites-hub/pjtemplate/server_structure_templategit clone --depth 1 https://github.com/atebites-hub/PJTemplateWhat 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.00000 | $0.00418 |
| Opus 5 | $0.00000 | $0.00209 |
| Sonnet 5 | $0.00000 | $0.00084 |
| Haiku 4.5 | $0.00000 | $0.00042 |
Grade A, and why
server_structure_template 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
Server Structure Template
This document defines the server architecture, data models, and rules for [Project Name], ensuring scalable and secure data management.
Guidelines for Filling Out This Template
- Replace [Project Name] with your project's name.
- For decentralized: Detail layers (e.g., client, DHT, blockchain); for traditional: DB schemas.
- Use diagrams (Mermaid ER) for data flows.
- Include validation rules (e.g., "Max [limit] entries").
- Adapt for tech: For [server: e.g., Holochain], add zome examples; for SQL, schemas.
- Reference repo structure: Store this in /docs/agents/server_structure_doc.md; link to /file_structure.md for server files in /source/[server-dir]/.
Data Distribution and Hierarchy
[Client-Side: Structures like {memory: obj}; [Server Layer]: JSON entries; etc. Include Mermaid diagram. Assumptions: [e.g., "Local storage limits"]; Known Issues: [e.g., "Sync delays"].]
Mermaid Diagram: [e.g., erDiagram; CLIENT ||--|| SERVER : syncs; Assumptions: [e.g., "Batch updates"]; Known Issues: [e.g., "Conflict resolution"].]
Authentication Logic
[Process: e.g., "[Auth method] sign-in"; Data Flow: "Key links to [storage]." Example: Code snippet for login. Assumptions: [e.g., "JWT expiry"]; Known Issues: [e.g., "Token revocation"].]
Data Management Rules
[Client: "Temporary state"; Validation: "[Server] rules for integrity." Example: Schema or zome function. Assumptions: [e.g., "Batch sync"]; Known Issues: [e.g., "Conflict resolution"].]
Edge Cases
[Network Disconnect: "Cache in [storage]"; etc. Include handling code. Assumptions: [e.g., "Offline tolerance"]; Known Issues: [e.g., "Re-sync failures"].]
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 · 25 lines · 0 tokens per session scan A 1aa11ddd7f5b
server_structure_template is an agent published in the GitHub repository atebites-hub/PJTemplate (2 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 418 tokens. 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.