Analyzes a repo in parallel and generates AGENTS.md at the root plus in complexity-scored subdirectories.
Detects the languages in your project, installs and configures the right language server, then verifies it with a real diagnostics roundtrip.
A language-agnostic debugging workflow that forces runtime evidence, three hypotheses, a failing test, real manual QA, and full artifact cleanup.
Searches and reads local session transcripts across 20+ coding agents (Codex, Claude Code, OpenCode, and more) so you can recall past work with evidence.
Explores and scores your repo in parallel, then generates hierarchical AGENTS.md docs at the root and in high-complexity subdirectories.
A frontend discipline skill that forbids saying "done" until the site builds, passes checks, and is visually verified in a real browser.
Guides Claude through Hugging Face Transformers work: Hub model loading, pipeline inference, text generation, and Trainer fine-tuning on transformers 5.x.
Guides Claude in using Datamol, the Pythonic RDKit wrapper, for SMILES parsing, standardization, fingerprints, clustering, and 3D conformers.
Guides Claude to do exact symbolic math in Python with SymPy — algebra, calculus, solvers, matrices — and export results as code or LaTeX.
Organizes PyTorch code into LightningModules, Trainers and DataModules, with multi-GPU strategies and experiment logging.
Helps Claude write and deploy Python to Modal's serverless cloud with on-demand GPUs, volumes, web endpoints and cron jobs.
Guides Claude to read, write, and process DICOM files with pydicom 3.0.2 while enforcing PHI-safe output and a bounded de-identification preflight.
A version-pinned guide for building, simulating, transpiling, and running quantum circuits with Qiskit 2.x and IBM Quantum Runtime.
A practical guide for training, evaluating and customizing reinforcement learning agents with Stable Baselines3.
Design, review, and migrate MATLAB or Octave code with strict license gating, static-only safety checks, and reproducibility reporting.
A hands-on PyG skill covering node/link/graph tasks, custom message passing, heterogeneous graphs, and neighbor sampling for large graphs.
A skill for designing, simulating, and running quantum circuits with Google's Cirq framework.
Lets Claude read, create, and update Zotero libraries and export citations through the pyzotero Python client.
Explains a specific file, function, or module in depth by combining a pre-built knowledge graph with the actual source code.
Cross-references git diffs or PRs against your project's knowledge graph to report changed components, blast radius, and risk.