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. 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. 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 под .codex/skills, обеспечивая надежный способ преобразования завершенных рабочих процессов в навыки, локальные для репозитория, с соглашениями Formax, включая паритет UI и ортогональность инъекции модели.

Подходит лучше всего

Идеально для агентов ИИ, которым необходимы автоматизация рабочих процессов и возможности создания навыков, особенно тех, кто использует рабочие процессы Formax и навыки Codex.

Реализуемые кейсы использования for formax-skill-capture

Преобразование завершенных рабочих процессов Formax в многократно используемые навыки Codex
Создание навыков, локальных для репозитория, проверенных в git для контроля версий
Реализация инвариантов, таких как паритет UI и ортогональность инъекции модели, при разработке навыков

! Безопасность и ограничения

  • Требует настройки рабочего процесса Formax
  • Ограничен созданием навыков в директории .codex/skills
  • Зависит от совместимости с навыками Codex

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. 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, Создание навыков, локальных для репозитория, проверенных в 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.

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. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик