Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-project
gsd-ns-project
GitHub根据用户意图将请求路由到相应的项目或里程碑技能,支持启动项目、创建/完成里程碑、审计问题及状态汇总。
Trigger Scenarios
启动新项目
创建新里程碑
完成当前里程碑
审计里程碑问题
总结里程碑状态
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ns-project -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ns-project",
"description": "project lifecycle | milestones audits summary",
"allowed-tools": [
"Read",
"Skill"
]
}
Route to the appropriate project / milestone skill based on the user's intent.
gsd-plan-milestone-gaps was deleted by #2790 — gap planning now happens
inline as part of gsd-audit-milestone's output.
| User wants | Invoke |
|---|---|
| Start a new project | gsd-new-project |
| Create a new milestone | gsd-new-milestone |
| Complete the current milestone | gsd-complete-milestone |
| Audit a milestone for issues | gsd-audit-milestone |
| Summarize milestone status | gsd-milestone-summary |
Invoke the matched skill directly using the Skill tool.
Version History
- 581d130 Current 2026-07-19 09:10


