kiro-steering-custom

Synthesize codebase patterns into concise Markdown steering documents.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/BarryYin/Hermes-sdd --skill kiro-steering-custom-barryyin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kiro-steering-custom
Source: https://github.com/BarryYin/Hermes-sdd/tree/main/skills/kiro-steering-custom
Command: npx skills add https://github.com/BarryYin/Hermes-sdd --skill kiro-steering-custom-barryyin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams produce concise, domain-specific steering documents that capture recurring patterns and conventions from a codebase so project memory is consistent, discoverable, and actionable without exhaustive specs.

Core Features & Use Cases

  • Template-driven creation: Start from templates (api-standards, testing, security, etc.) to accelerate authoring.
  • Codebase analysis: JIT analysis using file search and reads to extract real patterns and examples from the repository.
  • File generation & guidance: Synthesizes 100-200 line steering Markdown files and writes them into .kiro/steering/, focusing on patterns not secrets.
  • Use Case: Generate API standards by analyzing src/api/ to produce .kiro/steering/api-standards.md that documents endpoint naming, error formats, and auth approach.

Quick Start

Create an API standards steering document by analyzing the src/api/ directory and write the result to .kiro/steering/api-standards.md.

Frequently Asked Questions about kiro-steering-custom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create project steering documents from existing codebase patterns?▼

Project steering documents capture recurring conventions and patterns from a codebase so project memory remains consistent and discoverable. They provide actionable guidance for engineering and product teams without requiring exhaustive specifications.

How do I generate API standards documentation by analyzing my source code?▼

The Skill supports templates for API standards, testing strategy, security, and deployment guidance. Template-driven creation accelerates authoring by providing a structured starting point that is then populated with patterns extracted from your codebase.

Can I use this to document testing strategy and security conventions for my team?▼

The Skill focuses on patterns and avoids secrets or sensitive data during codebase analysis. It performs just-in-time file search and read operations to extract conventions without exposing or copying sensitive information into the steering files.

Does this project memory tool work without any external dependencies?▼

Yes, the Skill operates with no external dependencies. It performs template selection and codebase analysis using built-in file search and read operations, generating Markdown steering files directly within your repository environment.