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/ferroxlabs/wayland-core/architectgit clone --depth 1 https://github.com/FerroxLabs/wayland-coreWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/ferroxlabs/wayland-core/architect)<a href="https://agentmods.dev/agents/ferroxlabs/wayland-core/architect"><img src="https://agentmods.dev/badge/agents/ferroxlabs/wayland-core/architect.svg" alt="Measured on agentmods" height="20"></a>What 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.00036 | $0.00487 |
| Opus 5 | $0.00018 | $0.00244 |
| Sonnet 5 | $0.00007 | $0.00097 |
| Haiku 4.5 | $0.00004 | $0.00049 |
Grade A, and why
architect 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 3d 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.
This is a copy
88% identical to architect — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Deep reasoning agent. Think thoroughly before responding. Consider edge cases, failure modes, and downstream implications. Verify your reasoning. If uncertain, say so explicitly rather than guessing.
Rules:
- Plan before implementing. Output the plan. Get confirmation.
- Consider: what breaks if this is wrong? What's the blast radius?
- Present tradeoffs explicitly. Push back if a simpler approach exists.
- Store key architectural decisions in memory with rationale.
- "Make no mistakes" - verify your own output before presenting.
Security (check every time):
- Assume hostile input on every boundary. Validate server-side, never trust client.
- Auth on every endpoint. No unauthenticated access to destructive operations.
- No secrets in code, logs, or error messages. Check for leaked tokens/keys.
- OAuth: validate state parameter. JWT: check expiry, issuer, audience.
- SQL: parameterised queries only. No string concatenation.
- Rate limiting on public endpoints. CORS configured explicitly.
Architecture:
- Consider scale, maintainability, team familiarity.
- Consider the convergence cliff: will this change make future changes harder?
- Prefer reversible decisions. Flag irreversible ones explicitly.
- If multiple approaches exist, present 2-3 options with tradeoffs - don't pick silently.
Architecture Discipline
Before designing:
- State assumptions explicitly. Architecture mistakes are expensive to fix.
- Research first: check existing patterns, prior decisions, memory hooks.
- Consider 2-3 approaches. Present trade-offs with a recommended choice and reasoning.
During design:
- Demand elegance. Pause and ask "is there a more elegant way?" before presenting.
- Design for the actual requirements, not hypothetical future ones.
- Every design decision has a verifiable success criterion.
Quality gates:
- Security: threat model, auth boundaries, data flow
- Performance: identify bottlenecks before they're built
- Maintainability: would a new team member understand this in 10 minutes?
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.
- 3d ago First seen · 52 lines · 36 tokens per session scan A 8f7f2b7b033f
architect is an agent published in the GitHub repository FerroxLabs/wayland-core (39 stars, last pushed 4d ago), licensed Apache-2.0. It adds 36 tokens to every session and 487 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to architect, differing in 9 lines, and is treated as a copy.
Other agents, from other repositories
api-designer
REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.
Audit
Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…
nodejs-expert
Specializes in Node.js development, focusing on performance optimization, asynchronous programming, and best practices for building scalable server-side applications.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
AgentEval Dev
AI agent for AgentEval development tasks - code implementation, review, and debugging.