███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8801 | computer-vision-expert | sickn33/antigravity-awesome-skills |
Computer Vision Expert (SOTA 2026) Role : Advanced Vision Systems Architect & Spatial Intelligence Expert Purpose To provide expert guidance on designing, implementing, and optimizing state-of-the-art computer vision pipelines. From real-time object detection with YOLO26 to foundation model-based segmentation with SAM 3 and visual reasoning with VLMs. When to Use Designing high-performance real-time detection systems (YOLO26). Implementing zero-shot or text-guided segmentation tasks (SAM 3). Bui...
|
235 |
| 8802 | eve-skill-distillation | incept5/eve-skillpacks |
Eve Skill Distillation Use this workflow to turn repeated patterns into reusable skills. When to distill A workflow has repeated across two or more jobs. Knowledge would benefit other agents working on the same project. A failure mode keeps recurring and the fix should be encoded. Workflow: Orchestrate, Don't Serialize When distilling involves multiple skills (creating several, updating a batch, or a mix), use an orchestrator pattern rather than doing everything sequentially. This protects your ...
|
235 |
| 8803 | multi-cloud-strategy | aj-geddes/useful-ai-prompts |
Multi-Cloud Strategy Overview Multi-cloud strategies enable leveraging multiple cloud providers for flexibility, redundancy, and optimization. Avoid vendor lock-in, optimize costs by comparing cloud services, and implement hybrid deployments with seamless data synchronization. When to Use Reducing vendor lock-in risk Optimizing costs across providers Geographic distribution requirements Compliance with regional data laws Disaster recovery and high availability Hybrid cloud deployments Multi-re...
|
235 |
| 8804 | azure-functions | aj-geddes/useful-ai-prompts |
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
|
235 |
| 8805 | correlation analysis | aj-geddes/useful-ai-prompts |
Correlation Analysis Overview Correlation analysis measures the strength and direction of relationships between variables, helping identify which features are related and detect multicollinearity. When to Use Identifying relationships between numerical variables Detecting multicollinearity before regression modeling Exploratory data analysis to understand feature dependencies Feature selection and dimensionality reduction Validating assumptions about variable relationships Comparing linear and n...
|
235 |
| 8806 | flowkit-naming | webflow/webflow-skills |
Apply FlowKit CSS naming conventions in Webflow projects using Webflow Designer tools. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `webflow_guide_tool` to get best practices before starting - Use Webflow MCP's `data_sites_tool` with action `list_sites` to identify the target site - Use Webflow MCP's `de_page_tool` to get current page and switch pages - Use Webflow MCP's `element_tool` to select elements and inspect current classes - Use Webflow MCP...
|
235 |
| 8807 | writing-react-native-storybook-stories | storybookjs/react-native |
React Native Storybook Stories Write stories for React Native components using @storybook/react-native v10 and Component Story Format (CSF). Quick Start Minimal story file: import type { Meta , StoryObj } from '@storybook/react-native' ; import { MyComponent } from './MyComponent' ; const meta = { component : MyComponent , } satisfies Meta < typeof MyComponent > ; export default meta ; type Story = StoryObj < typeof meta > ; export const Basic : Story = { args : { label : 'Hello' , } , } ; File ...
|
235 |
| 8808 | external-context | yeachan-heo/oh-my-claudecode |
External Context Skill Fetch external documentation, references, and context for a query. Decomposes into 2-5 facets and spawns parallel document-specialist Claude agents. Usage /oh-my-claudecode:external-context <topic or question> Examples /oh-my-claudecode:external-context What are the best practices for JWT token rotation in Node.js? /oh-my-claudecode:external-context Compare Prisma vs Drizzle ORM for PostgreSQL /oh-my-claudecode:external-context Latest React Server Components patterns and c...
|
235 |
| 8809 | msbuild-antipatterns | dotnet/skills |
MSBuild Anti-Pattern Catalog A numbered catalog of common MSBuild anti-patterns. Each entry follows the format: Smell : What to look for Why it's bad : Impact on builds, maintainability, or correctness Fix : Concrete transformation Use this catalog when scanning project files for improvements. AP-01: <Exec> for Operations That Have Built-in Tasks Smell : <Exec Command="mkdir ..." /> , <Exec Command="copy ..." /> , <Exec Command="del ..." /> Why it's bad : Built-in tasks are cross-platform, suppo...
|
235 |
| 8810 | inspira-ui | secondsky/claude-skills |
Inspira UI - Animated Vue/Nuxt Component Library Inspira UI is a collection of 120+ reusable, animated components powered by TailwindCSS v4, motion-v, GSAP, and Three.js — crafted to help ship beautiful Vue and Nuxt applications faster. Table of Contents When to Use Quick Start Component Selection Core Patterns Critical Pitfalls Detailed References When to Use This Skill Use Inspira UI when building: Animated landing pages with hero sections, testimonials, and effects Modern web applications req...
|
235 |
| 8811 | cli-hub-meta-skill | hkuds/cli-anything |
CLI-Hub Meta-Skill CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents. Quick Start Install the CLI Hub package manager pip install cli-anything-hub Browse all available CLIs cli-hub list Search by category or keyword cli-hub search image cli-hub search "3d modeling" Install a CLI cli-hub install gimp Show details for a CLI cli-hub info gimp Live Catalog URL : https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md The ...
|
235 |
| 8812 | senior-computer-vision | alirezarezvani/claude-skills |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production pattern...
|
234 |
| 8813 | claude-capabilities | jezweb/claude-skills |
Claude Capabilities Reference Claude's training data goes stale within weeks of major releases. This skill provides a current reference for Claude AI (web/app) and Claude Code (terminal/IDE) capabilities. Consult these references before making claims about features, limits, or availability. Quick Comparison Capability Claude AI Claude Code File system Container sandbox ( /mnt/user-data/outputs/ ) Full local filesystem Shell access None Bash tool Skills location Settings > Capabilities (zip uploa...
|
234 |
| 8814 | sql injection testing | davila7/claude-code-templates |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
234 |
| 8815 | onboarding-cro | davila7/claude-code-templates |
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment 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. Before pr...
|
234 |
| 8816 | railway-templates | davila7/claude-code-templates |
Railway Templates Search and deploy services from Railway's template marketplace. When to Use User asks to "add Postgres", "add Redis", "add a database" User asks to "add Ghost", "add Strapi", "add n8n", or any other service User wants to find templates for a use case (e.g., "CMS", "storage", "monitoring") User asks "what templates are available?" User wants to deploy a pre-configured service Common Template Codes Category Template Code Databases PostgreSQL postgres Redis redis MySQL mysql ...
|
234 |
| 8817 | invoice-organizer | davila7/claude-code-templates |
Invoice Organizer This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort. When to Use This Skill Preparing for tax season and need organized records Managing business expenses across multiple vendors Organizing receipts from a messy folder or email downloads Setting up automated invoice filing for ongoing bookkeeping Archiving financial records by year or category Reconciling expenses for reimbursement Prep...
|
234 |
| 8818 | security scanning tools | davila7/claude-code-templates |
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
|
234 |
| 8819 | finishing-a-development-branch | davila7/claude-code-templates |
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
|
234 |
| 8820 | gwas-database | davila7/claude-code-templates |
GWAS Catalog Database Overview The GWAS Catalog is a comprehensive repository of published genome-wide association studies maintained by the National Human Genome Research Institute (NHGRI) and the European Bioinformatics Institute (EBI). The catalog contains curated SNP-trait associations from thousands of GWAS publications, including genetic variants, associated traits and diseases, p-values, effect sizes, and full summary statistics for many studies. When to Use This Skill This skill shoul...
|
234 |
| 8821 | connectors-available | hummingbot/skills |
connectors-available Test which exchange connectors are accessible from your location and search for tokens across all available exchanges. Shows trading rules including minimum order sizes, price increments, and supported order types. Workflow Step 1: Test Connectors Ask user which connectors to test: All connectors Spot only Perpetual only Specific exchanges Step 2: Run Tests & Save Rules ./scripts/test_all.sh --timeout 10 Fetches trading rules from each connector. If data returns, it's access...
|
234 |
| 8822 | mise-tasks | terrylica/cc-skills |
Orchestrate multi-step project workflows using mise `[tasks]` section with dependency management, argument handling, and file tracking. When to Use This Skill Explicit triggers: - User mentions `mise tasks`, `mise run`, `[tasks]` section - User needs task dependencies: `depends`, `depends_post` - User wants workflow automation in `.mise.toml` - User mentions task arguments or `usage` spec AI Discovery trigger (prescriptive): When `mise-configuration` skill detects multi-step workflows (...
|
234 |
| 8823 | excel-data-analyzer | mineru98/skills-store |
Excel Data Analyzer Overview Analyze Excel files to identify data structure, quality issues, format inconsistencies, and statistical patterns. Generate comprehensive markdown reports with actionable insights for data cleaning and improvement. Quick Start Analyze any Excel file with a single command: cd /path/to/skill/scripts bun install First time only bun run analyze_excel.ts /path/to/data.xlsx Output: Markdown report (data_analysis.md) with complete analysis. Core Capabilities 1. Data...
|
234 |
| 8824 | auth0-authentication | mindrally/skills |
Auth0 Authentication You are an expert in Auth0 authentication implementation. Follow these guidelines when working with Auth0 in any project. Core Principles Always use HTTPS for all Auth0 communications and callbacks Store sensitive configuration (client secrets, API keys) in environment variables, never in code Implement proper error handling for all authentication flows Follow the principle of least privilege for scopes and permissions Environment Variables Required Auth0 Configuration AU...
|
234 |
| 8825 | openai-api-development | mindrally/skills |
OpenAI API Development You are an expert in OpenAI API development, including GPT models, Assistants API, function calling, embeddings, and building production-ready AI applications. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Implement proper error handling and retry logic Never hardcode API keys; use environment variables Follow OpenAI's usage policies and rate limit guidelines Setup and Configuration Environment ...
|
234 |
| 8826 | tdd-workflows-tdd-refactor | sickn33/antigravity-awesome-skills |
Use this skill when Working on tdd workflows tdd refactor tasks or workflows Needing guidance, best practices, or checklists for tdd workflows tdd refactor Do not use this skill when The task is unrelated to tdd workflows tdd refactor You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/im...
|
234 |
| 8827 | youtube-automation | sickn33/antigravity-awesome-skills |
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube 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 endpoint and it works. Verify Rube MCP is available by...
|
234 |
| 8828 | csharp-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on csharp pro tasks or workflows Needing guidance, best practices, or checklists for csharp pro Do not use this skill when The task is unrelated to csharp pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a C expert sp...
|
234 |
| 8829 | error-detective | sickn33/antigravity-awesome-skills |
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices, or checklists for error detective Do not use this skill when The task is unrelated to error detective You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
|
234 |
| 8830 | saas-productivity | dylantarre/animation-principles |
SaaS & Productivity Animation Principles Apply Disney's 12 principles to create efficient, professional experiences that enhance focus and reduce friction. The 12 Principles Applied 1. Squash & Stretch Minimal Use: Professional context requires restraint Checkboxes: Subtle squash on task completion Buttons: Slight compression for tactile feedback 2. Anticipation Save Actions: Brief preparation before confirmation Form Submit: Button state hints at processing Drag Initiation: Element lifts befo...
|
234 |
| 8831 | mybatis-plus-generator | teachingai/full-stack-skills |
CRITICAL: This skill should ONLY be triggered when the user explicitly mentions MyBatis-Plus or mybatis-plus-generator. ALWAYS use this skill when the user mentions: - MyBatis-Plus code generation (explicitly mentions "MyBatis-Plus" or "mybatis-plus") - Generating MyBatis-Plus code from database tables - MyBatis-Plus generator or mybatis-plus-generator - Creating MyBatis-Plus Entity, Mapper, Service, Controller code - 生成 MyBatis-Plus 代码 (explicitly mentions "MyBatis-Plus") - MyBatis-Plus ...
|
234 |
| 8832 | feature-spec | pproenca/dot-skills |
Feature Spec Skill You are an expert at writing product requirements documents (PRDs) and feature specifications. You help product managers define what to build, why, and how to measure success. PRD Structure A well-structured PRD follows this template: 1. Problem Statement Describe the user problem in 2-3 sentences Who experiences this problem and how often What is the cost of not solving it (user pain, business impact, competitive risk) Ground this in evidence: user research, support data, met...
|
234 |
| 8833 | conductor-setup | sickn33/antigravity-awesome-skills |
Set up this Rails project for Conductor, the Mac app for parallel coding agents. What to Create 1. conductor.json (project root) Create conductor.json in the project root if it doesn't already exist: { "scripts" : { "setup" : "bin/conductor-setup" , "run" : "script/server" } } 2. bin/conductor-setup (executable) Create bin/conductor-setup if it doesn't already exist: !/bin/bash set -e Symlink .env from repo root (where secrets live, outside worktrees) [ -f " $CONDUCTOR_ROOT_PATH /.env" ] && ln ...
|
234 |
| 8834 | gpui-async | longbridge/gpui-component |
Overview GPUI provides integrated async runtime for foreground UI updates and background computation. Key Concepts: Foreground tasks: UI thread, can update entities (cx.spawn) Background tasks: Worker threads, CPU-intensive work (cx.background_spawn) All entity updates happen on foreground thread Quick Start Foreground Tasks (UI Updates) impl MyComponent { fn fetch_data(&mut self, cx: &mut Context<Self>) { let entity = cx.entity().downgrade(); cx.spawn(async move |cx| { ...
|
234 |
| 8835 | symfony:api-platform-filters | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-filters<div
|
234 |
| 8836 | incident-responder | useai-pro/openclaw-skills-security |
Incident Responder You are a security incident response coordinator for OpenClaw. When a user suspects or confirms that a malicious skill was installed, you guide them through containment, investigation, and recovery. Incident Severity Levels Level Trigger Example SEV-1 (Critical) Active data exfiltration confirmed Credentials sent to external server SEV-2 (High) Malicious skill installed, unknown scope Typosquat skill discovered SEV-3 (Medium) Suspicious behavior detected, unconfirmed Unexpecte...
|
234 |
| 8837 | agent-teams-playbook | kimyx0207/agent-teams-playbook |
Agent Teams 编排手册 作为 Agent Teams 协调器,你的职责包括:明确每个角色的职责边界、把控执行过程、对最终产品质量负责。 核心理解(铁律) :Agent Teams 是"并行处理 + 结果汇总"模式,不是扩大单个 agent 的上下文窗口。每个 teammate 是独立的 Claude Code 实例,拥有独立的上下文窗口,可以并行处理大量信息,但最终需要将结果汇总压缩后返回主会话。 适用 vs 不适用 适用 不适用 跨文件重构、多维度审查 单文件小修改 大规模代码生成、并行处理 简单问答、线性顺序任务 需要多角色协作的复杂任务 单agent可完成的任务 边界处理 :用户输入模糊时,先引导明确任务再决策;任务太简单时,主动建议使用单agent而非组建团队。 用户可见性铁律 每个阶段启动前输出计划,完成后输出结果 子agent在后台执行,但进度必须汇报给用户 任务拆分计划必须经用户确认后再执行 失败时立即通知: ❌ [角色名] 失败: [原因] ,提供重试/跳过/终止选项 全部完成后输出汇总报告(见阶段5格式) 场景决策树 执行顺序 :先执行阶段0和阶段1(强制)...
|
234 |
| 8838 | bail | camacho/ai-skills |
Bail-out protocol: always reflect FIRST, then clean up. Inputs Optional reason string (if not provided, ask for one) Steps Detect current step by examining what exists: What exists Estimated step Just an issue, no branch Step 0 (Capture) .branch-context.md, no worktree Step 1 (Orient) Worktree exists, no code changes Step 2 (Isolate) Plan file on branch Step 3-4 (Design/Review) Code changes committed Step 5-7 (Build/Verify/Archive) PR open on GitHub Step 8 (Ship) Prompt for reason if not provide...
|
234 |
| 8839 | nansen-portfolio-tracker | nansen-ai/nansen-cli |
Portfolio History Answers: "How has this wallet's portfolio evolved over the past month?" ADDR = < address > CHAIN = ethereum nansen research profiler historical-balances --address $ADDR --chain $CHAIN --days 30 --limit 20 → block_timestamp, token_symbol, token_amount, value_usd, chain nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd nansen research profiler pnl --address $ADDR --chain $CHAIN --days 30 --limit 20 → ...
|
234 |
| 8840 | figma | davila7/claude-code-templates |
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
|
234 |
| 8841 | slogan-generator | majesticlabs-dev/majestic-marketplace |
Marketing Slogan Generator Generate memorable, effective marketing slogans for any product or service. Information Gathering Ask the user for: Product/Service name - What are we creating a slogan for? What it does - Core benefit or function (one sentence) Target audience - Who is this for? Brand personality - (e.g., professional, playful, bold, trustworthy) Key differentiator - What makes it different from competitors? Any words/themes to include or avoid? Slogan Categories Generate 2-3 slogans ...
|
234 |
| 8842 | using-tmux-for-interactive-commands | obra/superpowers-lab |
Using tmux for Interactive Commands Overview Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane . When to Use Use tmux when: Running vim, nano, or other text editors programmatically Controlling interactive REPLs (Python, Node, etc.) Handling interactive git commands ( git rebase -i , git add -p ) Wor...
|
234 |
| 8843 | sleep-story | jwynia/agent-skills |
Sleep Story: Calming Narrative Skill You help writers create stories specifically designed to accompany listeners into sleep. These are verbal lullabies disguised as narratives—occupying the mind just enough to prevent racing thoughts while naturally fading as attention wavers. Core Principle: The Gentle Cognitive Load Sleep stories occupy the mind just enough to prevent racing thoughts while naturally fading as attention wavers. The goal is not to entertain but to accompany someone into slee...
|
234 |
| 8844 | eve-plan-implementation | incept5/eve-skillpacks |
Eve Plan Implementation (Jobs) Translate a plan document into Eve jobs, parallelize work, and drive review/verification through job phases and dependencies. Orchestration model : The root epic is the orchestrator — it plans, delegates, and coordinates but does not execute heavy work itself. Phase jobs are sub-orchestrators that break a phase into tasks. Task jobs are workers — each one receives a self-contained description and executes independently with no access to the parent's context. When t...
|
234 |
| 8845 | critical-code-reviewer | posit-dev/skills |
You are a senior engineer conducting PR reviews with zero tolerance for mediocrity and laziness. Your mission is to ruthlessly identify every flaw, inefficiency, and bad practice in the submitted code. Assume the worst intentions and the sloppiest habits. Your job is to protect the codebase from unchecked entropy. You are not performatively negative; you are constructively brutal. Your reviews must be direct, specific, and actionable. You can identify and praise elegant and thoughtful code when ...
|
234 |
| 8846 | github-repo-search | yunshu0909/yunshu_skillshub |
GitHub 开源项目搜索助手 用途 从用户自然语言需求出发,经过需求挖掘、检索词拆解、GitHub 检索、过滤分类、深度解读,最终产出结构化推荐结果。 目标不是"给很多链接",而是"给用户可理解、可比较、可决策、可直接行动的候选仓库列表"。 适用范围(V1.1) 数据源:GitHub 公开仓库。 默认不授权(不使用用户 Token)。 默认硬过滤: stars >= 100 、 archived=false 、 is:public 。 默认输出:单榜单(Top N),榜单内按"仓库归属类型"标注。 本流程默认不包含安装与落地实施(除非用户单独提出)。 配额说明(必须知晓) 未授权 Core API: 60 次/小时 。 Search API: 10 次/分钟 (独立于 Core 额度)。 需要在报告中注明检索时间与配额状态,避免结果不可复现。 工作流程 环节一:需求收敛(必须完成,不可跳过) 硬性门控 :环节一是整个流程的前置条件。无论用户的需求描述多么清晰,都必须走完本环节并获得用户明确确认后,才能进入环节二。禁止根据用户的初始描述直接推断需求并开始检索。即使用户说"直接搜就行",...
|
234 |
| 8847 | social-media-content-repurposer | onewave-ai/claude-skills |
Social Media Content Repurposer Transform content across platforms with platform-specific optimization. When to Use This Skill Activate when the user: Asks to "turn this into a Twitter thread" Wants to adapt content for different platforms Needs to create multiple social posts from one source Says "repurpose this blog post" Wants platform-specific content variations Mentions LinkedIn, Twitter/X, Instagram, Facebook, TikTok Needs hashtag suggestions Instructions Analyze Source Content Ident...
|
234 |
| 8848 | bubbletea | ggprompts/tfe |
Production-ready skill for building beautiful terminal user interfaces with Go, Bubbletea, and Lipgloss. When to Use This Skill Use this skill when: - Creating new TUI applications with Go - Adding Bubbletea components to existing apps - Fixing layout/rendering issues (borders, alignment, overflow) - Implementing mouse/keyboard interactions - Building dual-pane or multi-panel layouts - Adding visual effects (metaballs, waves, rainbow text) - Troubleshooting TUI rendering problems Cor...
|
234 |
| 8849 | angular-best-practices-material | alfredoperez/angular-best-practices |
Angular Material Best Practices Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Importing and configuring Material components Setting up M3 theming with design tokens Using CDK utilities for overlays, drag-and-drop, or virtual scrolling Writing tests for Material components Rules Rule Impact Descrip...
|
234 |
| 8850 | hugging-face-jobs | huggingface/skills |
Running Workloads on Hugging Face Jobs Overview Run any workload on fully managed Hugging Face infrastructure. No local setup required—jobs run on cloud CPUs, GPUs, or TPUs and can persist results to the Hugging Face Hub. Common use cases: Data Processing - Transform, filter, or analyze large datasets Batch Inference - Run inference on thousands of samples Experiments & Benchmarks - Reproducible ML experiments Model Training - Fine-tune models (see model-trainer skill for TRL-specific trainin...
|
233 |