Agent Skills
› AjayIrkal23/agentic-mercy-10x
› documentation-and-adrs
documentation-and-adrs
GitHub该技能是update-docs的别名,用于记录决策和文档。其核心内容已迁移至update-docs模块下的ADRs参考文件。用户应直接调用update-docs来执行相关操作,本技能本身不包含独立逻辑,仅作为指向性入口存在。
Trigger Scenarios
需要记录架构决策或项目文档时
提及ADRs(架构决策记录)相关内容时
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill documentation-and-adrs -g -y
SKILL.md
Frontmatter
{
"name": "documentation-and-adrs",
"schema": 1,
"alias_of": "update-docs",
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"adrs",
"agents",
"apis",
"architectural",
"changing",
"codebase",
"context",
"decisions",
"documentation",
"engineers",
"features",
"future",
"making",
"need",
"public",
"record",
"records",
"shipping",
"understand",
"will"
]
},
"provenance": "self",
"description": "Records decisions and documentation (alias of update-docs).",
"user-invocable": true
}
documentation-and-adrs
Alias of update-docs. The method content now lives at update-docs/references/adrs.md (supporting material, if any, at update-docs/references/documentation-and-adrs/). Invoke update-docs.
Version History
- 581d130 Current 2026-07-19 09:07


