Skip to main content
ClaudeWave
Skill147 estrellas del repoactualizado 1mo ago

example-skill

This example skill validates input data against defined conformance standards and generates a structured report. Use it to test skill evaluation workflows, verify data integrity checks, and practice sequential process execution where instruction files must be read before data analysis begins.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/serpro69/claude-toolbox /tmp/example-skill && cp -r /tmp/example-skill/kodex-plugin/skills/diff-skill/evals/known-degradation/test-files/before ~/.claude/skills/example-skill
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

<!-- codex: tool-name mapping applied. See .codex/scripts/session-start.sh -->

# Example Skill

**Goal: Validate input data and produce a conformance report.**

## Conventions

Read shared conventions at [shared-conventions.md](shared-conventions.md).

## Required Outputs

- [ ] Conformance report written to `docs/reports/`
- [ ] Inline summary presented to the user
- [ ] Failures indexed under `kk:review-findings`

## Workflow

**Mandatory order — load instructions before acting.** The phases below are strictly sequential. You MUST read all referenced process files before examining any input data. Do not skip verification steps.

See [example-process.md](example-process.md) for the detailed steps.