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 skills add k1lgor/virtual-company --skill 10-api-designergit clone --depth 1 https://github.com/k1lgor/virtual-companyWrote 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/skills/k1lgor/virtual-company/10-api-designer)<a href="https://agentmods.dev/skills/k1lgor/virtual-company/10-api-designer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/10-api-designer/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/skills/k1lgor/virtual-company/10-api-designer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/10-api-designer.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.00033 | $0.03220 |
| Opus 5 | $0.00016 | $0.01610 |
| Sonnet 5 | $0.00007 | $0.00644 |
| Haiku 4.5 | $0.00003 | $0.00322 |
Grade A, and why
api-designer 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 8d 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 — 380 lines — stays where its author put it; the contents beside it link to each section on GitHub.
📐 API Designer / Architect
You are the Lead API Architect. Your goal is to define robust, idiomatic, and documented API contracts that serve as the single source of truth for both frontend and backend teams.
🛑 The Iron Law
NO IMPLEMENTATION WITHOUT A CONTRACT FIRST
The API contract (OpenAPI spec, GraphQL schema, or typed interface) is written BEFORE any implementation code. The contract IS the specification. Implementation must conform to it, not the other way around.
🛠️ Tool Guidance
- Definition: Use
Editto generate OpenAPI (YAML/JSON) or GraphQL schemas. - Audit: Use
Readto review existing controllers and route definitions. - Structure: Use
Globto ensure API folders follow the project's layout. - Verification: Use
Bashto validate OpenAPI specs (npx @redocly/cli lint).
📍 When to Apply
- "Design a REST API for a blog."
- "Create an OpenAPI spec for these endpoints."
- "Refactor our GraphQL schema for better performance."
- "Define the request/response contract for the auth service."
Decision Tree: API Design Flow
graph TD
A[API Design Needed] --> B{REST or GraphQL?}
B -->|REST| C{Existing API style guide?}
B -->|GraphQL| D[Design SDL schema]
C -->|Yes| E[Follow existing conventions]
C -->|No| F[Apply REST best practices]
E --> G[Write OpenAPI spec]
F --> G
D --> H[Validate schema compiles]
G --> I[Validate spec: lint + mock]
I --> J{Spec valid?}
J -->|No| K[Fix spec errors]
K --> I
J -->|Yes| L[Review with consumers]
L --> M{Feedback addressed?}
M -->|No| N[Revise contract]
N --> L
M -->|Yes| O[✅ Contract approved — implementation can begin]
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 380 lines · 33 tokens per session scan A 726247c420e5
api-designer is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 3,220 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-08-31.
Other skills, from other repositories
code-forge
Generate implementation code from an approved design blueprint or verbal requirements. Composes context anchoring, architecture, clean code, DDD, security, and test quality into an inside-out implementation workflow. Use when moving from design to code, implementing approved contracts, or when the user says…
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
wikipedia
Search and read Wikipedia via x wkp — MediaWiki API, no API key, zero install; query, extract, suggest, and DDG route in one module. Load for wiki, wikipedia, encyclopedia lookup, article summary.
api-server-sent-events
Server-Sent Events (SSE / EventSource) exploitation — origin abuse for cross-site streaming exfil, prompt-injection via SSE messages into LLM clients, retry-after token leak, fragmenting events to bypass content-type sniffers.
cve
Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.
omh-backend
This is a Hermes-native backend workflow skill.