factory-files
Factory Files
A software factory can be defined by files in a repository. This skill covers authoring and editing those files, and validating them before you open a pull request.
warp-server owns the format. It publishes the schema for each version it supports and validates a tree with the same parser the apply path uses. This skill carries no copy of the format: a copy ships inside a Warp release, goes stale against the server, and then reports confident, wrong diagnostics. When the server cannot be reached, the answer is that the tree was not checked.
Use this skill for repository files. It is not the skill for operating a live
factory: use factory-mcp to send work to a factory, inspect task status, or
pull a task down locally. Playbooks under a factory's own skills/ directories
tell that factory's agents how to do their job; editing one is a prompt change,
not a schema change, so this skill's rules do not apply to their contents.