用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SkillPanel/maister --skill maister-quick-dev命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Generates UI mockups (rendered HTML/CSS via a browser visual companion, or terminal ASCII). Discovers and binds to the project's frontend/UI/UX resources (standards, design system, available design skills). Invoked standalone by users, or by the development and product-design orchestrators as their mockup-generation step.
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
基于 SOC 职业分类
正在显示 SKILL.md
| name | maister:quick-dev |
| description | Implement a task directly with Maister standards enforcement (no planning mode) |
| argument-hint | [task description] |
This works exactly as if you asked the main agent to implement the task directly — no plan mode. The one addition: discover and enforce the project's coding standards from .maister/docs/.
Get the task — Use the argument if provided. If none, ask with AskUserQuestion: "What would you like to implement?"
Implement it — Explore the relevant code and make the changes exactly as you normally would for a direct development request.
Discover and enforce standards (the addition) — As you work:
.maister/docs/INDEX.md to find which standards exist.Verify compliance (mandatory) — After implementing, go through each applicable standard and verify it was followed — report a Standards Compliance Checklist (pass/fail per guideline, each annotated with its source file) in your summary, alongside what changed and any tests run. Address any failure before marking the task complete.
If .maister/docs/INDEX.md does not exist, implement normally and note: "No Maister standards found. Consider running /maister:init."