formax-skill-capture

Convert completed Formax workflows into repo-local Codex Skills under .codex/skills.

192|7|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yusifeng/formax --skill formax-skill-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formax-skill-capture
Source: https://github.com/yusifeng/formax/tree/main/.codex/skills/formax-skill-capture
Command: npx skills add https://github.com/yusifeng/formax --skill formax-skill-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams convert a completed Formax workflow into a repo-local Codex Skill under .codex/skills, ensuring reusable scaffolding, guardrails, and tests.

Core Features & Use Cases

  • Repo-local skills under .codex/skills
  • Scaffold and guardrails for consistent skill creation
  • Minimum regression tests checklist to lock behavior
  • Use Case: turning a successful workflow into a ready-to-share Codex skill within a project

Quick Start

Run the scaffold to create a new Formax skill using the provided script.

Frequently Asked Questions about formax-skill-capture

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

FAQPage Schema
How do I convert a completed workflow into a reusable Codex Skill?

To convert a completed workflow into a reusable Codex Skill, use a scaffold script that packages the process under .codex/skills. This enforces frontmatter requirements and structured descriptions for consistent skill creation.

What are repo-local Codex Skills and when do I need them for project scaffolding?

Repo-local Codex Skills are reusable automation workflows stored under .codex/skills. You need them when you want to consistently apply scaffolding, guardrails, and test checklists within a specific project repository.

Does creating a Codex Skill from a workflow require frontmatter and structured descriptions?

Yes, creating a Codex Skill from a workflow requires frontmatter and a structured description. The scaffold script enforces these requirements to ensure the generated skill is standardized and ready to share.

Can I use a scaffold script to apply guardrails and a minimum test checklist to my project?

Yes, you can use a scaffold script to apply guardrails and a minimum regression test checklist to your project. This captures the completed workflow's behavior and locks it in for future use.

What is the best way to turn a successful Formax workflow into a shareable project skill?

The best way to turn a successful Formax workflow into a shareable project skill is running a scaffold script. It directly converts the workflow into a structured Codex Skill with enforced frontmatter and guardrails.

Why does my generated Codex Skill need a minimum regression test checklist?

A generated Codex Skill needs a minimum regression test checklist to lock the original workflow's behavior. This ensures the reusable scaffolding and guardrails maintain consistent functionality over time.