Claude Code Skills · page 2
Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.
- mcporter221.5k
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
NousResearch/hermes-agentInstall - openclaw-migration221.5k
Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.openclaw, then reports exactly what could not be migrated and why.
NousResearch/hermes-agentInstall - huggingface-accelerate221.5k
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
NousResearch/hermes-agentInstall - chroma221.5k
Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.
NousResearch/hermes-agentInstall - clip221.5k
OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.
NousResearch/hermes-agentInstall - faiss221.5k
Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.
NousResearch/hermes-agentInstall Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.
NousResearch/hermes-agentInstall- guidance221.5k
Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework
NousResearch/hermes-agentInstall - huggingface-tokenizers221.5k
Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.
NousResearch/hermes-agentInstall - outlines221.5k
Outlines: structured JSON/regex/Pydantic LLM generation.
NousResearch/hermes-agentInstall - instructor221.5k
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
NousResearch/hermes-agentInstall - lambda-labs-gpu-cloud221.5k
Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.
NousResearch/hermes-agentInstall - llava221.5k
Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.
NousResearch/hermes-agentInstall - modal-serverless-gpu221.5k
Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.
NousResearch/hermes-agentInstall - nemo-curator221.5k
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
NousResearch/hermes-agentInstall - obliteratus221.5k
OBLITERATUS: abliterate LLM refusals (diff-in-means).
NousResearch/hermes-agentInstall - peft-fine-tuning221.5k
Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.
NousResearch/hermes-agentInstall - pinecone221.5k
Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
NousResearch/hermes-agentInstall - pytorch-fsdp221.5k
Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2
NousResearch/hermes-agentInstall - pytorch-lightning221.5k
High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
NousResearch/hermes-agentInstall - qdrant-vector-search221.5k
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
NousResearch/hermes-agentInstall - dspy221.5k
DSPy: declarative LM programs, auto-optimize prompts, RAG.
NousResearch/hermes-agentInstall Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.
NousResearch/hermes-agentInstall- simpo-training221.5k
Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
NousResearch/hermes-agentInstall - slime-rl-training221.5k
Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.
NousResearch/hermes-agentInstall State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.
NousResearch/hermes-agentInstall- tensorrt-llm221.5k
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
NousResearch/hermes-agentInstall Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
NousResearch/hermes-agentInstall- axolotl221.5k
Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).
NousResearch/hermes-agentInstall - fine-tuning-with-trl221.5k
TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.
NousResearch/hermes-agentInstall - unsloth221.5k
Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.
NousResearch/hermes-agentInstall - whisper221.5k
OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.
NousResearch/hermes-agentInstall - canvas221.5k
Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.
NousResearch/hermes-agentInstall - here.now221.5k
Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.
NousResearch/hermes-agentInstall - memento-flashcards221.5k
>-
NousResearch/hermes-agentInstall - shop-app221.5k
Shop.app: product search, order tracking, returns, reorder.
NousResearch/hermes-agentInstall - shopify221.5k
Shopify Admin & Storefront GraphQL APIs via curl. Products, orders, customers, inventory, metafields.
NousResearch/hermes-agentInstall - siyuan221.5k
SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.
NousResearch/hermes-agentInstall - telephony221.5k
Give Hermes phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.
NousResearch/hermes-agentInstall - bioinformatics221.5k
Gateway to 400+ bioinformatics skills from bioSkills and ClawBio. Covers genomics, transcriptomics, single-cell, variant calling, pharmacogenomics, metagenomics, structural biology, and more. Fetches domain-specific reference material on demand.
NousResearch/hermes-agentInstall - darwinian-evolver221.5k
Evolve prompts/regex/SQL/code with Imbue's evolution loop.
NousResearch/hermes-agentInstall - domain-intel221.5k
Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL certificate inspection, WHOIS lookups, DNS records, domain availability checks, and bulk multi-domain analysis. No API keys required.
NousResearch/hermes-agentInstall - drug-discovery221.5k
>
NousResearch/hermes-agentInstall - mpp-agent221.5k
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
NousResearch/hermes-agentInstall - stripe-link-cli221.5k
Agent payments via Stripe Link — cards, SPT, approvals.
NousResearch/hermes-agentInstall - stripe-projects221.5k
Provision SaaS services + sync creds via Stripe Projects.
NousResearch/hermes-agentInstall - shop221.5k
Shop catalog search, checkout, order tracking, returns.
NousResearch/hermes-agentInstall - creative-ideation221.5k
Generate ideas via named methods from creative practice.
NousResearch/hermes-agentInstall - backend-code-review150.5k
Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.
langgenius/difyInstall - component-refactoring150.5k
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
langgenius/difyInstall - e2e-cucumber-playwright150.5k
Write, update, or review Dify end-to-end tests under `e2e/` that use Cucumber, Gherkin, and Playwright. Use when the task involves `.feature` files, `features/step-definitions/`, `features/support/`, `DifyWorld`, scenario tags, locator/assertion choices, or E2E testing best practices for this repository.
langgenius/difyInstall - frontend-code-review150.5k
Review Dify frontend code for correctness, accessibility, component design, dify-ui usage, data/query boundaries, performance, and tests. Trigger for `.tsx`, `.ts`, `.js`, UI, React, Next.js, pending-change, or focused frontend review requests.
langgenius/difyInstall - frontend-testing150.5k
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
langgenius/difyInstall - how-to-write-component150.5k
Use when writing, refactoring, or reviewing React/TypeScript components in Dify web, especially decisions about component ownership, props/types, URL/query state, Jotai state, async state, generated API contracts, queries/mutations, overlays, effects, navigation, performance, and empty states.
langgenius/difyInstall - karpathy-guidelines150.5k
Lightweight coding guardrails for making focused, simple, and verifiable changes in this repo. Use for all coding work.
langgenius/difyInstall Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.
anthropics/claude-codeInstall- frontend-design139.3k
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
anthropics/claude-codeInstall - Writing Hookify Rules139.3k
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
anthropics/claude-codeInstall - Agent Development139.3k
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
anthropics/claude-codeInstall - Command Development139.3k
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
anthropics/claude-codeInstall - Hook Development139.3k
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
anthropics/claude-codeInstall - MCP Integration139.3k
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
anthropics/claude-codeInstall - Plugin Settings139.3k
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
anthropics/claude-codeInstall - Plugin Structure139.3k
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
anthropics/claude-codeInstall - Skill Development139.3k
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
anthropics/claude-codeInstall - caveman90.4k
>
DietrichGebert/ponytailInstall - ponytail-help90.4k
>
DietrichGebert/ponytailInstall - ponytail-review90.4k
>
DietrichGebert/ponytailInstall - ponytail90.4k
>
DietrichGebert/ponytailInstall - ponytail-audit90.4k
>
DietrichGebert/ponytailInstall - ponytail-debt90.4k
>
DietrichGebert/ponytailInstall - ponytail-gain90.4k
>
DietrichGebert/ponytailInstall - openclaw88.8kthedotmack/claude-memInstall
- babysit88.8k
Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.
thedotmack/claude-memInstall - design-is88.8k
Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design audit", or asks for a critique that should lead to a plan.
thedotmack/claude-memInstall - do88.8k
Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.
thedotmack/claude-memInstall - how-it-works88.8k
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
thedotmack/claude-memInstall - knowledge-agent88.8k
Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.
thedotmack/claude-memInstall - learn-codebase88.8k
Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to "learn the codebase", "read the codebase", "prime", or "get up to speed".
thedotmack/claude-memInstall - make-plan88.8k
Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.
thedotmack/claude-memInstall - mem-search88.8k
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
thedotmack/claude-memInstall - oh-my-issues88.8k
Cluster a GitHub issue backlog by root cause into a small set of plan-master issues, redirect children with a standardized comment, and bundle architectural-fix PRs that close clusters atomically. Use when an issue tracker has accumulated dozens of reports that share underlying defects, when asked to triage / consolidate / cluster / dedupe issues, when asked to build a plan series or roadmap from open issues, or when routing a new incoming bug into an existing plan.
thedotmack/claude-memInstall - pathfinder88.8k
Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
thedotmack/claude-memInstall - smart-explore88.8k
Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
thedotmack/claude-memInstall - standup88.8k
Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.
thedotmack/claude-memInstall - timeline-report88.8k
Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.
thedotmack/claude-memInstall Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing (so `npx claude-mem@X.Y.Z` resolves) is handed off to the human maintainer, who raised npm security.
thedotmack/claude-memInstall- weekly-digests88.8k
Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests", "week-by-week story", "serial timeline", or "narrative chapters" of a project's history.
thedotmack/claude-memInstall - wowerpoint88.8k
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about <file>", "turn this report into slides", or any request to render a single document as shareable narrative slides.
thedotmack/claude-memInstall - what-the88.8k
What the? Use when the user wants a plain-English breakdown of something technical — the who, what, where, why, and when.
thedotmack/claude-memInstall - cross-repo-testing82.3k
This skill should be used when the user asks to "test a cross-repo feature", "deploy a feature branch to staging", "test SDK against OH Cloud", "e2e test a cloud workspace feature", "test provider tokens", "test secrets inheritance", or when changes span the SDK and OpenHands server repos and need end-to-end validation against a staging deployment.
OpenHands/OpenHandsInstall - upcoming-release82.3k
This skill should be used when the user asks to "generate release notes", "list upcoming release PRs", "summarize upcoming release", "/upcoming-release", or needs to know what changes are part of an upcoming release.
OpenHands/OpenHandsInstall - update-sdk82.3k
This skill should be used when the user asks to "update SDK", "bump SDK version", "pin SDK to a commit", "test unreleased SDK", "update agent-server image", "bump the version", "prepare a release", "what files change for a release", or needs to know how SDK packages are managed in the OpenHands repository. For detailed reference material, see references/docker-image-locations.md and references/sdk-pinning-examples.md in this skill directory.
OpenHands/OpenHandsInstall One-click contribution flow for Open Design (nexu-io/open-design) — even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship my OD skill, ship my OD design system, translate OD docs, report an OD bug, od-contribute.
nexu-io/open-designInstall- templates82knexu-io/open-designInstall
- audio-jingle82k
|
nexu-io/open-designInstall - blog-post82k
|
nexu-io/open-designInstall |
nexu-io/open-designInstallSelf-contained floating chat widget with welcome screen, social links, meeting button, and message input. Single HTML file, zero dependencies.
nexu-io/open-designInstall- critique82k
|
nexu-io/open-designInstall