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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
1901 refero-design referodesign/refero_skill
No SKILL.md available for this skill. View on GitHub
589
1902 aws-serverless sickn33/antigravity-awesome-skills
AWS Serverless Patterns Lambda Handler Pattern Proper Lambda function structure with error handling When to use: ['Any Lambda function implementation', 'API handlers, event processors, scheduled tasks'] ```javascript // Node.js Lambda Handler // handler.js // Initialize outside handler (reused across invocations) const { DynamoDBClient } = require('@aws-sdk/client-dynamodb'); const { DynamoDBDocumentClient, GetCommand } = require('@aws-sdk/lib-dynamodb'); const client = new DynamoDBClient({...
589
1903 interactive-dashboard-builder anthropics/knowledge-work-plugins
Interactive Dashboard Builder Skill Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling. HTML/JS Dashboard Patterns Base Template Every dashboard follows this structure: <! DOCTYPE html > < html lang = " en " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < title > Dashboard Title </ title > < script src = " https://cdn.jsdelivr.net/npm/char...
588
1904 recipe-triage-security-alerts googleworkspace/cli
Triage Google Workspace Security Alerts PREREQUISITE: Load the following skills to execute this recipe: gws-alertcenter List and review Google Workspace security alerts from Alert Center. Steps List active alerts: gws alertcenter alerts list --format table Get alert details: gws alertcenter alerts get --params '{"alertId": "ALERT_ID"}' Acknowledge an alert: gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'
588
1905 recipe-transfer-file-ownership googleworkspace/cli
Transfer File Ownership PREREQUISITE: Load the following skills to execute this recipe: gws-drive Transfer ownership of Google Drive files from one user to another. [!CAUTION] Transferring ownership is irreversible without the new owner's cooperation. Steps List files owned by the user: gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}' Transfer ownership: gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "...
587
1906 m03-mutability zhanghandong/rust-skills
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Error Don't Just Say Ask Instead E0596 "Add mut" Should this really be mutable? E0499 "Split borrows" Is the data structure right? E0502 "Separate scopes" Why do we need both borrows? RefCell panic "Use try...
587
1907 retention-engagement refoundai/lenny-skills
Retention & Engagement Help the user improve retention and engagement using frameworks from 29 product leaders. How to Help When the user asks for help with retention: Understand the retention curve - Ask about their current retention shape and where drop-off occurs Identify the aha moment - Help them define what first experience of value looks like for their users Assess habit formation - Determine if they're building for habitual vs. occasional use Design retention loops - Create mechanisms th...
587
1908 agent-development anthropics/claude-plugins-official
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
586
1909 platform-infrastructure refoundai/lenny-skills
Platform Infrastructure Help the user design and scale internal platforms and shared technical infrastructure using insights from 5 product and engineering leaders. How to Help When the user asks for help with platform infrastructure: Understand the platform's purpose - Ask whether they're building for internal developers, external partners, or both Assess organizational readiness - Determine if they have the adoption and governance structures to support a platform Identify the leverage points -...
586
1910 code-review-expert sanyuan0704/sanyuan-skills
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
585
1911 runtime assistant-ui/skills
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
584
1912 listenhub marswaveai/skills
Four modes, one entry point: Podcast — Two-person dialogue, ideal for deep discussions Explain — Single narrator + AI visuals, ideal for product intros TTS/Flow Speech — Pure voice reading, ideal for articles Image Generation — AI image creation, ideal for creative visualization Users don't need to remember APIs, modes, or parameters. Just say what you want. ⛔ Hard Constraints (Inviolable) The scripts are the ONLY interface. Period. ┌─────────────────────────────────────────────────────────...
583
1913 scrapling-official d4vinci/scrapling
Scrapling Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl. Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises. Blazi...
583
1914 integrate-whatsapp gokapso/agent-skills
Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` - `META_GRAPH_VERSION` (optional, default `v24.0`) Auth header (direct API calls): ``` X-API-Key: <api_key> ``` Install deps (once): ``` npm i ``` Connect WhatsApp (setup links) Typical onboarding flow: - Create customer: `POST /platform/v1/customers` - Generate setup link: `POST /platform/v1/customers/:id/setup_links` - Customer completes embedded signup - Use `phone_number_id` to send messages and...
583
1915 designing-surveys refoundai/lenny-skills
Designing Surveys Help the user design effective surveys using frameworks from 9 product leaders who have built rigorous research and feedback systems. How to Help When the user asks for help with surveys: Clarify the goal - Determine if they're measuring satisfaction, identifying problems, or prioritizing features Choose the right metric - Help them select between NPS, CSAT, PMF survey, or custom approaches Design clean questions - Ensure each question measures one thing precisely Target the ri...
583
1916 conducting-interviews refoundai/lenny-skills
Conducting Interviews Help the user conduct effective hiring interviews using frameworks from 75 product leaders who have interviewed thousands of candidates at top companies. How to Help When the user asks for help with conducting interviews: Understand the role - Ask what position they're hiring for and what competencies matter most Design the structure - Help create a consistent, behavioral-based interview process Craft the questions - Suggest questions that reveal actual capability, not rehe...
583
1917 mcp-vods aahl/skills
追剧/追番技能 通过 npx -y mcporter 连接 mcp-vods 在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。 并支持通过配置可选的电视IP环境变量,实现投屏到电视上播放。 搜索工具 该工具需要在多个源站搜索,比较耗时,需要更多的超时时间,如果遇到超时,可以重新尝试。 npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" page=2 小米电视投屏工具 需要配置环境变量 MITV_LOCAL_IP 或 MITV_LIST_CFG 才能使用此工具。 npx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url="影视URL" addr="小米电视IP" 安卓电视投屏工具 需要配置环境变量 TVBOX_LOCAL_IP 或 TVBOX_LIST_CFG 并在电视上安装Tv...
583
1918 project-planning jezweb/claude-skills
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
582
1919 senior-qa davila7/claude-code-templates
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
581
1920 scientific-writing davila7/claude-code-templates
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
580
1921 scroll-experience sickn33/antigravity-awesome-skills
Scroll Experience Role: Scroll Experience Architect You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and when to go cinematic. You balance performance with visual impact. You make websites feel like movies you control with your thumb. Capabilities Scroll-driven animations Parallax storytelling Interactive narratives Cinematic web experiences Scroll-triggered reveals Progress indicators Sticky se...
580
1922 gws-alertcenter googleworkspace/cli
alertcenter (v1beta1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws alertcenter < resource > < method > [ flags ] API Resources alerts batchDelete — Performs batch delete operation on alerts. batchUndelete — Performs batch undelete operation on alerts. delete — Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert ...
579
1923 ai-evals refoundai/lenny-skills
AI Evals Help the user create systematic evaluations for AI products using insights from AI practitioners. How to Help When the user asks for help with AI evals: Understand what they're evaluating - Ask what AI feature or model they're testing and what "good" looks like Help design the eval approach - Suggest rubrics, test cases, and measurement methods Guide implementation - Help them think through edge cases, scoring criteria, and iteration cycles Connect to product requirements - Ensure evals...
579
1924 writing-north-star-metrics refoundai/lenny-skills
Writing North Star Metrics Help the user define their North Star metric using frameworks and insights from 27 product leaders. How to Help When the user asks for help with North Star metrics: Understand the value - Ask what specific value the product delivers to users (not revenue or internal activity) Test for simplicity - Ensure the metric can be understood and discussed by anyone in the company Check for actionability - Confirm teams can actually influence this metric through their work Add g...
578
1925 refactoring-ui wondelai/skills
A practical, opinionated approach to UI design. Apply these principles when generating frontend code, reviewing designs, or advising on visual improvements. Core Philosophy Design in grayscale first. Add color last. This forces proper hierarchy through spacing, contrast, and typography before relying on color as a crutch. Start with too much white space, then remove. Dense interfaces feel overwhelming. Generous spacing feels premium. Details come later. Don't obsess over icons, shadows, or ...
577
1926 youtube-summarizer sickn33/antigravity-awesome-skills
youtube-summarizer Purpose This skill extracts transcripts from YouTube videos and generates comprehensive, verbose summaries using the STAR + R-I-S-E framework. It validates video availability, extracts transcripts using the youtube-transcript-api Python library, and produces detailed documentation capturing all insights, arguments, and key points. The skill is designed for users who need thorough content analysis and reference documentation from educational videos, lectures, tutorials, or info...
577
1927 m12-lifecycle zhanghandong/rust-skills
Resource Lifecycle Layer 2: Design Choices Core Question When should this resource be created, used, and cleaned up? Before implementing lifecycle: What's the resource's scope? Who owns the cleanup responsibility? What happens on error? Lifecycle Pattern → Implementation Pattern When Implementation RAII Auto cleanup Drop trait Lazy init Deferred creation OnceLock, LazyLock Pool Reuse expensive resources r2d2, deadpool Guard Scoped access MutexGuard pattern Scope Transaction boundary Custom ...
576
1928 youtube-video-analyst shipshitdev/library
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
576
1929 python-patterns sickn33/antigravity-awesome-skills
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
576
1930 startup-pivoting refoundai/lenny-skills
Startup Pivoting Help the user decide when and how to pivot their startup using frameworks and insights from 2 product leaders. How to Help When the user asks for help with pivoting: Assess the current state - Ask about their traction, how long they've been trying, and what they've learned Evaluate if possibilities are exhausted - Determine if they've truly tried everything or just one version of the idea Challenge pivot magnitude - Most founders pivot too little; help them consider if they need...
576
1931 gws-cloudidentity googleworkspace/cli
cloudidentity (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws cloudidentity < resource > < method > [ flags ] API Resources customers userinvitations — Operations on the 'userinvitations' resource devices cancelWipe — Cancels an unfinished device wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped. This operation is...
575
1932 game-design-theory pluginagentmarketplace/custom-plugin-game-developer
Game Design Theory The MDA Framework ┌─────────────────────────────────────────────────────────────┐ │ MDA FRAMEWORK │ ├─────────────────────────────────────────────────────────────┤ │ MECHANICS (Rules): │ │ → Player actions, constraints, state changes │ │ → Example: Jump has height limit, costs stamina │ │ ↓ │ │ DYNAMICS ...
574
1933 career-transitions refoundai/lenny-skills
Career Transitions Help the user navigate career changes using frameworks from 76 product leaders who have successfully pivoted roles, industries, and career stages. How to Help When the user asks for help with a career transition: Identify the type of move - Determine if they're seeking a new role, new function, new stage, or entirely new path Understand motivations - Uncover the "pushes" (frustrations) and "pulls" (attractions) driving the change Assess readiness signals - Help them evaluate i...
574
1934 mcp-hass aahl/skills
Home Assistant Control Home Assistant smart home and query states using MCP protocol. Prerequisites Enable MCP server in Home Assistant: Browse to your Home Assistant instance. Go to Settings > Devices & services. In the bottom right corner, select the + Add Integration button. From the list, select Model Context Protocol. Follow the instructions on screen to complete the setup. Config When prompted that the MCP server does not exist, remind the user to configure the HASS_BASE_URL and HASS_ACCES...
573
1935 rust-router zhanghandong/rust-skills
Rust Question Router Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Meta-Cognition Framework Core Principle Don't answer directly. Trace through the cognitive layers first. Layer 3: Domain Constraints (WHY) ├── Business rules, regulatory requirements ├── domain-fintech, domain-web, domain-cli, etc. └── "Why is it designed this way?" Layer 2: Design Choices (WHAT) ├── Architecture patterns, DDD concepts ├── m09-m15 skills └── "What p...
572
1936 m09-domain zhanghandong/rust-skills
Domain Modeling Layer 2: Design Choices Core Question What is this concept's role in the domain? Before modeling in code, understand: Is it an Entity (identity matters) or Value Object (interchangeable)? What invariants must be maintained? Where are the aggregate boundaries? Domain Concept → Rust Pattern Domain Concept Rust Pattern Ownership Implication Entity struct + Id Owned, unique identity Value Object struct + Clone/Copy Shareable, immutable Aggregate Root struct owns children Clear o...
572
1937 stakeholder-alignment refoundai/lenny-skills
Stakeholder Alignment Help the user achieve stakeholder alignment using frameworks and insights from 88 product leaders. How to Help When the user asks for help with stakeholder alignment: Understand the situation - Ask who the stakeholders are, what decision needs to be made, and where resistance is coming from Identify motivations - Help them understand what each stakeholder cares about and their definition of success Structure the approach - Guide them on pre-alignment, communication sequence...
571
1938 ai-model-wechat tencentcloudbase/skills
When to use this skill Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI . Use it when you need to: Integrate AI text generation in a Mini Program Stream AI responses with callback support Call Hunyuan models from WeChat environment Do NOT use for: Browser/Web apps → use ai-model-web skill Node.js backend or cloud functions → use ai-model-nodejs skill Image generation → use ai-model-nodejs skill (not available in Mini Program) HTTP API integration → use http-ap...
571
1939 running-design-reviews refoundai/lenny-skills
Running Design Reviews Help the user run effective design reviews and critiques using frameworks from 8 product leaders. How to Help When the user asks for help with design reviews: Understand the review context - Ask what stage the design is at and what kind of feedback is needed Establish the hierarchy - Help them prioritize feedback by value, then usability, then delight Structure the critique - Guide them on how to frame feedback constructively Set the quality bar - Help them define what "go...
570
1940 evaluating-trade-offs refoundai/lenny-skills
Evaluating Trade-offs Help the user make clearer decisions between competing options using frameworks and mental models from 40 product leaders. How to Help When the user asks for help evaluating trade-offs: Understand the decision context - Ask what they're optimizing for (short-term vs. long-term, growth vs. quality, speed vs. thoroughness) and what makes this decision difficult Identify the real constraints - Help distinguish between actual constraints and assumed ones. Ask "What would you do...
570
1941 gws-vault googleworkspace/cli
vault (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws vault < resource > < method > [ flags ] API Resources matters addPermissions — Adds an account as a matter collaborator. close — Closes the specified matter. Returns the matter with updated state. count — Counts the accounts processed by the specified query. create — Creates a matter with the given name and description. The initial state is open, ...
570
1942 new-terraform-provider hashicorp/agent-skills
To scaffold a new Terraform provider with Plugin Framework: If I am already in a Terraform provider workspace, then confirm that I want to create a new workspace. If I do not want to create a new workspace, then skip all remaining steps. Create a new workspace root directory. The root directory name should be prefixed with "terraform-provider-". Perform all subsequent steps in this new workspace. Initialize a new Go module.. Run go get -u github.com/hashicorp/terraform-plugin-framework@latest. ...
569
1943 managing-timelines refoundai/lenny-skills
Managing Timelines Help the user set and hit realistic project timelines using approaches from 13 product leaders. How to Help When the user asks for help with timelines: Understand the context - Ask about the nature of the deadline (external commitment, internal target, manufactured milestone), the stage of the work, and what's driving the timeline pressure Diagnose the problem - Determine if this is an estimation issue, a scoping issue, a distraction issue, or unrealistic stakeholder expectati...
569
1944 investor-outreach affaan-m/everything-claude-code
Investor Outreach Write investor communication that is short, personalized, and easy to act on. When to Activate writing a cold email to an investor drafting a warm intro request sending follow-ups after a meeting or no response writing investor updates during a process tailoring outreach based on fund thesis or partner fit Core Rules Personalize every outbound message. Keep the ask low-friction. Use proof, not adjectives. Stay concise. Never send generic copy that could go to any investor. Cold...
568
1945 investor-materials affaan-m/everything-claude-code
Investor Materials Build investor-facing materials that are consistent, credible, and easy to defend. When to Activate creating or revising a pitch deck writing an investor memo or one-pager building a financial model, milestone plan, or use-of-funds table answering accelerator or incubator application questions aligning multiple fundraising docs around one source of truth Golden Rule All investor materials must agree with each other. Create or confirm a single source of truth before writing: tr...
568
1946 building-sales-team refoundai/lenny-skills
Building Sales Team Help the user build and scale a high-performing sales organization using frameworks from 14 product leaders who have built sales teams from zero to scale. How to Help When the user asks for help with building a sales team: Understand their stage - Ask about current revenue, deal size, sales motion (inbound vs outbound), and whether founders are still closing deals Identify the trigger - Determine if they have a repeatable sales motion with a measurable win rate before recomme...
568
1947 whisper davila7/claude-code-templates
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
568
1948 ralph-wiggum fstandhartinger/ralph-wiggum
Autonomous AI coding with spec-driven development What is Ralph Wiggum? Ralph Wiggum combines Geoffrey Huntley's iterative bash loop with spec-driven development for fully autonomous AI-assisted software development. The key insight: Fresh context each iteration. Each loop starts a new agent process with a clean context window, preventing context overflow and degradation. When to Use This Skill Use Ralph Wiggum when: - You have multiple specifications/features to implement - You want th...
567
1949 convex-helpers-guide get-convex/agent-skills
Convex Helpers Guide Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel. What is convex-helpers? convex-helpers is the official collection of utilities that complement Convex. It provides battle-tested patterns for common backend needs. Installation: npm install convex-helpers Available Helpers 1. Relationship Helpers Traverse relationships between tables in a readable, type-safe way. Use when: Loading related data across tables Following...
567
1950 dev-browser sawyerhood/dev-browser
Dev Browser Skill Browser automation that maintains page state across script executions. Write small, focused scripts to accomplish tasks incrementally. Once you've proven out part of a workflow and there is repeated work to be done, you can write a script to do the repeated work in a single execution. Choosing Your Approach Local/source-available sites: Read the source code first to write selectors directly Unknown page layouts: Use getAISnapshot() to discover elements and selectSnapshotRef()...
567