con un clic
skill0-writer
Writing conventions for skill0 documents — pyramid structure, line limits, and layout rules.
Menú
Writing conventions for skill0 documents — pyramid structure, line limits, and layout rules.
Browser automation via Chrome/Chromium CDP — open, snapshot, click, screenshot. For testing web apps, mobile layouts, and automated interactions without Playwright/Puppeteer.
Lovable MCP tool usage — deploy projects, message agent, test with agent-browser. Minimize credits by delegating to local repo.
Typed knowledge graph via TSV append-only log — entity CRUD, directed relations, schema validation, multi-hop reasoning. CLI via `x ondb`, protocol readable by AWK/Python/JS/SQLite.
Prompt engineering conventions for x-cmd — reuse via template variables, structure rules, safety enforcement patterns.
Root index of x-cmd skill0 sub-skills. Defines the OKR-style agent workflow (goal → rule-verified results → execute), skill discovery, and agent tooling preferences. Style: principle-first, concise, delegate specifics to authoritative external sources.
Multi-phase project assessment with scoring. Triggered by "/assess" to evaluate project health across dimensions and generate a comprehensive report.
| name | skill0-writer |
| description | Writing conventions for skill0 documents — pyramid structure, line limits, and layout rules. |
Agents may only read the first 10–30 lines. Put the most important information first. But respect dependency order — do not put usage before install/setup.
Recommended section order for SKILL.md:
[Title](file.md)-- also noted ...), not parenthetical asides. Do not sacrifice clarity for brevity when safety is at stake. A weak warning is worse than no warning.Skill0 delegates volatile details to authoritative external sources. Collect two types of links:
llms.txt, docs index) — entry points where agents can explore the full documentation treeThe value is not in collecting links, but in vetting which ones give agents correct, actionable knowledge at runtime.
List root links first, useful links after — no explicit labels needed, AI understands order.
No duplication: if a link already appears in the body text, do not repeat it in the "For more information" section unless it is critical enough to warrant emphasis.
bash for copy-paste commandsWhen a property applies to all options (e.g. "no re-authorization for any cleanup"), state it once globally at the top. Do not attach it to a single section — that implies the opposite for other sections.
After writing, review at each cutoff point (lines 30, 50, 100) and ask: would a reader who stops here form a wrong understanding?
If yes — move the critical qualifier earlier, or restructure to avoid the misconception. Simplification must not mislead.