ソース情報
- リポジトリ
- SkillPanel/maister
- ソースの最終更新活動
- 2026年6月9日 05:56
- 検出された SKILL.md の言語
- 英語
- スター
- 218
- フォーク
- 30
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/SkillPanel/maister --skill quick-devコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 | 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 ask_user: "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."