firstintent

12 mods across 2 repositories, 385 stars between them.

ccteam

01

firstintent/ccteam

Settings file Claude Code

Agent settings declaring 14 allowed tools.

377 2d ago A tokens not measured original MIT

ccteam AGENTS.md

02

firstintent/ccteam

Instructions file CodexOpenCode

Repository instructions for coding agents working on ccteam, a service that connects chat systems with multiple coding-agent sessions.

377 2d ago D 7,450 tokens original MIT

ccteam CLAUDE.md

03

firstintent/ccteam

Instructions file

Instructions for firstintent/ccteam, a project described as: ccteam turns the coding agents you already run (Claude Code, Codex, Grok, DeepSeek Harness, Kimi, Pi) into one team — any session can spawn, dispatch, and collect work from any vendor on any machine, while you steer it all from Telegram, Lark, or a browser…

377 2d ago A 3 tokens copy · 100% MIT

a2a-bridge

04

firstintent/a2a-bridge

Plugin Claude Code

Protocol-level bridge that lets Claude Code be called by any Agent2Agent (A2A) client and call out to other AI coding agents (Codex, OpenClaw, Hermes) through a uniform adapter interface.

8 4mo ago A tokens not measured original MIT

firstintent/a2a-bridge

Instructions file

Instructions for firstintent/a2a-bridge, covering claude.md — a2a-bridge, project, language policy — strict, stack and architecture constraints — enforced.

8 4mo ago A 1,740 tokens original MIT

a2a-bridge

06

firstintent/a2a-bridge

Plugin Claude Code

Bridge Claude Code with other AI coding agents (Codex, OpenClaw, Hermes, ...) through a shared daemon, push channel delivery, and bidirectional reply tooling.

8 4mo ago A tokens not measured original MIT

a2a-bridge

07

firstintent/a2a-bridge

MCP server Claude CodeCodexCursor +2

MCP server "a2a-bridge" as configured in firstintent/a2a-bridge. Launched with bun run ${CLAUDE_PLUGIN_ROOT}/server/bridge-server.js. Needs 1 environment variable to run.

8 4mo ago A tokens not measured original MIT

init

08

firstintent/a2a-bridge

Command

Create or update the A2aBridge project config files in the current workspace.

8 4mo ago A 15 tokens original MIT

SessionStart

09

firstintent/a2a-bridge

Hook

Runs when a session starts, executing health-check.sh via bash. From firstintent/a2a-bridge.

8 4mo ago A tokens not measured copy · 100% MIT

context-protect

10

firstintent/a2a-bridge

Skill Claude CodeCodex

Delegate a long-tail investigation (log dig, audit, transcript analysis) to a peer agent and take back only a summary. Use when the raw output would crowd out 1000+ tokens of the primary session that do not need to live there.

8 4mo ago A 54 tokens original MIT

parallel

11

firstintent/a2a-bridge

Skill Claude CodeCodex

Spawn N peer agents on genuinely independent subtasks, wait for every result, then merge. Use when subtasks do not read each other's outputs and the wall-clock saving is worth N× the token cost.

8 4mo ago A 43 tokens original MIT

verify

12

firstintent/a2a-bridge

Skill Claude CodeCodex

Delegate a verification check to a peer agent and consume a structured pass/fail/needs-info verdict instead of free-form text. Use when you want a second agent to check work against explicit criteria without rewriting it.

8 4mo ago A 44 tokens original MIT