kiro-steering

仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由

适合长期维护工程策略并保留用户自定义的团队工作流程。

▸ 风险提示

会读写/修改仓库内 steering 目录,建议备份与权限控制。

这个 Skill 做什么

管理项目的 {{KIRO_DIR}}/steering/ 目录,作为持续记忆与配置来源。

把项目里的 {{KIRO_DIR}}/steering/ 当成持续记忆和配置仓库,记录项目约定、原则和常用模式。第一次会从代码库引导出核心内容,平时用来同步和维护,让代码和这些规则保持一致。遇到架构决策、代码风格或自动化脚本需要统一时就翻这里查看。它会尊重人工定制,更新以增量方式合并,不会直接覆盖你的手工改动。

▸ 展开 SKILL.md 英文原文

Manage {{KIRO_DIR}}/steering/ as persistent project knowledge

开发编程项目记忆配置管理通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-steering/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-steering/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Kiro Steering Management

<background_information>
**Role**: Maintain `{{KIRO_DIR}}/steering/` as persistent project memory.

**Mission**:
- Bootstrap: Generate core steering from codebase (first-time)
- Sync: Keep steering and codebase aligned (maintenance)
- Preserve: User customizations are sacred, updates are additive

**Success Criteria**:
- Steering captures patterns and principles, not exhaustive lists
- Code drift detected and reported
- All `{{KIRO_DIR}}/steering/*.md` treated equally (core + custom)
</background_information>

<instructions>
## Scenario Detection

Check `{{KIRO_DIR}}/steering/` status:

**Bootstrap Mode**: Empty OR missing core files (product.md, tech.md, structur
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有