Official agent skills by EdgeSpark.
Agent Skills to help developers using AI agents with EdgeSpark. Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Compatible with 37+ AI agents including Claude Code, GitHub Copilot, Cursor, Codex, and many others.
The skills in this repo follow the Agent Skills format.
npx skills add edgesparkhq/agent-skillsnpx skills add edgesparkhq/agent-skills --skill building-edgespark-appsbuilding-edgespark-apps
Comprehensive EdgeSpark development skill covering full-stack app development with database, auth, storage, and deployment workflows.
Use when:
- Working with a project that has
edgespark.toml - Using the
edgesparkCLI, server SDK types, or@edgespark/web - Configuring auth providers, storage buckets, or database schemas
- Deploying or debugging EdgeSpark applications
- Working with Hono routes, Drizzle ORM schemas, or presigned upload flows
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Add a new database-backed API endpoint
Set up GitHub OAuth for my EdgeSpark app
Help me implement file uploads with presigned URLs
Deploy my EdgeSpark app to production
Each skill follows the Agent Skills Open Standard:
SKILL.md- Required skill manifest with frontmatter (name, description, metadata)references/- (Optional) Reference files for detailed documentation
MIT. See LICENSE.