Flight505 Sdk Bridge
flight505-sdk-bridge is a Claude Code plugin for the Build phase that bridges Claude Code CLI with the Agent SDK for long-running autonomous development with handoff and resume.
Hand off long autonomous coding runs from Claude Code CLI to the Agent SDK with progress tracking across sessions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install flight505-sdk-bridge@flight505/sdk-bridgeBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:flight505/sdk-bridge") and the paste-ready config with skillselion.get_install_config("plugin:flight505/sdk-bridge").
What it does
flight505-sdk-bridge is a Claude Code plugin that connects the Claude Code command-line interface to the Agent SDK so solo builders can run extended autonomous development jobs without losing context when sessions end or hand off between environments. It emphasizes multi-session work, resume after interruption, and tracking progress on tasks that span hours or days—common when shipping features with agent-first workflows. Indie developers who already use Claude Code locally but need a more durable execution layer for codegen, refactors, or scripted pipelines will install it to reduce manual re-prompting and session babysitting. It fits the Build phase’s agent-tooling shelf first, but the same bridge supports Ship and Operate when launches and iteration depend on repeatable agent runs. Expect configuration of both CLI and SDK credentials, alignment with your repo layout, and discipline around checkpointing so handoffs stay trustworthy.
Highlights
- Bridges Claude Code CLI with the Agent SDK for autonomous multi-step development
- Supports graceful handoff and resume across long-running and multi-session workflows
- Progress and task tracking for workflows that outlive a single chat turn
- Targets harness-style automation rather than short interactive edits
- Single-plugin bundle focused on bridge and long-running task orchestration
Why builders use it
Claude Code CLI sessions die on context limits or disconnects, forcing builders to restart long agent jobs from scratch.
After install, you can run durable autonomous tasks through the SDK with tracked progress and graceful handoff/resume across sessions.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is flight505-sdk-bridge for?
Indie and solo developers using Claude Code CLI who want Agent SDK-backed runs that survive session breaks.
When should I use flight505-sdk-bridge?
Use it when a task is too long for one CLI session and you need handoff, resume, and progress tracking across work sessions.
How do I add flight505-sdk-bridge to my agent?
Install the plugin from the flight505/sdk-bridge repository into Claude Code, configure CLI and Agent SDK access, then invoke bridge workflows per the repo docs.
Comments
Share how you use flight505-sdk-bridge, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.