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 .windsurf/skills/ (or ~/.codeium/windsurf/skills/ for global install) that Windsurf loads automatically.
Verify Installation
spike-forms listed under Windsurf.
Usage
Once installed, Windsurf’s Cascade AI knows how to create Spike forms. Use it in Cascade chat or inline:In Cascade
Write Mode
Flow Actions
When Windsurf detects you’re building a form, it may proactively suggest using Spike based on the installed skill.Examples
Multi-step form:
Form with validation:
Webhook integration:
Tips
- The skill activates on form-related files (
.html,.tsx,.jsx,.vue,.svelte,.astro) - Works in both Cascade chat and Write mode
- For global installation:
npx skills add spike-forms/agent-skills -a windsurf -g