Skip to main content
open-mercato
GitHub 제작자 프로필

open-mercato

4개 GitHub 저장소에서 수집된 101개 skills를 저장소 단위로 보여줍니다.

수집된 skills
101
저장소
4
업데이트
2026년 9월 4일
저장소 탐색

저장소와 대표 skills

om-auto-upgrade-0-6-7-to-0-7-0
소프트웨어 개발자

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…

2026년 8월 19일
om-module-scaffold
소프트웨어 개발자

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,…

2026년 8월 14일
om-judge-agent-session
소프트웨어 품질 보증 분석가·테스터

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",…

2026년 8월 14일
om-share-this-session
기타 컴퓨터 관련 직업

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…

2026년 8월 14일
om-evolve-harness
기타 컴퓨터 관련 직업

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…

2026년 8월 14일
om-implement-spec
소프트웨어 개발자

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…

2026년 8월 14일
om-build-workflow
소프트웨어 개발자

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…

2026년 8월 14일
om-create-ai-agent
기타 컴퓨터 관련 직업

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",…

2026년 8월 14일
수집된 skill 58개 중 8개를 표시합니다.
auto-continue-pr-loop
소프트웨어 개발자

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…

2026년 5월 8일
auto-continue-pr
소프트웨어 개발자

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…

2026년 5월 8일
auto-create-pr-loop
소프트웨어 개발자

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…

2026년 5월 8일
auto-create-pr
소프트웨어 개발자

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,…

2026년 5월 8일
auto-fix-github
소프트웨어 개발자

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…

2026년 5월 8일
auto-review-pr
소프트웨어 품질 보증 분석가·테스터

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…

2026년 5월 8일
auto-upgrade-0-4-10-to-0-5-0
소프트웨어 개발자

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…

2026년 5월 8일
backend-ui-design
웹 개발자

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.

2026년 5월 8일
수집된 skill 22개 중 8개를 표시합니다.
om-setup-agent-pipeline
소프트웨어 개발자

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…

2026년 9월 4일
om-auto-fix-issue
소프트웨어 개발자

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,…

2026년 9월 4일
om-auto-manage-issues
소프트웨어 개발자

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…

2026년 9월 4일
om-discover
프로젝트 관리 전문가

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…

2026년 9월 4일
om-auto-create-pr-loop
소프트웨어 개발자

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,…

2026년 9월 4일
om-auto-create-pr
소프트웨어 개발자

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…

2026년 9월 4일
om-brainstorm
프로젝트 관리 전문가

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…

2026년 9월 4일
om-code-review
소프트웨어 품질 보증 분석가·테스터

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…

2026년 9월 4일
수집된 skill 14개 중 8개를 표시합니다.
backend-ui-design
웹 개발자

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.

2026년 4월 1일
code-review
소프트웨어 품질 보증 분석가·테스터

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

2026년 4월 1일
data-model-design
데이터베이스 아키텍트

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",…

2026년 4월 1일
integration-builder
소프트웨어 개발자

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…

2026년 4월 1일
module-scaffold
소프트웨어 개발자

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…

2026년 4월 1일
spec-writing
소프트웨어 개발자

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

2026년 4월 1일
troubleshooter
소프트웨어 개발자

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…

2026년 4월 1일
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다