███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5151 | metal-kernel | pytorch/pytorch |
Metal Kernel Writing Guide This skill guides you through implementing Metal kernels for PyTorch operators on Apple Silicon. Important: The goal of this skill is to use native Metal capabilities via the c10/metal/ infrastructure, NOT MPSGraph. Native Metal kernels provide better control, performance, and maintainability. Overview There are two workflows covered by this skill: Adding new MPS support - Implementing a new operator from scratch Migrating from MPSGraph - Converting existing MPSGr...
|
2.5K |
| 5152 | steganography-techniques | yaklang/hack-skills |
SKILL: Steganography Techniques — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert steganography detection and extraction techniques. Covers image steganography (LSB, PNG chunk hiding, JPEG DCT, EXIF metadata, dimension tricks, palette manipulation), audio steganography (spectrogram, LSB, DTMF, morse), file steganography (polyglots, binwalk, NTFS ADS, steghide), and text steganography (whitespace, zero-width Unicode, homoglyphs). Base models miss the systematic file-type-based analysis appr...
|
2.5K |
| 5153 | rsa-attack-techniques | yaklang/hack-skills |
SKILL: RSA Attack Techniques — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert RSA attack techniques for CTF and authorized security assessments. Covers factorization attacks, small exponent exploits, lattice-based approaches (Wiener/Boneh-Durfee/Coppersmith), broadcast attacks, common modulus, padding oracles, and fault attacks. Base models often suggest attacks that don't match the given parameters or miss the correct attack selection based on what's known. 0. RELATED ROUTING lattic...
|
2.5K |
| 5154 | symmetric-cipher-attacks | yaklang/hack-skills |
SKILL: Symmetric Cipher Attacks — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert techniques for attacking symmetric encryption in CTF and authorized testing. Covers CBC padding oracle, CBC bit flipping, ECB detection and exploitation, stream cipher key reuse, LFSR/LCG state recovery, RC4 biases, and meet-in-the-middle attacks. Base models often confuse ECB and CBC attack strategies or fail to set up byte-at-a-time ECB decryption correctly. 0. RELATED ROUTING rsa-attack-techniques whe...
|
2.5K |
| 5155 | windows-lateral-movement | yaklang/hack-skills |
SKILL: Windows Lateral Movement — Expert Attack Playbook AI LOAD INSTRUCTION : Expert Windows lateral movement techniques. Covers PsExec, WMI, WinRM, DCOM, SMB, RDP, SSH, pass-the-hash, overpass-the-hash, pass-the-ticket, and pivoting. Base models miss execution method fingerprints, OPSEC trade-offs, and credential type requirements per method. 0. RELATED ROUTING Before going deep, consider loading: windows-privilege-escalation after landing on a new host for local escalation windows-av-evasion ...
|
2.5K |
| 5156 | provider-test-patterns | hashicorp/agent-skills |
Provider Acceptance Test Patterns Patterns for writing acceptance tests using terraform-plugin-testing with the Plugin Framework . Source: HashiCorp Testing Patterns References (load when needed): references/checks.md — statecheck, plancheck, knownvalue types, tfjsonpath, comparers references/sweepers.md — sweeper setup, TestMain, dependencies references/ephemeral.md — ephemeral resource testing, echoprovider, multi-step patterns Test Lifecycle The framework runs each TestStep through: plan → ap...
|
2.5K |
| 5157 | wecomcli-get-todo-detail | wecomteam/wecom-cli |
企业微信待办详情查询技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli 根据待办 ID 列表批量查询完整详情,包含待办内容和分派人信息。 行为策略 人员 ID 转姓名(关键步骤) : 返回结果中的 follower_id 和 creator_id 都是系统内部 ID,直接展示给用户毫无意义——用户不认识这些 ID,只认识姓名。因此在向用户展示待办详情之前,必须先调用 wecomcli-lookup-contact 技能获取通讯录,将所有 follower_id 和 creator_id 匹配为真实姓名。具体做法: wecom-cli contact get_userlist '{}' 如果通讯录中找不到某个 ID,展示时标注"未知用户(ID: xxx)"即可。 重试策略 : 遭遇"返回 HTTP 错误"或"HTTP 请求失败"时,主动重试,最多重试三次。 调用方式 wecom-cli todo get_todo_detail '<json格式的入参>' 参数说明 参数 类型 必填 说明 todo_id_lis...
|
2.5K |
| 5158 | chrome-extension-development | mindrally/skills |
Chrome Extension Development You are an expert Chrome extension developer, proficient in JavaScript/TypeScript, browser extension APIs, and web development. Code Style and Structure Write clear, modular TypeScript code with proper type definitions Follow functional programming patterns; avoid classes Use descriptive variable names (e.g., isLoading, hasPermission) Structure files logically: popup, background, content scripts, utils Implement proper error handling and logging Document code with ...
|
2.5K |
| 5159 | realitykit | dpearson2699/swift-ios-skills |
RealityKit Build AR experiences on iOS using RealityKit for rendering and ARKit for world tracking. Covers RealityView , entity management, raycasting, scene understanding, and gesture-based interactions. Targets Swift 6.3 / iOS 26+. Contents Setup RealityView Basics Loading and Creating Entities Anchoring and Placement Raycasting Gestures and Interaction Scene Understanding Common Mistakes Review Checklist References Setup Project Configuration Add NSCameraUsageDescription to Info.plist For iOS...
|
2.5K |
| 5160 | user-stories | phuryn/pm-skills |
User Stories Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria. Generates stories with descriptions, design links, and acceptance criteria. Use when: Writing user stories, breaking down features into stories, creating backlog items, or defining acceptance criteria. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature to break into stories $DESIGN : Link to design files (Figma, Miro, etc.) $ASSUMPTIONS : Key assumptions or contex...
|
2.5K |
| 5161 | sandbox-escape-techniques | yaklang/hack-skills |
SKILL: Sandbox Escape — Expert Attack Playbook AI LOAD INSTRUCTION : Expert sandbox escape techniques across Python, Lua, seccomp, chroot, Docker/container, and browser sandbox contexts. Covers CTF pyjail patterns, seccomp architecture confusion, chroot fd leaks, namespace escape, and Mojo IPC abuse. Distilled from ctf-wiki sandbox sections and real-world container escapes. Base models often miss the distinction between sandbox types and apply wrong escape techniques. 0. RELATED ROUTING browser-...
|
2.5K |
| 5162 | security-alert-triage | elastic/agent-skills |
Alert Triage Analyze Elastic Security alerts one at a time: gather context, classify, create a case, and acknowledge. This skill depends on the case-management skill for case creation. Prerequisites Install dependencies before first use from the skills/security directory: cd skills/security && npm install Set the required environment variables (or add them to a .env file in the workspace root): export ELASTICSEARCH_URL = "https://your-cluster.es.cloud.example.com:443" export ELASTICSEARCH_API_KE...
|
2.5K |
| 5163 | observability-manage-slos | elastic/agent-skills |
Service-Level Objectives (SLOs) Create and manage SLOs in Elastic Observability. SLOs track service performance against measurable targets using service-level indicators (SLIs) computed from Elasticsearch data. Authentication SLO operations go through the Kibana API. Authenticate with either an API key or basic auth: API key curl -H "Authorization: ApiKey <base64-encoded-key>" -H "kbn-xsrf: true" < KIBANA_URL > /api/observability/slos Basic auth curl -u " $KIBANA_USER : $KIBANA_PASSWORD " -H "...
|
2.5K |
| 5164 | security-detection-rule-management | elastic/agent-skills |
Detection Rule Management Create new detection rules for emerging threats and coverage gaps, and tune existing rules to reduce false positives. All operations use the Kibana Detection Engine API via rule-manager.js . Execution rules Start executing tools immediately — do not read SKILL.md, browse the workspace, or list files first. Report tool output faithfully. Copy rule IDs, names, alert counts, exception IDs, and error messages exactly as returned by the API. Do not abbreviate rule UUIDs, inv...
|
2.5K |
| 5165 | second-brain | nicholasspisak/second-brain |
Second Brain — Onboarding Wizard Set up a new Obsidian knowledge base using the LLM Wiki pattern. The LLM acts as librarian — reading raw sources, compiling them into a structured interlinked wiki, and maintaining it over time. Wizard Flow Guide the user through these 5 steps. Ask ONE question at a time. Each step has a sensible default — the user can accept it or provide their own value. Step 1: Vault Name Ask: "What would you like to name your knowledge base? This will be the folder name." Def...
|
2.5K |
| 5166 | photokit | dpearson2699/swift-ios-skills |
PhotoKit Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.3. Patterns are backward-compatible to iOS 16 unless noted. See references/photokit-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPicker (SwiftUI, iOS ...
|
2.5K |
| 5167 | market-pulse | eronred/aso-skills |
Market Pulse You are an expert in App Store market analysis. Your goal is to provide a comprehensive market overview by combining multiple data signals: chart movements, trending keywords, featured apps, new releases, and category dynamics. Initial Assessment Check for app-marketing-context.md — read it for the user's app, category, and competitors Ask for scope : entire App Store or specific category Ask for country (default: US) Ask for format : quick briefing (default), detailed report, or co...
|
2.5K |
| 5168 | aiconfig-migrate | launchdarkly/ai-tooling |
Deprecated — renamed to migrate This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the migrate skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-migrate to migrate . Installs 2.5K Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pas...
|
2.5K |
| 5169 | aiconfig-ai-metrics | launchdarkly/ai-tooling |
Deprecated — renamed to built-in-metrics This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the built-in-metrics skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-ai-metrics to built-in-metrics . Installs 2.5K Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen Apr 17, 2026 Security Audits Gen A...
|
2.5K |
| 5170 | unsafe-checker | actionbook/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 Show more
|
2.5K |
| 5171 | pyrefly-type-coverage | pytorch/pytorch |
Pyrefly Type Coverage Skill This skill guides you through improving type coverage in Python files using Pyrefly, Meta's type checker. Follow this systematic process to add proper type annotations to files. Prerequisites The file you're working on should be in a project with a pyrefly.toml configuration Step-by-Step Process Step 1: Remove Ignore Errors Directive First, locate and remove any pyre-ignore-all-errors comments at the top of the file: REMOVE lines like these: pyre-ignore-all-errors ...
|
2.5K |
| 5172 | macos-security-bypass | yaklang/hack-skills |
SKILL: macOS Security Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS security bypass techniques. Covers TCC bypass, Gatekeeper evasion, SIP restrictions, sandbox escape, and entitlement abuse. Base models miss version-specific bypass nuances and protection interaction effects. 0. RELATED ROUTING Before going deep, consider loading: macos-process-injection when you need dylib injection, XPC exploitation, or Electron abuse after achieving initial access linux-privilege-escalati...
|
2.5K |
| 5173 | humanizer | daleseo/korean-skills |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below. Preserve the information, not the shape - Every claim in the original survives into the rewrite, but depth doesn't have to be uniform: co...
|
2.5K |
| 5174 | serenity-aleabitoreddit | yan-labs/serenity-aleabitoreddit |
Serenity Supply-Chain Lens (@aleabitoreddit) ⚠️ STEP 0 — ALWAYS REFRESH BEFORE USE. This skill goes stale within ~30 minutes. Its theses, track record, and analysis are regenerated from @aleabitoreddit's live feed roughly every half hour, so the copy on disk is very likely out of date by the time you read it. Before reading any references/*.md / analysis/*.md file or giving any view, pull the latest version first: skills update serenity-aleabitoreddit -y auto-detects project vs global scope The...
|
2.5K |
| 5175 | yeet | openai/skills |
GitHub Contribution Workflows Create or update GitHub contributions from repository evidence, using the matching workflow's templates, idempotency rules, and Paul's writing voice. Prerequisites Use the first required read-only gh command in each workflow as authentication validation. The scripts/yeet-context.sh helper is bundled with this skill, not the target repository. Resolve it to an absolute path relative to the directory containing this SKILL.md , and never search for it in the target rep...
|
2.5K |
| 5176 | enrich-lead | anthropics/knowledge-work-plugins |
Enrich Lead Turn any identifier into a full contact dossier. The user provides identifying info via "$ARGUMENTS". Examples /apollo:enrich-lead Tim Zheng at Apollo /apollo:enrich-lead https://www.linkedin.com/in/timzheng /apollo:enrich-lead sarah@stripe.com /apollo:enrich-lead Jane Smith, VP Engineering, Notion /apollo:enrich-lead CEO of Figma Step 1 — Parse Input From "$ARGUMENTS", extract every identifier available: First name, last name Company name or domain LinkedIn URL Email address Job tit...
|
2.5K |
| 5177 | c-review | trailofbits/skills |
C/C++ Security Review Runs in the main conversation (invoke via /c-review:c-review ). Orchestrator owns the Task* ledger as bookkeeping for retries; workers and judges have no Task tools. Workers and judges are named plugin subagents ( c-review:c-review-worker , c-review:c-review-dedup-judge , c-review:c-review-fp-judge ); tool sets are declared in plugins/c-review/agents/*.md . Findings are exchanged via markdown-with-YAML files in a shared output directory. When to Use Native C/C++ application...
|
2.5K |
| 5178 | danawa-price-search | nomadamas/k-skill |
Danawa Price Search What this skill does 다나와의 로그인 없는 공개 검색/가격비교 표면을 읽기 전용으로 호출해 한국 쇼핑몰 가격을 비교한다. 상품명/검색어로 다나와 상품 후보와 pcode 를 찾는다. 선택한 상품의 쇼핑몰별 오퍼를 조회한다. 상품가만이 아니라 배송비 포함 실구매가, 무료배송 여부, 카드 할인가, 무이자 할부 문구를 함께 정리한다. 구매, 로그인, 장바구니, 찜, 주문 액션은 하지 않는다. When to use "다나와에서 에어팟 최저가 찾아줘" "다나와 가격비교로 쇼핑몰별 가격 비교해줘" "무료배송인지, 카드 할인까지 보면 어디가 제일 싸?" "무이자 할부 붙은 최저가도 같이 봐줘" When not to use Show more
|
2.5K |
| 5179 | wecomcli-create-meeting | wecomteam/wecom-cli |
企业微信会议创建技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-create-meeting 提供企业微信预约会议的创建能力, 支持设置会议参数, 邀请参与人等. 命令调用方式 执行指定命令: wecom-cli meeting < tool_name > '<json_params>' 命令详细说明 创建预约会议 (create_meeting) 创建一个预约会议, 支持设置会议参数配置等. 执行命令 wecom-cli meeting create_meeting '{"title": "<会议标题>", "meeting_start_datetime": "<会议开始时间>", "meeting_duration": <会议持续时长(秒)>}' 入参说明 参数 类型 必填 说明 title string 是 会议标题 meeting_start_datetime string 是 会议开始时间, 格式: YYYY-MM-DD HH:mm meeting_duration integer 是 会议持续时...
|
2.5K |
| 5180 | ce-worktree | everyinc/compound-engineering-plugin |
Worktree Creation Create a worktree under .worktrees/<branch> with branch-specific setup that git worktree add alone does not handle: Copies .env , .env.local , .env.test , etc. from the main repo (skips .env.example ) Trusts mise / direnv configs, with branch-aware safety rules so review branches do not auto-grant trust to untrusted .envrc content Adds .worktrees to .gitignore if not already ignored Does not modify the main repo checkout — from-branch is fetched, not checked out Creating a work...
|
2.5K |
| 5181 | agentic-wallet | coinbase/agentic-wallet-skills |
Agentic Wallet Operate a crypto wallet through the awal CLI. This skill is a router: read the relevant reference file in references/ for the task at hand. Preflight: Confirm wallet state Before any wallet operation that requires authentication (everything except x402 search/details), check status: npx awal@2.12.0 status If the wallet is not authenticated, read references/auth.md and complete sign-in first. Routing Pick the reference that matches the task and Read it before acting: Show more Inst...
|
2.5K |
| 5182 | powershell-windows | sickn33/agentic-awesome-skills |
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. Show more Installs 2.5K Repository sickn33/agentic…e-skills GitHub Stars 45.2K First Seen Jan 20, 2026 Security Audits Gen ...
|
2.5K |
| 5183 | triaging-issues | pytorch/pytorch |
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses. Contents - [MCP Tools Available](mcp-tools-available) - [Labels You Must NEVER Add](labels-you-must-never-add) - [Issue Triage Steps](issue-triage-for-each-issue) Step 0: Already Routed — SKIP - Step 1: Question vs Bug/Feature - Step 2: Transfer - Step 3: Redirect to Secondary Oncall - Step 4: Label the Issue - Step 5: High Priority — REQUIRES HUMAN REVIEW - Step 6: bot-triaged...
|
2.5K |
| 5184 | ntlm-relay-coercion | yaklang/hack-skills |
SKILL: NTLM Relay and Authentication Coercion — Expert Attack Playbook AI LOAD INSTRUCTION : Expert NTLM relay and coercion techniques. Covers relay to SMB/LDAP/HTTP/MSSQL, signing requirements, Responder poisoning, mitm6, cross-protocol relay, WebDAV coercion, and all major coercion methods. Base models miss signing/EPA requirements and cross-protocol relay constraints. 0. RELATED ROUTING Before going deep, consider loading: active-directory-certificate-services for ESC8 (relay to ADCS enrollme...
|
2.5K |
| 5185 | app-observability | grafana/skills |
Grafana Cloud Application Observability Skill Overview Grafana Cloud provides three tightly related application monitoring products: Application Observability (APM) - RED metrics from OTel traces, service inventory, service maps Frontend Observability - RUM/Faro SDK for browser apps, session replay, web vitals AI Observability - LLM/model monitoring via OpenLIT + OTel, token/cost/latency metrics All three integrate with Grafana Tempo (traces), Loki (logs), and Pyroscope (profiles) for full-stack...
|
2.5K |
| 5186 | chatgpt-codex-onboarding | starchild-ai-agent/official-skills |
🔐 ChatGPT / Codex OAuth Onboarding Use the user's existing ChatGPT or Codex subscription for gpt-5-codex , gpt-5 , gpt-5-mini access — without an API key. This is a script-mode skill — no tools registered. Read this file, then call the exports from a bash block. See also byok-custom-model skill — for vendor-key BYOK setup (DIFFERENT mechanism, NOT OAuth) config/context/references/model-onboarding.md — overall model-selection landscape When to use this skill ✅ Use when the user EXPLICITLY says on...
|
2.5K |
| 5187 | market-movers | eronred/aso-skills |
Market Movers Analysis You are an expert in App Store chart dynamics. Your goal is to analyze rank changes between chart snapshots, identify significant movements, and provide actionable insights about what's driving gains and losses. Initial Assessment Check for app-marketing-context.md — read it for the user's app and category Ask for chart type : top-free (default), top-paid, or top-grossing Ask for category : all charts or specific genre (e.g. Games, Productivity) Ask for country (default: U...
|
2.5K |
| 5188 | aoti-debug | pytorch/pytorch |
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
|
2.5K |
| 5189 | blueprint | wordpress/agent-skills |
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
|
2.5K |
| 5190 | muapi-cinema-director | samuraigpt/generative-media-skills |
🎬 AI Cinema Director Skill A specialized skill for AI Agents to direct high-fidelity cinematic video. The Cinema Director skill translates high-level creative intent into technical cinematographic directives for state-of-the-art video models (Veo3, Kling, Luma). Core Competencies Shot Composition Analysis : Mapping emotional beats to appropriate framing (e.g., Extreme Close-Up for intimacy, Wide Shot for isolation). Camera Movement Orchestration : Directing complex physical movements (Dolly, Tru...
|
2.5K |
| 5191 | express-bus-booking | nomadamas/k-skill |
Express Bus Booking (KOBUS) Overview Use this skill for Korean 고속버스 / KOBUS timetable lookup and reservation assistance. The preferred workflow is HTTP/API-first: resolve routes, query timetables, inspect remaining seats and fares, and only use browser automation when endpoint discovery or an official web-only step blocks progress. This skill is intentionally separate from 시외버스. KOBUS terminal codes, route structures, and checkout pages differ from Tmoney 시외버스. Use intercity-bus-booking for 시외버스...
|
2.5K |
| 5192 | wordpress-elementor | jezweb/claude-skills |
WordPress Elementor Edit Elementor pages and manage templates on existing WordPress sites. Produces updated page content via browser automation (for visual/structural changes) or WP-CLI (for safe text replacements). Prerequisites Working WP-CLI connection or admin access (use wordpress-setup skill) Elementor installed and active: wp @site plugin status elementor Workflow Step 1: Identify the Page Find the page to edit: List Elementor pages (pages with _elementor_data meta) wp @site post list --...
|
2.5K |
| 5193 | org-planning | anthropics/knowledge-work-plugins |
Org Planning Help plan organizational structure, headcount, and team design. Planning Dimensions Headcount : How many people do we need, in what roles, by when? Structure : Reporting lines, span of control, team boundaries Sequencing : Which hires are most critical? What's the right order? Budget : Headcount cost modeling and trade-offs Healthy Org Benchmarks Metric Healthy Range Warning Sign Span of control 5-8 direct reports < 3 or > 12 Management layers 4-6 for 500 people Too many = slow deci...
|
2.5K |
| 5194 | vectorbt-expert | marketcalls/vectorbt-backtesting-skills |
VectorBT Backtesting Expert Skill Environment Python with vectorbt, pandas, numpy, plotly Data sources: OpenAlgo (Indian markets), DuckDB (direct database), yfinance (US/Global), CCXT (Crypto), custom providers DuckDB support: supports both custom DuckDB and OpenAlgo Historify format API keys loaded from single root .env via python-dotenv + find_dotenv() — never hardcode keys Technical indicators: TA-Lib (ALWAYS - never use VectorBT built-in indicators) Specialty indicators: openalgo.ta for Supe...
|
2.5K |
| 5195 | longbridge-intel | longbridge/skills |
Longbridge Intel Market intelligence hub — screening, ranking, scanning, and thematic research via Longbridge. Response language : match the user's input language — English / Simplified Chinese / Traditional Chinese. RULE: Response language priority : English is the default when language is ambiguous. If the user input is only a slash command, command name, ticker / symbol, or contains no natural-language language signal, you MUST respond in English. Do not infer Chinese from trigger keywords, s...
|
2.5K |
| 5196 | mapkit | dpearson2699/swift-ios-skills |
MapKit Build map-based and location-aware features targeting iOS 17+ with SwiftUI MapKit and modern CoreLocation async APIs. Use Map with MapContentBuilder for views, CLLocationUpdate.liveUpdates() for streaming location, and CLMonitor for geofencing. See references/mapkit-patterns.md for extended MapKit patterns and references/mapkit-corelocation-patterns.md for CoreLocation patterns. Contents Workflow SwiftUI Map View (iOS 17+) CoreLocation Modern API Geocoding Search Directions PlaceDescripto...
|
2.5K |
| 5197 | startup-canvas | phuryn/pm-skills |
Startup Canvas Metadata Name : startup-canvas Description : Generate a Startup Canvas for a new product. Combines the 9-section Product Strategy Canvas with a Business Model (Cost Structure + Revenue Streams). Designed specifically for startups and new products. Triggers : startup canvas, new product canvas, startup strategy, startup business model Domain Context Startup Canvas vs Business Model Canvas vs Lean Canvas Popular approaches like Business Model Canvas (Strategyzer) and Lean Canvas (As...
|
2.5K |
| 5198 | sessions | microsoft/vscode |
When working on the Agent Sessions window ( src/vs/sessions/ ), always follow these guidelines: 1. Read the Specification Documents First The src/vs/sessions/ directory contains authoritative specification documents. Always read the relevant spec before making changes. Document Path Covers Layer spec src/vs/sessions/README.md Layering rules, dependency constraints, folder conventions Layout spec src/vs/sessions/LAYOUT.md Grid structure, part positions, sizing, CSS classes, API reference AI Custo...
|
2.5K |
| 5199 | security-generate-security-sample-data | elastic/agent-skills |
Generate Security Sample Data Generate ECS-compliant security events, multi-step attack scenarios, and synthetic alert documents that populate Elastic Security dashboards, the Alerts tab, and Attack Discovery. Quick start For a zero-friction experience that generates everything and opens Kibana: node skills/security/generate-security-sample-data/scripts/demo-walkthrough.js Workflow - [ ] Step 1: Set environment variables - [ ] Step 2: Generate sample data - [ ] Step 3: Explore in Kibana - [ ] St...
|
2.5K |
| 5200 | cloud-network-security | elastic/agent-skills |
Cloud Network Security Manage network security policies for Elastic Cloud Serverless projects: IP filters to allowlist specific IPs or CIDRs, and VPC filters (AWS PrivateLink) to restrict traffic to specific VPC endpoints. 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. ...
|
2.5K |