← all publishers

atomicpages

@atomicpages source repo

2 published skills

  1. MCP Workflow Design · atomicpages bundle
    Design AI-native workflow tools for MCP servers by analyzing API surfaces, identifying common user flows, and composing multi-step operations into single outcome-oriented tools. Use when evolving a 1:1 API-wrapper MCP server into one with composite workflow tools, or when deciding which new tools to add to an existing MCP server.
    0
    installs
  2. MCP Openapi Typescript Stack · atomicpages bundle
    Documents a portable TypeScript MCP server pattern: OpenAPI-generated Ky client + Zod request schemas, dual transports (stdio and streamable HTTP), optional multi-tenant credentials via AsyncLocalStorage, library-first public API with optional CLI, and authentication modeling (e.g. HTTP Basic from two-part secrets, Bearer/OAuth tokens, APIs that accept both). Use when scaffolding or refactoring any MCP server that wraps a REST API with @hey-api/openapi-ts (or similar codegen), when comparing this layout to FastMCP or other stacks, or after mcp-builder when the stack is TypeScript + generated SDK + MCP SDK, or when configuring or debugging @hey-api/openapi-ts (plugins, CLI, Zod validators, Ky client), or when adding opt-in env-gated debug logs for HTTP credential / tenant resolution.
    0
    installs