Blocks CI Sessions — Development skill for Claude Code
Run cloud coding agent sessions (Claude, Codex, Gemini, Cursor, and more) from CI and chain later jobs off the result.
How to install Blocks CI Sessions
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open BlocksOrg/blocks-ci-sessions and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Blocks CI Sessions does
Run cloud coding agent sessions (Claude, Codex, Gemini, Cursor, and more) from CI and chain later jobs off the result. Powered by Blocks.
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
- Haft — Engineering decisions engine that know when they're stale 1.4k ★
README
Blocks Agent Sessions
[](https://github.com/BlocksOrg/blocks-ci-sessions/actions/workflows/ci.yml) [](https://github.com/BlocksOrg/blocks-ci-sessions/releases/latest) [](https://github.com/marketplace/actions/blocks-agent-sessions) [](./LICENSE)
Run cloud coding agent sessions from your CI workflows. A single step starts a [Blocks](https://blocks.team) agent session, waits for the agent's final message, and exposes the session id so later jobs can chain off it.
- Your favourite agent. Claude Code, Codex, Kimi Code, OpenCode, Cursor or Gemini.
- Your credentials, or ours. Bring your own subscriptions and API keys, or use Blocks inference.
- Your choice of model. Frontier models such as Fable and Astra, or open-source models like Kimi 3.0 and GLM 5.3, including inside Claude Code.
- id: review
uses: BlocksOrg/blocks-ci-sessions@v1
with:
blocks_api_key: ${{ secrets.BLOCKS_API_KEY }}
agent: claude
prompt: Review pull request ${{ github.event.pull_request.html_url }}.
- run: echo "Session $SESSION_ID said: $FINAL_MESSAGE"
env:
SESSION_ID: ${{ steps.review.outputs.session_id }}
FINAL_MESSAGE: ${{ steps.review.outputs.final_message }}
See [`examples/`](./examples) for complete, copy-paste workflows.
Setup
- Create a workspace API key in the Blocks dashboard under **Settings → API
Related Skills
Harness Remote
Native-session control plane for Codex, Claude Code, OpenCode, OMP and PI. Run, resume and hand off coding ses
Shared Agents IDE
Local-first desktop app where a team shares coding-agent sessions and memory. Watch a teammate's Claude Code o
Desk Mark
Mark every open paper position against the newest chain and report the running result
Coding Agent Session Search
Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C
Claude Code Skill
Persistent multi-engine coding session manager. Wraps Claude Code, Codex, Gemini, and Cursor CLIs into headles
Docmancer
Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Co
Related Agents
Plugins
Agent Plugin System - manages the pluggable AI agent architecture (Claude, Cursor, Gemini). Use proactively wh
Async Code
Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per
Monk Installer
Install, upgrade, and troubleshoot monk-agent plus Monk CLI/daemon for Claude, Codex, and Cursor users.