Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

spark-skills

Reusable agent skills from Project Spark at Hyperjump. They give agents shared instructions and toolkits so work stays consistent across repos. Packaging follows the ecosystem around vercel-labs/skills. Install into editors and assistants with npx skills add hyperjumptech/spark-skills (examples below).

Skills

Skill Description
create-landing-page Research-backed SaaS landing workflow and Astro scaffold (Tailwind + TypeScript).

Install

From any directory, use npx skills against this repo (hyperjumptech/spark-skills).

Cursor

Cursor: project installs use paths such as <repo>/.agents/skills/. Global installs use ~/.cursor/skills/:

# Project scope
npx skills add hyperjumptech/spark-skills -a cursor -y

# Global
npx skills add hyperjumptech/spark-skills -g -a cursor -y

# Only one skill
npx skills add hyperjumptech/spark-skills --skill create-landing-page -a cursor -y

Claude Code

Claude Code: project installs use <repo>/.claude/skills/. Global installs use ~/.claude/skills/:

# Project scope
npx skills add hyperjumptech/spark-skills -a claude-code -y

# Global
npx skills add hyperjumptech/spark-skills -g -a claude-code -y

# Only one skill
npx skills add hyperjumptech/spark-skills --skill create-landing-page -a claude-code -y

List and remove

npx skills list
npx skills remove create-landing-page

Other agents

For Codex, OpenCode, GitHub Copilot, Windsurf, and the rest of the supported agents, plus flags like --skill, --global, and symlink vs copy, see the vercel-labs/skills README. It includes the Supported Agents table and full install options.

Local development

To test changes locally without relying on GitHub hosting, install from a clone:

git clone git@github.com:hyperjumptech/spark-skills.git
cd spark-skills
npx skills add ./

For Maintainers

To iterate on skills from this checkout without reinstalling copies, symlink a skill directory under skills/<name>/ into the agent global folder. Replace /path/to/spark-skills with your clone path. Remove any existing real directory at the link destination first if you previously ran a non-symlink install.

Cursor

ln -sf /path/to/spark-skills/skills/create-landing-page ~/.cursor/skills/create-landing-page

Claude Code

ln -sf /path/to/spark-skills/skills/create-landing-page ~/.claude/skills/create-landing-page

Repeat with another skill name when you maintain more than one. For project-local targets, symlink into the paths that project expects (often .agents/skills/ for Cursor and .claude/skills/ for Claude Code). Agent paths are listed under Supported Agents in the vercel-labs/skills README.


Brought to you by the team of Project Spark at Hyperjump.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages