Best of / Subagents
Best Machine Learning Subagents
9 Subagents in the machine learning category, ranked by GitHub stars — updated automatically as our nightly sync refreshes stats.
- 1272
myPKA
AI-powered Personal Knowledge Assistance in a folder. Built on the ICOR methodology. Plain markdown. Any LLM. Yours forever.
- 20
citation-verifier
Deterministic (not LLM). Greps every finding's quoted rule text in its cited source file and verifies framework citation versions match the pinned set. Mismatches → quarantine.
- 30
agent-citation-verifier
Dispatch brief for the citation-verifier step — runs the deterministic, non-LLM grep gate (tools/pci-sss/citation_verify.py) over every PCI SSS v2.0 verdict's cited evidence and quarantines any that cannot be confirmed. The verifier is code, not judgement; this brief governs how an agent invokes it
- 40
llm2bedrock-code-analyzer
Analyze the local source repo, detect the AI framework and LLM SDK usage, map all call sites, identify prompts, and enumerate user-visible behavior-deltas for the Bedrock migration. Returns a structured analysis object.
- 50
llm2bedrock-log-ingestor
Parse LLM API logs from the local repo, extract prompt/response pairs, and build a golden dataset (prompts.jsonl) for evaluation. Returns a structured ingestion object.
- 60
llm2bedrock-prompt-evaluator
Run each golden prompt against the target Bedrock model via the pinned uv harness, score with LLM-as-judge, and report a pass rate. Handles throttling with backoff; returns a structured eval object, or a partial/blocked control state.
- 70
metadata-searcher
Execute DataHub search, browse, and lineage operations, retrieve entity metadata, and return structured results. Used by the datahub-search and datahub-lineage skills to delegate catalog queries. <example> Context: User wants to find all Snowflake datasets with PII tags. user: "Search DataHub for Sn
- 80
llm2bedrock-code-rewriter
Rewrite LLM SDK calls to Amazon Bedrock on a dedicated git branch, swap dependencies, generate tests, and apply the user-confirmed behavior-delta decisions. Returns a structured rewrite object.
- 90
pixeltable-pipeline-architect
Designs Pixeltable schemas — tables, views/iterators, computed-column chains, embedding indexes, and UDFs — for multimodal and ML data pipelines. Use when the user needs to model a data/AI workflow or decide between a view, a computed column, and a UDF.
FAQ
How is this ranked?
By GitHub stars by default. Once a subagent has community reviews, its rating is shown alongside the star count on its detail page.
How often is this updated?
Star counts and READMEs refresh automatically every night via our GitHub sync.