Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,509
总 Skills
92.6M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
9001 opencli-reader himself65/finance-skills
opencli Reader (Generic Fallback, Read-Only) Generic fallback for any source opencli supports via its adapter registry (90+ sites, growing). Use this skill only when no dedicated finance-skill covers the source — the specialized skills ( twitter-reader , linkedin-reader , discord-reader , telegram-reader , yc-reader ) are always preferred when the request matches one of them. This skill is read-only. Write commands that opencli exposes (post, like, comment, send, save, upvote, subscribe, follow,...
558
9002 reviewing-lwc-mobile-offline forcedotcom/sf-skills
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
558
9003 firecrawl-build-map firecrawl/skills
Firecrawl Build Map Use this when the product knows the site but not the exact URLs. Use This When the feature starts with a domain or site section you need URL discovery before extraction the product should inspect site structure without doing a full crawl yet Guidance Use /map before /crawl when URL discovery itself is the main job. Combine /map with /scrape when you only need a filtered subset of pages. Keep this as lighter coverage than /scrape , /search , and /interact unless the feature is...
557
9004 firecrawl-build-crawl firecrawl/skills
Firecrawl Build Crawl Use this when the product needs many pages from the same site, not just one. Use This When the feature targets a docs section, blog, or help center you need bulk extraction with path or depth boundaries the product should ingest or refresh a site section at once Guidance Keep crawl scope narrow with path, depth, or page-count constraints. Prefer /crawl over many manual /scrape calls when the site structure is stable. Treat this as secondary to /scrape , /search , and /inter...
557
9005 game-architecture opusgamelabs/game-creator
Game Architecture Patterns Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games. Reference Files For detailed reference, see companion files in this directory: system-patterns.md — Object pooling, delta-time normalization, resource disposal, wave/spawn systems, buff/powerup system, haptic feedback, asset management Core Principles Core Loop First : Implement the minimum gameplay loop before any polish. The order is: inpu...
557
9006 logging-best-practices aj-geddes/useful-ai-prompts
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
557
9007 python-code-review existential-birds/beagle
Python Code Review Quick Reference Issue Type Reference Indentation, line length, whitespace, naming references/pep8-style.md Missing/wrong type hints, Any usage references/type-safety.md Blocking calls in async, missing await references/async-patterns.md Bare except, missing context, logging references/error-handling.md Mutable defaults, print statements references/common-mistakes.md Review Checklist PEP8 Style 4-space indentation (no tabs) Line length ≤79 characters (≤72 for docstrings/comme...
557
9008 prompt-engineering davila7/claude-code-templates
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
557
9009 email-systems sickn33/antigravity-awesome-skills
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
557
9010 avalonia-layout-zafiro sickn33/antigravity-awesome-skills
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
557
9011 tong-jincheng-relationship-skill aradotso/trending-skills
童锦程.skill Skill by ara.so — Daily 2026 Skills collection. 一个基于童锦程(深情祖师爷)20万字一手素材蒸馏的 Claude Code Skill,用他直白、反心灵鸡汤的人性洞察框架帮你分析关系问题。不是复读语录,是用他看世界的方式帮你分析问题。 安装 npx skills add hotcoffeeshake/tong-jincheng-skill 安装后在 Claude Code 中用以下任意触发词激活: > 童锦程 > 深情祖师爷 > 用童锦程的方式 > 从童锦程视角 > 景辰怎么看 核心思维框架 9条决策启发式 启发式 核心判断 不确定即不喜欢 如果你不确定她喜不喜欢你,那她就是不喜欢你 人性不可考验 与其测试,不如给他条件让他表现好 吸引力 > 讨好 没有人会因为你喜欢他而喜欢你,只会因为你吸引他而喜欢你 给台阶 人需要一个能说服自己的理由,你的工作是给他这个理由 炫耀即暴露不安全感 越缺什么越想炫耀什么 遇到瓶颈 读书或健身,永远不喝酒 生气无用 生气解决不了问题,想解决办法才是正路 成功前后是两个世界 没钱时的"好人...
557
9012 latchbio-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
557
9013 cobrapy k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
557
9014 compose-modifier-and-layout-style chrisbanes/skills
Compose modifier and layout style Core principle A composable that emits layout is a leaf the parent places — the parent decides position, size, alignment, padding. The composable's job is structure (what's inside), not placement (where it goes). Three rules follow: Declare a modifier parameter and apply it to the root , so the parent can actually do its job. Hardcoding .fillMaxWidth() on a composable's root takes that decision away from every future caller. Construct modifier chains as one flue...
557
9015 prediction-market-risk-review affaan-m/ecc
Prediction Market Risk Review Use this skill before a prediction-market workflow touches user financial context, venue authentication, portfolio data, automation, or execution-capable tools. Review Gates Advice Boundary Confirm the output is informational. Remove buy/sell/hold/size recommendations. Keep manual user decision points explicit. Venue And Regulatory Boundary Show more Installs 490 Repository affaan-m/ecc GitHub Stars 213.1K First Seen May 25, 2026
557
9016 rust-backend windmill-labs/windmill
Rust Backend Coding Guidelines Apply these patterns when writing or modifying Rust code in the backend/ directory. Data Structure Design Choose between struct , enum , or newtype based on domain needs: Use enum for state machines instead of boolean flags or loosely related fields Model invariants explicitly using types (e.g., NonZeroU32 , Duration , custom enums) Consider ownership of each field: Use &str vs String , slices vs vectors Use Arc<T> when sharing across threads Use Cow<'a, T> for fle...
557
9017 function-creator get-convex/agent-skills
Convex Function Creator Generate secure, type-safe Convex functions following all best practices. When to Use Creating new query functions (read data) Creating new mutation functions (write data) Creating new action functions (external APIs, long-running) Adding API endpoints to your Convex backend Function Types Queries (Read-Only) Can only read from database Cannot modify data or call external APIs Cached and reactive Run in transactions import { query } from "./_generated/server" ; import { v...
556
9018 cc-skill-strategic-compact sickn33/antigravity-awesome-skills
cc-skill-strategic-compact Development skill skill.
556
9019 bb-browser-openclaw epiral/bb-browser
bb-browser sites — The web as CLI 36 platforms, 103 commands. One-liner structured data from any website using your login state. All commands use --openclaw to run through OpenClaw's browser. No Chrome extension or daemon needed. Quick Start First time: pull community adapters bb-browser site update See what's available bb-browser site list See which adapters match your browsing habits bb-browser site recommend Run any adapter via OpenClaw's browser bb-browser site reddit/hot --openclaw bb-b...
556
9020 novel-revision jwynia/agent-skills
Novel Revision: Multi-Level Change Management Skill You help writers manage revisions across multiple levels of abstraction while preventing unintended consequences from cascading through the narrative. Your role is to implement systematic change management that maintains story coherence. Core Principle: Cascade Awareness Any change at one level potentially affects all other levels. Changes propagate both upward (prose discoveries revealing structural problems) and downward (structural change...
556
9021 hyva-child-theme hyva-themes/hyva-ai-tools
Hyvä Child Theme Creator This skill creates a complete Hyvä child theme with the proper directory structure, configuration files, and Tailwind CSS build setup. Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. Workflow Step 1: Gather Theme Information Prompt the user to provide the following information: Vendor Name: The vendor/com...
556
9022 dnanexus-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
556
9023 glycoengineering k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
556
9024 prediction-market-oracle-research affaan-m/ecc
Prediction Market Oracle Research Use this skill when prediction markets are being considered as a data source, forecasting input, oracle-like signal, or decision-intelligence layer. Guardrails Do not treat market prices as objective truth. Do not provide investment advice or trading recommendations. Separate venue mechanics, liquidity, incentives, and resolution rules from the implied signal. Call out manipulation, thin liquidity, stale markets, and ambiguous outcomes. For on-chain or execution...
556
9025 api-testing secondsky/claude-skills
API Testing Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python). TypeScript/JavaScript (Supertest) Installation Using Bun bun add -d supertest @types/supertest or: npm install -D supertest @types/supertest Basic Setup import { describe , it , expect } from 'vitest' import request from 'supertest' import { app } from './app' describe ( 'API Tests' , ( ) => { it ( 'returns health status' , async ( ) => { const response = await request ( app ) ....
556
9026 design-patterns rtk-ai/rtk
RTK Rust Design Patterns Patterns that apply to RTK's filter module architecture. Focused on CLI tool patterns, not web/service patterns. Pattern 1: Newtype (Type Safety) Use when: wrapping primitive types to prevent misuse (command names, paths, token counts). // Without Newtype — easy to mix up fn track ( input_tokens : usize , output_tokens : usize ) { ... } track ( output_tokens , input_tokens ) ; // Silent bug! // With Newtype — compile error on swap pub struct InputTokens ( pub usize ) ; p...
556
9027 web-design-guidelines davila7/claude-code-templates
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
555
9028 create-pr charon-fan/agent-playbook
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
555
9029 docker-development alirezarezvani/claude-skills
Docker Development Smaller images. Faster builds. Secure containers. No guesswork. Opinionated Docker workflow that turns bloated Dockerfiles into production-grade containers. Covers optimization, multi-stage builds, compose orchestration, and security hardening. Not a Docker tutorial — a set of concrete decisions about how to build containers that don't waste time, space, or attack surface. Slash Commands Command What it does /docker:optimize Analyze and optimize a Dockerfile for size, speed, a...
555
9030 assemble-panel camacho/ai-skills
Assemble Panel Centralizes reviewer selection and loop governance. Returns a panel + policy to the caller; the caller dispatches. This skill produces data — it never dispatches agents or modifies files. Integration Contract Callers provide: scope : a plan file path OR a git diff (the artifact under review) overrides (optional): { include: [], exclude: [] } Returns (structured text the caller parses): panel : ordered list of reviewer agent names policy : gate, cap, and the algebra below Fallback ...
555
9031 research-proposal luwill/research-skills
Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions. Overview This skill guides the generation of research proposals through a structured 5-phase workflow: - Requirements Gathering - Collect research topic, domain, language preferences - Literature Collection - Gather relevant literature from multiple sources - Outline Generation - Create structured outline for user approval - Content Writing - Generate full pr...
555
9032 validate camacho/ai-skills
Run the full validation suite: pnpm validate If any step fails, report the failure clearly with the exact error output.
555
9033 yt-dlp-downloader mapleshaw/yt-dlp-downloader-skill
yt-dlp Video Downloader Download videos from thousands of websites using yt-dlp. Prerequisites Before downloading, verify dependencies are installed: Check yt-dlp which yt-dlp || echo "yt-dlp not installed. Install with: pip install yt-dlp" Check ffmpeg (required for audio extraction and format merging) which ffmpeg || echo "ffmpeg not installed. Install with: brew install ffmpeg" If not installed, install them first: pip install yt-dlp brew install ffmpeg macOS Quick Start Basic Do...
555
9034 code-refactoring-tech-debt sickn33/antigravity-awesome-skills
Technical Debt Analysis and Remediation You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans. Use this skill when Working on technical debt analysis and remediation tasks or workflows Needing guidance, best practices, or checklists for technical debt analysis and remediation Do not use this skill when The task is unrelated to ...
555
9035 omero-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
555
9036 social-publisher affaan-m/ecc
Social Publisher Automate multi-platform social media publishing with intelligent scheduling, platform-specific optimization, and centralized content management. Based on n8n workflows like PostPulse. Overview This skill enables: One-click publishing to multiple platforms Platform-specific caption optimization Automated scheduling workflows Content tracking and analytics AI-powered caption generation Supported Platforms Platform Content Types Best Posting Times TikTok Video (9:16) 7am, 12pm, 7pm...
555
9037 code-tour github/awesome-copilot
Code Tour Create CodeTour .tour files for codebase walkthroughs that open directly to real files and line ranges. Tours live in .tours/ and are meant for the CodeTour format, not ad hoc Markdown notes. A good tour is a narrative for a specific reader: what they are looking at why it matters what path they should follow next Only create .tour JSON files. Do not modify source code as part of this skill. When to Use Use this skill when: the user asks for a code tour, onboarding tour, architecture w...
555
9038 expo-ui expo/skills
Expo UI ( @expo/ui ) @expo/ui renders real native UI from React: SwiftUI on iOS, Jetpack Compose on Android. Start with its universal components (one tree for iOS, Android, and web) and drop to platform-specific SwiftUI/Jetpack Compose only when the universal layer falls short. It also ships drop-in replacements for migrating off RN community UI libraries. These instructions track the latest Expo SDK. The universal layer requires SDK 56+ . Drop-in replacements and the platform-specific layers al...
555
9039 debug lobehub/lobe-chat
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
554
9040 gws-reseller googleworkspace/cli
reseller (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws reseller < resource > < method > [ flags ] API Resources customers get — Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see ret...
554
9041 product-manager-toolkit davila7/claude-code-templates
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
554
9042 database-schema-designer alirezarezvani/claude-skills
Database Schema Designer Design production-ready database schemas with best practices built-in. Quick Start Just describe your data model: design a schema for an e-commerce platform with users, products, orders You'll get a complete SQL schema like: CREATE TABLE users ( id BIGINT AUTO_INCREMENT PRIMARY KEY , email VARCHAR ( 255 ) UNIQUE NOT NULL , created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ) ; CREATE TABLE orders ( id BIGINT AUTO_INCREMENT PRIMARY KEY , user_id BIGINT NOT NULL REFERENCES use...
554
9043 product-analytics alirezarezvani/claude-skills
Product Analytics Define, track, and interpret product metrics across discovery, growth, and mature product stages. When To Use Use this skill for: Metric framework selection (AARRR, North Star, HEART) KPI definition by product stage (pre-PMF, growth, mature) Dashboard design and metric hierarchy Cohort and retention analysis Feature adoption and funnel interpretation Workflow Select metric framework AARRR for growth loops and funnel visibility North Star for cross-functional strategic alignment...
554
9044 ralph yeachan-heo/oh-my-claudecode
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
554
9045 backend-development-feature-development sickn33/antigravity-awesome-skills
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
554
9046 parlor-on-device-ai aradotso/trending-skills
Parlor On-Device AI Skill by ara.so — Daily 2026 Skills collection. Parlor is a real-time, on-device multimodal AI assistant. It combines Gemma 4 E2B (via LiteRT-LM) for speech and vision understanding with Kokoro TTS for voice output. Everything runs locally — no API keys, no cloud calls, no cost per request. Architecture Browser (mic + camera) │ │ WebSocket (audio PCM + JPEG frames) ▼ FastAPI server ├── Gemma 4 E2B via LiteRT-LM (GPU) → understands speech + vision └── Kokoro TTS (MLX on Mac...
554
9047 static-analysis mohitmishra786/low-level-dev-skills
Static Analysis Purpose Guide agents through selecting, running, and triaging static analysis tools for C/C++ — clang-tidy, cppcheck, and scan-build — including suppression strategies and CI integration. Triggers "How do I run clang-tidy on my project?" "What clang-tidy checks should I enable?" "cppcheck is reporting false positives — how do I suppress them?" "How do I set up scan-build for deeper analysis?" "My build is noisy with static analysis warnings" "How do I generate compile_commands.js...
554
9048 google-image-search glebis/claude-skills
Google Image Search Skill Search for images using Google Custom Search API with intelligent scoring and LLM-based selection. When to Use Finding images to illustrate technical articles or research Adding visuals to presentations Enriching Obsidian notes with relevant images Batch image search for multiple topics Generating image search configs from plain text lists Requirements Google Custom Search API key and Search Engine ID OpenRouter API key (for LLM selection) llm CLI installed at /opt/ho...
554
9049 ginkgo-cloud-lab k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
554
9050 document-xlsx vasilyu1983/ai-agents-public
Document XLSX Skill — Quick Reference This skill enables creation, editing, and analysis of Excel spreadsheets programmatically. Claude should apply these patterns when users need to generate data reports, financial models, automate Excel workflows, or process spreadsheet data. Modern Best Practices (Jan 2026): Treat spreadsheets as software: clear inputs/outputs, auditability, and versioning. Protect data integrity: control totals, validation, and traceability to sources. Accessibility: labe...
554