Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado 20d ago

alternative-model-generation

The alternative-model-generation skill creates variant formulations of existing models by systematically modifying their foundational assumptions. Use this when exploring how relaxing, replacing, or generalizing specific constraints affects model behavior, applicability, or theoretical implications. It spawns subagents to execute generation passes, with each pass consuming one budget unit.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/alternative-model-generation && cp -r /tmp/alternative-model-generation/skills/alternative-model-generation ~/.claude/skills/alternative-model-generation
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Alternative Model Generation

Generate model variants by relaxing assumptions.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Budget

One unit = one alternative model generation pass.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->