AsiaOstrich

62 mods across 2 repositories, 74 stars between them.

contract-test

25

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.

72 3d ago A 114 tokens

database

26

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.

72 3d ago A 111 tokens

deploy

27

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.

72 3d ago C 137 tokens

methodology

28

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.

72 3d ago A 156 tokens

dev-workflow

29

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.

72 3d ago A 143 tokens

docgen

30

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.

72 3d ago A 148 tokens

documentation-guide

31

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.

72 3d ago A 118 tokens

durable

32

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.

72 3d ago A 143 tokens

e2e

33

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.

72 3d ago A 188 tokens

error-code-guide

34

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.

72 3d ago A 116 tokens

git-workflow-guide

35

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.

72 3d ago A 104 tokens

incident

36

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.

72 3d ago A 134 tokens

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.

72 3d ago A 170 tokens

knowledge-graph

38

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.

72 3d ago A 177 tokens

logging-guide

39

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.

72 3d ago A 114 tokens

metrics

40

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.

72 3d ago A 146 tokens

migrate

41

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.

72 3d ago B 143 tokens

observability

42

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.

72 3d ago A 118 tokens

orchestrate

43

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.

72 3d ago C 125 tokens

plan

44

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.

72 3d ago C 110 tokens

pr

45

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.

72 3d ago A 113 tokens

discover

46

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.

72 3d ago A 151 tokens

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.

72 3d ago A 145 tokens

push

48

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.

72 3d ago A 126 tokens