builder-action-scaffold

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

48|21|Updated Jan 25, 2025
One-click install
npx skills add https://github.com/agentjido/jido_run --skill builder-action-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builder-action-scaffold
Source: https://github.com/agentjido/jido_run/tree/main/priv/skills/builder-action-scaffold
Command: npx skills add https://github.com/agentjido/jido_run --skill builder-action-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a new Jido.Action, along with schema, tests, and workbench follow-up notes, to standardize contributor workflows.

Core Features & Use Cases

  • Generates an action module scaffold with explicit validation and helper actions.
  • Provides a test outline covering success, validation failures, and edge cases.
  • Records workbench follow-up items including ecosystem entry and docs references.

Quick Start

Run the scaffold action command to generate a new Jido.Action module with schema, tests, and workbench notes.

Frequently Asked Questions about builder-action-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Jido.Action module with tests and documentation?

Scaffolding a Jido.Action generates a production-ready module with schema, explicit validation, test stubs, and workbench notes. This standardizes contributor workflows by automating module creation, test outline generation, and ecosystem documentation updates.

What is included when generating a Jido.Action scaffold?

A Jido.Action scaffold includes the action module with explicit validation, helper actions, a test outline covering success and validation failures, changelog updates, and ready-to-publish workbench references with ecosystem entries.

How do I standardize contributor workflows for new Jido ecosystem actions?

Standardize contributor workflows by using an action scaffold to generate new Jido.Action modules with consistent schema generation, test skeletons covering edge cases, and follow-up documentation across ecosystem pages.

Does the Jido.Action scaffold generate test stubs for validation failures?

Yes, the Jido.Action scaffold provides a test outline that explicitly covers success cases, validation failures, and edge cases, ensuring comprehensive test coverage from the start of module creation.

Can I automatically update workbench notes and ecosystem docs when creating a Jido.Action?

Yes, creating a Jido.Action via scaffold automatically records workbench follow-up items including ecosystem entries and docs references, ensuring documentation stays synchronized with new action modules.

What's the best way to create a production-ready Jido.Action with schema validation?

Using a scaffold command to generate a Jido.Action with built-in explicit validation, helper actions, and schema generation is the best way to ensure it is production-ready and integrated into the ecosystem.