Nazaal
Community@mnazaal · Maldives
ELLIS PhD student @ Aalto PML group
Agent Skills by Nazaal
Showing 40 vetted skills indexed across 1 GitHub repositories.
dev-verification
Enforces evidence-based verification before claiming development work is complete or correct.
dev-git
Stage files, write attributed commit messages, and choose merge or PR integration paths.
dev-ml-infra
Configure reproducible ML experiment infrastructure with hydra-zen configs, tracker seams, and smoke tests.
learn-topic
Builds durable multi-session learning workspaces with lessons, reference docs, and progress logs.
decide-priority
Ranks concrete work items and defines revisit triggers for parked tasks.
dev-jax-port
Ports PyTorch or NumPy reference implementations to JAX with parity-tested numerical equivalence.
dev-tdd
Guides test-first development using red-green-refactor cycles and behavior-driven tests.
research-run
Designs pre-registered ML experiments and interprets run results with statistical verdicts.
understand-repitch
Re-explains the current task at project altitude when the user loses the thread.
dev-jax
Guides writing, transforming, and profiling JAX code with explicit PRNG keys and pytrees.
understand-codebase
Explains a codebase's public API, core call path, and design decisions to the user.
critique-argument
Stress-tests claims, plans, and argumentative writing for weaknesses and calibration.
tool-pzi
Manage a local BibTeX paper library via the pzi CLI for adding, searching, and exporting citations.
debug-ml-research
Diagnose silent failures in ML experiments where runs complete but results are wrong.
context-project-docs
Governs canonical project Markdown documents and notes/ naming conventions for research repositories.
code-review
Reviews diffs and agent-written code for defects and prescribes verification probes.
dev-python
Guides Python project development with uv, pytest, ruff, and packaging conventions.
research-map
Generates concept-to-code maps linking paper equations and algorithms to repository locations.
debug-root-cause
Diagnose bugs and test failures through evidence-based root-cause investigation workflows.
research-plan
Writes and revises research-project PLAN.md documents with decision logs, novelty gates, and execution orders.
dev-viz
Generates publication-quality figures and tables with colorblind-safe palettes and document-matched typography.
context-pdf
Extract, transform, and inspect PDF documents with triage-based reading strategies.
dev-git-rescue
Rewrites git history and recovers lost commits, branches, and stashes.
tool-cementic
Index directories and run semantic search over documents with the cementic CLI.
Frequently Asked Questions About Nazaal
FAQPage SchemaWhat tasks can I accomplish with Nazaal's skill set?▼
You can run end-to-end ML research: split train/val/test data without leakage, track experiments with MLflow or wandb, port PyTorch code to JAX, debug surprising metrics, manage SLURM cluster jobs, search literature, verify citations, and prepare LaTeX manuscripts with Overleaf git sync and arXiv camera-ready formatting.
Who are these skills designed for?▼
ML researchers, PhD students, and research engineers working on probabilistic, Bayesian, or causal machine learning. The manifest reflects an ELLIS PhD workflow at Aalto's PML group, targeting people running GPU cluster experiments, writing academic papers, and maintaining reproducible research codebases.
What does the experiment and debugging workflow look like in practice?▼
Before launching, you state a hypothesis, pre-register predictions, and size seeds and ablations. After runs, you audit configs, logs, and metrics, then assign improve/degrade/noise/broken verdicts. Dedicated skills catch silent failures like data/loss/eval mismatch, overfitting tiny data, and convention bugs.
What prerequisites and dependencies do these skills assume?▼
Skills reference concrete stacks: Python with pyproject.toml and virtualenvs, JAX ecosystem (optax, flax, equinox, blackjax, distrax, gpjax), hydra-zen configs, SLURM clusters with submitit, git with worktrees, Emacs Org agenda, LaTeX/Overleaf, and local utilities like the pzi paper library and cementic semantic search.
How do the skills handle code quality and verification?▼
An evidence-before-completion gate blocks claiming work is done without fresh command output. Test-first development uses red-green-refactor with public-interface behavior tests, code review targets agent-written defects like deleted numerical guards and wrong axes, and root-cause debugging requires hypotheses before fixes.