denario

Coordinate multi-agent research workflows to automate end-to-end scientific investigations.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/mwathiben/PropManager --skill denario-mwathiben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: denario
Source: https://github.com/mwathiben/PropManager/tree/main/.claude/skills/denario
Command: npx skills add https://github.com/mwathiben/PropManager --skill denario-mwathiben

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Denario addresses the complex challenge of automating end-to-end scientific research workflows by coordinating multiple domain-specific agents to move from data description through idea generation, methodology design, execution, and publication.

Core Features & Use Cases

  • Multi-agent orchestration (Idea, Method, Execution, Writing) to streamline research pipelines
  • Structured outputs including data_description, idea.md, methodology.md, results.md, and a LaTeX paper
  • Flexible deployment and integration with Python data tools (pandas, scikit-learn, matplotlib) and LaTeX for publication-ready results

Quick Start

Initialize a Denario project, describe your data, then run the automated workflow to generate an idea, a method, results, and a publication-ready paper.

Frequently Asked Questions about denario

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

FAQPage Schema
How do I automate end-to-end scientific research workflows from data to publication?

Automating end-to-end scientific research workflows involves orchestrating modular AI agents that handle idea generation, methodology design, computational execution, and publication-ready paper creation. You describe your data, and the pipeline outputs structured methodology, results, and LaTeX documents.

What is multi-agent orchestration for hypothesis generation and paper writing?

Multi-agent orchestration for hypothesis generation assigns specialized roles like Idea, Method, Execution, and Writing agents to distinct research stages. This modular approach structures the pipeline from data description through computational execution to produce methodology, results, and LaTeX papers.

Can I use Python data tools like pandas and scikit-learn within an AI research pipeline?

Yes, automated research pipelines integrate Python data tools like pandas, scikit-learn, and matplotlib during the computational execution phase. The execution agent applies these libraries to analyze data and generate results feeding directly into the publication-ready LaTeX paper.

How do I generate a LaTeX paper from a data description using AI agents?

Generating a LaTeX paper from a data description uses a coordinated multi-agent workflow where the Writing agent compiles structured outputs. After Idea, Method, and Execution agents process the data, the system synthesizes methodology and results into a publication-ready LaTeX document.

Do I need AG2 or LangGraph to coordinate multi-agent research pipelines?

Yes, coordinating multi-agent research pipelines requires AG2 or LangGraph-based orchestration to manage modular agent roles. These frameworks provide the infrastructure to route tasks between Idea, Method, Execution, and Writing agents for structured output generation.

What are the limitations of automating methodology design with AI agents?

Automating methodology design with AI agents is limited by the quality of the initial data description and the scope of integrated Python tools. Complex, novel computational execution may require manual oversight, as generated methodologies must align with available data and statistical constraints.