summon-claude-bridge

Connects Claude Code sessions to the Summon control plane to onboard and manage AI-agent companies.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill summon-claude-bridge-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summon-claude-bridge
Source: https://github.com/adamtpang/summon.company/tree/main/skills/summon-claude-bridge
Command: npx skills add https://github.com/adamtpang/summon.company --skill summon-claude-bridge-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a project as a company of AI agents requires consistent org structure, task routing, and status visibility, which is hard to coordinate manually from a coding session. This Skill bridges any Claude Code session to the Summon control plane so a repository can be onboarded, standardized, diagnosed, and kept in sync without leaving the terminal. ## Core Features & Use Cases - Onboard repositories as companies: Creates a company from the current repo with a 3-letter issue prefix, GitHub-derived identity, and a position on an 8-stage roadmap based on proven evidence. - Standardize the org: Applies an idempotent 9-seat org chart (Cofounder plus eight plain-named departments), a model ladder (fable/opus/grok), reportsTo wiring, and company/<dept>/TEAM.md scaffolding. - Diagnose and route work: Reads task tiers, live runs, and spend to name the single binding constraint, then routes S-tier tasks one-per-agent to the right department head. - Use Case: From any repo, ask for a Summon status check to see companies, live runs, and top tasks on one screen, then onboard the current project and receive the single next move for the board. ## Quick Start Ask the assistant to connect this repo to Summon and onboard it as a company, then show the current status and the single next move.

Frequently Asked Questions about summon-claude-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Claude Code session to the Summon control plane?

Invoke the skill with /summon or ask to connect to summon. It prefers the summon MCP server tools and falls back to raw HTTP against http://127.0.0.1:3100/api using node fetch, never curl.

How do I onboard a GitHub repository as a Summon company?

Ask to onboard the current repo. The skill checks for an existing paired company first, creates one with a 3-letter issue prefix, pulls the GitHub owner avatar and description, and places it on the 8-stage roadmap by evidence.

What org structure does the Summon standardize mode create?

It creates exactly nine seats: Cofounder plus Support, Operations, Legal, Finance, Engineering, Design, Sales, and Marketing, using plain department names only. It adopts existing agents before creating new ones to avoid duplicates.

What happens if the Summon server is not running?

The skill starts it hidden via scripts/start-summon-hidden.vbs from the summon.company repo and polls /api/health for up to 180 seconds. A known failure is an orphaned postgres.exe holding port 54329, which must be killed before restarting.

Can the skill assign multiple tasks to one agent?

No. It enforces the Thiel rule: one agent gets exactly one task, S-tier first, matched to the right department head. Board-only actions like sending offers or payments are listed for the human owner, never assigned to agents.