一键导入
agent-laws
agent-laws 收录了来自 saltbo 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Prescriptive clean architecture conventions for full-stack monorepo apps with a Hono backend on Cloudflare Workers and a React SPA frontend. Use when creating, refactoring, reviewing, or adding features to such a project — it dictates the server directory layout, dependency rules, port/adapter conventions, the shared DTO contract, and the lightweight frontend rules. Also use when asked to "apply clean architecture" to a Hono/Workers project.
A detailed, AIP-based reference for designing clear, evolvable APIs — resource-oriented design, standard methods, resource names, pagination and filtering, partial updates with field masks, the full error model, and versioning and compatibility. Use when designing, extending, or reviewing an HTTP/RPC/GraphQL API, an SDK surface, a CLI, or an event schema. Read the relevant reference/*.md chapter for depth.