The open agent skills ecosystem for the .do Platform
Skills are reusable, composable markdown modules that extend Claude Code agents with new capabilities — soul & identity, dynamic context injection, agent authoring patterns, and the full platform.do SDK ecosystem.
Browse Skills · Quick Start · Publish a Skill · Report a Bug
npx skills add dot-do/skills@functions-do
npx skills add dot-do/skills@workflows-do
npx skills add dot-do/skills@agents-do
npx skills add dot-do/skills@database-do
npx skills add dot-do/skills@evaluate-do
npx skills add dot-do/skills@workers-rpcSkills for the core managed services powering platform.do:
| Skill | Service | Description |
|---|---|---|
functions-do |
functions.do | Type-safe AI function invocation with schema generation, template literals, and provider routing |
workflows-do |
workflows.do | Event-driven AI orchestration, scheduled execution, fan-out patterns, and human-in-the-loop checkpoints |
agents-do |
agents.do | Define, deploy, and orchestrate autonomous AI agents with triggers, actions, and observable execution |
database-do |
database.do | AI-native data modeling with Nouns/Things, Payload CMS collections, vector search, and AI generation |
evaluate-do |
evaluate.do | Systematic LLM benchmarking, parameter sweeps, and model comparison for agents |
workers-rpc |
platform.do | Cloudflare Workers RPC patterns, Durable Objects, promise pipelining, and .do service architecture |
| Skill | Description |
|---|---|
soul |
Define agent soul, identity, and persona using the SOUL.md framework |
| Skill | Description |
|---|---|
creating-agents |
Expert guidance for creating Claude Code agents with proper structure and frontmatter |
mdx-injection |
Dynamic MDX template injection for customer/tenant-specific context |
skills/
├── functions-do/ # functions.do — ai-functions
├── workflows-do/ # workflows.do — ai-workflows
├── agents-do/ # agents.do — autonomous-agents
├── database-do/ # database.do — ai-database
├── evaluate-do/ # evaluate.do — ai-experiments
├── workers-rpc/ # platform.do — @dotdo/rpc + Durable Objects
├── soul/ # Agent soul & identity (SOUL.md framework)
├── creating-agents/ # Claude Code agent authoring
├── mdx-injection/ # Multi-tenant context injection
├── CONTRIBUTING.md
├── CODE_OF_CONDUCT.md
├── SECURITY.md
└── LICENSE
| Service | Package | Description |
|---|---|---|
| functions.do | ai-functions |
Type-safe AI function invocation |
| workflows.do | ai-workflows |
Event-driven AI orchestration |
| agents.do | autonomous-agents |
Autonomous agent runtime |
| database.do | ai-database |
AI-native data layer |
| platform.do | dot-do/workers |
Cloudflare Workers runtime |
We welcome contributions! Please read CONTRIBUTING.md for guidelines on adding new skills, improving existing ones, and proposing features.
MIT © .do — see LICENSE for details.