jido_run
Build, scaffold, and review Elixir agent framework packages
All Skills in This Repository (23)
Pure Emerald Level Indicatorsbuilder-plugin-scaffold
Scaffold a Jido plugin with signal routes, actions, and documentation notes.
builder-ecosystem-page-author
Create or update workbench ecosystem package pages with boundaries and companion links.
builder-adapter-package
Scaffold adapter packages with defined boundaries, layouts, and test fixtures.
builder-package-review
Analyze package architecture boundaries, dependencies, and documentation gaps.
builder-example-tutorial-author
Transform package source material into runnable examples and tutorial plans.
builder-agent-scaffold
Generate an end-to-end agent scaffold with strategy, runtime policy, and documentation.
builder-action-scaffold
Scaffold a Jido.Action module with schema, tests, and workbench notes.
demo-unit-converter
Convert temperature and distance inputs into standardized units for downstream workflows.
ash-jido
Expose Ash actions to Jido while preserving domain, actor, and tenant context.
jido-messaging
Plan and review Jido messaging adapter boundaries and delivery semantics.
jido-behaviortree
Model agent decision logic with explicit Jido behavior trees.
jido-skill-router
Route tasks across Jido skills using an anchor-based routing workflow.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core