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
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者