███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14401 | clickup-automation | composiohq/awesome-claude-skills |
ClickUp Automation via Rube MCP Automate ClickUp project management workflows including task creation and updates, workspace hierarchy navigation, comments, and team member management through Composio's ClickUp toolkit. Toolkit docs : composio.dev/toolkits/clickup Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active ClickUp connection via RUBE_MANAGE_CONNECTIONS with toolkit clickup Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add ...
|
88 |
| 14402 | startup-competitive-analysis | vasilyu1983/ai-agents-public |
Startup Competitive Analysis Use this skill to produce decision-oriented competitive intelligence: define the competitive set, collect evidence, synthesize match / ignore / bet decisions, and ship practical artifacts teams can use (briefs, landscapes, battlecards, win/loss). Operating Principles (2026) Prefer decisions over inventories: make explicit match / ignore / bet calls with rationale and owner. Treat competitor claims as hypotheses: validate with buyer reality and current evidence. Dat...
|
88 |
| 14403 | google-calendar-automation | sickn33/antigravity-awesome-skills |
Google Calendar Automation via Rube MCP Automate Google Calendar workflows including event creation, scheduling, availability checks, attendee management, and calendar browsing through Composio's Google Calendar toolkit. Toolkit docs : composio.dev/toolkits/googlecalendar Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Calendar connection via RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar Always call RUBE_SEARCH_TOOLS first to get current tool schemas Se...
|
88 |
| 14404 | kapso-api | gokapso/agent-skills |
Kapso Platform API When to use Use this skill for Platform API operations: creating customers, generating setup links, provisioning phone numbers, or detecting WhatsApp connections. Setup Base host: https://api.kapso.ai (scripts append /platform/v1) Auth header: X-API-Key: <api_key> How to Onboard a customer Create customer: POST /customers Generate setup link: POST /customers/:id/setup_links Customer completes embedded signup Use phone_number_id to send messages Detect connection Option ...
|
88 |
| 14405 | windows-infra-admin | 404kidwiz/claude-supercode-skills |
Provides Windows Server and enterprise administration expertise specializing in Active Directory, Hybrid Identity, and PowerShell automation. Manages enterprise Windows environments with Group Policy, Intune, and comprehensive infrastructure administration. When to Use - Designing or troubleshooting Active Directory topology (Forests, Domains, Sites) - Implementing Group Policy Objects (GPO) for security hardening (CIS Benchmarks) - Automating administrative tasks with PowerShell (User crea...
|
88 |
| 14406 | zig-system-calls | oven-sh/bun |
Use `bun.sys` instead of `std.fs` or `std.posix` for cross-platform syscalls with proper error handling. bun.sys.File (Preferred) For most file operations, use the `bun.sys.File` wrapper: ``` const File = bun.sys.File; const file = switch (File.open(path, bun.O.RDWR, 0o644)) { .result => |f| f, .err => |err| return .{ .err = err }, }; defer file.close(); // Read/write _ = try file.read(buffer).unwrap(); _ = try file.writeAll(data).unwrap(); // Get file info const stat = try file.s...
|
88 |
| 14407 | git-master | code-yeongyu/oh-my-opencode |
Git Mastery - Complete Git Expertise 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes ( \ ) in file paths, NOT forward slashes ( / ). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER crea...
|
88 |
| 14408 | xcodebuildmcp-cli | getsentry/xcodebuildmcp |
XcodeBuildMCP CLI Use XcodeBuildMCP tools via the xcodebuildmcp executable instead of raw xcodebuild , xcrun , or simctl . Step 1: Ensure the CLI Exists Check availability: xcodebuildmcp --help If missing, install with one of: brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp npm install -g xcodebuildmcp@latest Re-check after install: xcodebuildmcp --help Step 2: Use Help-First Discovery Discover workflows and arguments from the CLI itself: xcodebuildmcp --help xcodebuildmcp tools xcod...
|
88 |
| 14409 | marketing-strategy-pmm | manojbajaj95/claude-gtm-plugin |
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
|
88 |
| 14410 | claude-opus-4-5-migration | aiskillstore/marketplace |
Opus 4.5 Migration Guide One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Migration Workflow Search codebase for model strings and API calls Update model strings to Opus 4.5 (see platform-specific strings below) Remove unsupported beta headers Add effort parameter set to "high" (see references/effort.md) Summarize all changes made Tell the user: "If you encounter any issues with Opus 4.5, let me know and I can help adjust your prompts." Model String Updates Identify wh...
|
88 |
| 14411 | architecture | vudovn/antigravity-kit |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
88 |
| 14412 | gh-pr-review | agynio/gh-pr-review |
gh-pr-review A GitHub CLI extension that provides complete inline PR review comment access from the terminal with LLM-friendly JSON output. When to Use Use this skill when you need to: View inline review comments and threads on a pull request Reply to review comments programmatically Resolve or unresolve review threads Create and submit PR reviews with inline comments Access PR review context for automated workflows Filter reviews by state, reviewer, or resolution status This tool is particularl...
|
88 |
| 14413 | patent-claims-analyzer | robthepcguy/claude-patent-creator |
Automated analysis of patent claims for USPTO compliance with 35 USC 112(b) requirements. When to Use Invoke this skill when users ask to: - Review patent claims for definiteness - Check antecedent basis in claims - Analyze claim structure - Find claim drafting issues - Validate claims before filing - Fix USPTO office action issues related to claims What This Skill Does Performs comprehensive automated analysis: - Antecedent Basis Checking: Finds terms used without prior introduct...
|
88 |
| 14414 | atomic-design | jwilger/agent-skills |
Atomic Design Value: Simplicity and communication. Building UI from small, named, composable pieces makes the interface understandable to everyone on the team and prevents the complexity that comes from monolithic components. Purpose Teaches how to organize UI components into a hierarchy of increasing complexity: atoms, molecules, organisms, and templates. Each level has clear responsibilities and composition rules. The outcome is a component system where every piece is reusable, testable in iso...
|
88 |
| 14415 | web design builder | rknall/claude-skills |
This skill creates professional HTML5/JavaScript web designs from specifications, with automatic accessibility and functionality verification using Playwright MCP. When to Use This Skill Activate this skill when the user requests: - Create a web design from a specification or description - Build a landing page, website, or web application - Create a design mockup or prototype - Refactor or improve existing HTML/CSS/JavaScript code - Build responsive web interfaces - Create component lib...
|
88 |
| 14416 | supabase-automation | composiohq/awesome-claude-skills |
Supabase Automation via Rube MCP Automate Supabase operations including database queries, table schema inspection, SQL execution, project and organization management, storage buckets, edge functions, and service health monitoring through Composio's Supabase toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Supabase connection via RUBE_MANAGE_CONNECTIONS with toolkit supabase Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : ...
|
88 |
| 14417 | non-fiction-revision | jwynia/agent-skills |
Non-Fiction Revision Diagnostic Purpose Diagnose and guide revisions in non-fiction books (business, self-help, academic, popular science, memoir). Non-fiction operates across multiple levels simultaneously—thesis, structure, evidence, pedagogy. Changes at one level cascade to others. This skill identifies which level needs attention and prevents revision damage. Quick Reference State Signal Core Issue NR1 Thesis feels unclear or weak Conceptual level problem NR2 Arguments don't build logicall...
|
88 |
| 14418 | defi-protocol-templates | sickn33/antigravity-awesome-skills |
DeFi Protocol Templates Production-ready templates for common DeFi protocols including staking, AMMs, governance, lending, and flash loans. When to Use This Skill Building staking platforms with reward distribution Implementing AMM (Automated Market Maker) protocols Creating governance token systems Developing lending/borrowing protocols Integrating flash loan functionality Launching yield farming platforms Staking Contract // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@open...
|
88 |
| 14419 | chartli | ahmadawais/chartli |
chartli Skill Use this skill when an agent needs to visualize numeric data in the terminal as ASCII/Unicode/SVG charts. Install npx skills add ahmadawais/chartli CLI install/use Instant use: npx chartli --help Global install: npm i -g chartli What chartli can do Render chart types: ascii , spark , bars , columns , heatmap , unicode , braille , svg Read from file path input Read from stdin when no file is passed Control output dimensions with --width and --height Render SVG with --mode circles|li...
|
88 |
| 14420 | x-article-publisher-skill | sickn33/antigravity-awesome-skills |
X Article Publisher Skill Overview Publish articles to X/Twitter When to Use This Skill Use this skill when you need to work with publish articles to x/twitter. Instructions This skill provides guidance and patterns for publish articles to x/twitter. For more information, see the source repository .
|
88 |
| 14421 | stripe-automation | composiohq/awesome-claude-skills |
Stripe Automation via Rube MCP Automate Stripe payment operations through Composio's Stripe toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/stripe Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Stripe connection via RUBE_MANAGE_CONNECTIONS with toolkit stripe Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoin...
|
88 |
| 14422 | gmail | sanjay3290/ai-skills |
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
|
88 |
| 14423 | bazel-build-optimization | sickn33/antigravity-awesome-skills |
Bazel Build Optimization Production patterns for Bazel in large-scale monorepos. When to Use This Skill Setting up Bazel for monorepos Configuring remote caching/execution Optimizing build times Writing custom Bazel rules Debugging build issues Migrating to Bazel Core Concepts 1. Bazel Architecture workspace/ ├── WORKSPACE.bazel External dependencies ├── .bazelrc Build configurations ├── .bazelversion Bazel version ├── BUILD.bazel Root build file ├── ap...
|
88 |
| 14424 | elevenlabs-tts | glebis/claude-skills |
ElevenLabs Text-to-Speech Premium text-to-speech with 22+ voices via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate speech with ElevenLabs infsh app run elevenlabs/tts --input '{"text": "Hello, welcome to our product demo.", "voice": "aria"}' Available Models Model ID Best For Latency Multilingual v2 eleven_multilingual_v2 Highest quality, 32 languages ~250ms Turbo v2.5 eleven_turbo_v2_5 Balance of speed & quality ~150ms Flash v2.5 e...
|
88 |
| 14425 | nansen-alpha-discovery | nansen-ai/nansen-cli |
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
|
88 |
| 14426 | senior-backend | borghei/claude-skills |
Senior Backend Complete toolkit for senior backend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Api Scaffolder python scripts/api_scaffolder.py [ options ] Script 2: Database Migration Tool python scripts/database_migration_tool.py [ options ] Script 3: Api Load Tester python scripts/api_load_tester.py [ options ] Core Capabilities 1. Api Scaffolder Automated tool for api scaffolder tasks. ...
|
88 |
| 14427 | contact-hunter | onewave-ai/claude-skills |
Contact Hunter Find and enrich contact information from multiple sources with detailed attribution. Instructions When a user needs to find contact information: Identify Search Type: Person search: Find specific individual Company search: Find people at a company Role search: Find people with specific job title Email verification: Validate and enrich existing email Bulk enrichment: Enrich list of contacts Gather Search Parameters: Person name (first, last) Company name Job title / role Loc...
|
88 |
| 14428 | python-development | laurigates/claude-plugins |
Python Development Project Setup Modern Python Project Structure my-project/ ├── src/ │ └── my_project/ │ ├── __init__.py │ ├── main.py │ └── utils.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── pyproject.toml ├── README.md └── .gitignore pyproject.toml [ project ] name = "my-project" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.100.0", "pydantic>=2.0", ] [ project.optional-dependencies ] dev = [ "pytest>=7.0", "ruff>...
|
88 |
| 14429 | nutrient-document-processing | pspdfkit-labs/nutrient-agent-skill |
Nutrient Document Processing Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms. Setup Get a free API key at nutrient.io export NUTRIENT_API_KEY = "pdf_live_..." All requests go to https://api.nutrient.io/build as multipart POST with an instructions JSON field. Operations Convert Documents DOCX to PDF curl -X POST https://api.nutrient.io/build \ -H "Authorization:...
|
88 |
| 14430 | indicator-chart | marketcalls/openalgo-indicator-skills |
Create an interactive Plotly chart for a technical indicator on a symbol. Arguments Parse $ARGUMENTS as: indicator symbol exchange interval $0 = indicator name (e.g., ema, rsi, macd, supertrend, bbands, adx, stochastic, ichimoku, obv, vwap). Default: ema $1 = symbol (e.g., SBIN, RELIANCE, NIFTY, AAPL). Default: SBIN $2 = exchange (e.g., NSE, BSE, NFO, NSE_INDEX). Default: NSE. For US symbols use: YFINANCE $3 = interval (e.g., D, 1h, 5m). Default: D If no arguments, ask the user which indicator a...
|
88 |
| 14431 | sentry-react-native-sdk | getsentry/sentry-agent-skills |
All Skills > SDK Setup > React Native SDK Sentry React Native SDK Opinionated wizard that scans your React Native or Expo project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to React Native" or "set up Sentry" in an RN or Expo app User wants error monitoring, tracing, profiling, session replay, or logging in React Native User mentions @sentry/react-native , mobile error tra...
|
88 |
| 14432 | langchain-framework | bobmatnyc/claude-mpm-skills |
LangChain Framework progressive_disclosure: entry_point: summary: "LLM application framework with chains, agents, RAG, and memory" when_to_use: - "When building LLM-powered applications" - "When implementing RAG (Retrieval Augmented Generation)" - "When creating AI agents with tools" - "When chaining multiple LLM calls" quick_start: - "pip install langchain langchain-anthropic" - "Set up LLM (ChatAnthropic or ChatOpenAI)" - "Create chain with prompts and LLM" - "Invoke chain with input" token_es...
|
88 |
| 14433 | software-security-appsec | vasilyu1983/ai-agents-public |
Software Security & AppSec — Quick Reference Production-grade security patterns for building secure applications in Jan 2026. Covers OWASP Top 10:2025 (stable) https://owasp.org/Top10/2025/ plus OWASP API Security Top 10 (2023) https://owasp.org/API-Security/ and secure SDLC baselines (NIST SSDF) https://csrc.nist.gov/publications/detail/sp/800-218/final. When to Use This Skill Activate this skill when: Implementing authentication or authorization systems Handling user input that could lead ...
|
88 |
| 14434 | go-to-market-strategy | manojbajaj95/claude-gtm-plugin |
Go-to-Market Strategy End-to-end GTM playbook: motion selection, positioning, channel strategy, phased launch execution, launch marketing, and technical product launches. Core Philosophy A launch is a campaign, not an event. Build momentum before launch, peak at launch, sustain after. The best companies don't launch once — they launch again and again. GTM Motion Selection Motion Best For Key Lever PLG SMB, developers, low ACV (<$5K) Free → paid conversion PLG + Sales-Assist Mid-market, $5K-$25K ...
|
88 |
| 14435 | raffle-winner-picker | skillcreatorai/ai-agent-skills |
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
|
88 |
| 14436 | spark-optimization | sickn33/antigravity-awesome-skills |
Apache Spark Optimization Production patterns for optimizing Apache Spark jobs including partitioning strategies, memory management, shuffle optimization, and performance tuning. When to Use This Skill Optimizing slow Spark jobs Tuning memory and executor configuration Implementing efficient partitioning strategies Debugging Spark performance issues Scaling Spark pipelines for large datasets Reducing shuffle and data skew Core Concepts 1. Spark Execution Model Driver Program ↓ Job (trigger...
|
88 |
| 14437 | context-management | rysweet/amplihack |
Context Management Skill Purpose This skill enables proactive management of Claude Code's context window through intelligent token monitoring, context extraction, and selective rehydration. Instead of reactive recovery after compaction, this skill helps users preserve essential context before hitting limits and restore it efficiently when needed. Version 3.0 Enhancements: Predictive Budget Monitoring: Estimate when capacity thresholds will be reached Context Health Indicators: Visual indicato...
|
88 |
| 14438 | api-documentation | bobmatnyc/claude-mpm-skills |
API Documentation When to use this skill API Development : When adding new endpoints External Release : Public API launch Team Collaboration : Frontend-backend interface definition Instructions Step 1: OpenAPI (Swagger) Spec openapi : 3.0.0 info : title : User Management API version : 1.0.0 description : API for managing users contact : email : api@example.com servers : - url : https : //api.example.com/v1 description : Production - url : https : //staging - api.example.com/v1 description : Stag...
|
88 |
| 14439 | healthcare-expert | personamanagmentlayer/pcl |
Expert guidance for healthcare systems, medical informatics, regulatory compliance (HIPAA), and health data standards (HL7, FHIR). Core Concepts Healthcare IT - Electronic Health Records (EHR) - Health Information Exchange (HIE) - Clinical Decision Support Systems - Telemedicine platforms - Medical imaging systems (PACS) - Laboratory information systems Standards and Protocols - HL7 (Health Level 7) - FHIR (Fast Healthcare Interoperability Resources) - DICOM (Digital Imaging and C...
|
88 |
| 14440 | pydantic-ai-tool-system | existential-birds/beagle |
PydanticAI Tool System Tool Registration Two decorators based on whether you need context: from pydantic_ai import Agent, RunContext agent = Agent('openai:gpt-4o') @agent.tool - First param MUST be RunContext @agent.tool async def get_user_data(ctx: RunContext[MyDeps], user_id: int) -> str: """Get user data from database. Args: ctx: The run context with dependencies. user_id: The user's ID. """ return await ctx.deps.db.get_user(user_id) @agent.tool_plain -...
|
88 |
| 14441 | scientific-paper-figure-generator | dkyazzentwatwa/chatgpt-skills |
Create publication-ready figures for scientific papers with proper formatting, high resolution, and journal-compliant styling. Purpose Scientific figure creation for: - Research paper submissions - Conference presentations - Thesis and dissertation figures - Grant proposals - Academic posters Features - Journal Templates: Nature, Science, IEEE, ACS styles - Multi-Panel Figures: Subfigures with labels (a, b, c) - High Resolution: 300+ DPI for publication - Vector Output: EPS, PDF fo...
|
88 |
| 14442 | note | yeachan-heo/oh-my-claudecode |
Save important context to `.omc/notepad.md` that survives conversation compaction. Usage | `/oh-my-claudecode:note <content>` | Add to Working Memory with timestamp | `/oh-my-claudecode:note --priority <content>` | Add to Priority Context (always loaded) | `/oh-my-claudecode:note --manual <content>` | Add to MANUAL section (never pruned) | `/oh-my-claudecode:note --show` | Display current notepad contents | `/oh-my-claudecode:note --prune` | Remove entries older than 7 days | `...
|
88 |
| 14443 | planning | davila7/claude-code-templates |
AI Maestro Planning Solve the execution problem -- staying focused during complex, multi-step tasks. Uses persistent markdown files to track goals, findings, and progress so you never lose context. Part of the AI Maestro suite. When to Use Multi-step tasks (3+ steps) Research projects Building features requiring >5 tool calls Any task where you might lose track of the goal The 3-File Pattern Create in docs_dev/ (or $AIMAESTRO_PLANNING_DIR ): File Purpose Update When task_plan.md Goals, phases, d...
|
87 |
| 14444 | session-learning | rysweet/amplihack |
This skill provides cross-session learning by: - Extracting learnings from session transcripts at Stop hook - Storing learnings in structured YAML format (`~/.amplihack/.claude/data/learnings/`) - Injecting relevant past learnings at SessionStart based on task similarity - Managing learnings via `/amplihack:learnings` capability Design Philosophy Ruthlessly Simple Approach: - One YAML file per learning category (not per session) - Simple keyword matching for relevance (no complex ML) -...
|
87 |
| 14445 | trend-analyst | 404kidwiz/claude-supercode-skills |
Provides expertise in identifying, analyzing, and forecasting trends in markets, technology, and business environments. Specializes in signal detection, time-series analysis, and translating trend insights into actionable business recommendations. When to Use - Identifying emerging trends in technology or markets - Analyzing time-series data for patterns and forecasts - Monitoring social signals for trend detection - Evaluating trend strength and longevity - Creating trend reports and for...
|
87 |
| 14446 | code-review-playbook | yonatangross/orchestkit |
Code Review Playbook This skill provides a comprehensive framework for effective code reviews that improve code quality, share knowledge, and foster collaboration. Whether you're a reviewer giving feedback or an author preparing code for review, this playbook ensures reviews are thorough, consistent, and constructive. Overview Reviewing pull requests or merge requests Preparing code for review (self-review) Establishing code review standards for teams Training new developers on review best pra...
|
87 |
| 14447 | model-evaluation-benchmark | rysweet/amplihack |
Purpose: Automated reproduction of comprehensive model evaluation benchmarks following the Benchmark Suite V3 reference implementation. Auto-activates when: User requests model benchmarking, comparison evaluation, or performance testing between AI models in agentic workflows. Skill Description This skill orchestrates end-to-end model evaluation benchmarks that measure: - Efficiency: Duration, turns, cost, tool calls - Quality: Code quality scores via reviewer agents - Workflow Adherence: ...
|
87 |
| 14448 | whatsapp-flows | gokapso/agent-skills |
WhatsApp Flow Management When to use Use this skill to manage WhatsApp Flows end-to-end: discover flows, edit flow JSON via versions, publish/test, attach data endpoints, and inspect responses/logs. Setup Env vars: KAPSO_API_BASE_URL (host only, no /platform/v1) KAPSO_API_KEY PROJECT_ID META_GRAPH_VERSION (optional, default v24.0) Run scripts with Node or Bun: node scripts/list-flows.js How to Create and publish a flow Create flow: node scripts/create-flow.js --phone-number-id <id> --name...
|
87 |
| 14449 | spring-boot-full-stack | mduongvandinh/skills-java-spring |
Spring Boot Full Stack Skill Overview This skill provides a complete, modular framework for building Java Spring Boot applications with enterprise-grade features. Quick Start Minimal setup (PostgreSQL + JWT only) mvn clean install -Pminimal With Redis caching mvn clean install -Dmodule.redis.enabled=true Full stack (all modules) mvn clean install -Pfull-stack Run application mvn spring-boot:run -Dspring-boot.run.profiles=local Module Selection Module Default Enable Flag PostgreSQL ON -...
|
87 |
| 14450 | music-generator | aviz85/claude-skills-library |
Music Generator Generate custom AI music using ElevenLabs Music API with detailed composition control. Features Simple Mode: Generate music from a text prompt Detailed Mode: Create multi-section compositions with precise control over styles, moods, and transitions Instrumental or Vocal: Support for both instrumental and vocal tracks Custom Duration: Generate tracks from 15 seconds to 5 minutes Quick Start cd ~/.claude/skills/music-generator/scripts Simple prompt-based generation npx ts-node ...
|
87 |