Discover and explore top open-source AI tools and projects—updated daily.
Albus-WhiteAI suite for automated research paper generation
Top 87.4% on SourcePulse
This project addresses the complex and time-consuming process of generating research papers from initial ideas. It offers an automated pipeline, powered by Claude Code skills, to draft papers, plan and execute experiments, and create verifiable outputs like cited references and editable vector figures, all at a low API cost. The target audience includes researchers and engineers seeking to accelerate their publication workflow.
How It Works
The system utilizes a suite of 13 composable Claude Code skills orchestrated by a central ts-paper component. It follows a multi-stage pipeline: idea processing, planning, citation gathering (verified via WebSearch/Crossref), writing, refinement, adversarial review, figure generation, and LaTeX compilation. A key differentiator is the DrawAI hybrid engine, which reconstructs AI-generated raster figures into editable vector formats (SVG, PDF, PPTX) while maintaining pixel-exact fidelity. The pipeline emphasizes machine-checked integrity, ensuring all numbers are traceable to source data and citations are complete, with deterministic gates that halt the build on violations.
Quick Start & Requirements
git clone https://github.com/Albus-White/spark-to-paper-skills.git ~/.claude/skills/spark-to-paper-skills
This auto-loads the skills for the next Claude Code session.pip install -r skills/ts-figure-optimize/requirements.txt.latexmk.Highlighted Details
templates/<name>/ directory with necessary LaTeX assets and a template.json file.Maintenance & Community
The project shows signs of active maintenance with recent updates (v1.1.0) and an automatic update notification system querying GitHub Releases. The README does not currently provide links to community channels like Discord or Slack, nor does it detail specific maintainers or sponsorships.
Licensing & Compatibility
The project is released under the MIT License, which is highly permissive and allows for commercial use, modification, and distribution, including within closed-source applications.
Limitations & Caveats
The primary dependency is Claude Code, which may represent an adoption barrier for users not already within that ecosystem. While the DrawAI engine aims for pixel-exact fidelity, AI-driven image reconstruction can introduce subtle artifacts or limitations with highly complex figures. The system operates on API calls, incurring costs (estimated ~$10 per paper), and while rigorous checks are in place, the robustness across all possible research domains and figure types is yet to be fully established.
1 week ago
Inactive