code-execution-standard
GitHub用于已知范围和清晰设计下的代码实现。根据后端、前端或跨层影响面,自动加载对应的核心合规标准与插件技能,支持通过jcodemunch进行仓库分析,确保变更安全并验证结果。
触发场景
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill code-execution-standard -g -y
SKILL.md
Frontmatter
{
"name": "code-execution-standard",
"schema": 1,
"category": "general",
"surfaces": [
"general"
],
"triggers": {
"paths": [],
"intents": [
"general"
],
"keywords": [
"already",
"amount",
"big",
"cause",
"change",
"changes",
"code",
"delivers",
"execution",
"feature",
"feels",
"file",
"implement",
"implementing",
"incrementally",
"known-scope",
"land",
"large",
"once",
"root",
"safe",
"safely",
"scope",
"standard",
"step",
"task",
"too",
"touches",
"understood",
"validated",
"validation",
"write"
]
},
"platforms": [
"linux",
"darwin",
"windows"
],
"token-cost": 1040,
"description": "Use when scope and root cause are already understood and the task is implementing a safe, validated, known-scope change.",
"disable-model-invocation": false
}
Code Execution Standard
Overview
This is the implementation shell.
It does not carry frontend and backend standards by default. It selects the touched surfaces first, then loads only the matching baseline skills and specialists. Use this shell for implementation work in default chat as well as explicit code-mode execution. Do not wait for architect or plan wording before activating it.
Use When
- The scope is known.
- The design is already clear enough to implement.
- The job is to make a safe change and verify it.
Do Not Use
- Architecture-first work.
- Unknown failures that need root-cause analysis first.
- Documentation lookup by itself.
Surface Selection Rule
Choose the touched surface first:
If the prompt is asking for a code change, treat it as implementation and activate this shell before editing, even when the prompt does not explicitly mention mode selection.
- Backend-only: load the mandatory Backend Core Compliance Set before editing:
backend-standards-always-follow,service-layer-standards,backend-api-standards,backend-error-handling, andbackend-performance-standards. Preserveapi-contract-standardsfor envelope/contract work,domain-scaffold-patternsfor new domain/feature skeleton planning, andscaffold-standardsfor concrete backend skeleton details. - Frontend-only: select and load the matching Build Web Apps plugin skill when available, then load the mandatory Frontend Core Compliance Set:
build-web-apps:frontend-app-builderfor new/redesign/visual surfaces orbuild-web-apps:react-best-practicesfor React/Vite/UI/code work, plusfrontend-standards-always-follow,frontend-structure-standards,frontend-response-handling,frontend-server-data-patterns,frontend-api-standards, andreact-hooks-patterns. - Cross-surface: load the matching Build Web Apps plugin plus Frontend Core Compliance Set and Backend Core Compliance Set, then only the preserved add-ons required by the actual files and contracts being changed.
Use project-reference-linkage for linked modules and shared contracts.
Use mcp-usage-standards when external verification or repo-system truth must guide the implementation.
Use dead-code-and-change-audit for every coding task and every code change.
When the repo is indexed, use jcodemunch first for broad path discovery, symbol search, reference tracing, dependency graphs, context bundles, and blast-radius checks. Use shell/file tools immediately for exact paths, literal text, dirty or untracked files, generated or ignored files, stale or ambiguous indexes, small known scopes, direct verification reads, and command execution.
Workflow
- Confirm the touched surfaces and impacted layers, preferring
jcodemunchfor indexed broad repo discovery and shell/file tools for exact or verification lookups. - Load the matching Build Web Apps plugin for frontend surfaces, the Frontend Core Compliance Set for frontend work, and the Backend Core Compliance Set for backend/server work.
- Add
dead-code-and-change-auditfor code changes and only the other specialists required by the actual change. - Implement the smallest complete change that satisfies the request.
- Verify tests, contracts, stale references, and user-visible behavior before closing.
Non-Negotiables
- No guessing when the repo already shows a pattern.
- No unnecessary new abstractions.
- No contract drift without intent.
- No touched manually maintained source file may remain over 250 lines without an explicit blocker; split frontend/backend files according to the active surface standards before adding more behavior.
- No completion claims without verification.
Output Contract
- Completed code changes or a blocked-path explanation.
- Touched surfaces and loaded standards.
- Validation results and known gaps.
- Assumptions that affected implementation.
References
- Use
references/full-guide.mdif you need the previous full strict guide. - Use
workflow-overlay-optimizerwhen persistent routing friction or missing implementation-skill activation must be corrected across sessions instead of patched ad hoc per prompt.
版本历史
- 581d130 当前 2026-07-19 09:05


