From orchestrated-loop
Guide the user through writing a new orchestrated-loop adapter (Orchestrator, Researcher, Builder, or Judge). Use when the user says "schreibe einen neuen Adapter", "neuer Loop-Adapter", "write a new loop adapter", "add adapter for X", "create a custom researcher/builder/judge". Skip when the user just wants to use an existing adapter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrated-loop:loop-adapter-authorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user wants to add a custom adapter to the orchestrated-loop plugin or to an external module loaded via `--adapter-module`.
Use when the user wants to add a custom adapter to the orchestrated-loop plugin or to an external module loaded via --adapter-module.
engine/src/orchestrated_loop/adapters/base.py.engine/src/orchestrated_loop/adapters/<name>.py (built-in) — requires registry update in adapters/__init__.py.<project>/loop_adapters/<name>.py (external) — loaded via --adapter-module loop_adapters.<name>.shutil.which(...) first; raise AdapterUnavailable on missing tool.stdin=subprocess.DEVNULL, text=True, encoding="utf-8", errors="replace"..error field on the result dataclass, not by raising.engine/tests/test_adapters_<name>.py that mocks the external call.$env:PYTHONPATH = "$PWD/engine/src"
python -m pytest engine/tests/test_adapters_<name>.py -q
docs/04_ADAPTER_KATALOG.md.See docs/06_EIGENER_ADAPTER.md in the plugin for the long-form guide.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dynamic-dome/orchestrated-loop --plugin orchestrated-loop