Agent skills for building Spacelift Flows apps
npx claudepluginhub spacelift-flows-apps/agent-skillsGuidance for building Spacelift Flows apps - auto-loads when working on Flows app repos
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.
# 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.
Claude Code auto-updates plugins at startup. To manually update:
/plugin marketplace update spacelift-flows-apps
To test the plugin locally:
claude --plugin-dir ./plugins/flows-app-dev
To validate the plugin structure:
claude plugin validate ./plugins/flows-app-dev
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.