All authors
Snowflake-AI-Research avatar

Claude Skills by Snowflake-AI-Research

github.com/Snowflake-AI-Research
30 skillsA× 300 installs14 views
Bbs Coordination Web NoreviewA

Ablation variant of bbs-coordination-web with the idle peer-review protocol ("When Idle") removed (GATE 2 OFF — no board review). Posting and reading of findings is retained. Used by the R1 and R0 arms of the review-gate ablation; do not use for production runs. Load this skill before using the post_to_bbs tool.

research
0
9
Bbs Coordination WebA

Shared Bulletin Board System (BBS) coordination protocol for web-research swarm subagents. Covers posting and reading from BBS, channel descriptions, structured data requirements, and idle review behavior. Load this skill before using the post_to_bbs tool.

research
0
9
Coding ExecutionA

Workflow for writing and executing code (bash, Python) to accomplish computation, data processing, and scripting tasks. Covers planning, dependency management, error handling, file organization, and result verification.

businesspythonrust
0
9
Deep ReasoningA

Deep chain-of-thought analysis workflow using the reasoning tool. Covers when to use reasoning, how to provide context, verifying findings, and producing well-supported conclusions.

researchgo
0
9
Dm CoordinationA

Direct messaging protocol for targeted agent-to-agent communication. Covers sending and receiving private messages, when to use DM vs BBS, and handling incoming messages during idle periods. Load this skill before using the send_message tool.

researchpythongo
0
9
Duo CoordinationA

DM coordination protocol optimized for 2-agent duo teams. The main worker drives the analysis while the auditor reviews, challenges, and fills gaps. With only one recipient per DM, sharing is cheap. Load this skill to understand the duo communication model.

researchrustgo
0
9
Question InterpretationA

Workflow for analyzing ambiguous data questions. Covers decomposing questions, identifying implicit assumptions and edge cases, verifying interpretations with SQL evidence, and guiding the team toward the correct interpretation.

testingsql
0
9
Swarm Orchestration Dm Realtime SpawnableA

Event-driven orchestrator workflow for coordinating a team of subagents via task board delegation in DM-only mode (no BBS) with agent_spawnable support (create_agent, assign_to). Unlike the blocking variant, the orchestrator ends its turn after creating tasks and gets woken up by subagent DM notifications between turns. Covers the workflow (understand, spawn team, delegate, end turn, review DMs, mediate, report), visualization guidelines, citation protocol, and task creation best practices.

researchgosql
0
9
Swarm Orchestration Dm RealtimeA

Event-driven orchestrator workflow for coordinating a team of subagents via task board delegation in DM-only mode (no BBS). Unlike the blocking variant, the orchestrator ends its turn after creating tasks and gets woken up by subagent DM notifications between turns. Covers the workflow (understand, delegate, end turn, review DMs, mediate, report), visualization guidelines, citation protocol, and task creation best practices.

researchpythongo
0
9
Swarm Orchestration Dm SpawnableA

Orchestrator workflow for coordinating a team of subagents via task board delegation in DM-only mode (no BBS) with agent_spawnable support (create_agent, assign_to). Covers the workflow (understand, spawn team, delegate, wait, review, report), visualization guidelines, citation protocol, and task creation best practices.

researchpythongo
0
9
Swarm Orchestration DmA

Orchestrator workflow for coordinating a team of subagents via task board delegation in DM-only mode (no BBS). Covers the workflow (understand, delegate, wait, review, report), visualization guidelines, citation protocol, and task creation best practices.

researchpythongo
0
9
Swarm Orchestration Dynamic DmA

Orchestrator workflow for coordinating on-demand subagents via task board delegation in DM-only mode (no BBS) with dynamic scaling.

researchpythonbash
0
9
Swarm Orchestration Dynamic Web Noverify NoreviewA

Ablation variant of swarm-orchestration-dynamic-web with BOTH the board-review narration (auditor auto-spawn + idle review, GATE 2 OFF) and the final-verification / alternative-forcing instructions (GATE 3 OFF) removed. Used by the R1 and R0 arms of the review-gate ablation; do not use for production runs.

