build when the requested change is clear enough to implement.
Build skill
Use the build skill to make scoped project changes.
Use
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Use the build skill to make scoped project changes.
build when the requested change is clear enough to implement.
Use build for | Use another skill for |
|---|---|
| Adding a scoped feature | Planning an unclear architecture change |
| Editing docs, code, or config | Reviewing an existing branch |
| Applying an approved plan | Debugging an unknown failure |
| Input | Example |
|---|---|
| Outcome | Add a settings page empty state. |
| Boundaries | Do not change account routes. |
| Patterns | Use existing card and button components. |
| Verification | Run the affected tests and lint. |
/build Add an empty state to the settings page.
Use the existing UI components.
Do not change account routes.
Run the relevant checks after editing.
| Page | Use it to |
|---|---|
| Plan skill | Prepare unclear or broad work before edits. |
| Debug skill | Find and fix a failure. |
| Review skill | Review the branch after changes. |