By Y4rd13
Production-grade Claude Code skills for fullstack ML/AI engineering: FastAPI scaffolding, Python best practices, dead-code and minimal-tests audits, LLM evals, MLOps blueprints, repo codebooks, and a Ralph autonomous-loop scaffolder.
Exhaustively audit Python repos for dead code and dependency hygiene; use when you need evidence-backed removal candidates with docs/audit/ artifacts.
Scaffold, review, or refactor FastAPI services using uv, a src/ layout, versioned routers, and optional singleton clients; use for new services or architecture cleanups.
Build LLM evaluation plans, metrics, judge prompts, and test cases for RAG/LLM systems; use when designing evals, benchmarks, or experiment hygiene.
Propose strictly-necessary tests with docs/audit/ artifacts and an approval workflow; use when you need minimal coverage and a controlled apply phase.
Generate MLOps blueprints and operational patterns for ML systems; use for pipelines, deployment, monitoring, and governance planning.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin — a catalog of production-grade, task-focused skills for fullstack ML/AI engineering. Each skill packages instructions plus optional scripts/assets so Claude can execute repeatable engineering workflows. The repository doubles as a one-plugin marketplace, so it installs with the standard Claude Code plugin flow.
dead-code-audit — Evidence-first dead-code + dependency hygiene audit for Python repos with reviewable docs/audit/ artifacts.fastapi-architect — Scaffold, review, or refactor FastAPI services using uv, a src/ layout, versioned routers, and optional singleton clients.llm-evals-toolkit — Design eval plans, datasets, metrics, judge prompts, and regression gates for RAG/LLM systems.minimal-tests-audit — Propose minimal, strictly-necessary tests with audit/progress files and an optional apply phase.mlops-blueprints — Produce right-sized MLOps blueprints for pipelines, deployment, monitoring, and governance.python-best-practices — Apply production-grade Python standards (structure, typing, docs, tests, uv+taskipy+ruff, CI gates, security, performance).repo-codebook-generator — Produce a repository codebook (structure, one-line file descriptions, full source) while respecting .gitignore.ralph-codex — Scaffold a Ralph-style autonomous agent loop into your repo, ready to be driven by OpenAI Codex CLI (or Amp).Add the marketplace, then install the plugin:
/plugin marketplace add Y4rd13/fullstack-ml-ai-agent-skills
/plugin install fullstack-ml-ai-agent-skills@y4rd13-skills
Skills load automatically and are namespaced under the plugin, e.g.
/fullstack-ml-ai-agent-skills:fastapi-architect. Claude also triggers a skill on
its own based on each skill's description. After installing (or editing skills
during development) run /reload-plugins to pick up changes.
Invoke a skill explicitly:
/fullstack-ml-ai-agent-skills:fastapi-architect audit this FastAPI project and propose an objective refactor plan
/fullstack-ml-ai-agent-skills:llm-evals-toolkit propose an eval plan for my RAG pipeline with metrics and test cases
…or just describe the task in natural language ("audit this repo for dead code", "scaffold a FastAPI service with a src/ layout") and Claude will select the matching skill.
.claude-plugin/
├─ plugin.json # plugin manifest (name, version, metadata)
└─ marketplace.json # one-plugin marketplace catalog (source: "./")
skills/<skill-name>/
├─ SKILL.md # required (YAML frontmatter + instructions)
├─ scripts/ # optional helper scripts
├─ assets/ # optional templates
├─ references/ # optional reference docs
└─ knowledge/ # optional background
Bundled scripts and assets are referenced as
${CLAUDE_PLUGIN_ROOT}/skills/<skill-name>/…. Claude Code substitutes
${CLAUDE_PLUGIN_ROOT} with the plugin's absolute install path, so skills work
from any project directory regardless of where the plugin is installed.
claude --plugin-dir .claude plugin validate ./reload-plugins/plugin command)uv run task lintuv run task lint_fixuv run task formatSmall, focused PRs are welcome. Keep each skill self-contained under
skills/<skill-name>/ with a SKILL.md. Reference bundled files via
${CLAUDE_PLUGIN_ROOT}/skills/<skill>/… (never ~/.codex, <SKILL_DIR>, or
{baseDir}). Run claude plugin validate . before opening a PR.
See LICENSE.
npx claudepluginhub y4rd13/fullstack-ml-ai-agent-skills --plugin fullstack-ml-ai-agent-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.