AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A contract-testing guide for checking that connected software components agree on the data and interactions they exchange. A contract test verifies this agreement without requiring a full end-to-end test.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to database structure, data migrations, queries, and indexes. A database stores application data; a migration changes its structure, and an index helps it find data faster.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to deploying software without a CI/CD platform such as GitHub Actions or GitLab CI. Deployment means putting an application on a server, and CI/CD automates building, testing, and releasing it.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to choosing and tracking a software development method for a project, including SDD, BDD, and TDD. TDD means writing tests before implementation; BDD describes behaviour through scenarios, and SDD focuses development on specifications.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide that maps the current stage of software development to the appropriate UDS commands and skills. UDS is the development-standards system used by this add-on set.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to generating project documents, including workflow choices, configuration-file formats, the .usage-docs.yaml file, and available output types.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to organising project documentation and deciding what it should contain, including README files, contribution guides, architecture notes, and API documentation. A README is the main introduction to a project.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to assistants that keep running work across interruptions, including recovery decisions and retry strategies. It covers how to use them and their main concepts.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A tool guide for creating end-to-end test skeletons from BDD .feature scenarios, detecting the testing framework, and finding coverage gaps. End-to-end tests check complete user flows, while BDD scenarios describe expected behaviour in plain language.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to creating consistent error codes in the PREFIXCATEGORYNUMBER format and designing API error handling. An API is a defined way for software systems to communicate.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to Git branch strategies, branch names, merges, and pull requests. Git is a tool for tracking code changes, and a pull request is a review request for proposed changes.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
An incident-response guide for handling production failures, finding their root cause, and writing a post-mortem. A post-mortem records what happened and what can be learned after an outage.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A testing assistant that turns a project description into a connected user-journey test plan and an end-to-end test skeleton. End-to-end tests check a feature through the full user flow.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A relationship-based memory guide that connects specifications, decisions, and code. It can answer questions about how one item affects related parts of a project, with or without a graph engine.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to structured logs, which record events in a consistent machine-readable format, with suitable log levels and handling for sensitive data.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A development metrics guide for tracking engineering work, including technical debt—the cost of shortcuts that make future changes harder.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A migration guide for moving software, data, or systems from one setup to another, with risk assessment and a defined workflow.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to observability, the practice of collecting information about a running service so its health and failures can be understood.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A task coordinator that runs a work plan as a dependency graph, where tasks can wait for or run alongside other tasks.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A planning tool that turns a specification or plain-language request into plan.json, a task plan that another tool can execute.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide for creating, reviewing, automating, and merging pull requests. A pull request is a proposed set of code changes submitted for review before joining a shared branch.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A Phase 0 assessment for adding a feature to an existing codebase. It reviews project health, architecture, the system's high-level design, and risks before implementation begins.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A guide to organizing project folders and files according to language-specific practices. It covers layouts, file placement, modules, build setup, and related project structure decisions.
AsiaOstrich/universal-dev-standards
Skill Claude CodeCodex
A safety layer for pushing commits with Git, the tool used to track code changes. It adds quality checks and collaboration safeguards for ordinary pushes, force pushes, protected branches, and feature branches.