Amadeus
Automated academic paper reading, tracking, and research workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsagent-instructions-generator
Generate CLAUDE.md and AGENTS.md instruction files from templates for repositories.
deliverable-step-report
Render template.md into Markdown deliverable reports and persist them to .researchops/deliverables.
project-todo-manager
Manage ResearchOps project TODOs with status updates and next-step recommendations.
create-env
Automate remote Python environment setup with pixi or uv.
resource-kb-researcher
Quote evidence from local resource files with explicit file-path citations.
node-run-clarify
Collect run-time context via adaptive Q&A before executing ResearchOps tree node steps.
todo-dsl-generator
Convert rough proposal text into a structured TODO DSL plan with step metadata and references.
repo-sync-updater
Syncs a local Git clone with its upstream via fast-forward pulls and refreshes backend prerequisites.
todo-to-node
Convert a project TODO into a ResearchOps tree node with commands and checks.
gpu-status
Query GPU availability via nvidia-smi across configured SSH servers.
aris-register
Register and update ARIS runs on the web dashboard.
init-repo
Scaffold an AIRS repository with pixi.toml, .gitignore, and core directories.
Frequently Asked Questions
FAQPage SchemaHow to install Amadeus?โผ
Run `npx skills add CurryTang/Amadeus --all -g -y` in your terminal to install all skills in this suite globally.
How to summarize academic papers automatically?โผ
Amadeus runs a multi-pass analysis pipeline that extracts structure, methods, math, and results from any saved paper, producing rendered notes with diagrams and equations.
Can Amadeus track new papers from specific authors?โผ
Yes. It subscribes to Semantic Scholar author IDs, keyword queries, Google Scholar email alerts, RSS feeds, and Twitter profiles to deliver daily new paper alerts.
Does Amadeus work with Obsidian?โผ
Yes. It exports generated paper notes as Markdown files with YAML frontmatter directly into your Obsidian vault using the Obsidian CLI.
Can Amadeus run experiments on remote GPU servers?โผ
Yes. Its ARIS workflows launch autonomous research runs over SSH, check GPU availability across servers, and stream logs and status back to the dashboard.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides