
Flows App Dev
- Updated May 21, 2026
- spacelift-flows-apps/agent-skills
flows-app-dev is a Claude Code skill in the AI & Agent Building category. Auto-loaded guidance for building Spacelift Flows apps
Key points
- flows-app-dev
- AI & Agent Building
- AI-coding skill
Flows App Dev by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add spacelift-flows-apps/agent-skills/plugin install flows-app-dev@spacelift-flows-appsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 21, 2026 |
|---|---|
| Repository | spacelift-flows-apps/agent-skills ↗ |
What it does
Auto-loaded guidance for building Spacelift Flows apps
README.md
Spacelift Flows - Agent Skills
A Claude Code plugin marketplace that provides auto-loaded guidance for building Spacelift Flows apps.
When installed, Claude automatically loads the Flows app development skill whenever it detects you're working on a Flows app project (TypeScript project using @slflows/sdk). No slash command needed - it just works.
Installation
Claude Code
# Add the marketplace (one-time)
claude plugin marketplace add spacelift-flows-apps/agent-skills
# Install the plugin
claude plugin install flows-app-dev@spacelift-flows-apps
After installation, Claude will automatically use the Flows app development guidance whenever you're working on a Flows app.
Updating
Claude Code auto-updates plugins at startup. To manually update:
/plugin marketplace update spacelift-flows-apps
Developing
To test the plugin locally:
claude --plugin-dir ./plugins/flows-app-dev
To validate the plugin structure:
claude plugin validate ./plugins/flows-app-dev
Versioning
This plugin follows semantic versioning. The version is tracked in plugins/flows-app-dev/.claude-plugin/plugin.json.
When updating the skill content, always bump the version - Claude Code uses the version to detect updates and won't pick up content changes without a version bump.