BigHugger

Agent skills that run python, that ask for Glob

A skill is a Markdown file that tells a coding agent how to do one job. We parse every one we can find — the frontmatter, the outline, the languages in its code blocks — so you can look for the one that fits instead of reading through a repository to find out.

69,865 skills from 9,574 repositories, last read 11 September 2026.

Skills declare what they need inconsistently: 58.8% name the languages they run, 11.2% list the tools they ask for, and 4.6% give themselves a category. Filtering narrows to the ones that said so, never to the ones that are.

  1. bat-story-evalhomeassistant-ai/ha-mcp

    Compare MCP tool behavior between target and baseline versions using pre-built and custom stories with diff-based triage.

    claude-codebashpythonyamlBashReadWrite
  2. code-reviewerJeffallan/claude-skills

    Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural

    pluginpythonReadGrepGlob
  3. paper-writewanshuiyin/Auto-claude-code-research-in-sleep

    Draft LaTeX paper section by section from an outline. Use when user says "写论文", "write paper", "draft LaTeX", "开始写", or wants to generate LaTeX content from a paper plan.

    otherbashlatexpythonBash(*)ReadWrite
  4. serverless-modalwanshuiyin/Auto-claude-code-research-in-sleep

    Run GPU workloads on Modal — training, fine-tuning, inference, batch processing. Zero-config serverless: no SSH, no Docker, auto scale-to-zero. Use when user says "modal run", "mod

    otherbashmarkdownpythonBash(*)ReadGrep
  5. paper-figurewanshuiyin/Auto-claude-code-research-in-sleep

    Generate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper.

    otherbashlatexmarkdownpythonBash(*)ReadWrite
  6. run-experimentwanshuiyin/Auto-claude-code-research-in-sleep

    Deploy and run ML experiments on local, remote, Vast.ai, or Modal serverless GPU. Use when user says "run experiment", "deploy to server", "跑实验", or needs to launch training jobs.

    otherbashmarkdownpythonBash(*)ReadGrep
  7. training-checkwanshuiyin/Auto-claude-code-research-in-sleep

    Periodically check WandB metrics during training to catch problems early (NaN, loss divergence, idle GPUs). Avoids wasting GPU hours on broken runs. Use when training is running an

    otherbashpythonBash(*)ReadGrep+2 files
  8. slides-polishwanshuiyin/Auto-claude-code-research-in-sleep

    Per-page Codex review + targeted python-pptx / Beamer fixes for academic talk slides. Use AFTER /paper-slides (or any externally generated PPTX/Beamer) when the deck looks 'mostly

    otherjsonlatexpythonBash(*)ReadWrite
  9. marginaleffectsbrycewang-stanford/Auto-Empirical-Research-Skills

    Manual for the marginaleffects R and Python package, and guide to the book "Model to Meaning". Use when users ask about predictions, comparisons, slopes, marginal effects, average

    pluginpythonrReadGrepGlob
  10. cudaq-guideNVIDIA/skills

    CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.

    pluginbashpythonReadGlobGrep
  11. warp-compile-time-optimizerNVIDIA/skills

    Use when compile time or startup time is the problem in code that uses Warp: a request to improve, optimize, or cut compile times; an app that is slow to start or stalls at the fir

    pluginbashpythonBashReadEdit
  12. exploreparcadei/Continuous-Claude-v3

    Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

    claude-codebashmarkdownpythonyamlBashTaskRead
  13. premortemparcadei/Continuous-Claude-v3

    Identify failure modes before they occur using structured risk analysis

    claude-codemarkdownpythonyamlReadGrepGlob
  14. aris-paper-writeOpenLAIR/dr-claw

    Draft LaTeX paper section by section from an outline. Use when user says "写论文", "write paper", "draft LaTeX", "开始写", or wants to generate LaTeX content from a paper plan.

    otherbashlatexpythonBash(*)ReadWrite
  15. aris-paper-posterOpenLAIR/dr-claw

    Generate a conference poster (article + tcbposter LaTeX → A0/A1 PDF + editable PPTX + SVG) from a compiled paper. Use when user says "做海报", "制作海报", "conference poster", "make poste

    otherbashjsonlatexmarkdownBash(*)ReadWrite
  16. aris-run-experimentOpenLAIR/dr-claw

    Deploy and run ML experiments on local, remote, Vast.ai, or Modal serverless GPU. Use when user says "run experiment", "deploy to server", "跑实验", or needs to launch training jobs.

    otherbashmarkdownpythonBash(*)ReadGrep
  17. aris-paper-figureOpenLAIR/dr-claw

    Generate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper.

    otherbashlatexmarkdownpythonBash(*)ReadWrite
  18. aris-training-checkOpenLAIR/dr-claw

    Periodically check WandB metrics during training to catch problems early (NaN, loss divergence, idle GPUs). Avoids wasting GPU hours on broken runs. Use when training is running an

    otherbashpythonBash(*)ReadGrep+1 files
  19. aris-serverless-modalOpenLAIR/dr-claw

    Run GPU workloads on Modal — training, fine-tuning, inference, batch processing. Zero-config serverless: no SSH, no Docker, auto scale-to-zero. Use when user says "modal run", "mod

    otherbashmarkdownpythonBash(*)ReadGrep
  20. config-skillsllama-farm/llamafarm

    Configuration module patterns for LlamaFarm. Covers Pydantic v2 models, JSONSchema generation, YAML processing, and validation.

    claude-codebashpythonReadGrepGlob+7 files
  21. server-skillsllama-farm/llamafarm

    Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.

    claude-codepythonReadGrepGlob+10 files
  22. python-skillsllama-farm/llamafarm

    Shared Python best practices for LlamaFarm. Covers patterns, async, typing, testing, error handling, and security.

    claude-codepythontomlReadGrepGlob+6 files
  23. common-skillsllama-farm/llamafarm

    Best practices for the Common utilities package in LlamaFarm. Covers HuggingFace Hub integration, GGUF model management, and shared utilities.

    claude-codepythonReadGrepGlob+6 files
  24. runtime-skillsllama-farm/llamafarm

    Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device management, model loading, memory optimization, and performance tuni

    claude-codepythonReadGrepGlob+10 files
  25. rag-skillsllama-farm/llamafarm

    RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.

    claude-codepythonReadGrepGlob+5 files
  26. zero-script-qaww-w-ai/bkit-claude-code

    Zero Script QA — test without scripts using structured JSON logging and Docker monitoring. Triggers: zero-script-qa, log testing, docker logs, QA

    pluginbashjsonmarkdownnginxReadGlobGrep
  27. enterpriseww-w-ai/bkit-claude-code

    Enterprise-grade systems with microservices, Kubernetes, Terraform, and AI Native methodology. For multi-feature initiatives spanning a release timeline, combine with /sprint maste

    pluginhclpythonyamlReadWriteEdit
  28. securityalinaqi/maggy

    OWASP security patterns, secrets management, security testing

    otherbashgitignorejsonmarkdownReadGlobGrep
  29. sleep-analyzerhuifer/WellAlly-health

    分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。

    claude-codejsonmarkdownpythonReadGrepGlob
  30. nutrition-analyzerhuifer/WellAlly-health

    分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。

    claude-codejsonmarkdownpythonReadGrepGlob
  31. tcm-constitution-analyzerhuifer/WellAlly-health

    分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。

    claude-codemarkdownpythonReadGrepGlob
  32. goal-analyzerhuifer/WellAlly-health

    分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。

    claude-codejavascriptjsonmarkdownpythonReadGrepGlob
  33. family-health-analyzerhuifer/WellAlly-health

    分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议

    otherjsonpythonReadWriteGrep
  34. nutrition-analyzerhuifer/WellAlly-health

    分析营养数据、识别营养模式、评估营养状况,并提供个性化营养建议。支持与运动、睡眠、慢性病数据的关联分析。

    otherjsonmarkdownpythonReadGrepGlob
  35. family-health-analyzerhuifer/WellAlly-health

    分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议

    claude-codejsonpythonReadWriteGrep
  36. tcm-constitution-analyzerhuifer/WellAlly-health

    分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。

    othermarkdownpythonReadGrepGlob
  37. wellally-techhuifer/WellAlly-health

    Integrate digital health data sources (Apple Health, Fitbit, Oura Ring) and connect to WellAlly.tech knowledge base. Import external health device data, standardize to local format

    otherbashjavascriptjsonpythonReadGrepGlob
  38. sleep-analyzerhuifer/WellAlly-health

    分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。

    otherjsonmarkdownpythonReadGrepGlob
  39. goal-analyzerhuifer/WellAlly-health

    分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。

    otherjavascriptjsonmarkdownpythonReadGrepGlob
  40. premortemvibeeval/vibecosystem

    Identify failure modes before they occur using structured risk analysis

    claude-codemarkdownpythonyamlReadGrepGlob
  41. explorevibeeval/vibecosystem

    Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

    claude-codebashmarkdownpythonyamlBashTaskRead
  42. core-mlrshankras/claude-code-apple-skills

    Core ML, Create ML, Vision framework, Natural Language framework, on-device ML integration. Use when user wants image classification, text analysis, object detection, sound classif

    pluginpythonswiftReadWriteEdit
  43. product-designalekspetrov/navigator

    Automates design review, token extraction, component mapping, and implementation planning. Reduces design handoff from 6-10 hours to 5 minutes via direct Figma MCP integration. Aut

    pluginbashjsonmarkdownpythonReadWriteEdit
  44. nav-initalekspetrov/navigator

    Initialize Navigator documentation structure in a project. Auto-invokes when user says "Initialize Navigator", "Set up Navigator", "Create Navigator structure", or "Bootstrap Navig

    pluginbashjsonpythonWriteBashRead
  45. nav-skill-creatoralekspetrov/navigator

    Analyze codebase patterns and create custom skills for repetitive workflows. Use when project needs automation or pattern enforcement. Auto-invoke when user says "create a skill fo

    pluginbashjsonmarkdownpythonReadWriteEdit
  46. plugin-slash-commandalekspetrov/navigator

    Generate new Navigator slash commands following project conventions. Use when user says "add slash command", "create command", "new /nav command", or "add /nav:[name] command".

    pluginmarkdownpythonReadWriteEdit
  47. nav-loopalekspetrov/navigator

    Run tasks until complete with structured completion signals. Auto-invoke when user says "run until done", "keep going until complete", "iterate until finished", "loop mode", "auton

    pluginbashjsonpilot-signalpythonReadWriteEdit
  48. visual-regressionalekspetrov/navigator

    Setup visual regression testing with Storybook stories, configuration, and CI/CD workflows. Supports Chromatic, Percy, BackstopJS. Auto-invoke when user says "set up visual regress

    pluginjavascriptjsonmarkdownpythonReadWriteBash
  49. frontend-componentalekspetrov/navigator

    Create React/Vue component with TypeScript, tests, and styles. Auto-invoke when user says "create component", "add component", "new component", or "build component".

    pluginbashcssjsonpythonReadWriteEdit
  50. pipeline-manifestflonat/flonat-research

    Build a traceability manifest linking analysis scripts to inputs, outputs, and manuscript figures or tables. Use when documenting a computational pipeline or locating the source of

    otherjuliamarkdownpythonrReadWriteEdit
  51. brief-compliance-checkflonat/flonat-research

    Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before s

    otherbashpythonReadGlobBash(uv:*)
  52. pre-submission-reportflonat/flonat-research

    Run the final, comprehensive submission-readiness gate and consolidate all checks into one dated report; citation-integrity-only mode is also supported. Use when a paper and submis

    otherbashmarkdownpythonBash(latexmk*mkdir*ls*+2 files
  53. present-paperAperivue/medsci-skills

    Academic presentation preparation — paper-driven (journal club, grand rounds, seminar) and lecture/teaching decks (course material, workshop slides, conference talks). Analyzes sou

    pluginbashdotpythonReadWriteEdit
  54. fill-protocolAperivue/medsci-skills

    Fill institutional Word form templates (.doc/.docx) for IRB protocols, ethics applications, grant proposals, and other structured research documents while preserving the original s

    pluginbashpythonyamlReadWriteEdit
  55. make-figuresAperivue/medsci-skills

    Generate publication-ready figures and visual abstracts for medical research papers. Supports ROC curves, forest plots, CONSORT/STARD/PRISMA flow diagrams, calibration plots, Kapla

    pluginbashpythonReadWriteEdit
  56. analyze-statsAperivue/medsci-skills

    Statistical analysis for medical research papers. Generates reproducible Python/R code with publication-ready tables and figures. Supports diagnostic accuracy, inter-rater agreemen

    pluginbashpythonrReadWriteEdit+1 files
  57. search-litAperivue/medsci-skills

    Literature search and citation management for medical research. Searches PubMed, Semantic Scholar, and bioRxiv/medRxiv with verified citations. Anti-hallucination — every reference

    pluginbashbibtexpythonReadWriteEdit
  58. lit-syncAperivue/medsci-skills

    Sync research references from .bib files to Zotero library + Obsidian literature notes. Extract cross-cutting concept notes when enough literature accumulates. Works after /search-

    pluginbashjsonmarkdownpythonReadWriteEdit
  59. comprehensive-testingmajiayu000/spellbook

    Complete testing strategy covering TDD workflow, test pyramid, unit/integration/E2E/property testing, framework best practices (Jest, Vitest, pytest), mock strategies, and CI integ

    pluginbashgoinimarkdownReadGrepGlob+1 files
  60. canvas-insideX-isdoingreat/canvas-pilot

    Canvas in-page answering handler — currently scoped to Classic Quizzes (`online_quiz`); see the SKILL's Scope note. Handles open quizzes (MCQ, multi-answer, T/F, matching, short-an

    claude-codejsonmarkdownpythonBashReadWrite

Browse all 69,865 skills200 at a time, grouped by owner. The list above is the skills with the highest standing; this is every one of them.

The whole corpus is one call away through the search API, or ask a question of it on the index itself.