formax-skill-capture — ai-agent formax-skill-capture, formax, community, ai-agent, ide skills, assistant, claude-code, developer-tools, terminal

v1.0.0

About this Skill

Perfect for AI Agents needing workflow automation and skill creation capabilities, particularly those utilizing Formax workflows and Codex Skills. Use when we want to turn a just-finished Formax workflow (e.g. commands, overlays, tools, hooks, permissions, UI parity) into a reusable Codex Skill under .codex/skills, including scaffolding, guardra

# Core Topics

yusifeng yusifeng
[5]
[1]
Updated: 2/28/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
60
Canonical Locale
zh
Detected Body Locale
zh

Perfect for AI Agents needing workflow automation and skill creation capabilities, particularly those utilizing Formax workflows and Codex Skills. Use when we want to turn a just-finished Formax workflow (e.g. commands, overlays, tools, hooks, permissions, UI parity) into a reusable Codex Skill under .codex/skills, including scaffolding, guardra

Core Value

Empowers agents to capture and reuse Formax workflows as reusable Codex Skills under .codex/skills, providing a reliable way to convert finished workflows into repo-local skills with Formax conventions, including UI parity and model injection orthogonality.

Ideal Agent Persona

Perfect for AI Agents needing workflow automation and skill creation capabilities, particularly those utilizing Formax workflows and Codex Skills.

Capabilities Granted for formax-skill-capture

Converting finished Formax workflows into reusable Codex Skills
Creating repo-local skills checked into git for version control
Implementing invariants such as UI parity and model injection orthogonality in skill development

! Prerequisites & Limits

  • Requires Formax workflow setup
  • Limited to creating skills under .codex/skills directory
  • Dependent on Codex Skills compatibility

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Curated Collection Review

Reviewed In Curated Collections

This section shows how Killer-Skills includes, reviews, and maintains this skill inside curated collections, so you can see where it fits in practical selection paths instead of relying only on the upstream README.

Reviewed Collection

CLI Workflow Tools to Install First

Reviewed 2026-04-17

Reviewed on 2026-04-17 against CLI-native workflow fit, installation clarity, operator handoff, and terminal-first execution value. This page is now positioned as an install-first terminal workflow entry point instead of a generic AI tools list.

We prioritize this page because terminal-intent users usually need a shortlist they can install and validate without leaving the shell for another round of vague tooling research.

12 entries Maintained through Killer-Skills editorial review with install, documentation, and terminal-workflow checks.
Reviewed Collection

Developer Workflow Tools to Install First

Reviewed 2026-04-17

Reviewed on 2026-04-17 against coding workflow fit, installation clarity, review and testing value, and release guardrails. This page is now positioned as an install-first developer workflow entry point instead of a vague tooling roundup.

We prioritize this page because developer-intent users usually need one toolchain they can install, validate, and prove inside a real coding loop before they standardize it across the team.

12 entries Maintained through Killer-Skills editorial review with install, documentation, and developer-workflow checks.
Reviewed Collection

React Workflow Tools to Install First

Reviewed 2026-04-17

Reviewed on 2026-04-17 against React workflow fit, installation clarity, operator handoff, and frontend delivery usefulness. This page is now positioned as an install-first React entry point instead of a broad UI tooling roundup.

We prioritize this page because React-intent users usually need a shortlist they can install, validate, and carry into real UI delivery loops quickly.

12 entries Maintained through Killer-Skills editorial review with trust, install-path, and operator checks.
After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is formax-skill-capture?

Perfect for AI Agents needing workflow automation and skill creation capabilities, particularly those utilizing Formax workflows and Codex Skills. Use when we want to turn a just-finished Formax workflow (e.g. commands, overlays, tools, hooks, permissions, UI parity) into a reusable Codex Skill under .codex/skills, including scaffolding, guardra

How do I install formax-skill-capture?

Run the command: npx killer-skills add yusifeng/formax. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for formax-skill-capture?

Key use cases include: Converting finished Formax workflows into reusable Codex Skills, Creating repo-local skills checked into git for version control, Implementing invariants such as UI parity and model injection orthogonality in skill development.

Which IDEs are compatible with formax-skill-capture?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for formax-skill-capture?

Requires Formax workflow setup. Limited to creating skills under .codex/skills directory. Dependent on Codex Skills compatibility.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yusifeng/formax. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use formax-skill-capture immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

formax-skill-capture

Install formax-skill-capture, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Formax skill capture (create skills from our workflow)

What this is

This skill is a Formax-specific wrapper around skill authoring: it helps us reliably convert “we just figured out how to do X” into a repo-local skill under .codex/skills/<skill-name>/.

It complements the built-in skill-creator (system skill) by adding Formax conventions:

  • repo-local skills (checked into git)
  • “where to change what” file map
  • invariants (UI parity, model injection orthogonality, etc.)
  • minimum regression tests to lock behavior

When to use

Trigger this when the user says:

  • “把这个流程沉淀成 skill”
  • “以后别再忘了怎么改 /xxx”
  • “给我一个复用的修改清单/固定套路”

Minimal questions to ask (do not proceed until answered)

  1. Skill name (kebab-case), e.g. formax-slash-command-workflow
  2. 1–2 sentence description: when should Codex use it?
  3. Scope: which subsystem? (pick one)
    • slash commands / overlays
    • tools (spec/handler/presenter)
    • hooks
    • permissions/policy
    • stability/input routing
  4. Any explicit “don’t change” constraints? (UI copy/spacing/colors, contracts, etc.)

Output requirements

The resulting skill must include:

  • a short “Goal” section
  • “Where to change what” (file list)
  • “Patterns” (2–4 common patterns)
  • “Tests to update” (minimum regression set)
  • “Guardrails” (what must not regress)

Avoid long prose; prefer checklists.

Create a new skill (scaffold)

Use the scaffold script:

sh
1bash .codex/skills/formax-skill-capture/scripts/new-skill.sh <skill-name> "<description>"

Then fill SKILL.md body with the content above.

Refactor policy for skills

When a skill is created from a workflow we already shipped:

  • Do not broaden scope (no extra features)
  • Do not rewrite UI (unless explicitly requested)
  • Write/extend tests first if behavior has regressed before

Related Skills

Looking for an alternative to formax-skill-capture or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer