Skip to content

AgentsKit-io/agentskit-registry

Repository files navigation

AgentsKit Registry

Ready-to-use AI agents for AgentsKit. Copy the source into your project — you own the code. No new framework dependency, no lock-in.

→ Browse the gallery at registry.agentskit.io

How it works

Each agent is a small, self-contained folder that wires published @agentskit/* packages (a skill + tools + the runtime) into a one-call factory. The CLI copies that source into your project — shadcn-style — so you can read it, edit it, and keep it.

npx agentskit add research      # copies the research agent into ./agents/research/
npx agentskit add pr-review
import { openai } from '@agentskit/adapters'
import { createResearchAgent } from './agents/research/agent'

const agent = createResearchAgent({ adapter: openai({ apiKey: process.env.OPENAI_API_KEY!, model: 'gpt-4o' }) })
const { content } = await agent.run('What changed in the EU AI Act in 2025?')

Agents

Agent Category What it does
research research Citation-first web research
pr-review coding Reviews a GitHub PR for correctness/security/conventions

More landing weekly. Contribute one →

Ecosystem

  • Framework — the OSS agent toolkit these agents are built on
  • Playbook — engineering standards
  • Registry — you are here
  • AKOS — the enterprise OS for agents (orchestration, egress, RBAC)

License

MIT

About

Ready-to-use AI agents for AgentsKit — shadcn-style: copy the source into your project. registry.agentskit.io

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors