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.
원문 언어: 영어