General-purpose coding policy for Baruch's AI agents
91
93%
Does it follow best practices?
Impact
91%
1.15xAverage score across 12 eval scenarios
Advisory
Suggest reviewing before use
name, description (include trigger phrases so the agent knows when to activate)allowed-tools, disable-model-invocationdescription field is your discovery surface — write it for the agent, not a human audience# H1 title that names the skill (e.g., # Release Skill for skills/release/SKILL.md)## Step 1 — Verify Readiness, ## Step 2 — Create PRSkill(skill: "name") calls, never prose referencesSkill() on a rule — rules are auto-loaded, not invokedrules/script-delegation.md`scripts/foo.sh`Required fields:
name — <workspace>/<tile-name> formatversion — semver stringsummary — one-line description of the tileentrypoint — path to the tile's README (typically README.md)Optional fields:
private — true to prevent publishing to the public registrydocs — path to extended documentation (avoid — keep docs in the entrypoint to prevent duplicate tables that drift)keywords — array of discovery tagsskills — map of skill names to { "path": "skills/<name>/SKILL.md" }steering — map of rule names to { "rules": "rules/<name>.md", "alwaysApply": true }