Documentation Index
Fetch the complete documentation index at: https://doc.spike.ac/docs/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Install the Spike skill in your project:SKILL.md file in .kiro/skills/ that Kiro loads automatically.
Verify Installation
spike-forms listed under Kiro CLI.
After installing, if you’re using Kiro’s custom agents, add the skill to your agent’s
resources in .kiro/agents/<agent>.json:Usage
Once installed, Kiro knows how to create Spike forms. Use it in chat or let it work through specs:In Chat
With Specs
When building a feature with Kiro’s spec system, mention Spike in your requirements:Autopilot Mode
In autopilot mode, Kiro can build entire form flows end-to-end:Examples
React form with hooks:
Form with file uploads:
Full-stack form flow:
Tips
- The skill activates on form-related files (
.html,.tsx,.jsx,.vue,.svelte,.astro) - Works in both chat and spec-driven development
- Kiro’s steering files can reference Spike docs for consistent form patterns across your project
- For global installation:
npx skills add spike-forms/agent-skills -a kiro-cli -g