open-mercato

96 mods across 3 repositories, 2.0k stars between them.

open-mercato/skills

Skill Claude CodeCodex

Draft a CHANGELOG.md release entry in an emoji-driven format for every PR merged since the last release, then delegate to om-auto-create-pr so it lands as a docs PR against the configured base branch. Honors the Supersede Credit Rule and verifies every credit against commit authorship, so carry-forwards and umbrella…

139 4d ago A 83 tokens original MIT

om-auto-write-spec

74

open-mercato/skills

Skill Claude CodeCodex

Autonomously turn a brief or FR issue into a spec landed on a ready PR — runs om-spec-writing --autonomous (defaults posted for override), attaches UI mockups and current-app screenshots as PR evidence when a browser provider exists, applies full SDLC labels, and emits PR/spec markers for chaining into…

139 4d ago A 91 tokens original MIT

om-brainstorm

75

open-mercato/skills

Skill Claude CodeCodex

Divergent conversation before any artifact exists — open questions one at a time, alternatives including building nothing, converging on a routing decision and a handoff brief for the next skill. Runs before om-spec-writing and om-prepare-issue. Use when the user says "should we build this", "let's think this…

139 4d ago A 84 tokens original MIT

om-check-and-commit

76

open-mercato/skills

Skill Claude CodeCodex

Verify that the current branch is ready to publish by running every configured validation command in order, fix straightforward failures (including locale-file drift when the repo checks it), and once everything passes commit and push the current branch. Use when the user asks to check the branch, make CI-style…

139 4d ago A 70 tokens original MIT

open-mercato/skills

Skill Claude CodeCodex

Close the tracker issues that recently merged PRs authoritatively fixed — via fixes/closes/resolves keywords or closingIssuesReferences — and post informational comments on issues whose PRs were closed without merging or merged into a non-base branch. Use for post-merge housekeeping and release prep. Respects claim…

139 4d ago A 89 tokens original MIT

om-code-review

78

open-mercato/skills

Skill Claude CodeCodex

Review a diff, branch, or PR against correctness, security, breaking-change, and quality standards — runs the validation gate, applies the built-in checklist plus any repo-local one, and produces severity-ranked findings with an approve/request-changes verdict. The review engine behind om-auto-review-pr and…

139 4d ago A 67 tokens original MIT

om-create-skill

79

open-mercato/skills

Skill Claude CodeCodex

Author a new OM skill from a brief, or split an oversized SKILL.md into layered references/ files — conservatively, behind the lint + completeness gate. Knows the layering philosophy, lint invariants, tracker abstraction, and the cross-skill contract, so output matches house conventions. Use for "create a skill for…"…

139 4d ago A 85 tokens original MIT

om-fix

80

open-mercato/skills

Skill Claude CodeCodex

Implements the minimal code change identified by the om-root-cause step, adds regression tests, and runs the configured validation gate. Claims the tracker issue at start (assignee + in-progress label + claim comment) so concurrent automation backs off. Does not commit, push, or open a PR — that is the om-open-pr…

139 4d ago A 74 tokens original MIT

open-mercato/skills

Skill Claude CodeCodex

Turn a PR into tracked follow-up work — paste a PR or PR-comment link to extract the actionable ask and open a follow-up issue assigned to the @-mention or PR author; for a PR adding a design doc, it opens the missing Implement: tracking issue instead. Use for "make a follow-up issue", "create an issue for this", or a…

139 4d ago A 90 tokens original MIT

open-mercato/skills

Skill Claude CodeCodex

Run and create integration/E2E tests by exploring the live app with the configured browser provider, preserving repository-native runners, reusing the shared test environment, and diagnosing failures from concrete artifacts.

139 4d ago A 43 tokens original MIT

om-merge-buddy

83

open-mercato/skills

Skill Claude CodeCodex

Scan open pull requests via the configured tracker, classify merge readiness from labels, reviews, CI, and mergeability, then report which PRs can merge now and which ones are close but blocked.

139 4d ago A 45 tokens original MIT

om-open-pr

84

open-mercato/skills

Skill Claude CodeCodex

Shared PR opener for the auto pipeline — commits the worktree, pushes, reuses an existing PR or opens a ready (non-draft) PR against the configured base branch with the unified body template, applies the full SDLC label set with rationale comments, and for issue-driven runs hands the issue back and releases the lock.…

139 4d ago A 83 tokens original MIT

