📁
DevOpsTypeScript

Formax Script Output Placement

by yusifeng

Formax Script Output Placement is a DevOps skill for Claude Code, published by yusifeng in formax.

192 stars7 forkson yusifeng/formaxAdded 2026/09/06Repository updated 2026/07/24
agentaiai-agentassistantclaude-codeclideveloper-toolsinkreactterminal
Install in seconds
Install Formax Script Output Placement
Copy Formax Script Output Placement into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yusifeng/formax/tree/main/.codex/skills/formax-script-output-placement-workflow ~/.claude/skills/formax-script-output-placement-workflow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yusifeng/formax.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.codex/skills/formax-script-output-placement-workflow/SKILL.md in yusifeng/formax
Installs to
~/.claude/skills/formax-script-output-placement-workflow
Collection
One of 22 skills cataloged from this repository
Category
DevOps1013 skills

What Formax Script Output Placement does

Formax Script Output Placement guides where generator scripts should write files, keeping generated artifacts out of docs/ and near their owning app or script. Use it when adding or changing scripts with output paths and CI checks.

Formax Script Output Placement is cataloged under DevOps on DirSkills. Formax Script Output Placement comes from a repository tagged agent, ai, ai-agent, assistant and claude-code.

Documentation

README

Formax Script Output Placement

Goal

新增或修改“会写文件”的脚本时,避免把机器产物放到 docs/

Placement Rules

  1. docs/ 只放文档与静态说明素材,不放机器生成基线/报告。
  2. 产物就近放到 owner 目录:
    • app 产物 -> apps/<name>/perf/
    • repo 级脚本产物 -> scripts/baselines/
    • 临时产物 -> .tmp/(gitignored)
  3. 生成脚本默认输出路径应指向 owner 目录,不指向 docs/**
  4. 建议提供 --output--baseline 覆盖参数(便于 CI 与本地临时切换路径)。

Minimal Workflow

  1. 先定产物 owner 与默认输出目录。
  2. 再写脚本和默认路径(owner-local)。
  3. 同步更新 README/learning 里的路径引用。

Checks

  • node ./scripts/check-docs-artifact-placement.mjs

Frequently asked about Formax Script Output Placement

  • What else does yusifeng publish alongside Formax Script Output Placement?

    Formax Script Output Placement is one of 22 skills that DirSkills catalogs from yusifeng/formax, the repository it ships in. Its siblings there include Analyze Task, Approval UI Workflow and Expanded Transcript Workflow. Each one is a separate skill with its own page in this directory, installs the same way Formax Script Output Placement does, and is maintained by yusifeng in that same repository. The rest of the collection is listed on the yusifeng/formax page.

  • How does Formax Script Output Placement compare to other DevOps skills?

    Formax Script Output Placement ranks #909 by stars among the 1013 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Formax Script Output Placement against them. Open each page to compare what they document and how they install.

More from yusifeng/formax

Formax Script Output Placement is one of 22 skills cataloged on DirSkills from yusifeng/formax.

See all 22 skills
🧭
5h ago

Analyze Task

Analyze Task helps assess a non-trivial Formax change before coding by defining goals, boundaries, impacts, risks, and test strategy. Use it to decide whether a subagent is needed and whether the work is ready for a todo.
AI Engineering
1927
🧩
5h ago

Approval UI Workflow

Approval UI Workflow keeps approval prompts and presenters visually consistent while preserving keyboard flow and safe preview rendering. Use it when adding or changing Approval prompt UI or diff previews.
Frontend
1927
🧠
5h ago

Expanded Transcript Workflow

Expanded Transcript Workflow covers Ctrl+O expanded transcript behavior and thinking persistence in the REPL. Use it when changing transcript projection boundaries, read-only expanded panels, or clear and remount behavior.
AI Engineering
1927
⚙️
5h ago

Formax Config Settings Workflow

Formax Config Settings Workflow covers changing runtime config merge semantics, /config persistence, and settings exposed in the config dialog. Use it when adding or extending config behavior with tests and strict UI parity.
AI Engineering
1927
🔁
5h ago

Formax Dev Loop

Formax Dev Loop helps you work on Formax changes with a single mainline task, targeted tests, required review before commit, and small reviewable commits. Use it when you need a tight dev loop without scope drift or partial staging.
Quality
1927
🔐
5h ago

Formax Permissions Workflow

Formax Permissions Workflow is used when changing or debugging Formax permission rules, approval prompts, workspace boundaries, and /permissions management. It covers policy preflight, matching, persistence, and UI parity with Claude Code.
AI Engineering
1927