Nazaal avatar

Nazaal

Community

@mnazaal · Maldives

18Followers
|
30Public Repos
|
40Published Skills

ELLIS PhD student @ Aalto PML group

Skills Distribution
DomainAI Models & ...ML Experimentation.. (35%)Research & Academi.. (25%)Developer Practice.. (20%)HPC & Compute Infr.. (12%)

Agent Skills by Nazaal

Showing 40 vetted skills indexed across 1 GitHub repositories.

mnazaalmnazaal

dev-verification

Enforces evidence-based verification before claiming development work is complete or correct.

Community
Advanced
mnazaalmnazaal

dev-git

Stage files, write attributed commit messages, and choose merge or PR integration paths.

Community
Advanced
mnazaalmnazaal

dev-ml-infra

Configure reproducible ML experiment infrastructure with hydra-zen configs, tracker seams, and smoke tests.

Community
Advanced
mnazaalmnazaal

learn-topic

Builds durable multi-session learning workspaces with lessons, reference docs, and progress logs.

Community
Intermediate
mnazaalmnazaal

decide-priority

Ranks concrete work items and defines revisit triggers for parked tasks.

Community
Basic
mnazaalmnazaal

dev-jax-port

Ports PyTorch or NumPy reference implementations to JAX with parity-tested numerical equivalence.

Community
Advanced
mnazaalmnazaal

dev-tdd

Guides test-first development using red-green-refactor cycles and behavior-driven tests.

Community
Intermediate
mnazaalmnazaal

research-run

Designs pre-registered ML experiments and interprets run results with statistical verdicts.

Community
Advanced
mnazaalmnazaal

understand-repitch

Re-explains the current task at project altitude when the user loses the thread.

Community
Basic
mnazaalmnazaal

dev-jax

Guides writing, transforming, and profiling JAX code with explicit PRNG keys and pytrees.

Community
Advanced
mnazaalmnazaal

understand-codebase

Explains a codebase's public API, core call path, and design decisions to the user.

Community
Intermediate
mnazaalmnazaal

critique-argument

Stress-tests claims, plans, and argumentative writing for weaknesses and calibration.

Community
Intermediate
mnazaalmnazaal

tool-pzi

Manage a local BibTeX paper library via the pzi CLI for adding, searching, and exporting citations.

Community
Intermediate
mnazaalmnazaal

debug-ml-research

Diagnose silent failures in ML experiments where runs complete but results are wrong.

Community
Advanced
mnazaalmnazaal

context-project-docs

Governs canonical project Markdown documents and notes/ naming conventions for research repositories.

Community
Intermediate
mnazaalmnazaal

code-review

Reviews diffs and agent-written code for defects and prescribes verification probes.

Community
Intermediate
mnazaalmnazaal

dev-python

Guides Python project development with uv, pytest, ruff, and packaging conventions.

Community
Intermediate
mnazaalmnazaal

research-map

Generates concept-to-code maps linking paper equations and algorithms to repository locations.

Community
Intermediate
mnazaalmnazaal

debug-root-cause

Diagnose bugs and test failures through evidence-based root-cause investigation workflows.

Community
Advanced
mnazaalmnazaal

research-plan

Writes and revises research-project PLAN.md documents with decision logs, novelty gates, and execution orders.

Community
Advanced
mnazaalmnazaal

dev-viz

Generates publication-quality figures and tables with colorblind-safe palettes and document-matched typography.

Community
Intermediate
mnazaalmnazaal

context-pdf

Extract, transform, and inspect PDF documents with triage-based reading strategies.

Community
Intermediate
mnazaalmnazaal

dev-git-rescue

Rewrites git history and recovers lost commits, branches, and stashes.

Community
Intermediate
mnazaalmnazaal

tool-cementic

Index directories and run semantic search over documents with the cementic CLI.

Community
Intermediate

Frequently Asked Questions About Nazaal

FAQPage Schema
What 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.