NE

new-example

Generates new agent instruction examples from a template and validates them with repository audits.

Install

mkdir -p .claude/skills/new-example && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17286" && unzip -o skill.zip -d .claude/skills/new-example && rm skill.zip

Installs to .claude/skills/new-example

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Create a complete deployable domain example under examples/ from TEMPLATE.md, with README sync, license classification, and preflight validation.
145 charsno explicit “when” trigger
Beginner

Key capabilities

  • Check for overlap with existing examples.
  • Create a new domain-specific example file in kebab-case.
  • Fill `[UPPER_SNAKE_CASE]` placeholders with concrete domain values.
  • Add README sync triangle entries (Repository Structure, License scope, Version History).
  • Run `python .codex/scripts/repo_audit.py preflight .` for validation.
  • Classify license as MIT by default unless specified otherwise.

How it works

The skill creates a new domain example by copying `TEMPLATE.md`, filling placeholders, syncing README entries, classifying the license, and running a preflight audit script.

Inputs & outputs

You give it
Domain name for the new example
You get back
A complete deployable domain example file under `examples/`, with updated `README.md` and license classification

When to use new-example

  • Create a new example agent for a specific domain
  • Sync new example files with the repository README
  • Validate new examples using the internal repository audit script
  • Classify license scopes for new agent examples

About this skill

New Example

Use this when adding a new domain-specific agent instruction file.

Steps

  1. Check for overlap with existing examples/*.md; extend an existing example only if the owner asks.
  2. Read TEMPLATE.md, README.md, and AGENTS.md.
  3. Create examples/<domain>.md in kebab-case.
  4. Fill every [UPPER_SNAKE_CASE] placeholder with concrete domain values.
  5. Keep real-product claims verifiable against official docs; otherwise use clearly fictional products.
  6. Add the README sync triangle in the same commit:
    • Repository Structure entry
    • License scope classification
    • Version History entry
  7. Run:
python .codex/scripts/repo_audit.py preflight .

Guardrails

  • Do not edit TEMPLATE.md for a new example.
  • Do not add real-looking secrets.
  • Default license classification is MIT unless the example is vendor-proprietary or ambiguous; ask when ambiguous.

When not to use it

  • When editing `TEMPLATE.md` for a new example.
  • When adding real-looking secrets to the example.
  • When the task is not about creating a complete deployable domain example.

Limitations

  • The skill does not allow editing `TEMPLATE.md` for a new example.
  • It prohibits adding real-looking secrets.
  • The default license classification is MIT, requiring explicit instruction for other types.

How it compares

This skill automates the creation of new domain examples, ensuring they adhere to repository structure, licensing, and validation standards, which is more consistent than manual example creation.

Compared to similar skills

new-example side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
new-example (this skill)018dReviewBeginner
codex-cli-bridge99moReviewIntermediate
droidrun-docs11moReviewIntermediate
mflux-release14moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry