agentskit.js
Contribute

Newcomer journey

Understand the AgentsKit ecosystem, run a verified demo, and choose a contribution path without private guidance.

Welcome. This page is the public newcomer journey for the AgentsKit ecosystem: understand β†’ try β†’ use β†’ contribute β†’ showcase.

Campaign landing: Community
Launch package (maintainers): docs/ecosystem/launch

Launch timing: Broad promotion stays blocked until ecosystem readiness is ready (#1204) and HITL approval is recorded in the launch package.

#1. Understand the ecosystem

ProductRoleStart
AgentsKitFoundation β€” build agents without glue codeGet started
RegistryStarting point β€” copy ready agentsregistry.agentskit.io
AgentsKit ChatExperience β€” one definition, many interfacesagentskit-chat
Doc BridgeUnderstanding β€” executable handoffsDoc Bridge
PlaybookDiscipline β€” ship mergeable agent workplaybook.agentskit.io
Code ReviewVerification β€” low-noise reviewcode-review-cli
AgentsKit OSOperation β€” run agents in productionakos.agentskit.io

Architecture overview: Architecture at a glance.

#2. Three-command demos

These demos are declared in docs/ecosystem/launch/launch-package.json and checked by pnpm check:launch-package. Public numbers must come from generated ecosystem-claims.json.

#Demo A β€” first agent (no provider key)

npm install @agentskit/core @agentskit/runtime tsx
cp apps/docs-next/fixtures/first-agent/agent.ts ./agent.ts
npx tsx agent.ts

Expected output includes: Agent ready. I received: Plan my first production agent.

#Demo B β€” start from the Registry

open https://registry.agentskit.io/agents
npx agentskit add research
cat agents/research/agent.ts | head

#Demo C β€” apply Playbook discipline

open https://playbook.agentskit.io/docs
curl -s https://playbook.agentskit.io/llms.txt | head -n 20
open https://playbook.agentskit.io/docs/onboard-your-agent

#3. Choose a use path

#4. Contribute

  1. Read Contributing, Code of Conduct, and Security.
  2. Complete local setup.
  3. Claim a good first issue (each curated starter lists setup + test commands).
  4. Open a draft PR early and link the issue.

Maintainer response expectations: Maintainer expectations.

#5. Showcase and recipes

Built something useful? Submit a showcase entry or recipe through Recipe & showcase submission.

#Metrics we care about

Understanding, activation, use, contribution, and retention β€” defined in Launch metrics.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page

Ask the docs
Ask anything about AgentsKit. Answers come from the docs corpus and cite their sources.