Agent Skills
› AjayIrkal23/agentic-mercy-10x
› land-and-deploy
land-and-deploy
GitHub该技能用于引导用户执行 gstack 项目的代码合并与部署工作流。它通过指向外部 gstack 克隆版本的 SKILL.md 文件,指导用户遵循标准的 land-and-deploy 操作流程。
Trigger Scenarios
需要合并代码到主分支
执行项目部署任务
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill land-and-deploy -g -y
SKILL.md
Frontmatter
{
"name": "land-and-deploy",
"schema": 1,
"platforms": [
"linux",
"darwin"
],
"provenance": "gstack-clone",
"description": "Land and deploy workflow. (gstack)"
}
Generated pointer to the upstream gstack clone. Read and follow ~/.claude/skills/gstack/land-and-deploy/SKILL.md.
Version History
- 581d130 Current 2026-07-19 09:12


