en un clic
Amadeus
Amadeus contient 15 skills collectées depuis CurryTang, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Autonomous multi-round research review loop. Supports two modes: (1) Plan-driven: takes an implementation plan file, executes TODO items respecting dependency DAG, uses Codex MCP to verify completion of each item. (2) Free-form: iterates review → fix → re-review until positive assessment. Use when user says 'auto review loop', 'review until it passes', or wants iterative improvement.
Show GPU availability across all SSH servers listed in this project's CLAUDE.md. Use when user says "check GPUs", "which GPUs are free", "gpu status", "GPU 状态", or needs to know where to run experiments.
"Register or update an ARIS run on the web dashboard. Internal utility used by other skills and CLAUDE.md auto-registration. Call at skill start to register, at skill end to report completion. If ~/.claude/aris-api.json is absent, does nothing (zero-impact)."
Sync local and remote project files bidirectionally. Handles code, resources, papers, and experiment outputs. Use when user says "sync", "push files", "pull files", "upload code", "download results".
Initialize a new research repository with the recommended AIRS project structure. Use when starting a new project, setting up a repo, or user says "init repo", "scaffold project", "create project structure".
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
Set up a reproducible Python project environment on the remote server using pixi or uv. Use when executing a project environment setup node generated by the jumpstart mechanism.
Interactive Q&A to gather run context before executing a ResearchOps tree node step. Use when a node is about to be run to collect key context the agent will need (e.g. dataset path, design doc, hyperparameters).
Convert a project TODO item into a ResearchOps tree node via LLM. Use when a user wants to expand a TODO into an executable research plan node with commands, checks, and acceptance criteria.
Generate a deliverable report for each research step using template.md and reference/x_guideline.md, then persist it to .researchops/deliverables and upload to SSH target when the project location is remote.
Manage project-management TODO workflows in ResearchOps. Use this skill when a user asks to generate, prioritize, clear, classify, or execute TODO items, or asks what to do next for project management tasks.
Synchronize a local or WSL clone with its upstream branch and verify backend runtime prerequisites for this project. Use when users ask to check whether the server is up to date, pull latest changes, fix drift between local and remote branches, or resolve backend tracker runtime issues after updates (especially Playwright browser missing errors).
Answer research questions by mining the project's resource repository (resource/) with explicit file-path citations. Use this skill when KB chat misses context or when users ask to verify paper/code evidence from resource files.
Convert rough user ideas/proposals/chat transcripts into structured TODO DSL steps, with per-step knowledge/codebase references for low-bias orchestration.
Generate baseline CLAUDE.md and AGENTS.md instruction files for a project. Use when a repo is missing instruction files or needs standardized agent guidance.