Skip to main content
open-mercato
Perfil de criador do GitHub

open-mercato

Visão por repositório de 101 skills coletadas em 4 repositórios do GitHub.

skills coletadas
101
repositórios
4
atualizado
4 de set. de 2026
explorador de repositórios

Repositórios e skills representativas

om-auto-upgrade-0-6-7-to-0-7-0
Desenvolvedores de software

Migrate downstream Open Mercato code from 0.6.7 to 0.7.0 with exact TanStack, settings-group, and removed-env edits; audit auth, search, workflow, facts, Redis, webhook, and security-header changes; validate the app; and report manual work. Use for "upgrade…

19 de ago. de 2026
om-module-scaffold
Desenvolvedores de software

Build a complete standalone business app, module, or CRUD vertical slice using Open Mercato discovery, commands, APIs, ACL/setup, UI, events, search, migrations, and tests. Use for customer management, deal-pipeline changes, CRM lead capture,…

14 de ago. de 2026
om-judge-agent-session
Analistas de garantia de qualidade de software e testadores

Judge generated Open Mercato code from a standalone harness eval or a user-shared agent session bundle. Use for LLM-as-judge validation, generative eval review, session/artifact analysis, harness-quality diagnosis, "judge this session", "analyze this eval",…

14 de ago. de 2026
om-share-this-session
Outras ocupações de informática

Prepare and publicly share a complete sanitized coding-agent session plus a ZIP of this session's generated files, then open an upstream harness-feedback issue. Use when the user says "share this session", "report this agent run", "udostępnij tę sesję", or…

14 de ago. de 2026
om-evolve-harness
Outras ocupações de informática

Add a reproducible standalone agent-harness use case or correct failed routing/context with semantic assertions, one knowledge owner, and before/after evaluation. Use for "add harness case", "agent got this wrong", "extend the harness", "new use case", or…

14 de ago. de 2026
om-implement-spec
Desenvolvedores de software

Implement selected phases of a standalone app specification with routed context, bounded subagents, progress, tests, and review gates without requiring PR automation. Use for "implement this spec", "phase 2", "continue spec", "wdroż specyfikację", or a…

14 de ago. de 2026
om-build-workflow
Desenvolvedores de software

Build or extend standalone business workflows, activities, event triggers, durable user tasks, compensation, output paths, idempotency, and live progress. Use for "add workflow", "custom activity", "CALL_API", "approval task", "workflow progress", or "zbuduj…

14 de ago. de 2026
om-create-ai-agent
Outras ocupações de informática

Build or extend a typed standalone module AI agent/tool, approval-gated mutation, UI part, orchestrator file agent/subagent, attachment/artifact flow, or AI override. Use for "create AI agent", "add AI tool", "agent orchestrator", "subagent", "AI workflow",…

14 de ago. de 2026
Mostrando 8 de 58 skills coletadas.
auto-continue-pr-loop
Desenvolvedores de software

Advanced `auto-continue-pr` workflow for PRs started by `auto-create-pr-loop`. Claims the PR, re-enters an isolated worktree, resumes from the first non-done row in `.ai/runs/<date>-<slug>/PLAN.md`, executes lean per-step commits, batches verification into…

8 de mai. de 2026
auto-continue-pr
Desenvolvedores de software

Resume an in-progress pull request that was started by the auto-create-pr skill. Given a PR number, claim the PR under the in-progress lock protocol, check its branch out into an isolated git worktree, locate the execution plan linked from the PR body, read…

8 de mai. de 2026
auto-create-pr-loop
Desenvolvedores de software

Advanced `auto-create-pr` workflow for long, multi-step spec implementations that need resumability and strict step tracking. Creates a run folder under `.ai/runs/<date>-<slug>/` with `PLAN.md`, `HANDOFF.md`, and `NOTIFY.md`, executes one lean commit per…

8 de mai. de 2026
auto-create-pr
Desenvolvedores de software

Execute an arbitrary autonomous agent task end-to-end and deliver it as a GitHub pull request against develop. Start by drafting an execution plan in .ai/runs/ that includes a Progress checklist, commit it on a fresh task branch in an isolated worktree,…

8 de mai. de 2026
auto-fix-github
Desenvolvedores de software

Fix a GitHub issue by number from the current repository. First check whether the issue is already solved or already has an open solution, then use an isolated git worktree to implement the minimal fix, add unit tests, run code review and…

8 de mai. de 2026
auto-review-pr
Analistas de garantia de qualidade de software e testadores

