Настройка стиринг-файлов и хуков Kiro

★ 8.0 · vibe-coding

creating-kiro-packages is a Claude Code skill that helps create steering files and hooks for Kiro, an AI-powered development environment. It covers two package types: steering files (`.kiro/steering/*.md`) with three inclusion modes — always, fileMatch, and manual — and JSON hook configurations (`.kiro/hooks/*.json`) driven by file events (fileCreated, fileModified, fileDeleted) and agent lifecycle events (agentSpawn, userPromptSubmit, preToolUse, postToolUse, stop). The skill includes ready-to-use templates for the foundational files product.md, tech.md, and structure.md that Kiro recognizes by reserved names. It is aimed at developers who want to set up context-aware coding instructions scoped to glob patterns or automate repetitive workflows inside Kiro through event-driven agents.