这是一套个人编程代理技能包,专注TypeScript工程实践、架构设计、Cloudflare集成和代理工作流。包含几个核心技能:coding standards教你怎么写类型安全的TypeScript,覆盖错误处理、边界解析、领域建模这些;bootstrap prelude帮你初始化TypeScript基础文件;cloudflare composition root指导怎么在Hono和Worker入口处管理Cloudflare绑定;effect service design教你怎么设计Effect服务模块。适合用AI代理写TypeScript项目时,让它遵循最佳实践和架构规范。
查看英文原文
Skills Personal coding agent skills for TypeScript engineering, architecture, Cloudflare composition, and agent workflows. Included skills coding standards/ — model invoked, correct by construction TypeScript standards covering typed failures, boundary parsing, domain modeling, modules and adapters, workflows, testing, and TypeScript safety. bootstrap prelude/ — model invoked workflow for bootstrapping a TypeScript prelude.ts from the bundled foundation and ambient generic helpers and types discovered across the target repository. cloudflare composition root/ — model invoked guidance for keeping Cloudflare bindings and runtime types at Hono and Worker composition roots. Includes concrete Hono, WorkerEntrypoint , adapter, and refactor examples in EXAMPLES.md . effect service design/ — model invoked guidance for designing new Effect service modules and auditing existing codebases for service, Layer, and composition improvements. tech spec/ — user invoked, design only workflow for producing typed call stack architecture handoffs with alternatives, contracts, seams, data flows, file changes, and an RGR TDD plan. herdr/ — model invoked instructions for managing herdr workspaces, tabs, panes, sibling agents, servers, output, and wait conditions. Applies only inside a herdr managed pane ( HERDR ENV=1 ). bro/ — user invoked request to restate the previous response plainly and concisely. Each skill uses SKILL.md as its entrypoint. Supporting templates and examples are colocated with the skill that owns them. Vendored from Matt Pocock These skills are vendored from mattpocock/skills so the collection is self contained. Do not edit them by hand; re sync instead. grilling/ — model invoked relentless interview loop. grill me/ — user invoked grilling session. domain modeling/ — model invoked glossary and architectural decision workflow. grill with docs/ — user invoked grilling session that also builds docs such as ADRs and a glossary. tdd/ — model invoked red green refactor test