skills/ai-agency/micrograd/SKILL.md
Interactive educational autograd engine — port of Karpathy's micrograd. Build, train, and visualise tiny neural networks step-by-step to learn how backpropagation works.
npx skillsauth add 47network/Sven microgradInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Interactive educational autograd engine — a TypeScript port of Andrej Karpathy's micrograd.
| Action | Description |
|---|---|
| create_session | Start a new micrograd learning session |
| destroy_session | Clean up a session |
| list_sessions | List active sessions (optionally filtered by org) |
| get_walkthrough_step | Get a specific walkthrough step by index |
| advance_walkthrough | Get the next walkthrough step in sequence |
| create_model | Create an MLP with a given architecture |
| train_model | Train a model on XOR, moon, or custom data |
| train_with_snapshots | Train with periodic snapshots for Canvas animation |
| get_decision_boundary | Generate a 2D decision boundary grid |
| generate_moon_dataset | Generate a moons classification dataset |
| get_stats | Engine statistics |
development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.