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.
| 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. |
Installs into Claude Code, Cursor, Codex, Copilot, Windsurf, and 20+ other tools:
npx skills add bump-sh/skillsNative install with automatic updates, from within Claude Code:
/plugin marketplace add bump-sh/skills
/plugin install flower@bump-sh-skills
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/flowerFor 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).
Once installed, invoke with /flower, or just ask to create or edit a Flower workflow — the skill triggers automatically.