Skip to main content
ClaudeWave
Skill389 repo starsupdated 19d ago

activity-listing

The activity-listing skill enumerates discrete implementation activities required to execute an experiment design by spawning a customized subagent with full MCP tool access. Use this skill when you need to break down a complex experiment into actionable implementation steps and require a dedicated agent to comprehensively identify all required activities.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/activity-listing && cp -r /tmp/activity-listing/skills/activity-listing ~/.claude/skills/activity-listing
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# SOP: Activity Listing

Enumerate all discrete implementation activities required to execute an experiment design.

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

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