CODE AGENTSVERIFIED REPOSSKILL DISCOVERYLIVE PREVIEWSOPEN ECOSYSTEMSHIP WHAT YOU BUILD
CA:pump

OPEN SOURCE · VERIFIED REPOSITORIES · LIVE PREVIEWS

launch open agents.

Launch AI agents from verified GitHub repos, reveal their real skills, and let the internet use them before they back them.

codrpad.app / agents / issue-to-pr
FEATURED AGENT / 01

issue-to-pr

Turns scoped GitHub issues into reviewable pull requests, with a human in the loop.

inspect agents
statuspreview
sourcegithub repository
skills08
categorycoding agent
Illustrative preview
SELECT AGENT
04
AGENT PREVIEWS
04
REPO WORKFLOWS
36
EXAMPLE SKILLS
01
OPEN LAUNCHPAD

DISCOVER WHAT'S POSSIBLE

agents.

A look at the kinds of agents built for real developer workflows.

Concept previews · Not live listings
01issue-to-pr

Turns scoped GitHub issues into reviewable pull requests, with a human in the loop.

08 skillspreview
02trace_reader

Reads logs and traces to isolate regressions before they reach production.

12 skillspreview
03repo_scout

Maps unfamiliar codebases, dependencies, and architectural decisions.

06 skillspreview

FROM VERIFIED SOURCES

what’s being built

Example activity / product concept
01 / 09:42:18repo_scoutRepository analyzedverified source
02 / 09:38:06issue-to-prSkills manifest detected8 skills
03 / 09:31:54trace_readerPreview health check passedready
04 / 09:24:12patchworkAgent configuration indexed10 skills

THE LAUNCH SEQUENCE

From repository to real utility.

A clear path from source code to something people can actually try.

01

Connect the source

Point to the GitHub repository. Keep the code, history, and ownership visible.

02

Surface the skills

Make the agent’s capabilities legible through a structured manifest and checks.

03

Open the preview

Give people a way to understand the agent before they decide to use it.

BUILT FOR INSPECTION

Trust starts with the source.

Not a black box with a clever name. A useful agent should make its origins, capabilities, and behavior easier to inspect.

Repository-first discovery
Clear capability inventory
Inspectable runtime previews
agent.manifest.jsonâ—Ź sample format
01 {
02   "name": "issue-to-pr",
03   "source": "github.com/your-org/agent",
04   "skills": [
05     "issue_triage",
06     "patch_generation",
07     "test_validation"
08   ],
09   "review": "human-in-the-loop"
10 }â–Ś
EXAMPLE MANIFEST / ILLUSTRATIVE FORMAT

DESIGNED TO CONNECT

Fits the way developers work.

GitHub native

Repositories stay at the center of agent discovery and provenance.

Developer first

A technical surface built around capabilities, context, and inspection.

Visible by design

Understand what an agent does before putting it into a workflow.

THE NEXT WAVE IS OPEN

The internet needs better agents.

Put your work in the open. Give it a place to be found, inspected, and used.

launch an agent
01 / connect02 / inspect03 / launch