Review or re-review a GitHub pull request by number in an isolated git worktree. Fetch the specific PR from GitHub, run the full code-review skill, submit approve or request-changes, manage labels, and if blockers remain offer an optional autofix and…

8 de mai. de 2026
auto-upgrade-0-4-10-to-0-5-0
Desenvolvedores de software

Migrate a standalone Open Mercato app from framework 0.4.10 to 0.5.0. This release is the biggest Open Mercato release so far and bundles 250+ post-Hackathon fixes plus several important dependency upgrades, so this skill acts as the executable companion to…

8 de mai. de 2026
backend-ui-design
Desenvolvedores web

Design and implement consistent backend/backoffice interfaces using @open-mercato/ui. Use when building admin pages, CRUD interfaces, data tables, forms, detail pages, or any backoffice UI.

8 de mai. de 2026
Mostrando 8 de 22 skills coletadas.
om-setup-agent-pipeline
Desenvolvedores de software

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…

4 de set. de 2026
om-auto-fix-issue
Desenvolvedores de software

Fix or implement a tracker issue end to end from a single command — takes an issue id or a plain problem description (filed first via om-prepare-issue), classifies, then drives the bug autofix chain (om-verify-in-repo, om-root-cause, om-fix, om-open-pr,…

4 de set. de 2026
om-auto-manage-issues
Desenvolvedores de software

Bring existing tracker issues up to standard without implementing anything — applies missing SDLC labels, clarifies laconic issues (analyzing attached screenshots), posts a read-only implementation-prep analysis, checks each issue against SDLC.md's Definition…

4 de set. de 2026
om-discover
Especialistas em gestão de projetos

Product-level discovery and define session that leaves a product-brief.md every later skill reads — problem and who has it, stakeholders, rules, flows, benchmark, success criteria, scope, assumptions, decisions. Three modes (existing product, client idea, own…

4 de set. de 2026
om-auto-create-pr-loop
Desenvolvedores de software

Advanced om-auto-create-pr for long, multi-step spec implementations needing resumability and strict step tracking — run folder (PLAN/HANDOFF/NOTIFY), one lean commit per Step, checkpoint verification every ~5 Steps with integration tests and UI screenshots,…

4 de set. de 2026
om-auto-create-pr
Desenvolvedores de software

Run an arbitrary autonomous task end-to-end and ship it as a PR against the configured base branch. Drafts a Progress-tracked execution plan, commits on a fresh worktree branch, implements phase-by-phase, runs the configured validation gate, applies pipeline…

4 de set. de 2026
om-brainstorm
Especialistas em gestão de projetos

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…

4 de set. de 2026
om-code-review
Analistas de garantia de qualidade de software e testadores

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…

4 de set. de 2026
Mostrando 8 de 14 skills coletadas.
backend-ui-design
Desenvolvedores web

Design and implement consistent backend/backoffice interfaces using @open-mercato/ui. Use when building admin pages, CRUD interfaces, data tables, forms, detail pages, or any backoffice UI.

1 de abr. de 2026
code-review
Analistas de garantia de qualidade de software e testadores

Review code changes for architecture, security, conventions, and quality compliance. Use when reviewing pull requests, code changes, or auditing code quality.

1 de abr. de 2026
data-model-design
Arquitetos de banco de dados

Design entities, relationships, and manage the migration lifecycle. Use when planning a data model, designing entities, choosing relationship patterns, adding cross-module references, or managing database migrations. Triggers on "design entity", "data model",…

1 de abr. de 2026
integration-builder
Desenvolvedores de software

Build integration provider packages for the Open Mercato Integration Marketplace. Use when creating new external integrations (payment gateways, shipping carriers, data sync connectors, communication channels, storage providers, webhook endpoints). Handles…

1 de abr. de 2026
module-scaffold
Desenvolvedores de software

Scaffold a new module from scratch with all required files and conventions. Use when creating a new module, adding a new entity with CRUD, or bootstrapping module features (API routes, backend pages, DI, ACL, events, search). Triggers on "create module", "new…

1 de abr. de 2026
spec-writing
Desenvolvedores de software

Guide for creating high-quality specifications for test. Use when starting a new SPEC or reviewing specs against architectural standards.

1 de abr. de 2026
troubleshooter
Desenvolvedores de software

Diagnose and fix common issues in Open Mercato standalone apps. Use when encountering errors, unexpected behavior, modules not loading, widgets not appearing, migrations failing, build errors, or any "it doesn't work" situation. Triggers on "error", "not…

1 de abr. de 2026
Mostrando 4 de 4 repositórios
Todos os repositórios foram exibidos