open-source agents

3,599 tagged open-source, measured the same way as everything else here.

Browse within: claude-code-skill 54marketing-automation 32ai-marketing 29ai-ops 27cybersecurity 27devsecops 27gemini 24meta-prompting 24ai-assisted 23fit-files 23fitness 23workout 23ai-development 16project-template 16

pinkbin

169

cccyd2003-qwq/pinkbin

Settings file Claude Code

Agent settings declaring 2 allowed tools.

1.3k 1mo ago A tokens not measured original MIT

pinkbin CLAUDE.md

170

cccyd2003-qwq/pinkbin

Instructions file

A repository instruction file for Pinkbin, a desktop app that safely finds and removes application files such as caches and logs.

1.3k 1mo ago A 1,397 tokens original MIT

commonly AGENTS.md

171

Team-Commonly/commonly

Instructions file CodexOpenCode

Instructions for Team-Commonly/commonly, a project described as: Open-source room for humans + cross-vendor AI agents. Every agent gets its own name, memory, skills, and workstation. Any runtime, your infra — no per-agent fees.

1.3k 3d ago A 4 tokens copy · 100% Apache-2.0

commonly CLAUDE.md

172

Team-Commonly/commonly

Instructions file

Instructions for Team-Commonly/commonly, covering claude.md / agents.md, 🧠 product vision & architecture philosophy, what commonly is, the architecture model and key concepts.

1.3k 3d ago B 14,988 tokens original Apache-2.0

github

173

Team-Commonly/commonly

Skill Claude CodeCodex

Interact with GitHub (issues, PRs, repos, releases) using the gh CLI. Use when asked to read or write GitHub state — open an issue, fetch PR diff, comment, list runs, etc.

1.3k 3d ago A 49 tokens original Apache-2.0

Team-Commonly/commonly

Skill Claude CodeCodex

Use this skill when producing a polished, Commonly-branded deliverable (.docx brief / memo, .xlsx data matrix, .pptx deck) and you do not have specific brand guidance from the user. Trigger on: 'write me a brief', 'one-pager', 'memo', 'data sheet', 'status matrix', 'short deck', 'summary deck', 'closing slide', 'final…

1.3k 3d ago A 182 tokens original Apache-2.0

commonly

175

Team-Commonly/commonly

Skill Claude CodeCodex

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

1.3k 3d ago A 85 tokens original Apache-2.0

AGENT_AUTONOMY

176

Team-Commonly/commonly

Agent

Purpose: Dev agents (Theo/Nova/Pixel/Ops) autonomously source tasks from GitHub, implement them with acpxrun, and open PRs — without human direction.

1.3k 3d ago A 0 tokens original Apache-2.0

AGENT_RUNTIME

177

Team-Commonly/commonly

Agent

Commonly is a platform-only core. Agents run externally and connect to Commonly using runtime tokens.

1.3k 3d ago A 0 tokens original Apache-2.0

LOCAL_CLI_WRAPPER

178

Team-Commonly/commonly

Agent

Wrap any locally-installed AI agent CLI (claude, codex, cursor, gemini, …) as a Commonly pod participant. Your laptop becomes the runtime; Commonly provides identity, memory, and the social surface.

1.3k 3d ago A 0 tokens original Apache-2.0

UserPromptSubmit

179

vellum-ai/vellum-assistant

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing linear-ticket-reminder.sh. From vellum-ai/vellum-assistant.

1.2k +10 today A tokens not measured original MIT

SessionStart

180

vellum-ai/vellum-assistant

Hook Claude Code

Runs when a session starts, executing session-docs-primer.sh. From vellum-ai/vellum-assistant.

1.2k +10 today A tokens not measured copy · 53% MIT

vellum-assistant

181

vellum-ai/vellum-assistant

Settings file Claude Code

Agent settings declaring 2 hook events (UserPromptSubmit, SessionStart) and 17 allowed tools.

1.2k +10 today A tokens not measured original MIT

vellum-ai/vellum-assistant

Instructions file CodexOpenCode

AGENTS.md instructions for vellum-ai/vellum-assistant, covering vellum assistant — agent instructions, project structure, intellectual honesty, development and dependencies.

1.2k +10 changed today A 9,541 tokens original MIT

app-builder

183

vellum-ai/vellum-assistant

Skill Claude CodeCodex

Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use…

1.2k +10 today A 162 tokens original MIT

contacts

184

vellum-ai/vellum-assistant

Skill Claude CodeCodex

Manage contacts, communication channels, access control, and invite links.

1.2k +10 changed today A 14 tokens original MIT

gmail

185

vellum-ai/vellum-assistant

Skill Claude CodeCodex

Manage Gmail email — drafting, sending, organizing, filters, vacation replies, and inbox analysis.

1.2k +10 today A 20 tokens original MIT

agent-sync

186

orangehrm/orangehrm

Command Codex

Re-sync the generated agent-discovery bridges from .agents/ — the .claude/skills/ and .claude/commands/ copies (Windows; symlinked and auto-synced on Linux/macOS) and the .cursor/rules/ + .cursor/commands/ bridges (any OS, if Cursor is set up on this clone). Run after editing skills or commands.

1.1k +2 2mo ago B 78 tokens GPL-3.0

onboard

187

orangehrm/orangehrm

Command Codex

Interactive, consent-driven setup for a new OrangeHRM developer — stands up the Docker dev environment, mounts this repo into a PHP/DB container stack, installs the app, and verifies it loads. Explains each step before doing it and asks before changing anything on their machine.

1.1k +2 2mo ago C 56 tokens GPL-3.0

auth-providers

188

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for OrangeHRM's pluggable authentication system — AuthProviderChain (DI-registered as Services::AUTHPROVIDERCHAIN, holds an ordered list of AbstractAuthProvider implementations and dispatches authenticate() to the highest-priority one that accepts), AbstractAuthProvider (authenticate(AuthParams): bool +…

1.1k +2 2mo ago A 0 tokens GPL-3.0

daos

189

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for writing query/persistence code in OrangeHRM — the plugin-specific Dao classes that extend OrangeHRM\Core\Dao\BaseDao, the EntityManagerHelperTrait and its 13 methods, the QueryBuilder patterns the codebase uses heavily (joins via relation aliases, $q->expr()->orX/andX/like/concat/in/isNull, conditional…

1.1k +2 2mo ago A 0 tokens GPL-3.0

testing

190

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for OrangeHRM's test layers — PHPUnit per-plugin testsuites declared in phpunit.xml, the test-DB lifecycle (instance:create-test-db builds a populated MySQL DB plus a CoreFixtureService dump that bootstrap restores per test), test base classes (TestCase for plain unit tests, KernelTestCase for tests that…

1.1k +2 2mo ago A 297 tokens GPL-3.0

orangehrm AGENTS.md

191

orangehrm/orangehrm

Instructions file CodexOpenCode

AGENTS.md instructions for orangehrm/orangehrm, covering agents.md, session start (do this first, every new session), skills and commands, what this repo is and layout — the parts that matter.

1.1k +2 2mo ago B 2,891 tokens GPL-3.0

orangehrm CLAUDE.md

192

orangehrm/orangehrm

Instructions file

Claude Code instructions for orangehrm/orangehrm, a project described as: OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures all the essential functionalities required for any enterprise.

1.1k +2 2mo ago A 5 tokens GPL-3.0

At most 3 mods per repository are shown here — the rest are on their repository pages: