---
name: ai-creed/{{name}}
source: https://app.decimal.ai/s/ai-creed-name@1/SKILL.md
source_sha256: 1cc2fa287ccb
---

# {{name}}

## Intent

TODO(shakespii): one or two sentences — what capability this skill provides and why it exists.

## Inputs

TODO(shakespii): what the skill consumes — arguments, files, context. Mark which are optional.

## Preconditions

TODO(shakespii): every external dependency — binaries on PATH, env vars, network access, files, path-layout assumptions. If it can fail before step 1, it belongs here.

## Procedure

TODO(shakespii): numbered steps. Calibrate freedom — prose for judgment steps, exact commands for fragile ones.

## Output

TODO(shakespii): the deliverable's shape and contract, resolvable from files inside this skill directory — never "obey the handoff format" pointing at unshipped documents.

## Examples

TODO(shakespii): at least one concrete input→output worked example. Trigger-phrase lists do not count.

## Anti-patterns

TODO(shakespii): common mistakes, rationalizations, and when NOT to use this skill.