kiro-steering-custom

Create steering documents from templates with Glob/Grep repository analysis.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/taku-o/gitignore-merge --skill kiro-steering-custom-taku-o
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-steering-custom
Source: https://github.com/taku-o/gitignore-merge/tree/main/.claude/skills/kiro-steering-custom
Command: npx skills add https://github.com/taku-o/gitignore-merge --skill kiro-steering-custom-taku-o

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create tailored steering documents that capture domain-specific project memory and conventions so teams can apply consistent patterns without writing exhaustive specifications.

Core Features & Use Cases

  • Template-driven creation: Load and customize templates from .kiro/settings/templates/steering-custom to jumpstart documents.
  • Repository-aware analysis: Use Glob/Grep and targeted reads to extract patterns from the codebase (e.g., src/api or test suites).
  • Principles-led output: Apply local steering-principles to keep files focused, example-rich, and 100–200 lines in length.
  • Use Cases: Producing API standards, testing strategies, security guidelines, database conventions, and error-handling steering files.

Quick Start

Create an API standards steering file using the api-standards template and analyze the src/api directory for naming, error handling, and authentication patterns.

Frequently Asked Questions about kiro-steering-custom

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

FAQPage Schema
How do I generate domain-specific steering documents for API standards and testing strategies?

Create custom steering documents by loading templates from .kiro/settings/templates/steering-custom and analyzing repository patterns with Glob/Grep. The Skill produces a 100-200 line focused file in .kiro/steering/ capturing domain-specific conventions like API standards or testing strategies.

What are steering documents and when do I need them for my codebase?

Steering documents capture domain-specific project memory and codebase conventions so teams apply consistent patterns without writing exhaustive specifications. You need them when formalizing API standards, testing strategies, security guidelines, or database conventions across a repository.

Can I create a steering file by analyzing existing code patterns in my src/api directory?

Yes, you can create a steering file by performing Glob/Grep-based code analysis and targeted reads on directories like src/api. The Skill extracts naming, error handling, and authentication patterns directly from the codebase to populate the domain-specific output.

Do I need custom templates to generate a steering file, or can it analyze my repository directly?

You need templates placed in .kiro/settings/templates/steering-custom to jumpstart the document. The Skill combines these templates with repository-aware Glob/Grep analysis and local steering-principles to keep the output focused and example-rich.

What's the best way to keep generated steering files concise and aligned with existing project rules?

The best way to keep steering files concise is applying local steering-principles rules during generation. The Skill reads these rules to ensure the output remains focused, example-rich, and constrained to a 100-200 line length limit.

How long should a steering document be, and what happens if my project conventions exceed the limit?

A steering document should be 100-200 lines long to maintain focus and readability. If project conventions exceed this limit, split them into multiple specialized steering files, such as separate documents for API standards, security guidelines, and database conventions.