Create data science agents

Design and validate data-science agent prompts and parallel-agent configurations.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/benmaier/decision-agent-placeholder --skill create-data-science-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create data science agents
Source: https://github.com/benmaier/decision-agent-placeholder/tree/main/.claude/skills/create-agents
Command: npx skills add https://github.com/benmaier/decision-agent-placeholder --skill create-data-science-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and populating standardized agent prompts and parallel-agent configurations for data science decision-packs, enabling repeatable orchestration of analytics workflows.

Core Features & Use Cases

  • Agent prompt templates for data-science orchestrators and subagents, with consistent frontmatter and mode definitions.
  • Parallel-agent workflows configuration that enables multi-strategy exploration across different prompts and tools.
  • Guidance for decision-packs on structuring prompts, skills, tools, and references to support transparent diagnostics.
  • Use Case: Create an orchestrator that coordinates three subagents evaluating different priors for a forecasting problem.

Quick Start

Create a new orchestrator prompt at opencode/agents with frontmatter and set up a parallel-agent workflow for a simple data-science decision-pack.

Frequently Asked Questions about Create data science agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design parallel-agent workflows for data science decision-packs?

Designing parallel-agent workflows for data science decision-packs involves configuring structured YAML agent prompts that enable multi-strategy exploration across different tools and priors. This approach coordinates orchestrators and subagents to evaluate multiple forecasting strategies simultaneously.

What is a data science orchestrator and how does it manage subagent prompts?

A data science orchestrator coordinates subagent prompts to execute repeatable analytics workflows within decision-packs. It uses structured frontmatter with name and description fields to define mode behaviors and route tasks across parallel subagents for multi-strategy exploration.

Can I use this approach to run multiple forecasting strategies in parallel?

Yes, you can configure a parallel-agent workflow to run multiple forecasting strategies simultaneously. By setting up an orchestrator that coordinates subagents evaluating different priors, the decision-pack ecosystem supports multi-strategy exploration and transparent failure handling across different prompts and tools.

What's the best way to structure agent prompts for transparent failure handling?

Structuring agent prompts for transparent failure handling requires consistent frontmatter defining names and descriptions, alongside structured YAML for mode definitions. Documenting how to integrate tools, skills, and workflows within the decision-pack ecosystem ensures repeatable templates and transparent diagnostics across parallel-agent configurations.

Do I need specific dependencies to set up multi-strategy exploration with decision-packs?

No specific dependencies are required to set up multi-strategy exploration with decision-packs. You can create an orchestrator prompt at the agents directory using structured YAML frontmatter to define parallel-agent workflows, enabling multi-strategy exploration and transparent failure handling without external dependencies.