REDIRECT: Use agentic-os:research-pipeline instead. This is an alias to avoid duplication.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devil-advocate-swarms:research-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is an **explicit redirect** to `agentic-os:research-pipeline`. The
This skill is an explicit redirect to agentic-os:research-pipeline. The
canonical implementation lives in the agentic-os plugin and is maintained there.
Why this alias exists: the devil-advocate-swarms plugin documents that web
research uses the Perplexity → NotebookLM → Claude pipeline. The alias keeps the
plugin self-describing without duplicating the skill body.
Why it has no trigger phrases: if the user types "research" or "find sources",
the resolver should match the canonical agentic-os:research-pipeline, not this
redirect. Three identical trigger sets across plugins caused multi-match noise
(see ~/wiki/wiki/concepts/skill-alias-pattern.md).
Skill devil-advocate-swarms:research-pipeline (rare; only useful
if the user wants to confirm the alias is wired up).The alias does not ship a usable implementation. If agentic-os is missing,
the user will see no research-pipeline skill at all and must:
claude plugin install agentic-os --scope user), ornotebooklm skill (notebooklm-py
Python API; the user-globale CLAUDE.md mandates this over plugin variants).For NotebookLM operations always prefer the user skill notebooklm
(notebooklm-py) over plugin-side MCP variants.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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/devil-advocate-swarms --plugin devil-advocate-swarms