agentjidoagentjidoOfficialยท23 Agent Skills Included

jido_run

Build, scaffold, and review Elixir agent framework packages

Scaffolds Jido agents, actions, plugins, and adapters with tests, schemas, and runtime guardrails. Guides package boundaries across signals, memory, browser automation, LLM providers, and OpenTelemetry tracing. Eliminates guesswork when composing Elixir agent workflows by routing tasks to the right package skill. Produces runnable examples, ecosystem docs, and review checklists for contributors.
npx skills add agentjido/jido_run --all -g -y
Available:

Gives coding agents the work-tracking workflow, build commands, architecture map, and deployment rules to follow when operating inside this repository.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-plugin-scaffold

Scaffold a Jido plugin with signal routes, actions, and documentation notes.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-ecosystem-page-author

Create or update workbench ecosystem package pages with boundaries and companion links.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-adapter-package

Scaffold adapter packages with defined boundaries, layouts, and test fixtures.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-package-review

Analyze package architecture boundaries, dependencies, and documentation gaps.

Official
Advanced
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-example-tutorial-author

Transform package source material into runnable examples and tutorial plans.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-agent-scaffold

Generate an end-to-end agent scaffold with strategy, runtime policy, and documentation.

Official
Advanced
๐Ÿ“ฆ In Repo
agentjidoagentjido

builder-action-scaffold

Scaffold a Jido.Action module with schema, tests, and workbench notes.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

demo-unit-converter

Convert temperature and distance inputs into standardized units for downstream workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

ash-jido

Expose Ash actions to Jido while preserving domain, actor, and tenant context.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

jido-messaging

Plan and review Jido messaging adapter boundaries and delivery semantics.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

jido-behaviortree

Model agent decision logic with explicit Jido behavior trees.

Official
Intermediate
๐Ÿ“ฆ In Repo
agentjidoagentjido

jido-skill-router

Route tasks across Jido skills using an anchor-based routing workflow.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install jido_run?โ–ผ

Run `npx skills add agentjido/jido_run --all -g -y` in your terminal to install all skills in this suite globally.

What is the Jido agent framework?โ–ผ

Jido is an Elixir framework where agents are plain data structs with validated state and a command interface, making them easy to test and compose without hidden processes.

How do I scaffold a new Jido agent or action?โ–ผ

Use the builder scaffold skills to generate agent, action, plugin, or adapter modules complete with schemas, tests, and documentation checklists.

Can these skills route work across Jido packages?โ–ผ

Yes. The jido-skill-router skill picks the right package skill for signals, memory, browser automation, LLM calls, or tracing and sequences handoffs between them.

Do these skills work with Codex and other runtimes?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Codex, Claude Code, and other compatible runtimes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’