Skip to main content
ClaudeWave
Skill822 estrellas del repoactualizado 5d ago

creative

The Creative skill generates unconventional solutions for code, design, writing, naming, architecture, debugging, and strategy by internally exploring multiple distinct approaches, comparing them against default answers, and selecting the strongest practical option. Use it when standard solutions feel stale, progress is blocked, or originality would meaningfully improve the outcome without sacrificing simplicity or shippability.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/creative && cp -r /tmp/creative/api/internal/core/skills/catalog/creative ~/.claude/skills/creative
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

skill.md

# Creative

Use this skill when the obvious answer feels stale, generic, or blocked.

## Working rules

1. Do not settle for the first clean answer.
2. Internally generate multiple distinct directions.
3. Compare them against the default approach.
4. Keep the strongest idea simple enough to ship.
5. Favor originality only when it still solves the task cleanly.

## Useful techniques

- Invert assumptions
- Remove one expected component
- Borrow a pattern from a different domain
- Constrain the solution harder
- Try a failure-first sketch before refining

## Output expectations

- Return the strongest practical option
- Call out what made it less default
- Avoid extra complexity that only looks creative