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

v1.0.0

이 스킬 정보

Formax 워크플ロー와 Codex Skills를 사용하는 AI 에이전트에게 적합하며, 워크플로 자동화와 스킬 생성 기능이 필요한 에이전트에게 특히 적합합니다. 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, guardrails, and the minimum test checklist.

# 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

Formax 워크플ロー와 Codex Skills를 사용하는 AI 에이전트에게 적합하며, 워크플로 자동화와 스킬 생성 기능이 필요한 에이전트에게 특히 적합합니다. 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, guardrails, and the minimum test checklist.

이 스킬을 사용하는 이유

에이전트가 Formax 워크플ロー를 캡처하고 재사용하여 .codex/skills下的 재사용 가능한 Codex Skills를 생성할 수 있도록 합니다. 완성된 워크플로를 저장소 로컬 스킬로 변환하는 신뢰할 수 있는 방법을 제공하며, Formax 규약을 따르며, UI 일관성과 모델 주입 직교성을 포함합니다.

최적의 용도

Formax 워크플ロー와 Codex Skills를 사용하는 AI 에이전트에게 적합하며, 워크플로 자동화와 스킬 생성 기능이 필요한 에이전트에게 특히 적합합니다.

실행 가능한 사용 사례 for formax-skill-capture

완료된 Formax 워크플ロー를 재사용 가능한 Codex Skills로 변환
저장소 로컬 스킬을 생성하고 git에 체크인하여 버전 관리
스킬 개발에서 불변성 구현, 예를 들어 UI 일관성 및 모델 주입 직교성

! 보안 및 제한 사항

  • Formax 워크플로 설정이 필요
  • .codex/skills 디렉토리 아래에서만 스킬을 생성할 수 있음
  • Codex Skills의 호환성에 의존

Why this page is reference-only

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

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

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?

Formax 워크플ロー와 Codex Skills를 사용하는 AI 에이전트에게 적합하며, 워크플로 자동화와 스킬 생성 기능이 필요한 에이전트에게 특히 적합합니다. 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, guardrails, and the minimum test checklist.

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: 완료된 Formax 워크플ロー를 재사용 가능한 Codex Skills로 변환, 저장소 로컬 스킬을 생성하고 git에 체크인하여 버전 관리, 스킬 개발에서 불변성 구현, 예를 들어 UI 일관성 및 모델 주입 직교성.

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?

Formax 워크플로 설정이 필요. .codex/skills 디렉토리 아래에서만 스킬을 생성할 수 있음. Codex Skills의 호환성에 의존.

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.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

formax-skill-capture

Install formax-skill-capture, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
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

관련 스킬

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

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자