paper-writing

Scaffold markdown research papers from SWARM run data with methods and results tables.

39|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-safety/swarm --skill paper-writing-swarm-ai-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/swarm-ai-safety/swarm/tree/main/bench/skills/paper-writing
Command: npx skills add https://github.com/swarm-ai-safety/swarm --skill paper-writing-swarm-ai-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of generating research paper drafts by populating them with data from SWARM experiment runs, including methods and results tables.

Core Features & Use Cases

  • Automated Table Generation: Creates markdown tables for experimental scenarios and cross-scenario results.
  • Paper Scaffolding: Generates a pre-formatted markdown paper structure with sections for abstract, setup, results, and conclusion.
  • Use Case: After running multiple multi-agent simulations in SWARM, use this skill to quickly generate a draft of your research paper, complete with data-driven tables, saving significant writing time.

Quick Start

Use the paper-writing skill to scaffold a research paper titled 'SWARM Emergent Risk Analysis' using data from the default runs database.

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I generate a research paper draft from SWARM simulation data?

You can generate a research paper draft from SWARM simulation data by using an automated scaffolding tool that queries your experiment results and populates pre-formatted markdown sections with abstract, setup, results, and conclusion.

Can I automate results table generation for multi-agent experiment runs?

Yes, you can automate results table generation for multi-agent experiment runs by querying the runs database to create markdown tables for experimental scenarios and cross-scenario results automatically.

Do I need pandas and sqlite3 to scaffold markdown papers from SWARM data?

Yes, you need pandas and sqlite3 installed in your environment to process data and query experiment results when scaffolding markdown papers from SWARM run data.

What sections are included in an auto-generated scientific writing markdown structure?

The auto-generated scientific writing markdown structure includes pre-defined sections for the abstract, experimental setup, results summary, and conclusion, allowing you to quickly populate a complete research paper draft.

What is the best way to format cross-scenario results tables for a research paper?

The best way to format cross-scenario results tables for a research paper is to use automated report generation scripts that extract queried data and render it directly into clean markdown tables within your paper draft.