om-pipeline-retro

85

open-mercato/skills

Skill Claude CodeCodex

Classify finished pipeline runs from the configured tracker — clean single pass, hard recovery, loop checkpoints, or cause not recorded — and rank what the second passes cost in wall-clock hours. Read-only; hands the top cause to om-prepare-issue. Use for "pipeline retro", "why is our pipeline slow", "what is costing…

139 4d ago A 78 tokens original MIT

om-pr-autopilot

86

open-mercato/skills

Skill Claude CodeCodex

Diagnose what state one open PR is actually in — unfinished plan steps, missing review, unresolved conversations, red CI, base conflicts, missing QA evidence, merge-ready — then run the matching chain of om- skills in order and publish a status report. Use for "finish PR 123", "what is left on PR 123", "drive PR 123…

139 4d ago A 83 tokens original MIT

om-prepare-issue

87

open-mercato/skills

Skill Claude CodeCodex

Create one well-formed tracker issue from a brief without implementing it — dedupes against existing issues and PRs, links a covering spec (authoring one via om-auto-write-spec on a design-only PR when a feature needs it), attaches user-provided images as tracker evidence, otherwise embeds step-by-step guidance, and…

139 4d ago A 103 tokens original MIT

om-prepare-test-env

88

open-mercato/skills

Skill Claude CodeCodex

Prepare a reusable, technology-agnostic environment for local tests and QA. Compiles discovery into cross-platform launch scripts, provisions the configured browser provider autonomously, and writes the shared test-env descriptor consumed by UI and integration-test skills.

139 4d ago A 53 tokens original MIT

om-review-prs

89

open-mercato/skills

Skill Claude CodeCodex

Review all currently unreviewed open pull requests, newest first, using the om-auto-review-pr skill and respecting in-progress claim locks.

139 4d ago A 32 tokens original MIT

om-root-cause

90

open-mercato/skills

Skill Claude CodeCodex

Read-only root-cause analysis for a tracker issue. Identifies the bug's location and the minimal change surface so the next agent can implement the fix without re-exploring the repo. Outputs a short summary, the files that need to change, and the proposed approach.

139 4d ago A 60 tokens original MIT

open-mercato/skills

Skill Claude CodeCodex

One-time pipeline configurator. Inspects the repo (default branch, validation scripts, labels), asks a few questions, writes .ai/agentic.config.json — the file every other skill reads — installs the tracker descriptor, and generates missing project docs (SDLC.md, CODEREVIEW.md, BACKWARDCOMPATIBILITY.md, AGENTS.md…

139 4d ago A 105 tokens original MIT

om-spec-writing

92

open-mercato/skills

Skill Claude CodeCodex

Write and review feature specifications to staff-engineer standards. Skeleton-first drafting with a hard Open Questions gate, research against market leaders, an implementation breakdown into phases and steps that feeds om-auto-create-pr, and a severity-ranked architectural review format. Use when starting a new spec…

139 4d ago A 62 tokens original MIT

om-ux-review-pr

93

open-mercato/skills

Skill Claude CodeCodex

Evidence-first design review of a PR's UI. Walks the changed screens in a real browser, performs the user's tasks, and posts findings ranked by user impact, each with evidence, a pattern, a trade-off and an acceptance criterion.

139 4d ago A 54 tokens original MIT

om-ux-setup

94

open-mercato/skills

Skill Claude CodeCodex

Extract the repository's design contract (tokens, component registry, screen archetypes, conventions) into .uxproof/ so every UX skill judges against THIS repo's design system, whatever it is. Run once per repository; re-run to refresh after design-system changes.

139 4d ago A 59 tokens original MIT

om-ux-shape

95

open-mercato/skills

Skill Claude CodeCodex

Turn a vague product, UI/UX, or AI feature idea into a decided direction. Use when shaping a feature, simplifying an overcomplicated flow, deciding whether and how to use AI, defining screen states, planning validation, or preparing a design handoff for engineering.

139 4d ago A 61 tokens original MIT

om-verify-in-repo

96

open-mercato/skills

Skill Claude CodeCodex

Read-only triage gate for an autofix chain. Decides whether a tracker issue is a real, still-unfixed defect on the current branch. Stops the chain cleanly with NOACTIONNEEDED when the issue is already fixed, already in progress by someone else, already covered by an open PR, or not actually a bug.

139 4d ago A 74 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: