Skip to main content
ClaudeWave
Skill389 repo starsupdated 19d 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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) -->