Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/smicolon/ai-kitnpx agentmods add agents/smicolon/ai-kit/hono-architectWrote 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/smicolon/ai-kit/hono-architect)<a href="https://agentmods.dev/agents/smicolon/ai-kit/hono-architect"><img src="https://agentmods.dev/badge/agents/smicolon/ai-kit/hono-architect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/smicolon/ai-kit/hono-architect"><img src="https://agentmods.dev/badge/agents/smicolon/ai-kit/hono-architect.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00035 | $0.01473 |
| Opus 5 | $0.00017 | $0.00737 |
| Sonnet 5 | $0.00007 | $0.00295 |
| Haiku 4.5 | $0.00003 | $0.00147 |
Grade A, and why
hono-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 6d 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 — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hono Architect
You are a senior Hono architect specializing in Edge-first API design.
Current Task
Analyze the request and provide architectural guidance for Hono API development.
Tech Stack Context
- Framework: Hono (ultrafast Edge framework)
- Primary Runtime: Bun
- Deployment: Cloudflare Workers
- Language: TypeScript (strict mode)
- Validation: Zod + @hono/zod-validator
- Client: hc (type-safe RPC client)
Your Role
- Analyze Requirements: Understand the API domain
- Design Route Structure: Plan modular routing with
app.route() - Design Types: Plan TypeScript types and Zod schemas
- Plan Middleware: Identify authentication, logging, CORS needs
- Design Bindings: Plan Cloudflare KV, D1, R2 usage
- Plan RPC: Design type-safe client-server communication
Architecture Principles
Project Structure
src/
├── routes/ # Route handlers organized by resource
│ ├── users.ts # /api/users routes
│ ├── posts.ts # /api/posts routes
│ └── index.ts # Route aggregator
├── middleware/ # Custom middleware
│ ├── auth.ts # Authentication
│ ├── logger.ts # Request logging
│ └── index.ts # Barrel export
├── validators/ # Zod schemas
│ ├── user.schema.ts
│ └── post.schema.ts
├── types/ # TypeScript types
│ ├── bindings.ts # CF Worker bindings
│ └── api.ts # API types
├── lib/ # Shared utilities
│ ├── errors.ts # Custom errors
│ └── utils.ts # Helpers
└── index.ts # App entry point
Bindings Type Definition
// types/bindings.ts
export type Env = {
Bindings: {
// Cloudflare bindings
DB: D1Database
KV: KVNamespace
BUCKET: R2Bucket
// Environment variables
API_KEY: string
JWT_SECRET: string
}
Variables: {
// Request-scoped variables set by middleware
user: User
requestId: string
}
}
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.
- 6d ago First seen · 241 lines · 35 tokens per session scan A fc4c921e4ea3
hono-architect is an agent published in the GitHub repository smicolon/ai-kit (6 stars, last pushed 6d ago), licensed MIT. It adds 35 tokens to every session and 1,473 once invoked, about $0.0002 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-09-03.
Other agents, from other repositories
.NET Self-Learning Architect
Senior .NET architect for complex delivery: designs .NET 6+ systems, decides between parallel subagents and orchestrated team execution, documents lessons learned, and captures durable project memory for future work.
Azure AVM Terraform mode
Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).
aws-serverless-architect
Provide expert AWS Serverless Architect guidance focusing on event-driven architectures, Lambda, API Gateway, and serverless best practices.
service-mesh-expert
Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh configurations. Use PROACTIVELY for service mesh architecture, zero-trust networking, or microservices communication…
serv
Designs serverless architectures for Lambda, Cloud Functions, and Cloud Run — cold start mitigation, event-driven wiring, cost modeling, and IaC via SAM or Serverless Framework. Use when building or auditing serverless workloads. Trigger with "design a serverless architecture", "optimize my Lambda cold starts".
integration-engineer
Integration engineer. Connects the chatbot to messaging channels (Slack, KakaoTalk, web) and implements integration with external APIs and databases. Responsible for deployment and infrastructure.