Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bump.sh Skills

Official AI agent skills from Bump.sh.

A skill is a set of instructions (SKILL.md), reference docs, examples, and scripts that turns any AI coding agent — Claude Code, ChatGPT/Codex, Cursor, or others — into an expert on a specific task.

Skills

Skill Description
flower Create, modify, and validate Flower workflow files for Bump.sh MCP servers — runtime expressions, JMESPath outputs, retry/polling patterns, and schema validation.

Installation

One-liner, any agent

Installs into Claude Code, Cursor, Codex, Copilot, Windsurf, and 20+ other tools:

npx skills add bump-sh/skills

Claude Code plugin

Native install with automatic updates, from within Claude Code:

/plugin marketplace add bump-sh/skills
/plugin install flower@bump-sh-skills

Manual

Clone and symlink into your agent's skills directory (example for Claude Code):

git clone https://github.com/bump-sh/skills.git
ln -s "$(pwd)/skills/flower" ~/.claude/skills/flower

For agents without a skills mechanism, tell the agent to read the skill's SKILL.md before working on the task, or reference it from your project instructions (AGENTS.md, Cursor rules, custom instructions…):

When working on Flower workflow files (YAML containing `flower: "0.1"`),
read skills/flower/SKILL.md and follow its instructions.

The only requirement is an agent that can read files and run shell commands (Node.js is needed for the validation script).

Usage

Once installed, invoke with /flower, or just ask to create or edit a Flower workflow — the skill triggers automatically.

About

Official Bump.sh skills for AI coding agents

Resources

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages