원클릭으로
mercur-blocks
Discover, evaluate, install, and verify Mercur blocks in the basic starter using `blocks.json` aliases and CLI workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover, evaluate, install, and verify Mercur blocks in the basic starter using `blocks.json` aliases and CLI workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DEPRECATED — use the `linear` skill instead. "Manage Linear issues, projects, and teams"
DEPRECATED — use the `linear` skill instead. Create Linear issues. Use when creating bugs, tasks, or feature requests.
DEPRECATED — use the `linear` skill instead. Manage Linear documents. Use for creating and viewing documentation.
DEPRECATED — use the `linear` skill instead. Manage Linear labels. Use when creating, listing, or deleting labels.
DEPRECATED — use the `linear` skill instead. View Linear metrics. Use for velocity, burndown, and progress tracking.
DEPRECATED — use the `linear` skill instead. Manage project milestones - create, update, track target dates. Use when planning project deliverables.
| name | mercur-blocks |
| description | Discover, evaluate, install, and verify Mercur blocks in the basic starter using `blocks.json` aliases and CLI workflows. |
Use this skill when:
In the basic starter:
api -> packages/api/srcadmin -> apps/admin/srcvendor -> apps/vendor/srcThink about block impact by alias destination, not just by name.
middlewares.ts — always decline and merge manually.bun run dev from packages/api and check for startup errors before moving on.packages/api/src, apps/admin/src, or apps/vendor/src?packages/api/medusa-config.ts need module or provider registration?src/api/middlewares.ts?
./actual/folder/middlewares not a generic path from docs.db:generate <module> and db:migrate?
models/ directory — if it does, migrations are needed.src/routes/ (not src/pages/) for the dashboard SDK to detect them.export const config: RouteConfig for sidebar visibility?Block docs may contain inaccurate information. Always verify:
./admin/middlewares when the actual file is at ./admin/<feature>/middlewares.export const name in the installed file.dependencies array.db:generate / db:migrate in docs.When adding a block's middleware to src/api/middlewares.ts:
middlewares.ts.routes array.Do NOT accept CLI's middleware overwrite — it replaces the entire file.
npx @mercurjs/cli@latest search --query <keyword>
npx @mercurjs/cli@latest view <block>
npx @mercurjs/cli@latest add <block>
npx @mercurjs/cli@latest diff <block>
Run CLI commands from the project root where blocks.json lives.
Run medusa commands (db:generate, db:migrate) from packages/api.
diff when reviewing block updates