kiro-steering-porter

Convert Claude Skill SKILL.md into Amazon Kiro .kiro/steering files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MartinRistov/skill-to-kiro --skill kiro-steering-porter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-steering-porter
Source: https://github.com/MartinRistov/skill-to-kiro/tree/main
Command: npx skills add https://github.com/MartinRistov/skill-to-kiro --skill kiro-steering-porter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool converts Claude Skill’s SKILL.md into a complete set of Amazon Kiro steering files (.kiro/steering/), enabling automated generation of foundational and optional steering docs from a single source of truth.

Core Features & Use Cases

  • Automated mapping: Extracts goals, stack, structure, guardrails, and procedures and maps them to product.md, tech.md, structure.md, code-conventions.md, and security-policies.md.
  • Inclusion modes: Applies always, fileMatch, and manual inclusion rules to the generated files.
  • Safety and diffs: Redacts secrets, shows diffs, and prompts before overwriting existing files.
  • Deterministic generation: Produces a consistent .kiro/steering/ set from the source SKILL.md.
  • Extensibility: Supports optional resources via scripts, references, and assets for on-demand tasks.

Quick Start

Paste your SKILL.md content or provide its file path to generate the .kiro/steering/ files.

Frequently Asked Questions about kiro-steering-porter

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

FAQPage Schema
How do I convert Claude SKILL.md files into Kiro steering files?

To convert Claude SKILL.md files into Kiro steering files, paste your SKILL.md content or provide its file path to automatically extract goals, stack, structure, guardrails, and procedures, mapping them into the .kiro/steering/ directory.

What is the mapping structure when converting SKILL.md to .kiro/steering files?

The mapping structure extracts document templates from SKILL.md and generates product.md, tech.md, structure.md, code-conventions.md, and security-policies.md, applying always, fileMatch, and manual inclusion rules to the generated steering files.

Does the SKILL.md to Kiro steering conversion protect existing files and secrets?

Yes, the conversion to Kiro steering files protects existing data by redacting secrets, showing diffs, and prompting before overwriting any existing files in the .kiro/steering/ directory.

Can I include optional resources like scripts and references when generating Kiro steering files?

Yes, you can include optional resources when generating Kiro steering files by extending the output with scripts, references, and assets for on-demand tasks alongside the foundational documentation.

Is the generated .kiro/steering file set deterministic when sourced from a single SKILL.md?

Yes, the generated .kiro/steering file set is deterministic, producing a consistent and complete directory structure from your single source of truth SKILL.md document every time.