researchgo
0
9
Swarm Orchestration Dynamic Web NoverifyA

Ablation variant of swarm-orchestration-dynamic-web with the orchestrator's final-verification / alternative-forcing instructions removed (GATE 3 OFF). Board review (auditor + idle review) is retained. Used by the R2 arm of the review-gate ablation; do not use for production runs.

researchgo
0
9
Swarm Orchestration Dynamic WebA

Orchestrator workflow for coordinating on-demand web-research subagents via task board delegation with dynamic scaling.

researchgo
0
9
Swarm Orchestration DynamicA

Orchestrator workflow for coordinating on-demand subagents via task board delegation with dynamic scaling. Workers are spawned when tasks are created. Covers the workflow, assign_to for context reuse, visualization guidelines, citation protocol, and task creation best practices.

researchgosql
0
9
Swarm Orchestration WebA

Orchestrator workflow for coordinating a team of web-research subagents via task board delegation. Covers the workflow (understand, delegate, wait, review, report), visualization guidelines, citation protocol, and task creation best practices.

researchgo
0
9
Swarm OrchestrationA

Orchestrator workflow for coordinating a team of subagents via task board delegation. Covers the workflow (understand, delegate, wait, review, report), visualization guidelines, citation protocol, task creation best practices, and BBS channel reference.

researchgo
0
9
Task Completion Web Dm DuoA

Task lifecycle protocol for web-research subagents in DM/Duo mode (no BBS). Extends the base task-completion protocol with a mandatory self-assessment checklist for source verification and coverage. Results are shared through `complete_task` summaries and targeted `send_message` DMs — there is no Bulletin Board System.

testingrust
0
9
Task Completion WebA

Task lifecycle protocol for web-research swarm subagents. Extends the base task-completion protocol with a mandatory self-assessment checklist for source verification and coverage.

testing
0
9
Task CompletionA

Shared task lifecycle protocol for swarm subagents. Covers executing assigned tasks, posting results, and completing tasks with summaries.

research
0
9
Tool Usage Policy Browsing Corpus Dm DuoA

Tool usage guidelines for corpus research agents running in DM/Duo mode. Covers parallel tool calling, the corpus search-then-fetch workflow, and sharing results via direct messaging and task-completion summaries.

researchgoshell
0
9
Tool Usage Policy Browsing CorpusA

Tool usage guidelines for corpus research agents. Covers parallel tool calling, search strategy, and the search-then-fetch workflow for the static document corpus.

researchshellexpress
0
9
Tool Usage Policy Browsing Dm DuoA

Tool usage guidelines for web research agents in DM/Duo mode (no BBS). Covers tool reference, search-first principle, and the principle of verifying before claiming. Sharing happens via direct messaging and task-completion summaries — there is no Bulletin Board System.

researchexpressapi
0
9
Tool Usage Policy BrowsingA

Tool usage guidelines for web research agents. Covers tool reference, search-first principle, and the principle of verifying before claiming.

researchexpressapi
0
9
Tool Usage Policy CodingA

Tool usage guidelines for code execution tasks. Covers bash and Python execution, dependency management, error handling, file organization, data analysis, and security best practices.

businesspythonrust
0
9
Vision GuidanceA

Image understanding guidance for agents with vision enabled. Instructs agents to use read_file for viewing images directly instead of writing OpenCV/PIL code to parse them programmatically.

designpython
0
9
Web Research Corpus SinglepassA

Ablation variant of web-research-corpus with the iterative Search->Assess->Decide reflection loop and its strict completion criteria removed (GATE 1 OFF — no local reflection). The agent performs a single thorough search pass. Used by the R0 arm of the review-gate ablation; do not use for production runs.

researchrustgo
0
9
Web Research CorpusA

Web research methodology adapted for static document corpus retrieval. Covers iterative search loop with corpus search and full-document fetch, strict completion criteria, information redundancy principle, and automatic source quality scoring.

researchrustgo
0
9
Web ResearchA

Web research methodology with iterative search loop, strict completion criteria, information redundancy principle, and automatic source quality scoring. Covers search strategy, source evaluation, cross-verification, and handling conflicting information.

researchrustgo
0
9