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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2001 components-guide get-convex/agent-skills
Convex Components Guide Use components to encapsulate features and build maintainable, reusable backends. What Are Convex Components? Components are self-contained mini-backends that bundle: Their own database schema Their own functions (queries, mutations, actions) Their own data (isolated tables) Clear API boundaries Think of them as: npm packages for your backend, or microservices without the deployment complexity. Why Use Components? Traditional Approach (Monolithic) convex/ users.ts (500 li...
546
2002 delegating-work refoundai/lenny-skills
Delegating Work Help the user delegate effectively using frameworks from 38 product leaders who have scaled themselves and their organizations. How to Help When the user asks for help with delegating: Diagnose the blocker - Determine if they're holding on due to identity, control, or lack of trust Identify what to delegate - Use energy audits and the Eisenhower Matrix to find candidates Match delegation style to context - Help them calibrate between autonomy and involvement Design for success - ...
546
2003 running-effective-meetings refoundai/lenny-skills
Running Effective Meetings Help the user run more effective meetings using frameworks from 40 product leaders. How to Help When the user asks for help with meetings: Question the meeting's necessity - Ask if this could be async or if a meeting is truly needed Clarify the purpose - Determine if it's for discovery, discussion, or decision Design the structure - Help them create an appropriate agenda and process Ensure follow-through - Guide them on capturing decisions and next steps Core Principle...
546
2004 technical-analysis omer-metin/skills-for-antigravity
Technical Analysis Identity Role: Technical Analysis Grandmaster Voice: A trader who's spent 20,000+ hours staring at charts across forex, equities, crypto, and commodities. Speaks with the precision of Richard Wyckoff, the pattern recognition of Thomas Bulkowski, and the skepticism of a quant who backtests everything. Believes technicals work because they reflect human psychology, but knows most retail TA is astrology with extra steps. Expertise: Classical charting (Dow Theory, Wyckoff Meth...
546
2005 schema-builder get-convex/agent-skills
Convex Schema Builder Build well-structured Convex schemas following best practices for relationships, indexes, and validators. When to Use Creating a new convex/schema.ts file Adding tables to existing schema Designing data model relationships Adding or optimizing indexes Converting nested data to relational structure Schema Design Principles Document-Relational : Use flat documents with ID references, not deep nesting Index Foreign Keys : Always index fields used in lookups (userId, teamId, et...
545
2006 energy-management refoundai/lenny-skills
Energy Management Help the user manage their energy for sustained performance using frameworks from 5 product leaders who have optimized their personal productivity and avoided burnout. How to Help When the user asks for help with energy management: Diagnose the current state - Help them identify what's draining vs energizing them Audit their calendar - Review how they're spending time and categorize by energy impact Design for their superpowers - Help them spend more time in their zone of geniu...
545
2007 seo-meta jezweb/claude-skills
SEO Meta Tags Status: Production Ready ✅ Last Updated: 2026-01-14 Source: Schema.org, Open Graph Protocol, Twitter Developer Docs Quick Start Every page needs: <head> {/* Basic SEO */} <title>Service in Location | Brand Name</title> <meta name="description" content="Value prop. Differentiator. Call to action." /> <link rel="canonical" href="https://example.com/page" /> {/* Open Graph */} <meta property="og:title" content="Service in Location" /> <meta property="og:description"...
544
2008 finding-mentors-sponsors refoundai/lenny-skills
Finding Mentors & Sponsors Help the user build meaningful mentor and sponsor relationships using approaches from 19 product leaders. How to Help When the user asks for help finding mentors or sponsors: Clarify the goal - Ask whether they need advice (mentor), advocacy and opportunities (sponsor), or accountability (coach). These are different relationships with different approaches Identify potential candidates - Help them think about who is 2-3 years ahead on their desired path, who has solved ...
544
2009 pytest bobmatnyc/claude-mpm-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
544
2010 cloudbase-platform tencentcloudbase/skills
When to use this skill Use this skill for CloudBase platform knowledge when you need to: Understand CloudBase storage and hosting concepts Configure authentication for different platforms (Web vs Mini Program) Deploy and manage cloud functions Understand database permissions and access control Work with data models (MySQL and NoSQL) Access CloudBase console management pages This skill provides foundational knowledge that applies to all CloudBase projects, regardless of whether they are Web, Mini...
544
2011 pdf openai/skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
544
2012 dogfooding refoundai/lenny-skills
Dogfooding Help the user implement effective dogfooding practices using frameworks from 2 product leaders who have built cultures of intense internal product usage. How to Help When the user asks for help with dogfooding: Assess current state - Determine how much the team currently uses their own product Identify the gap - Find where team members lack firsthand experience with user pain points Design the program - Help create systems that make dogfooding natural and required Measure impact - Tra...
543
2013 onboarding-new-hires refoundai/lenny-skills
Onboarding New Hires Help the user onboard new team members effectively using approaches from 14 product leaders. How to Help When the user asks for help with onboarding: Understand the context - Ask if they're onboarding someone or being onboarded, the seniority level, and whether it's a new role or backfill Design the structure - Help them create a 30-60-90 day plan with clear milestones and success criteria Prioritize belonging and learning - Ensure the plan includes social integration, not j...
543
2014 flutter-home-screen-widget flutter/skills
flutter-home-screen-widgets Goal Implements native home screen widgets (iOS and Android) for a Flutter application using the home_widget package. It establishes data sharing between the Dart environment and native platforms via App Groups (iOS) and SharedPreferences (Android), enabling text updates and rendering Flutter UI components as images for native display. Assumes a pre-existing Flutter project environment with native build tools (Xcode and Android Studio) configured. Instructions Initial...
543
2015 second-opinion trailofbits/skills
Second Opinion Shell out to external LLM CLIs for an independent code review powered by a separate model. Supports OpenAI Codex CLI and Google Gemini CLI. When to Use Getting a second opinion on code changes from a different model Reviewing branch diffs before opening a PR Checking uncommitted work for issues before committing Running a focused review (security, performance, error handling) Comparing review output from multiple models When NOT to Use Neither Codex CLI nor Gemini CLI is installed...
542
2016 tanstack-router jezweb/claude-skills
TanStack Router Type-safe, file-based routing for React SPAs with route-level data loading and TanStack Query integration Quick Start Last Updated : 2026-01-09 Version : @tanstack/react-router@1.146.2 npm install @tanstack/react-router @tanstack/router-devtools npm install -D @tanstack/router-plugin Optional: Zod validation adapter npm install @tanstack/zod-adapter zod Vite Config (TanStackRouterVite MUST come before react()): // vite.config.ts import { TanStackRouterVite } from '@tanstack/rout...
542
2017 managing-imposter-syndrome refoundai/lenny-skills
Managing Imposter Syndrome Help the user work through imposter syndrome using frameworks from product leaders. How to Help When the user shares feelings of imposter syndrome: Normalize the experience - Help them understand that imposter syndrome is nearly universal among high performers, especially during growth periods Reframe the discomfort - Connect their uncomfortable feelings to evidence that they're growing and being challenged appropriately Identify the specific fear - Help them articulat...
541
2018 emilkowal-animations pproenca/dot-skills
Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his [animations.dev](https://animations.dev) course. Contains 43 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Adding animations to React components - Choosing easing curves or timing values - Implementing gesture-based interactions (swipe, drag) - Building toast notifications or drawer components - Optimizing ...
541
2019 opencli joeseesun/opencli-skill
opencli CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Rule: use opencli for supported sites instead of playwright or browser tools. Syntax opencli < site > < command > [ --option value ] [ -f json ] Common flags (all commands): -f json — machine-readable output (preferred for parsing) --limit N — number of results (default varies, usually 20) -f table|json|yaml|md|csv Quick Examples 读取/浏览 opencli bilibili hot --limit 10 -f json opencli ...
541
2020 ralph-tui-create-beads subsy/ralph-tui
Ralph TUI - Create Beads Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. Note: This skill is bundled with ralph-tui's Beads tracker plugin. Future tracker plugins (Linear, GitHub Issues, etc.) will bundle their own task creation skills. The Job Take a PRD (markdown file or text) and create beads in .beads/beads.jsonl: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each user story (with q...
541
2021 laravel-11-12-app-guidelines thienanblog/awesome-ai-agent-skills
Laravel 11/12 App Guidelines Overview Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling. Quick Start Read repository instructions first: AGENTS.md. If docs/ exists, read docs/README.md and relevant module docs before decisions. Detect the stack and command locations; do not guess. Use Laravel Boost search-docs for Laravel ecosystem guidance; use Context7 only if Boost docs are unavailable. Follow repo conventions fo...
540
2022 fastapi fastapi/fastapi
FastAPI Skill Production-tested patterns for FastAPI with Pydantic v2, SQLAlchemy 2.0 async, and JWT authentication. Latest Versions (verified January 2026): FastAPI: 0.128.0 Pydantic: 2.11.7 SQLAlchemy: 2.0.30 Uvicorn: 0.35.0 python-jose: 3.3.0 Requirements : Python 3.9+ (Python 3.8 support dropped in FastAPI 0.125.0) Pydantic v2.7.0+ (Pydantic v1 support completely removed in FastAPI 0.128.0) Quick Start Project Setup with uv Create project uv init my-api cd my-api Add dependencies uv add fa...
539
2023 openclaw-self-healing ramsbaby/openclaw-self-healing
OpenClaw Self-Healing System "The system that heals itself — or calls for help when it can't." A 4-tier autonomous self-healing system for OpenClaw Gateway. Architecture Level 1: Watchdog (180s) → Process monitoring (OpenClaw built-in) Level 2: Health Check (300s) → HTTP 200 + 3 retries Level 3: Claude Recovery → 30min AI-powered diagnosis 🧠 Level 4: Discord Alert → Human escalation What's Special (v2.0) World's first Claude Code as Level 3 emergency doctor Persistent Learning - Au...
539
2024 engineering-culture refoundai/lenny-skills
Engineering Culture Help the user build strong engineering culture using frameworks from 19 product leaders who have built high-performing engineering organizations. How to Help When the user asks for help with engineering culture: Diagnose the current state - Understand their team size, practices, and pain points Identify the bottleneck - Determine if the issue is DevEx, org structure, talent, or process Design for the right outcomes - Focus on speed, stability, and developer satisfaction Balan...
538
2025 partnership-bd refoundai/lenny-skills
Partnership & BD Help the user build strategic partnerships and business development deals using insights from 9 product leaders. How to Help When the user asks for help with partnerships or BD: Understand the opportunity - Ask about the potential partner, what each side wants, and what the ideal outcome looks like Assess network vs. merit dynamics - Determine if success depends on relationships or product quality, and plan accordingly Design the approach - Help them craft a pitch that shows mut...
538
2026 cmux manaflow-ai/cmux
cmux Core Control Use this skill to control non-browser cmux topology and routing. Core Concepts Window: top-level macOS cmux window. Workspace: tab-like group within a window. Pane: split container in a workspace. Surface: a tab within a pane (terminal or browser panel). Fast Start identify current caller context cmux identify --json list topology cmux list-windows cmux list-workspaces cmux list-panes cmux list-pane-surfaces --pane pane:1 create/focus/move cmux new-workspace cmux new-split r...
538
2027 managing-up refoundai/lenny-skills
Managing Up Help the user work effectively with their manager and executives using strategies from 35 product leaders. How to Help When the user asks for help managing up: Understand the relationship - Ask about their manager's style, what they care about, and where the friction or challenge is Diagnose the gap - Determine if this is a communication issue, alignment issue, trust issue, or visibility issue Apply the right approach - Help them choose between proactive updates, reframing conversati...
537
2028 organizational-transformation refoundai/lenny-skills
Organizational Transformation Help the user transform their organization toward modern product practices using insights from 2 product leaders. How to Help When the user asks for help with organizational transformation: Understand their starting point - Ask what their current model looks like (feature teams, output focus, waterfall) and what's driving the need for change Diagnose readiness - Determine who has the authority and will to drive change, and what resistance they should expect Design t...
537
2029 okx-dex-signal okx/onchainos-skills
OKX DEX Signal CLI 2 commands for tracking smart money, KOL, and whale buy signals across supported chains. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this document), then ex...
537
2030 markitdown davila7/claude-code-templates
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
537
2031 running-effective-1-1s refoundai/lenny-skills
Running Effective 1:1s Help the user run effective one-on-one meetings using frameworks from 7 product leaders. How to Help When the user asks for help with 1:1s: Understand the relationship - Ask about their role, the report's tenure, and current dynamics Identify the purpose - Determine if the 1:1 needs to focus on tactical work, career development, or emotional support Suggest structure - Recommend appropriate formats based on the situation Coach on coaching - Help them shift from advising to...
537
2032 devcontainer-setup trailofbits/skills
Devcontainer Setup Skill Creates a pre-configured devcontainer with Claude Code and language-specific tooling. When to Use User asks to "set up a devcontainer" or "add devcontainer support" User wants a sandboxed Claude Code development environment User needs isolated development environments with persistent configuration When NOT to Use User already has a devcontainer configuration and just needs modifications User is asking about general Docker or container questions User wants to deploy produ...
536
2033 ralph-tui-create-beads-rust subsy/ralph-tui
Ralph TUI - Create Beads (beads-rust) Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution using beads-rust (br CLI). Note: This skill uses the br command from beads-rust. If you have the original beads (bd) installed instead, use the ralph-tui-create-beads skill. The Job Take a PRD (markdown file or text) and create beads using br commands: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each ...
536
2034 okx-dex-trenches okx/onchainos-skills
OKX DEX Memepump CLI 7 commands for meme token discovery, developer analysis, bundle detection, and co-investor tracking. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this docu...
535
2035 unsafe-checker zhanghandong/rust-skills
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Use Case Example FFI Calling C functions Low-level abstractions Implementing Vec, Arc Performance Measured bottleneck with safe alternative too slow NOT valid: Escaping borrow checker without understanding why. Required Documentation // SAFETY: <why this is sa...
534
2036 stock-analysis alphamoemoe/foci
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
534
2037 aws-diagrams eraserlabs/eraser-io
AWS Diagram Generator Generates architecture diagrams for AWS infrastructure from CloudFormation templates, AWS CLI output, or natural language descriptions. When to Use Activate this skill when: User has AWS CloudFormation templates (YAML/JSON) User provides AWS CLI output (e.g., aws ec2 describe-instances) User wants to visualize AWS resources User mentions AWS services (EC2, S3, RDS, Lambda, VPC, etc.) User asks to "diagram my AWS infrastructure" How It Works This skill generates AWS-spe...
534
2038 ux-audit jezweb/claude-skills
UX Audit Dogfood web apps by browsing them as a real user would — with their goals, their patience, and their context. Goes beyond "does it work?" to "is it good?" by tracking emotional friction (trust, anxiety, confusion), counting click efficiency, testing resilience, and asking the ultimate question: "would I come back?" Uses Chrome MCP (for authenticated apps with your session) or Playwright for browser automation. Produces structured audit reports with findings ranked by impact. Browser Too...
534
2039 run-acceptance-tests hashicorp/agent-skills
An acceptance test is a Go test function with the prefix TestAcc. To run a focussed acceptance test named TestAccFeatureHappyPath: Run go test -run=TestAccFeatureHappyPath with the following environment variables: TF_ACC=1 Default to non-verbose test output. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failin...
532
2040 parallel-web-search parallel-web/parallel-agent-skills
Web Search Search the web for: $ARGUMENTS Command Choose a short, descriptive filename based on the query (e.g., ai-chip-news , react-vs-vue ). Use lowercase with hyphens, no spaces. parallel-cli search " $ARGUMENTS " -q "<keyword1>" -q "<keyword2>" --json --max-results 10 --excerpt-max-chars-total 27000 -o " $FILENAME .json" The first argument is the objective — a natural language description of what you're looking for. It replaces multiple keyword searches with a single call for broad or compl...
532
2041 marketplace-liquidity refoundai/lenny-skills
Marketplace Liquidity Management Help the user build and manage marketplace liquidity using frameworks from 4 product leaders. How to Help When the user asks for help with marketplace liquidity: Understand the marketplace type - Ask about their supply/demand dynamics, how fragmented the market is, and whether needs are uniform or heterogeneous Diagnose the constraint - Determine if they're supply-constrained, demand-constrained, or facing a matching problem Define liquidity metrics - Help them e...
532
2042 yt-search-download joeseesun/yt-search-download
YouTube 搜索 & 下载 基于 YouTube Data API v3 进行高级搜索,配合 yt-dlp 下载。 前置条件 YouTube API Key : echo $YT_BROWSE_API_KEY 如果为空: Google Cloud Console → 启用 YouTube Data API v3 → 创建 API Key → 写入 ~/.zshrc : export YT_BROWSE_API_KEY = your_key yt-dlp (下载用): brew install yt-dlp macOS pip install yt-dlp 或 pip 安装 命令说明 脚本路径: ~/.claude/skills/yt-search-download/scripts/yt_search.py 全站关键词搜索 python3 scripts/yt_search.py search "关键词" -n 20 参数 说明 -n 20 最多返回条数(默认 20) -o date 按时间排序(默认 relevance) -o viewCount 按播放量排序(API 级,准确...
531
2043 media-relations refoundai/lenny-skills
Media Relations Help the user build effective relationships with journalists and secure press coverage using insights from 2 product leaders. How to Help When the user asks for help with media relations: Understand their goal - Ask what kind of coverage they're seeking (launch announcement, thought leadership, feature story) and what stage they're at Prepare the story - Help them craft a compelling angle that's newsworthy, not just promotional Identify the right targets - Guide them on finding t...
531
2044 marimo-batch marimo-team/skills
Pydantic is a great way to declare a source of truth for a batch job, especially for ML. You can declare something like: from pydantic import BaseModel , Field class ModelParams ( BaseModel ) : sample_size : int = Field ( default = 1024 * 4 , description = "Number of training samples per epoch." ) learning_rate : float = Field ( default = 0.01 , description = "Learning rate for the optimizer." ) You can fill these model params with two methods too, you can imagine a form in the UI. el = mo . md ...
531
2045 android-jetpack-compose thebushidocollective/han
Android - Jetpack Compose Modern declarative UI toolkit for building native Android interfaces. Key Concepts State Management Compose provides several ways to manage state: remember: Survives recomposition rememberSaveable: Survives configuration changes mutableStateOf: Creates observable state derivedStateOf: Computed state that updates when dependencies change @Composable fun Counter() { var count by remember { mutableStateOf(0) } Column { Text("Count: $count") But...
531
2046 parallel-deep-research parallel-web/parallel-agent-skills
Deep Research Research topic: $ARGUMENTS When to use (vs parallel-web-search) ONLY use this skill when the user explicitly requests deep/exhaustive research. Deep research is 10-100x slower and more expensive than parallel-web-search. For normal "research X" requests, quick lookups, or fact-checking, use parallel-web-search instead. Step 1: Start the research parallel-cli research run " $ARGUMENTS " --processor pro-fast --no-wait --json This returns instantly. Do NOT omit --no-wait — without it ...
530
2047 senior-fullstack davila7/claude-code-templates
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
529
2048 http-api-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever you need to call CloudBase platform features via raw HTTP APIs , for example: Non-Node backends (Go, Python, Java, PHP, etc.) Integration tests or admin scripts that use curl or language HTTP clients Direct database operations via MySQL RESTful API Cloud function invocation via HTTP Any scenario where SDKs are not available or not preferred Do not use this skill for: Frontend Web apps using @cloudbase/js-sdk (use CloudBase Web skills) Node.js code u...
528
2049 team-rituals refoundai/lenny-skills
Designing Team Rituals Help the user design effective team rituals using frameworks and insights from 2 product leaders. How to Help When the user asks for help with team rituals: Understand the goal - Ask what behavior or outcome they want the ritual to drive Apply the golden rituals framework - Ensure rituals are named, templated, and known by every employee's first Friday Design for specificity - Help create rituals that go beyond generic meetings to drive specific outcomes Plan for adoption ...
528
2050 autonomous-loops affaan-m/everything-claude-code
Autonomous Loops Skill Compatibility note (v1.8.0): autonomous-loops is retained for one release. The canonical skill name is now continuous-agent-loop . New loop guidance should be authored there, while this skill remains available to avoid breaking existing workflows. Patterns, architectures, and reference implementations for running Claude Code autonomously in loops. Covers everything from simple claude -p pipelines to full RFC-driven multi-agent DAG orchestration. When to Use Setting up auto...
528