███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4101 | generating-lightning-app | forcedotcom/afv-library |
Generating Lightning App Overview Build a complete, deployable Salesforce Lightning Experience application from a natural language description by defining a Lightning Custom Application and orchestrating its dependent metadata types in correct dependency order. Invoke specialized metadata skills when available; generate metadata directly when no skill exists. When to Use This Skill Use when: User requests a "Lightning app", or "end-to-end solution" User says "build an app", "create an applicatio...
|
1.4K |
| 4102 | openclaw-history-ingest | ar9av/obsidian-wiki |
OpenClaw History Ingest — Session & Memory Mining You are extracting knowledge from the user's OpenClaw agent history and distilling it into the Obsidian wiki. OpenClaw stores both a structured long-term MEMORY.md and per-session JSONL transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest openclaw ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and OPENCLAW_HISTORY_PATH (defaul...
|
1.4K |
| 4103 | draft-offer | anthropics/knowledge-work-plugins |
/draft-offer If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a complete offer letter for a new hire. Usage /draft-offer $ARGUMENTS What I Need From You Role and title : What position? Level : Junior, Mid, Senior, Staff, etc. Location : Where will they be based? (affects comp and benefits) Compensation : Base salary, equity, signing bonus (if applicable) Start date : When should they start? Hiring manager : Who will they report to? If you d...
|
1.4K |
| 4104 | confluence | membranedev/application-skills |
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
|
1.4K |
| 4105 | douyin-video-summary | liu-wei-ai/douyin-video-summary |
Douyin Video Summary Summarize Douyin videos: extract audio → transcribe locally → AI summary. Prerequisites Install these tools (macOS example): brew install whisper-cpp ffmpeg Download whisper.cpp GGML model (small recommended for speed/quality balance) curl -L -o models/ggml-small.bin "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin" Workflow When a Douyin link is received: Step 1: Extract Video ID Parse the Douyin URL to get the video ID. Douyin share links come in ...
|
1.4K |
| 4106 | generating-custom-application | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create Lightning applications Organize tabs and features into focused apps Configure application navigation and branding Set up custom page layouts for objects Troubleshoot deployment errors related to custom applications CustomApplication (Lightning App) Metadata Specification Overview Custom applications (Lightning Apps) that group tabs and functionality to provide a focused user experience for specific business processes. Always configur...
|
1.4K |
| 4107 | customer-escalation | anthropics/knowledge-work-plugins |
/customer-escalation If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Package a support issue into a structured escalation brief for engineering, product, or leadership. Gathers context, structures reproduction steps, assesses business impact, and identifies the right escalation target. Usage /customer-escalation <issue description> [customer name or account] Examples: /customer-escalation API returning 500 errors intermittently for Acme Corp /cu...
|
1.4K |
| 4108 | gtm-enterprise-account-planning | github/awesome-copilot |
Enterprise Account Planning Strategic account planning and execution for enterprise deals. Turn complex sales cycles into systematic wins — or at least know when they're dying before you waste months. When to Use Triggers: "How do I plan this enterprise deal?" "This deal has been in motion 3 months, why isn't it closing?" "Should I create a full account plan or simplified version?" "How do I know if this deal is actually moving?" "MEDDICC qualification" "Building a mutual action plan" Context: S...
|
1.4K |
| 4109 | fundraising | refoundai/lenny-skills |
Fundraising Strategy Help the user navigate the fundraising process using insights from 2 product leaders. How to Help When the user asks for help with fundraising: Question the assumption - Before diving into tactics, ask whether they should raise at all. Understand their goals and whether venture capital is the right path Understand their stage - Ask what round they're raising, how much traction they have, and what their strongest proof point is Help craft the pitch - Focus on leading with the...
|
1.4K |
| 4110 | animation-designer | daffy0208/ai-dev-standards |
Animation Designer Skill I help you create smooth, professional animations for web applications using Framer Motion and CSS. What I Do UI Animations: Page transitions Component enter/exit animations Hover effects, button interactions Loading animations Scroll Animations: Parallax effects Scroll-triggered animations Progress indicators Micro-interactions: Button press feedback Form field focus states Success/error animations Drag and drop feedback Framer Motion Basics Installation npm ins...
|
1.4K |
| 4111 | 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...
|
1.4K |
| 4112 | swiftui-webkit | dpearson2699/swift-ios-skills |
SwiftUI WebKit Embed and manage web content in SwiftUI using the native WebKit-for-SwiftUI APIs introduced for iOS 26, iPadOS 26, macOS 26, and visionOS 26. Use this skill when the app needs an integrated web surface, app-owned HTML content, JavaScript-backed page interaction, or custom navigation policy control. Contents Choose the Right Web Container Displaying Web Content Loading and Observing with WebPage Navigation Policies JavaScript Integration Local Content and Custom URL Schemes WebView...
|
1.4K |
| 4113 | generating-list-view | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create list views for objects Generate filtered, column-based record listings Configure list view visibility and sharing Troubleshoot deployment errors related to List Views Specification Salesforce List View Metadata Knowledge 📋 Overview Salesforce List Views define filtered, column-based record listings on an object's tab. 🎯 Purpose Provide curated, role- or task-specific subsets of records Standardize commonly used filters and visible fi...
|
1.4K |
| 4114 | p7 | tanweai/pua |
PUA P7 骨干 — 方案驱动执行 在 P8 管理下执行子任务。先设计方案 + 影响分析,再实施编码,完成后三问自审查。 详细协议见 references/p7-protocol.md 。加载后按协议执行。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
|
1.4K |
| 4115 | generating-validation-rule | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create validation rules to enforce data quality Prevent invalid records from being saved Generate validation rule metadata with formulas Add business logic validation to objects Troubleshoot deployment errors related to validation rules Specification ValidationRule Metadata Specification 📋 Overview Validation Rules are declarative metadata components used to enforce data quality and business logic in Salesforce. They evaluate a formula expr...
|
1.4K |
| 4116 | wiki-agent | ar9av/obsidian-wiki |
Wiki Agent — Targeted Cross-Agent History Search + Ingest You are doing a query-driven targeted ingest from one specific AI agent's raw conversation history. The user is typically working in a different agent right now and wants to pull in context from another agent's past sessions. This is not bulk ingest. You find sessions about a specific topic, extract the relevant blobs, distill them into the wiki, and return a synthesized answer the user can act on immediately. Command Routing Parse the in...
|
1.4K |
| 4117 | skill-creator | bytedance/deer-flow |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
1.4K |
| 4118 | triage-nda | anthropics/knowledge-work-plugins |
/triage-nda -- NDA Pre-Screening If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Triage the NDA: @$1 Rapidly triage incoming NDAs against standard screening criteria. Classify the NDA for routing: standard approval, counsel review, or full legal review. Important : You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon. Invocation /triage-nda Work...
|
1.4K |
| 4119 | accessibility | microsoft/vscode |
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
|
1.4K |
| 4120 | web-design-guidelines | bytedance/deer-flow |
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...
|
1.4K |
| 4121 | podcast-generation | bytedance/deer-flow |
Podcast Generation Skill Overview This skill generates high-quality podcast audio from text content. The workflow includes creating a structured JSON script (conversational dialogue) and executing audio generation through text-to-speech synthesis. Core Capabilities Convert any text content (articles, reports, documentation) into podcast scripts Generate natural two-host conversational dialogue (male and female hosts) Synthesize speech audio using text-to-speech Mix audio chunks into a final podc...
|
1.4K |
| 4122 | library-book-search | nomadamas/k-skill |
Library Book Search (Data4Library) What this skill does 국립중앙도서관의 도서관 정보나루(Data4Library) Open API를 k-skill-proxy 가 중계하는 HTTP API로 조회한다. 키워드로 도서를 검색한다. ISBN으로 상세 서지·대출정보를 확인한다. ISBN + 지역코드로 해당 도서를 소장한 도서관 목록을 찾는다. 도서관 코드 + ISBN으로 특정 도서관의 소장/대출 가능 여부를 확인한다. When to use "역사 관련 책 도서관 정보나루에서 찾아줘" "이 ISBN 소장한 서울 도서관 찾아줘" "정독도서관에 이 책 있는지 확인해줘" "도서관 도서 조회 가능해?" Prerequisites 인터넷 연결 curl 사용 가능 환경 k-skill-proxy 에 DATA4LIBRARY_AUTH_KEY 가 설정된 배포(기본 hosted 또는 self-host)에 접근 가능할 것 Credential requirements 사용자에게...
|
1.4K |
| 4123 | p9 | tanweai/pua |
PUA P9 管理者 — 写 Prompt 不写代码 懂战略、搭班子、做导演。管 P8 不管 P7。你的代码是 Prompt。 详细协议见 references/p9-protocol.md 。加载后按协议执行。 Agent Team 架构详见 references/agent-team.md 。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
|
1.4K |
| 4124 | daily-update | ar9av/obsidian-wiki |
Daily Update — Wiki Maintenance Cycle You run a lightweight maintenance pass over the wiki: check source freshness, refresh the index, update hot.md, and write the state file that the terminal notification reads. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH and OBSIDIAN_WIKI_REPO . Derive vault-scoped state dir — all runtime state is scoped to the resolv...
|
1.4K |
| 4125 | signature-request | anthropics/knowledge-work-plugins |
/signature-request -- E-Signature Routing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Prepare a document for electronic signature — verify completeness, set signing order, and route for execution. Important : This command assists with legal workflows but does not provide legal advice. Verify documents are in final form before sending for signature. Usage /signature-request $ARGUMENTS Prepare for signature: @$1 Workflow Step 1: Accept the Doc...
|
1.4K |
| 4126 | discovery-process | deanpeters/product-manager-skills |
Purpose Guide product managers through a complete discovery cycle—from initial problem hypothesis to validated solution—by orchestrating problem framing, customer interviews, synthesis, and experimentation skills into a structured process. Use this to systematically explore problem spaces, validate assumptions, and build confidence before committing to full development—avoiding "build it and they will come" syndrome and ensuring you're solving real customer problems. This is not a one-time resea...
|
1.4K |
| 4127 | chrome-devtools-cli | chromedevtools/chrome-devtools-mcp |
The chrome-devtools-mcp CLI lets you interact with the browser from your terminal. Setup Note: If this is your very first time using the CLI, see references/installation.md for setup. Installation is a one-time prerequisite and is not part of the regular AI workflow. AI Workflow Execute : Run tools directly (e.g., chrome-devtools list_pages ). The background server starts implicitly; do not run start / status / stop before each use. Inspect : Use take_snapshot to get an element <uid> . Act : Use...
|
1.4K |
| 4128 | dingtalk-message | breath57/dingtalk-skills |
钉钉消息技能 负责钉钉消息发送的所有操作。本文件为 策略指南 ,仅包含决策逻辑和工作流程。完整 API 请求格式见文末的 references/api.md 查阅索引。 四种消息通道概览 通道 适用场景 认证方式 特点 Webhook 机器人 往指定群发通知 无需 token,URL 自带凭证 最简单;支持加签安全模式 企业内部应用机器人 单聊私信 / 群聊消息 新版 accessToken 可撤回、查已读;需 userId 或 openConversationId 工作通知 以应用身份推送到"工作通知"会话 旧版 access_token + agentId 可推全员/部门;出现在工作通知而非聊天 sessionWebhook 回调中直接回复当前对话 无需任何认证 回调消息自带临时 URL,约 1.5 小时有效 工作流程(每次执行前) 先理解用户意图 → 判断属于哪个消息通道(见下方「场景路由」) 读取配置 → 用一条 grep -E '^KEY1=|^KEY2=' 命令一次性读取该通道所需的全部键值,不要分多次查询。(跨会话保留,所有 dingtalk-skills 共用同一文件)...
|
1.4K |
| 4129 | 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...
|
1.4K |
| 4130 | notion-meeting-intelligence | openai/skills |
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
|
1.4K |
| 4131 | 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...
|
1.4K |
| 4132 | platform-strategy | refoundai/lenny-skills |
Platform Strategy Help the user design and execute platform business strategies using frameworks from 24 product leaders who have built and scaled platforms. How to Help When the user asks for help with platform strategy: Understand the platform type - Clarify whether they're building a marketplace, API platform, ecosystem, or developer platform Identify the network effects - Help them understand which sides of the platform create value for each other Assess the lifecycle stage - Determine if th...
|
1.4K |
| 4133 | spring-boot-security-jwt | giuseppe-trisciuoglio/developer-kit |
Spring Boot JWT Security Comprehensive JWT (JSON Web Token) authentication and authorization patterns for Spring Boot 3.5.x applications using Spring Security 6.x and the JJWT library. This skill provides production-ready implementations for stateless authentication, role-based access control, and integration with modern authentication providers. Overview JWT authentication enables stateless, scalable security for Spring Boot applications. This skill covers complete JWT lifecycle management incl...
|
1.4K |
| 4134 | hf-cli | huggingface/skills |
Install: curl -LsSf https://hf.co/cli/install.sh | bash -s . The Hugging Face Hub CLI tool hf is available. IMPORTANT: The hf command replaces the deprecated huggingface-cli command. Use hf --help to view available functions. Note that auth commands are now all under hf auth e.g. hf auth whoami . Generated with huggingface_hub v1.6.0 . Run hf skills add --force to regenerate. Commands hf download REPO_ID — Download files from the Hub. hf env — Print information about the environment. hf sync — S...
|
1.4K |
| 4135 | shadertoy | bfollington/terma |
Shadertoy Shader Development Overview Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics. When to Use This Skill Activate this skill when: Writing or editing .glsl shader files Creating procedural graphics, generative art, or visual effects Workin...
|
1.4K |
| 4136 | jobs-to-be-done | deanpeters/product-manager-skills |
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
|
1.4K |
| 4137 | event-prospecting | browserbase/skills |
Event Prospecting Take a conference URL → get a ranked list of people the AE should talk to, with a "why reach out" rationale per person. Required : BROWSERBASE_API_KEY env var, bb CLI installed ( @browserbasehq/cli ), and browse CLI installed ( @browserbasehq/browse-cli ) for JS-heavy speaker pages (most modern event sites). Path rules : Always use the full literal path in all Bash commands — NOT ~ or $HOME (both trigger "shell expansion syntax" approval prompts). Resolve the home directory onc...
|
1.4K |
| 4138 | equity-research | anthropics/financial-services-plugins |
Equity Research Analysis You are an expert equity research analyst. Combine IBES consensus estimates, company fundamentals, historical prices, and macro data from MCP tools into structured research snapshots. Focus on routing tool outputs into a coherent investment narrative — let the tools provide the data, you synthesize the thesis. Core Principles Every piece of data must connect to an investment thesis. Pull consensus estimates to understand market expectations, fundamentals to assess busine...
|
1.4K |
| 4139 | wpds | wordpress/agent-skills |
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
|
1.4K |
| 4140 | sox-testing | anthropics/knowledge-work-plugins |
SOX Compliance Testing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals before use in audit documentation. Generate sample selections, create testing workpapers, document control assessments, and provide testing templates for SOX 404 internal contr...
|
1.4K |
| 4141 | i18n | lobehub/lobehub |
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
|
1.4K |
| 4142 | mcp-lark | aahl/skills |
MCP Lark / FeiShu Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables. Lark MCP docs: https://open.larksuite.com/document/mcp_open_tools/call-feishu-mcp-server-in-remote-mode 飞书 MCP 文档: https://open.feishu.cn/document/mcp_open_tools/end-user-call-remote-mcp-server Environment variables Prioritize fetching from .env under the workspace, then use system environment variables. If not configured, ask the user for i...
|
1.4K |
| 4143 | blog-writing-guide | getsentry/skills |
Sentry Blog Writing Skill This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement. The bar: Every Sentry blog post should be something a senior engineer would share in their team's Slack, or reference in a technical decision. What follows are the core principles to internalize and apply to every piece of content. The Sentry Voice We sound like: A senior developer at a confere...
|
1.4K |
| 4144 | memory-bridge | ar9av/obsidian-wiki |
Memory Bridge — Cross-Tool Knowledge Browser You are helping the user browse and compare their Obsidian wiki knowledge filtered by which AI tool originally produced it. The wiki tracks source provenance in .manifest.json and page sources: frontmatter — this skill surfaces that metadata as a navigable view. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH . R...
|
1.4K |
| 4145 | pdf-ocr-skill | yejinlei/pdf-ocr-skill |
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
|
1.4K |
| 4146 | pr-review | pytorch/pytorch |
PyTorch PR Review Skill Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility. Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . Instead, ask the user what they would like to review: What would you like me to review? A PR number or URL (e.g., /pr-review 12345 ) A local branch (e.g., /pr-review branch ) Local CLI Mode The user provides a PR number o...
|
1.4K |
| 4147 | tiptap | ueberdosis/tiptap |
Tiptap Integration Skill Instructions for coding agents integrating the Tiptap rich text editor Reference Repositories Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation. https://github.com/ueberdosis/tiptap https://github.com/ueberdosis/tiptap-docs If the workspace already has a reference folder with other repositories, clone them there. Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored. Before...
|
1.4K |
| 4148 | markdown-converter | intellectronica/agent-skills |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
1.4K |
| 4149 | 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 -...
|
1.4K |
| 4150 | coaching-pms | refoundai/lenny-skills |
Coaching Product Managers Help the user develop and coach product managers using frameworks from 3 product leaders who have scaled PM organizations at top companies. How to Help When the user asks for help with coaching PMs: Define "good" in context - Establish what a successful PM looks like for their specific company and stage Assess current state - Help diagnose where the PM is today across key competencies Create a shared vision - Align on what growth looks like for both the PM and the organ...
|
1.4K |