███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15501 | generating-trading-signals | jeremylongshore/claude-code-plugins-plus-skills |
Generating Trading Signals Overview Multi-indicator signal generation system that analyzes price action using 7 technical indicators and produces composite BUY/SELL signals with confidence scores and risk management levels. Indicators Used: RSI (Relative Strength Index) - Overbought/oversold MACD (Moving Average Convergence Divergence) - Trend and momentum Bollinger Bands - Mean reversion and volatility Trend (SMA 20/50/200 crossovers) - Trend direction Volume - Confirmation of moves Stochastic ...
|
53 |
| 15502 | trpc-tanstack-nextjs | diegojohnsonl/trpc-tanstack-nextjs |
tRPC + TanStack Query + Next.js App Router End-to-end typesafe APIs for Next.js using tRPC v11 with @trpc/tanstack-react-query adapter. Core Setup setup - Full setup from scratch with all modules routers - Creating routers, procedures, middleware client-usage - Queries, mutations, useUtils in client components server-usage - Prefetching, hydration, getCaller in server components Optional Integrations better-auth-integration - Add session/user to tRPC context with Better Auth optimistic-updates -...
|
53 |
| 15503 | lookalike-customer-finder | onewave-ai/claude-skills |
Lookalike Customer Finder Find companies that look exactly like your best customers. Instructions You are an expert at account-based prospecting and market analysis. Your mission is to analyze a company's best customers and find similar companies that match the same profile, creating high-quality target account lists. Analysis Framework Customer Profile Dimensions: Firmographics - Industry, size, revenue, location, public/private Technographics - Tech stack, tools used, platforms Growth Si...
|
53 |
| 15504 | moai-lang-ruby | modu-ai/moai-adk |
Quick Reference (30 seconds) Ruby 3.3+ Development Specialist - Rails 7.2, ActiveRecord, Hotwire/Turbo, RSpec, and modern Ruby patterns. Auto-Triggers: Files with .rb extension, Gemfile, Rakefile, config.ru, Rails or Ruby discussions Core Capabilities: Ruby 3.3 Features: YJIT production-ready, pattern matching, Data class, endless methods Web Framework: Rails 7.2 with Turbo, Stimulus, and ActiveRecord Frontend: Hotwire including Turbo and Stimulus for SPA-like experiences Testing: RSpec with...
|
53 |
| 15505 | evaluating-llms-harness | orchestra-research/ai-research-skills |
lm-evaluation-harness - LLM Benchmarking Quick start lm-evaluation-harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics. Installation: pip install lm-eval Evaluate any HuggingFace model: lm_eval --model hf \ --model_args pretrained=meta-llama/Llama-2-7b-hf \ --tasks mmlu,gsm8k,hellaswag \ --device cuda:0 \ --batch_size 8 View available tasks: lm_eval --tasks list Common workflows Workflow 1: Standard benchmark evaluation Evaluate model o...
|
53 |
| 15506 | pr-specialist | ncklrs/startup-os-skills |
PR Specialist Expert public relations guidance for earned media strategy, media relations, and reputation building — from press releases to crisis communication. Philosophy Great PR is earned, not bought: Build relationships before you need them — Journalists remember who helped them, not who pitched them Newsworthy first, company second — Lead with the story, not the press release Credibility compounds — Every interaction builds or erodes your reputation Measure what matters — Coverage quality ...
|
53 |
| 15507 | bun bundler | secondsky/claude-skills |
Bun's bundler is a fast JavaScript/TypeScript bundler built on the same engine as Bun's runtime. It's an esbuild-compatible alternative with native performance. Quick Start CLI ``` Basic bundle bun build ./src/index.ts --outdir ./dist Production build bun build ./src/index.ts --outdir ./dist --minify Multiple entry points bun build ./src/index.ts ./src/worker.ts --outdir ./dist ``` JavaScript API ``` const result = await Bun.build({ entrypoints: ["./src/index.ts"], outdir: "./d...
|
53 |
| 15508 | prompting | diskd-ai/prompting |
Customization Before executing, check for user customizations at: ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/Prompting/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification : curl -s -X P...
|
53 |
| 15509 | adding-resource | volcengine/openviking |
OpenViking (OV) add-resource The ov add-resource command imports external resources into OpenViking's context database — supporting local files, directories, URLs, and remote repositories. Resources are automatically processed with semantic analysis and organized under the viking://resources/ namespace. When to Use Importing project documentation, code repositories, or reference materials Adding web pages, articles, or online resources for future retrieval Building a knowledge base from external...
|
53 |
| 15510 | podcast-generation | sickn33/antigravity-awesome-skills |
Podcast Generation Skill Overview This skill generates high-quality podcast audio from text content. The workflow includes creating a structured JSON script (conversational dialogue) and executing audio generation through text-to-speech synthesis. Core Capabilities Convert any text content (articles, reports, documentation) into podcast scripts Generate natural two-host conversational dialogue (male and female hosts) Synthesize speech audio using text-to-speech Mix audio chunks into a final podc...
|
53 |
| 15511 | backend-microservice-development | tencentblueking/bk-ci |
后端微服务开发 Quick Reference 核心服务:process(流水线) | project(项目) | repository(代码库) | auth(权限) 四层架构:api-{service}(接口) → biz-{service}(业务+DAO) → boot-{service}(启动) → model-{service}(数据模型) 包命名:com.tencent.devops.<module> Resource 前缀:User*(Web) | Service*(内部) | Build*(Agent) | Open*(外部) 最简示例 // Resource 接口定义 @Tag ( name = "USER_PIPELINE" , description = "用户-流水线资源" ) @Path ( "/user/pipelines" ) @Produces ( MediaType . APPLICATION_JSON ) interface UserPipelineResource { @GET @Operation ( summary = "获取流水线列表" ) ...
|
53 |
| 15512 | mql-developer | thomaspraun/mql-developer |
MQL Developer Guide for professional MQL4/MQL5 development on MetaTrader platforms. Quick Reference Navigation Load the appropriate reference file based on the task: Task Reference File MQL4 syntax, types, functions, predefined vars references/mql4-reference.md MQL5 syntax, OOP, CTrade, Standard Library references/mql5-reference.md Project structure, EA architecture, design patterns references/architecture-patterns.md Orders, positions, risk management, trailing stops references/trading-operatio...
|
53 |
| 15513 | ln-831-oss-replacer | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-831-oss-replacer Type: L3 Worker Category: 8XX Optimization Parent: ln-830-code-modernization-coordinator Executes OSS replacement plans from ln-645-open-source-replacer auditor. For each custom module with an OSS alternative: install package, rewrite imports, run tests, keep or discard atomically. Overview Aspect Detail...
|
53 |
| 15514 | jira-ticket-viewer | delexw/claude-code-misc |
Jira Ticket Viewer Fetch and display Jira ticket details using the jira CLI tool. Arguments $ARGUMENTS[0] — Jira issue key (e.g. PROJ-123 ) $ARGUMENTS[1] — (optional) Base directory for all temp assets (raw JSON, attachments, parsed output). Defaults to .implement-assets/jira When invoked by the orchestrator (e.g. implement ), $ARGUMENTS[1] is provided. When used standalone, it defaults to .implement-assets/jira . System Requirements jira CLI installed and configured ( https://github.com/ankitpo...
|
53 |
| 15515 | web_searcher | cliuxinxin/rag_agent |
Web Search Specialist You are a researcher with access to the internet. When the user asks for current events, news, or specific facts (e.g., "Who won the game yesterday?", "Stock price of Apple"), use the run_skill_script tool to execute search.py . The script accepts arguments. Pass the search query as the argument. Example: run_skill_script("search.py", ["current price of Bitcoin"])
|
53 |
| 15516 | km-mcp-skills | api/git |
No SKILL.md available for this skill. View on GitHub
|
53 |
| 15517 | ios-uikit-architecture | thebushidocollective/han |
iOS - UIKit Architecture Architectural patterns and best practices for UIKit-based iOS applications. Key Concepts MVVM Architecture The Model-View-ViewModel pattern separates concerns: Model: Data and business logic View: UIViewController and UIView subclasses ViewModel: Presentation logic, transforms model data for display // Model struct User { let id: String let firstName: String let lastName: String let email: String } // ViewModel class UserProfileViewModel { privat...
|
53 |
| 15518 | frontend-implementation | mae616/design-skills |
Frontend Implementation Skill When to Apply Apply this skill when the request involves: UI implementation, design-to-code, Figma to code, component implementation, styling, responsive design, fixing broken UI UI実装、デザインから実装、Figmaから実装、コンポーネント実装、スタイル調整、レスポンシブ対応、UIの崩れ修正 Translating any design tool output (Figma/Pencil/Canva/sketches) to code Core Principles Goal is not pixel-perfect copying, but maintaining ratios, alignment, resilience, and consistency. Translate, don't transcribe. Design tool valu...
|
53 |
| 15519 | b2c-scapi-custom | salesforcecommercecloud/b2c-developer-tooling |
B2C SCAPI Custom APIs Skill Use the b2c CLI plugin to manage SCAPI Custom API endpoints and check their registration status. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli scapi custom status ). Required: Tenant ID The --tenant-id flag is required for all commands. The tenant ID identifies your B2C Commerce instance. Important: The tenant ID is NOT the same as the organization ID: Tenant ID : zzxy_prd (used with commands that require --t...
|
53 |
| 15520 | confidence-scoring | laurigates/claude-plugins |
This skill provides systematic evaluation of PRPs (Product Requirement Prompts) and work-orders to determine their readiness for execution or delegation. When to Use This Skill Activate this skill when: - Creating a new PRP (`/prp:create`) - Generating a work-order (`/blueprint:work-order`) - Deciding whether to execute or refine a PRP - Evaluating whether a task is ready for subagent delegation - Reviewing PRPs/work-orders for quality Scoring Dimensions 1. Context Completeness (1-10...
|
53 |
| 15521 | security | pluginagentmarketplace/custom-plugin-python |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
53 |
| 15522 | evolutionary-metric-ranking | terrylica/cc-skills |
Evolutionary Metric Ranking Methodology for systematically zooming into high-quality configurations across multiple evaluation metrics using per-metric percentile cutoffs, intersection-based filtering, and evolutionary optimization. Domain-agnostic principles with quantitative trading case studies. Companion skills : rangebar-eval-metrics (metric definitions) | adaptive-wfo-epoch (WFO integration) | backtesting-py-oracle (SQL validation) When to Use This Skill Use this skill when: Ranking and fi...
|
53 |
| 15523 | recall | berserkdisruptors/contextual-commits |
/recall — Search Past Claude & Codex Sessions Search all past Claude Code and Codex sessions using full-text search with BM25 ranking. Usage python3 ~/.claude/skills/recall/scripts/recall.py QUERY [ --project PATH ] [ --days N ] [ --source claude | codex ] [ --limit N ] [ --reindex ] Examples Simple keyword search python3 ~/.claude/skills/recall/scripts/recall.py "bufferStore" Phrase search (exact match) python3 ~/.claude/skills/recall/scripts/recall.py '"ACP protocol"' Boolean query python3 ...
|
53 |
| 15524 | ralph-setup | andrelandgraf/fullstackrecipes |
Ralph Agent Loop To set up Ralph Agent Loop, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ralph-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ralph-setup
|
53 |
| 15525 | openclaw | win4r/openclaw-skill |
OpenClaw CLI Overview OpenClaw is a multi-channel messaging and agent platform. The CLI provides commands for gateway management, agent orchestration, channel operations (WhatsApp, Telegram), device pairing, and automated messaging workflows. Quick Reference Check CLI version and help openclaw --version openclaw --help openclaw --log-level < level > Override log level (silent|fatal|error|warn|info|debug|trace) openclaw --no-color Disable ANSI colors Setup and configuration openclaw setup In...
|
53 |
| 15526 | shadcn-inertia | inertia-rails/skills |
shadcn/ui for Inertia Rails shadcn/ui patterns adapted for Inertia.js + Rails + React. NOT Next.js. Before using a shadcn example, ask: Does it use react-hook-form + zod ? → Replace with Inertia <Form> + name attributes. Inertia handles CSRF, errors, redirects, processing state — react-hook-form would fight all of this. Does it use 'use client' ? → Remove it. Inertia has no RSC — all components are client components. Does it use next/link , next/head , useRouter() ? → Replace with Inertia <Link>...
|
53 |
| 15527 | test-coverage-improver | openai/openai-agents-js |
Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start From the repo root run make coverage to regenerate .coverage data and coverage.xml. Collect artifacts: .coverage and coverage.xml, plus the console outp...
|
53 |
| 15528 | explainer video scripter | eddiebe147/claude-settings |
Explainer Video Scripter Write scripts for educational and explainer videos that teach effectively When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create explainer video scripter explainer video Review and optimize review explainer video scripter Get best pra...
|
53 |
| 15529 | langgraph-agents | scientiacapital/skills |
<quick_start> State schema (foundation): from typing import TypedDict, Annotated from langgraph.graph import add_messages class AgentState(TypedDict, total=False): messages: Annotated[list, add_messages] Auto-merge next_agent: str For handoffs Pattern selection: Pattern When Agents Supervisor Clear hierarchy 3-10 Swarm Peer collaboration 5-15 Master Learning systems 10-30+ Multi-provider: Use lang-core for auto-selection by cost/quality/speed </quick_start> <success_criteria> ...
|
53 |
| 15530 | mise | zenobi-us/dotfiles |
You are a mise specialist with deep expertise in version management, tool orchestration, environment configuration, and task automation. Your focus is helping users leverage mise for reproducible, fast development environments and streamlined workflows. Core Competencies Tool Management - Installing tools: `mise install node@20`, `mise install cargo:ripgrep` - Version pinning: `mise use node@20 -g` (global), `mise use python@3.11` (project) - Version queries: `mise ls` (list installed), `...
|
53 |
| 15531 | azure-storage-blob-java | sickn33/antigravity-awesome-skills |
Azure Storage Blob SDK for Java Build blob storage applications using the Azure Storage Blob SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-storage-blob </ artifactId > < version > 12.33.0 </ version > </ dependency > Client Creation BlobServiceClient import com . azure . storage . blob . BlobServiceClient ; import com . azure . storage . blob . BlobServiceClientBuilder ; // With SAS token BlobServiceClient serviceClient = new BlobServiceClientB...
|
53 |
| 15532 | changelog-review | laurigates/claude-plugins |
Claude Code Changelog Review Expertise for analyzing Claude Code changelog and identifying impacts on plugin development. Core Purpose Review Claude Code releases to: Identify breaking changes requiring plugin updates Discover new features plugins can leverage Track deprecations before they become problems Ensure plugins follow current best practices Change Categories High Impact (Action Required) Category Example Changes Action Breaking changes API changes, renamed tools Update affected plugins...
|
53 |
| 15533 | b2c-scapi-shopper | salesforcecommercecloud/b2c-developer-tooling |
Shopper Commerce APIs (SCAPI) This skill guides you through consuming standard Shopper APIs for building headless commerce experiences. Shopper APIs are RESTful endpoints designed for customer-facing storefronts. Note: For creating custom API endpoints, see b2c-custom-api-development . This skill focuses on consuming standard Shopper APIs. Overview Shopper APIs are designed for frontend commerce applications: Client : PWA Kit, composable storefronts, mobile apps Authentication : SLAS (Shopper Lo...
|
53 |
| 15534 | content-similarity-checker | dkyazzentwatwa/chatgpt-skills |
Content Similarity Checker Compare documents and text for similarity using multiple algorithms. Features Cosine Similarity: TF-IDF based comparison Jaccard Similarity: Set-based comparison Levenshtein Distance: Edit distance for short texts Batch Comparison: Compare multiple documents Similarity Matrix: Pairwise comparison of all documents Reports: Detailed similarity reports Quick Start from similarity_checker import SimilarityChecker checker = SimilarityChecker() Compare two texts score =...
|
53 |
| 15535 | launch-strategy | kimny1143/claude-code-template |
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Core Philo...
|
53 |
| 15536 | tailwind-capacitor | cap-go/capacitor-skills |
Tailwind CSS for Capacitor Apps Build beautiful mobile apps with Tailwind CSS and Capacitor. When to Use This Skill User is using Tailwind in Capacitor app User asks about mobile styling User needs responsive mobile design User wants dark mode with Tailwind User needs safe area handling Getting Started Installation bun add -D tailwindcss postcss autoprefixer bunx tailwindcss init -p Configuration // tailwind.config.js / @type { import ( 'tailwindcss' ) . Config } */ export default { content : [ ...
|
53 |
| 15537 | helm-chart-development | laurigates/claude-plugins |
Comprehensive guidance for creating, testing, and packaging custom Helm charts with best practices for maintainability and reusability. When to Use Use this skill automatically when: - User wants to create a new Helm chart - User needs to validate chart structure or templates - User mentions testing charts locally - User wants to package or publish charts - User needs to manage chart dependencies - User asks about chart best practices Chart Creation & Structure Create New Chart ```...
|
53 |
| 15538 | building-tui-apps | mhagrelius/dotfiles |
Building TUI Applications Overview TUIs are reactive terminal interfaces. Unlike CLIs (single operation → exit), TUIs maintain state, handle events, and update displays continuously. Think of them as web apps for the terminal. When to Use TUI digraph decision { rankdir=TB; "Need persistent display?" [shape=diamond]; "Multiple views/panels?" [shape=diamond]; "Real-time updates?" [shape=diamond]; "CLI with progress" [shape=box, style=filled, fillcolor=lightblue]; "Full TU...
|
53 |
| 15539 | thumbnail | kenneth-liao/ai-launchpad-marketplace |
Thumbnail Skill This skill enables generation of high-performing thumbnails and cover images optimized for click-through rate (CTR). Thumbnails are designed to spark curiosity, complement titles, and compel viewers to click. Image Generation All image generation and editing goes through the creator-stack:nanobanana skill — it provides access to Gemini image models (Pro and Flash) with support for text-to-image, image editing, multi-image reference, and high-resolution output. Invoke it before ge...
|
53 |
| 15540 | property-based-testing | laurigates/claude-plugins |
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
|
53 |
| 15541 | app-dev | freshworks-developers/marketplace |
Freshworks Platform 3.0 Development Skill 🚨 MOST IMPORTANT - ZERO TOLERANCE: An app is NEVER complete until fdk validate shows ZERO platform errors AND ZERO lint errors. NEVER say "app complete" or "app generated" with ANY errors remaining. 🚨 MANDATORY ENFORCEMENT: Fix ALL errors (platform AND lint) before finalizing. Keep iterating max 6 times with command fdk validate , until errors = 0. No exceptions. You are a Freshworks Platform 3.0 senior solutions architect and enforcement layer. Core Rul...
|
53 |
| 15542 | uv | mitsuhiko/agent-stuff |
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
|
53 |
| 15543 | imessage-query | terrylica/cc-skills |
iMessage Database Query Query the macOS iMessage SQLite database ( ~/Library/Messages/chat.db ) to retrieve conversation history, decode messages stored in binary format, and build sourced timelines with precise timestamps. When to Use Retrieving iMessage conversation history for a specific contact Building sourced timelines with timestamps from text messages Searching for keywords across all conversations Debugging messages that appear empty but contain recoverable text Extracting message conte...
|
53 |
| 15544 | dockerfile-optimise | pproenca/dot-skills |
Dockerfile Optimization Best Practices Comprehensive Dockerfile optimization guide sourced exclusively from official Docker documentation. Contains 48 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Dockerfiles or modifying existing ones Optimizing Docker build times (layer caching, cache mounts, context management) Reducing Docker image size (multi-stage builds, minimal base images) H...
|
53 |
| 15545 | tauri-mcp-test-runner | xiaolai/vmark |
Tauri MCP Test Runner Overview Run VMark end-to-end UI flows using the Tauri MCP tools and summarize results. Workflow Confirm the desktop app is running. If not, ask the user to start it. Start MCP session via mcp__tauri__tauri_driver_session (action: start , port: 9223 or omit for default). List windows ( mcp__tauri__tauri_manage_window action: list ) and pick the target window. Execute test flows using the patterns in references/flows.md . Capture logs when needed ( mcp__tauri__tauri_read_log...
|
53 |
| 15546 | nemo-evaluator-sdk | orchestra-research/ai-research-skills |
NeMo Evaluator SDK evaluates LLMs across 100+ benchmarks from 18+ harnesses using containerized, reproducible evaluation with multi-backend execution (local Docker, Slurm HPC, Lepton cloud). Installation: ``` pip install nemo-evaluator-launcher ``` Set API key and run evaluation: ``` export NGC_API_KEY=nvapi-your-key-here Create minimal config cat > config.yaml << 'EOF' defaults: - execution: local - deployment: none - _self_ execution: output_dir: ./results target: api_endpoi...
|
53 |
| 15547 | youtube-transcript | connorads/dotfiles |
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
|
53 |
| 15548 | infographic designer | eddiebe147/claude-settings |
Infographic Designer An information design expert that transforms complex data and concepts into clear, engaging visual stories. This skill combines data visualization principles, visual hierarchy, and storytelling to create infographics that inform, educate, and persuade. From statistical reports to process flows to comparison charts, this skill ensures your data is not just seen, but understood and remembered. Core Workflows Workflow 1: Statistical Infographic Gather data Collect all statistic...
|
53 |
| 15549 | go-feature-flag | laurigates/claude-plugins |
Open-source feature flag solution with file-based configuration and OpenFeature integration. Use when setting up self-hosted feature flags, configuring flag files, or deploying the relay proxy. When to Use Automatic activation triggers: - User mentions "GO Feature Flag", "GOFF", or "gofeatureflag" - Project has `@openfeature/go-feature-flag-provider` dependency - Project has `flags.goff.yaml` or similar flag configuration - User asks about self-hosted feature flags - Docker/K8s configura...
|
53 |
| 15550 | devops-automator | erichowens/some_claude_skills |
DevOps Automator Expert DevOps engineer specializing in CI/CD pipelines, infrastructure as code, container orchestration, and deployment automation. Activation Triggers Activate on: "CI/CD", "GitHub Actions", "deployment pipeline", "Terraform", "infrastructure as code", "IaC", "Docker", "Kubernetes", "K8s", "Helm", "container orchestration", "GitOps", "ArgoCD", "deployment automation", "secrets management", "monitoring setup" NOT for: Application development → language skills | Database desi...
|
53 |