Persist operational learning as atomic, topic-specific notes inside the .codex/notes tree. Use during and after tasks to create or update leaf notes, route them into the right branch, link evidence, and keep the note map navigable.
原文の言語: 英語
メニュー
SkillsMP は MithrilMan/mas-service-template から 12 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 12 件中 12 件を表示しています。
Persist operational learning as atomic, topic-specific notes inside the .codex/notes tree. Use during and after tasks to create or update leaf notes, route them into the right branch, link evidence, and keep the note map navigable.
原文の言語: 英語
Traverse the personal note tree in .codex/notes to fetch high-signal context before non-trivial work. Use when starting implementation, debugging, refactoring, architecture changes, or risk analysis; map the task to note branches, read relevant leaf notes,…
原文の言語: 英語
Design and evolve the hierarchy of .codex/notes so operational memory stays organized as a navigable tree. Use when new domains emerge, branches become crowded, or note discovery slows down.
原文の言語: 英語
Reconcile contradictions and remove stale noise in the .codex/notes tree. Use at phase boundaries or when conflicts appear to merge duplicates, mark superseded notes, archive outdated entries, and keep indexes accurate.
原文の言語: 英語
Create or update agent-facing tools in this repository's source-generated tool model. Use when a request asks to add, modify, scaffold, refactor, or secure a tool exposed through REST, MCP, or CLI, including provider-specific request/response DTOs, handler…
原文の言語: 英語
Bootstrap a repository derived from this template into a concrete project. Use when Codex needs to clarify the project purpose with the user, choose or confirm the service name, replace `TemplateService` placeholders, refactor project and agentic files to the…
原文の言語: 英語
Enforce backend design guardrails for a repository. Use when modifying or reviewing backend code, especially when adding services, endpoints, extractors, clients, dependency-injection wiring, or refactors. Prevent oversized classes, preserve Clean…
原文の言語: 英語
Enforce decision-register discipline for this repository. Use when work introduces significant product, architecture, API, data-model, security, dependency, or workflow decisions, so each decision is logged in the registry rooted at docs/specs/DECISIONS.md…
原文の言語: 英語
Enforce Feature-Sliced Design 2.1 during frontend work. Use when editing or reviewing code under the main frontend `src/` tree or the admin console `apps/admin-console/src/`, especially for refactors, new slices, import-boundary cleanup, public API design, or…
原文の言語: 英語
Create high-quality phase commits for this repository. Use when work is executed in multiple phases or when preparing any git commit, so each commit is atomic, validated, clearly messaged, and easy to review or rollback.
原文の言語: 英語
Record solved technical problems for this repository in the registry rooted at docs/specs/TECHNICAL_ISSUES.md. Use when a technical issue has been diagnosed and resolved (build/test failures, runtime errors, integration bugs, environment problems), so future…
原文の言語: 英語
Consult the repository technical issue knowledge base rooted at docs/specs/TECHNICAL_ISSUES.md when technical problems occur. Use before deep debugging to quickly identify prior matching incidents, validated fixes, and likely root causes.
原文の言語: 英語