api-designer
01Skill Claude CodeCodex
A guide for turning user scenarios into an OpenAPI 3 specification, a standard document describing how a web API works.
开源的 AI 时代软件研发方法论 | Open-source software development methodology for the AI era
Skill Claude CodeCodex
A guide for turning user scenarios into an OpenAPI 3 specification, a standard document describing how a web API works.
Skill Claude CodeCodex
A planning method for defining a software system's overall technical structure before detailed implementation begins. It covers the system boundaries, technology choices, deployment setup, and constraints such as security or performance.
Skill Claude CodeCodex
A guided workflow for writing a change proposal, a document that explains a planned product or software change and the work needed to deliver it.
Skill Claude CodeCodex
A code-review process that compares an implementation with API specifications, process diagrams, database definitions, and security requirements. API specifications describe how software endpoints should behave.
Skill Claude CodeCodex
A database design assistant that turns an API specification into SQL table definitions for the selected database system.
Skill Claude CodeCodex
A document-merging workflow for OpenLogos change proposals. It reads a generated instruction file and applies added, modified, or removed sections from smaller change files to the main documents.
Skill Claude CodeCodex
A product-requirements writing assistant for creating scenario-based PRDs. A PRD is a document describing what a product should do, for whom, and how success will be checked.
Skill Claude CodeCodex
A product-design workflow that turns requirements into interaction details and prototypes suited to the product type, such as a web app, command-line tool, library, or conversational product.
Skill Claude CodeCodex
A project setup guide for creating an OpenLogos project structure, configuration files, documentation folders, and instructions for AI coding assistants.
Skill Claude CodeCodex
A technical scenario-modeling assistant that turns previously defined product scenarios into Mermaid sequence diagrams. A sequence diagram shows how people and software components interact over time.
Skill Claude CodeCodex
A testing workflow for API orchestration tests, which send HTTP requests through several API steps to check complete business scenarios. It covers normal, error, and edge cases.
Skill Claude CodeCodex
A test-planning guide that turns product scenarios, API specifications, database rules, and requirements into unit and scenario test cases.
Skill Claude CodeCodex
UI/UX design intelligence with searchable database.
Skill Claude CodeCodex
An implementation skill for completing planned code changes and preparing them for verification. Verification is the process of running tests and other configured checks to confirm the change works.
Skill Claude CodeCodex
An optional skill for scanning an existing codebase to create a factual starting baseline. A baseline records verified project structure and possible usage scenarios, without adding explanations about project history or reasons.
Skill Claude CodeCodex
A skill for designing how a software project will be deployed across environments such as local, test, staging, and production. It documents configuration, releases, data migration, rollback, and post-release checks.
Skill Claude CodeCodex
A deployment skill for carrying out an approved release plan after verification has passed. Deployment means putting the project into a target environment such as staging or production.
Skill Claude CodeCodex
A planning skill that breaks approved software specifications into small implementation tasks recorded in tasks.md. A slice is one focused piece of work that can be built and checked independently.