Skip to content

edgesparkhq/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EdgeSpark Agent Skills

License: MIT

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.

Installation

Install all skills

npx skills add edgesparkhq/agent-skills

Install a specific skill

npx skills add edgesparkhq/agent-skills --skill building-edgespark-apps

Available Skills

building-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 edgespark CLI, 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

Usage

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

Skill Structure

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

License

MIT. See LICENSE.

About

EdgeSpark official agent skills repository. Let's Spark!!!!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors