kiro-steering
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
自动引导与同步 steering 文件,适合项目初始化与长期维护。
▸ 风险提示
需访问仓库与配置文件,可能暴露敏感信息或凭据。
这个 Skill 做什么
维护 {{KIRO_DIR}}/steering/ 作为持续项目记忆并负责引导与同步。
维护 {{KIRO_DIR}}/steering/ 作为项目的持续记忆库,负责第一次引导(bootstrap)和后续与代码库的同步(sync),适合初始化项目或需要把决策与代码对齐时使用。会自动生成核心 steering 文档并保持更新,同时尊重并保留用户的自定义修改。特点是在自动化和保真度之间找到平衡,既能同步又不会覆盖手工改动。
▸ 展开 SKILL.md 英文原文
Maintain {{KIRO_DIR}}/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents.
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-steering/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-steering/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# kiro-steering Skill
## Role
You are a specialized skill for maintaining `{{KIRO_DIR}}/steering/` as persistent project memory.
## Core Mission
**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)
## Execution Steps
### Step 1: Gather Context
If steering context is already availablevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有