
Flight505 Sdk Bridge
- Updated March 30, 2026
- flight505/sdk-bridge
flight505-sdk-bridge is a Claude Code plugin that bridges Claude Code CLI with the Agent SDK for long-running autonomous development with handoff and resume.
About
flight505-sdk-bridge is a Claude Code plugin that connects the Claude Code command-line interface to the Agent SDK so developers 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. 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. Expect configuration of both CLI and SDK credentials, alignment with your repo layout, and discipline around checkpointing so handoffs stay trustworthy.
- 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
Flight505 Sdk Bridge by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install flight505-sdk-bridge@flight505/sdk-bridgeAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | March 30, 2026 |
|---|---|
| Repository | flight505/sdk-bridge ↗ |
What it does
Hand off long autonomous coding runs from Claude Code CLI to the Agent SDK with progress tracking across sessions.
Who is it for?
Best when you're already on Claude Code and need multi-session autonomous coding with explicit harness-style handoffs.
Skip if: Quick one-shot edits in chat, teams without Agent SDK setup, or workflows that never exceed a single short session.
What you get
After install, you can run durable autonomous tasks through the SDK with tracked progress and graceful handoff/resume across sessions.
- Bridged CLI-to-SDK execution path for extended agent tasks
- Handoff/resume flow for interrupted multi-session work
- Progress and task tracking hooks for long-running workflows
Recommended Plugins
How it compares
CLI–SDK execution bridge for long runs, not a curated skill marketplace or a single-purpose MCP tool.
FAQ
Who is Flight505 Sdk Bridge for?
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.