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 .agents/skills/ (or ~/.cursor/skills/ for global install) that Cursor loads automatically.
Verify Installation
spike-forms listed under Cursor.
Usage
Once installed, Cursor’s AI knows how to create Spike forms. Use it in Chat, Composer, or inline edits:In Chat
In Composer
Inline Edit (Cmd+K)
Select an existing form and ask:Examples
Ask Cursor to build a contact page:
Ask Cursor to add file uploads:
Ask Cursor to set up webhooks:
Tips
- The skill activates when you’re editing form-related files (
.html,.tsx,.jsx,.vue,.svelte,.astro) - Works in both Chat and Composer modes
- For global installation:
npx skills add spike-forms/agent-skills -a cursor -g - Cursor also supports skills via
.cursor/rules/— the skills CLI handles the correct path automatically