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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5301 ce-proof everyinc/compound-engineering-plugin
Proof - Collaborative Markdown Editor Proof is a collaborative document editor for humans and agents. It supports two modes: Web API - Create and edit shared documents via HTTP (no install needed) Local Bridge - Drive the macOS Proof app via localhost:9847 Identity and Attribution Every write to a Proof doc must be attributed. Two fields carry the agent's identity: Machine ID ( by on every op, X-Agent-Id header): ai:compound-engineering — stable, lowercase-hyphenated, machine-parseable. Appears ...
2.4K
5302 comp-analysis anthropics/knowledge-work-plugins
/comp-analysis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze compensation data for benchmarking, band placement, and planning. Helps benchmark compensation against market data for hiring, retention, and equity planning. Usage /comp-analysis $ARGUMENTS What I Need From You Option A: Single role analysis "What should we pay a Senior Software Engineer in SF?" Option B: Upload comp data Upload a CSV or paste your comp bands. I'll analyze p...
2.4K
5303 agentmail agentmail-to/agentmail-skills
AgentMail is an API-first email platform for AI agents. Install the SDK and initialize the client. Installation ``` TypeScript/Node npm install agentmail Python pip install agentmail ``` Setup ``` import { AgentMailClient } from "agentmail"; const client = new AgentMailClient({ apiKey: "YOUR_API_KEY" }); ``` ``` from agentmail import AgentMail client = AgentMail(api_key="YOUR_API_KEY") ``` Inboxes Create scalable inboxes on-demand. Each inbox has a unique email address. ``` // C...
2.4K
5304 change-request anthropics/knowledge-work-plugins
/change-request If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a structured change request with impact analysis, risk assessment, and rollback plan. Usage /change-request $ARGUMENTS Change Management Framework Apply the assess-plan-execute-sustain framework when building the request: 1. Assess What is changing? Who is affected? How significant is the change? (Low / Medium / High) What resistance should we expect? 2. Plan Communication pl...
2.4K
5305 product-strategy phuryn/pm-skills
Product Strategy Canvas Metadata Name : product-strategy Description : Generate a comprehensive product strategy using the 9-section Product Strategy Canvas. Covers vision, market segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Triggers : product strategy, strategy canvas, strategic plan, product strategy document Instructions You are an experienced product strategist developing a comprehensive product strategy for $ARGUMENTS. Your task is to cr...
2.4K
5306 draft-content anthropics/knowledge-work-plugins
Draft Content If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate marketing content drafts tailored to a specific content type, audience, and brand voice. Trigger User runs /draft-content or asks to draft, write, or create marketing content. Inputs Gather the following from the user. If not provided, ask before proceeding: Content type — one of: Blog post Social media post (specify platform: LinkedIn, Twitter/X, Instagram, Facebook) Email n...
2.4K
5307 summarize-meeting phuryn/pm-skills
Summarize Meeting Purpose You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS. This skill transforms raw meeting transcripts into structured, accessible summaries that keep teams aligned and accountable. Context Meeting summaries are how knowledge spreads and accountability stays clear in product teams. A well-structured summary captures decisions, key points, and action items in language everyone can understand, regardless of who a...
2.4K
5308 react-hook-form pproenca/dot-skills
React Hook Form Best Practices Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation. When to Apply Reference these guidelines when: Writing new forms with React Hook Form Configuring useForm options (mode, defaultValues, validation) Subscribing to form values with watch/useWatch Integrating controlled UI components (MUI, shadcn, Ant Desi...
2.4K
5309 pdfkit dpearson2699/swift-ios-skills
PDFKit Display, navigate, search, annotate, and manipulate PDF documents with PDFView , PDFDocument , PDFPage , PDFAnnotation , and PDFSelection . Targets Swift 6.3 / iOS 26+. Contents Setup Displaying PDFs Loading Documents Page Navigation Text Search and Selection Annotations Thumbnails SwiftUI Integration Common Mistakes Review Checklist References Setup PDFKit requires no entitlements or Info.plist entries. import PDFKit Platform availability: iOS 11+, iPadOS 11+, Mac Catalyst 13.1+, macOS 1...
2.4K
5310 cryptokit dpearson2699/swift-ios-skills
CryptoKit Apple CryptoKit provides a Swift-native API for cryptographic operations: hashing, message authentication, symmetric encryption, public-key signing, key agreement, and Secure Enclave key storage. Available on iOS 13+. Prefer CryptoKit over CommonCrypto or raw Security framework APIs in all new code targeting Swift 6.3+. Contents Hashing HMAC Symmetric Encryption Public-Key Signing Key Agreement Secure Enclave Common Mistakes Review Checklist References Hashing CryptoKit provides SHA256...
2.4K
5311 tanstack-integration-best-practices deckardger/tanstack-agent-skills
TanStack Integration Best Practices Guidelines for integrating TanStack Query, Router, and Start together effectively. These patterns ensure optimal data flow, caching coordination, and type safety across the stack. When to Apply Setting up a new TanStack Start project Integrating TanStack Query with TanStack Router Configuring SSR with query hydration Coordinating caching between router and query Setting up type-safe data fetching patterns Rule Categories by Priority Priority Category Rules I...
2.4K
5312 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...
2.4K
5313 policy-lookup anthropics/knowledge-work-plugins
/policy-lookup If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Look up and explain company policies in plain language. Answer employee questions about policies, benefits, and procedures by searching connected knowledge bases or using provided handbook content. Usage /policy-lookup $ARGUMENTS Search for policies matching: $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ POLICY LOOKUP...
2.4K
5314 call-summary anthropics/knowledge-work-plugins
/call-summary If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Process call notes or a transcript to extract action items, draft follow-up communications, and update records. Usage /call-summary <notes or transcript> Process these call notes: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ CALL SUMMARY │ ├────────────────...
2.4K
5315 musickit dpearson2699/swift-ios-skills
MusicKit Search the Apple Music catalog, manage playback with ApplicationMusicPlayer , check subscriptions, and publish Now Playing metadata via MPNowPlayingInfoCenter and MPRemoteCommandCenter . Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Catalog Search Subscription Checks Playback with ApplicationMusicPlayer Queue Management Now Playing Info Remote Command Center Common Mistakes Review Checklist References Setup Project Configuration Enable the MusicKit capability in Xcode (adds ...
2.4K
5316 gamekit dpearson2699/swift-ios-skills
GameKit Integrate Game Center features into iOS 26+ games using GameKit and Swift 6.3. Provides player authentication, leaderboards, achievements, multiplayer matchmaking, access point, dashboard, challenges, and saved games. Contents Authentication Access Point Dashboard Leaderboards Achievements Real-Time Multiplayer Turn-Based Multiplayer Common Mistakes Review Checklist References Authentication All GameKit features require the local player to authenticate first. Set the authenticateHandler ...
2.4K
5317 monetization-strategy phuryn/pm-skills
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
2.4K
5318 rust-call-graph actionbook/rust-skills
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N : How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
2.4K
5319 arize-prompt-optimization arize-ai/arize-skills
Arize Prompt Optimization Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list .
2.4K
5320 domain-cli actionbook/rust-skills
CLI Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication User ergonomics Clear help, errors clap derive macros Config precedence CLI > env > file Layered config loading Exit codes Non-zero on error Proper Result handling Stdout/stderr Data vs errors eprintln! for errors Interruptible Handle Ctrl+C Signal handling Critical Constraints User Communication Show more
2.4K
5321 analyzing-user-feedback refoundai/lenny-skills
Analyzing User Feedback Help the user extract actionable insights from customer feedback using techniques from 56 product leaders. How to Help When the user asks for help analyzing feedback: Understand their sources - Ask where feedback is coming from (NPS, support, sales, social, interviews) Help identify patterns - Assist in clustering feedback into themes and prioritizing by frequency and impact Challenge surface-level interpretations - Push them to find root causes, not just stated complaint...
2.4K
5322 rust-symbol-analyzer actionbook/rust-skills
Rust Symbol Analyzer Analyze project structure by examining symbols across your Rust codebase. Usage /rust-symbol-analyzer [file.rs] [--type struct|trait|fn|mod] Examples: /rust-symbol-analyzer - Analyze entire project /rust-symbol-analyzer src/lib.rs - Analyze single file /rust-symbol-analyzer --type trait - List all traits in project LSP Operations 1. Document Symbols (Single File) Show more
2.4K
5323 hatch-pet nexu-io/open-design
Hatch Pet Open Design integration. This is the unmodified Codex hatch-pet skill, vendored under skills/hatch-pet/ so any Open Design agent can run it. After the skill finishes packaging, the resulting spritesheet.webp (under ${CODEX_HOME:-$HOME/.codex}/pets/<pet-name>/ ) can be imported into the floating pet companion via Settings → Pets → Import Codex sprite . The import flow auto-detects the 8×9 / 192×208 atlas and lets the user pick which animation row to play (idle, running-right, waving, …)...
2.4K
5324 author-contributions microsoft/vscode
When asked to find all files a specific author contributed to on a branch (compared to main or another upstream), follow this procedure. The goal is to produce a simple table that both humans and LLMs can consume. Run as a Subagent This skill involves many sequential git commands. Delegate it to a subagent with a prompt like: Find every file that author "Full Name" contributed to on branch <branch> compared to <upstream> . Trace contributions through file renames. Return a markdown table with co...
2.4K
5325 cloud-setup elastic/agent-skills
Cloud Environment Setup Configure Elastic Cloud authentication and preferences. All other cloud/* skills depend on this setup. Workflow Setup Progress: - [ ] Step 1: Verify API key - [ ] Step 2: Set defaults - [ ] Step 3: Validate connection Step 1: Verify API key Check whether EC_API_KEY is already set: echo " ${EC_API_KEY :? Not set} " If not set, instruct the user to set it. Never ask the user to paste an API key into the chat — secrets must not appear in conversation history. Direct the user...
2.4K
5326 observability-edot-python-instrument elastic/agent-skills
EDOT Python Instrumentation Read the setup guide before making changes: EDOT Python setup EDOT Python configuration OpenTelemetry Python auto-instrumentation Guidelines Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation packages for detected libraries Wrap the application entrypoint with opentelemetry-instrument — e.g. opentelemetry-instrument gunicorn app:app or opentelemetry-instru...
2.4K
5327 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()...
2.4K
5328 ce-strategy everyinc/compound-engineering-plugin
Product Strategy Note: The current year is 2026. Use this when dating the strategy document. ce-strategy produces and maintains STRATEGY.md - a short, durable anchor document that captures what the product is, who it serves, how it succeeds, and where the team is investing. It lives at the repo root as a canonical, well-known file (peer of README.md ). Downstream skills ( ce-ideate , ce-brainstorm , ce-plan ) read it as grounding when it exists. The document is short and structured on purpose. G...
2.4K
5329 eventkit dpearson2699/swift-ios-skills
EventKit Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key Access Level NSCalendar...
2.4K
5330 founder-sales refoundai/lenny-skills
Founder Sales Help the user close early customers and codify a repeatable sales process using insights from 16 product leaders. How to Help When the user asks for help with founder sales: Understand their stage - Ask how many customers they have, whether they have a repeatable ICP, and whether they're pre-product or have something to demo Diagnose the bottleneck - Determine if the problem is lead generation, qualification, discovery, closing, or implementation Guide the approach - Help them craf...
2.4K
5331 nx-plugins nrwl/nx-ai-agents-config
Finding and Installing new plugins List plugins: pnpm nx list Install plugins pnpm nx add <plugin> . Example: pnpm nx add @nx/react .
2.4K
5332 vendor-check anthropics/knowledge-work-plugins
/vendor-check -- Vendor Agreement Status If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Check the status of existing agreements with a vendor across all connected systems. Provides a consolidated view of the legal relationship. Important : This command assists with legal workflows but does not provide legal advice. Agreement status reports should be verified against original documents by qualified legal professionals. Invocation /vendor-check [...
2.4K
5333 provider-docs hashicorp/agent-skills
Terraform Provider Docs Follow This Workflow Confirm scope and documentation targets. Map code changes to the exact doc targets: provider index, resources, data sources, ephemeral resources, list resources, functions, or guides. Decide whether content should come from schema descriptions, templates, or both. Write schema descriptions first. Add precise user-facing descriptions to schema fields so generated docs stay aligned with behavior. Keep wording specific to argument purpose, constraints, d...
2.4K
5334 liquid-theme-a11y benjaminsehl/liquid-skills
Accessibility for Shopify Liquid Themes Core Principle Every interactive component must work with keyboard only, screen readers, and reduced-motion preferences. Start with semantic HTML — add ARIA only when native semantics are insufficient. Decision Table: Which Pattern? Component HTML Element ARIA Pattern Reference Expandable content <details>/<summary> None needed Accordion Modal/dialog <dialog> aria-modal="true" Modal Tooltip/popup [popover] attribute role="tooltip" fallback Tooltip Dropdown...
2.4K
5335 designing-beautiful-websites tristanmanchester/agent-skills
Designing Beautiful Websites Core philosophy: Make the next action obvious. Build from user goals upward. Systemise visuals. Validate early. Why this exists Websites fail when they look “nice” but: don’t match user goals, hide key actions, require too much thinking, or are visually inconsistent. This skill turns vague requests like “make it look better” into a repeatable workflow that produces: clear structure, usable interactions, and a cohesive visual system. What “done” looks like Deliverable...
2.4K
5336 brief anthropics/knowledge-work-plugins
Content Brief Produce a complete, editor-ready content brief covering intent analysis, competitive SERP review, content outline, E-E-A-T requirements, and SEO targets. Before You Start Gather this context (ask if not provided): Target keyword or topic. The primary keyword this content should rank for. Business context. What does the company do? What should readers do after reading (sign up, buy, contact)? Content type preference. Blog post, landing page, guide, comparison, tutorial? Audience. Wh...
2.4K
5337 donation-place-search nomadamas/k-skill
기부처 조회 / Donation Place Search What this skill does 사용자가 “어디에 기부하면 좋을지”, “서울 아동 기부처”, “동물보호 기부처 추천”처럼 묻는 경우 장소와 카테고리 기준으로 기부처 후보를 추천 한다. 기부를 대신 실행하지 않는다. 결제, 개인정보 입력, 자동 후원 신청은 하지 않는다. 추천은 의사결정 보조이며, 최종 기부 전 공식 페이지와 1365 기부포털에서 최신 등록·모금기간·기부금영수증 가능 여부를 확인한다. 위치는 사용자가 제공한 행정구역/동네/랜드마크 텍스트만 사용한다. 자동 위치 추적을 하지 않는다. When to use “기부처 조회해줘” “서울 마포구에서 동물보호 기부할 만한 곳 추천해줘” “부산 노인 복지 기부처 알려줘” “아동/재난 분야 기부처 비교해줘” “어디에 기부하는 곳이 좋을지 장소와 카테고리별로 추천해줘” Show more
2.4K
5338 daangn-used-goods-search nomadamas/k-skill
Daangn Used-Goods Search What this skill does 당근 중고거래 공개 Remix _data JSON route를 사용해 매물 목록과 상세 정보를 읽기 전용으로 조회한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근에서 맥북 찾아봐" "합정동 아이폰 매물 검색" "이 당근 중고거래 URL 상세 봐줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
2.4K
5339 pencilkit dpearson2699/swift-ios-skills
PencilKit Capture Apple Pencil and finger input using PKCanvasView , manage drawing tools with PKToolPicker , serialize drawings with PKDrawing , and wrap PencilKit in SwiftUI. Targets Swift 6.3 / iOS 26+. Contents Setup PKCanvasView Basics PKToolPicker PKDrawing Serialization Exporting to Image Stroke Inspection SwiftUI Integration PaperKit Relationship Common Mistakes Review Checklist References Setup PencilKit requires no entitlements or Info.plist entries. Import PencilKit and create a PKCan...
2.4K
5340 tool-rename-deprecation microsoft/vscode
Tool Rename Deprecation When a tool or tool set reference name is changed, the old name must always be added to the deprecated/legacy array so that existing prompt files, tool configurations, and saved references continue to resolve correctly. When to Use Run this skill on any change to built-in tool or tool set registration code to catch regressions: Renaming a tool's toolReferenceName Renaming a tool set's referenceName Moving a tool from one tool set to another (the old toolSet/toolName path ...
2.4K
5341 cloud-create-project elastic/agent-skills
Create Serverless Project Create Elastic Cloud Serverless projects using the Serverless REST API. Use the cloud-manage-project skill for day-2 operations like listing, updating, or deleting projects. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Creating projects requires a Cloud API key with Admin or Organization owner role. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authori...
2.4K
5342 observability-edot-java-instrument elastic/agent-skills
EDOT Java Instrumentation Read the setup guide before making changes: EDOT Java setup OpenTelemetry Java agent EDOT Java configuration Guidelines Use elastic-otel-javaagent.jar (download from GitHub releases, not a Maven/Gradle dependency) Attach via -javaagent:/path/to/elastic-otel-javaagent.jar or JAVA_TOOL_OPTIONS="-javaagent:/path/to/elastic-otel-javaagent.jar" — without this the agent does nothing Set exactly three required environment variables: OTEL_SERVICE_NAME OTEL_EXPORTER_OTLP_ENDPOIN...
2.4K
5343 observability-edot-dotnet-instrument elastic/agent-skills
EDOT .NET Instrumentation Read the setup guide before making changes: EDOT .NET setup EDOT .NET configuration OpenTelemetry .NET instrumentation Guidelines Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: call builder.AddElasticOpenTelemetry() on the IHostApplicationBuilder (in Program.cs or equivalent). Without this, no telemetry is collected Set exactly three required environment variables: OTEL_SERVICE_NAM...
2.4K
5344 observability-edot-dotnet-migrate elastic/agent-skills
EDOT .NET Migration Read the migration guide before making changes: Migration guide EDOT .NET setup EDOT .NET configuration Guidelines Remove ALL classic APM references: Elastic.Apm.* NuGet packages (including Elastic.Apm.NetCoreAll ), UseAllElasticApm() / AddAllElasticApm() calls, the ElasticApm section from appsettings.json , and all ELASTIC_APM_* env vars Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: ca...
2.4K
5345 cloud-access-management elastic/agent-skills
Cloud Access Management Manage identity and access for an Elastic Cloud organization and its Serverless projects: invite users, assign predefined or custom roles, and manage Cloud API keys. Prerequisite: This skill assumes the cloud-setup skill has already run — EC_API_KEY is set in the environment and the organization context is established. If EC_API_KEY is missing, instruct the agent to invoke cloud-setup first. Do NOT prompt the user for an API key directly. For project creation, see the clo...
2.4K
5346 observability-edot-python-migrate elastic/agent-skills
EDOT Python Migration Read the migration guide before making changes: Migration guide EDOT Python setup EDOT Python configuration Guidelines Remove ALL classic APM references: elastic-apm from requirements, ElasticAPM(app) / elasticapm.contrib.* from application code, app.config['ELASTIC_APM'] blocks, and all ELASTIC_APM_* env vars Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation p...
2.4K
5347 fleet-management grafana/skills
Grafana Fleet Management and Alloy Configuration Fleet Management lets you author pipeline configurations once and distribute them to many Alloy collectors remotely via OpAMP. Collectors poll for updates and apply new configurations without a restart. Key concepts: Collector - an Alloy agent instance, identified by a unique ID and set of attributes Pipeline - a named Alloy configuration (YAML) stored in Fleet Management Matcher - a label selector that maps a pipeline to matching collectors Attri...
2.4K
5348 daishin-report-search nomadamas/k-skill
Daishin Report Search What this skill does 대신증권 리포트 HTML 미러( jay-jo-0/github_pages_repo )에서 최신 리포트 목록을 찾고, 특정 리포트의 원문 텍스트·제목·헤딩·Rating/Target 표·원문 링크를 에이전트가 재사용하기 쉬운 JSON으로 반환한다. 이 스킬은 투자 조언, 매매 자동화, 추천을 하지 않는다. 공개 HTML 리포트를 읽어 요약 가능한 자료로 정리하는 조회 전용 스킬이다. When to use "대신증권 최신 리포트 보여줘" "대신증권 반도체 리포트 찾아줘" "20260511082352 리포트 원문과 설명 페이지를 읽어줘" "대신증권 리포트 목록을 에이전트가 쓰기 좋은 JSON으로 줘" Prerequisites Show more
2.4K
5349 running-code-analyzer forcedotcom/sf-skills
Running Code Analyzer Skill ⚠️ CRITICAL: Tool Selection BEFORE DOING ANYTHING ELSE: This skill MUST use the Bash tool to execute sf code-analyzer run and Node.js scripts. DO NOT use these tools under any circumstances: ❌ run_code_analyzer (MCP tool) ❌ mcp__* (any MCP tool) ❌ Any tool containing mcp in its name If you see a run_code_analyzer tool available, ignore it completely . Use only the Bash tool with sf code-analyzer run . Overview Show more Installs 418 Repository forcedotcom/sf-skills Gi...
2.4K
5350 update-screenshots microsoft/vscode
Update Component Screenshots from CI When asked to update, accept, or refresh screenshot baselines from CI — or when the Screenshot Tests GitHub Action has failed with screenshot differences — follow this procedure to download the CI-generated screenshots and commit them as the new baselines. Why CI Screenshots? Screenshots captured locally may differ from CI due to platform differences (fonts, rendering, DPI). The CI (Linux, ubuntu-latest) is the source of truth. This skill downloads the CI-pro...
2.4K