███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3201 | motion | onmax/nuxt-skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
1.5K |
| 3202 | sentry-fix-issues | getsentry/sentry-agent-skills |
All Skills > Workflow > Fix Issues Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry pr...
|
1.5K |
| 3203 | ui-ux-pro-max-skill | aradotso/trending-skills |
UI UX Pro Max Skill Skill by ara.so — Daily 2026 Skills collection. UI UX Pro Max is an AI skill that injects design intelligence into coding agents — giving them 161 industry-specific reasoning rules, 67 UI styles, 57 font pairings, 161 color palettes, and pre-delivery checklists to produce professional, accessible, conversion-optimized interfaces on the first attempt. Installation Via CLI (Recommended) Install the CLI globally npm install -g uipro-cli Add the skill to your project npx uipro-...
|
1.5K |
| 3204 | nuxt-content | onmax/nuxt-skills |
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
|
1.5K |
| 3205 | understand-anything-knowledge-graph | aradotso/trending-skills |
Understand Anything — Codebase Knowledge Graph Skill by ara.so — Daily 2026 Skills collection. Understand Anything is a Claude Code plugin that runs a multi-agent pipeline over your project, builds a knowledge graph of every file, function, class, and dependency, and opens an interactive React dashboard for visual exploration. It produces plain-English summaries of every node so anyone — developer, PM, or designer — can understand the codebase. Installation Via Claude Code plugin marketplace /pl...
|
1.5K |
| 3206 | apollo-mcp-server | apollographql/skills |
Apollo MCP Server Guide Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol. Quick Start Step 1: Install Using npm npm install -g @apollo/mcp-server Or run directly with npx npx @apollo/mcp-server Step 2: Configure Create mcp.yaml in your project root: mcp.yaml endpoint: https://api.example.com/graphql schema: type: local path: ./schema.graphql operations: type: local paths: - ./operat...
|
1.5K |
| 3207 | jackyshen-gen-short-video-script | mebusw/awesome-jackyshen-skills |
Short Video Script Generator Generate platform-optimized short video scripts that capture attention, deliver value quickly, and encourage engagement. Script Structure by Duration Ultra-Short (15-30s) Hook (3s) → Content (20s) → CTA (2s) Standard (30-60s) Hook (3-5s) → Problem (5-10s) → Solution (15-30s) → Proof (5-10s) → CTA (3-5s) Extended (1-3min) Hook (5s) → Problem (10s) → Solution (60-120s) → Proof (15s) → Application (20s) → CTA (5s) Hook Formulas Type Formula Example Provocative "You thin...
|
1.5K |
| 3208 | ghost-proxy | ghostsecurity/skills |
Reaper MITM Proxy Reaper is a CLI-based MITM HTTPS proxy for application security testing. It intercepts, logs, and allows inspection of HTTP/HTTPS traffic flowing through it. Use it to capture live request/response pairs for security validation. Prerequisites Before using any reaper command, make sure the latest version of the binary is installed: curl -sfL https://raw.githubusercontent.com/ghostsecurity/reaper/main/scripts/install.sh | bash All reaper commands in this document should be invoke...
|
1.5K |
| 3209 | oauth | vercel-labs/portless |
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
|
1.5K |
| 3210 | clean-architecture | pproenca/dot-skills |
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
|
1.5K |
| 3211 | trigger-setup | triggerdotdev/skills |
Get Trigger.dev running in your project in minutes. When to Use - Adding Trigger.dev to an existing project - Creating your first task - Setting up trigger.config.ts - Connecting to Trigger.dev cloud Prerequisites - Node.js 18+ or Bun - A Trigger.dev account ([https://cloud.trigger.dev](https://cloud.trigger.dev)) Quick Start 1. Install the SDK ``` npm install @trigger.dev/sdk ``` 2. Initialize Your Project ``` npx trigger init ``` This creates: - `trigger.config.ts` - proj...
|
1.5K |
| 3212 | mcp-duckgo | aahl/skills |
DuckDuckGo Search Executing Shell commands. Web search npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' search query="{keyword}" max_results=10 Web fetch npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' fetch_content url="https://..."
|
1.5K |
| 3213 | provider-resources | hashicorp/agent-skills |
Terraform Provider Resources Implementation Guide Overview This guide covers developing Terraform Provider resources and data sources using the Terraform Plugin Framework. Resources represent infrastructure objects that Terraform manages through Create, Read, Update, and Delete (CRUD) operations. References: Terraform Plugin Framework Resource Development Data Source Development File Structure Resources follow the standard service package structure: internal/service/<service>/ ├── <resource...
|
1.5K |
| 3214 | swift-language | dpearson2699/swift-ios-skills |
Swift Language Patterns Core Swift language features and modern syntax patterns targeting Swift 5.9+ through Swift 6. Covers language constructs, type system features, Codable, string and collection APIs, and formatting. For concurrency (actors, async/await, Sendable), see the swift-concurrency skill. For SwiftUI views and state management, see swiftui-patterns . Contents If/Switch Expressions Typed Throws Result Builders Property Wrappers Opaque and Existential Types Guard Patterns Never Type R...
|
1.5K |
| 3215 | cli-gh | paulrberg/agent-skills |
GitHub CLI (gh) Overview Expert guidance for GitHub CLI (gh) operations and workflows. Use this skill for command-line GitHub operations including pull request management, issue tracking, repository operations, workflow automation, and codespace management. Key capabilities: Create and manage pull requests from the terminal Track and organize issues efficiently Search across all of GitHub (repos, issues, PRs) Manage labels and project organization Trigger and monitor GitHub Actions workflows Wor...
|
1.5K |
| 3216 | 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...
|
1.5K |
| 3217 | positioning-messaging | refoundai/lenny-skills |
Positioning & Messaging Help the user craft compelling product positioning and messaging using frameworks from 58 product leaders and marketers. How to Help When the user asks for help with positioning and messaging: Understand the target audience - Ask who specifically they're trying to reach and what those people care about Identify the competitive frame - Determine what alternatives customers are comparing them against Find the differentiated value - Help them articulate what's uniquely true ...
|
1.5K |
| 3218 | favicon-gen | jezweb/claude-skills |
Favicon Generator Status: Production Ready ✅ Last Updated: 2026-01-14 Dependencies: None (generates pure SVG/converts to ICO and PNG) Latest Versions: N/A (no package dependencies) Quick Start (5 Minutes) Decision Tree: Choose Your Approach Do you have a logo with an icon element? ├─ YES → Extract icon from logo (Method 1) └─ NO ├─ Do you have text/initials? │ ├─ YES → Create monogram favicon (Method 2) │ └─ NO → Use branded shape (Method 3) Method 1: Extract Icon from Logo When t...
|
1.5K |
| 3219 | behavioral-product-design | refoundai/lenny-skills |
Behavioral Product Design Help the user apply behavioral science principles to product design using insights from behavioral economists and product leaders. How to Help When the user asks for help with behavioral design: Understand the target behavior - Ask what action they want users to take Identify behavioral barriers - Help diagnose what's preventing the desired behavior Suggest relevant principles - Apply behavioral economics concepts like loss aversion, present bias, or status quo effect D...
|
1.5K |
| 3220 | vision-framework | dpearson2699/swift-ios-skills |
Vision Framework Detect text, faces, barcodes, objects, and body poses in images and video using on-device computer vision. Patterns target iOS 26+ with Swift 6.2, backward-compatible where noted. See references/vision-requests.md for complete code patterns and references/visionkit-scanner.md for DataScannerViewController integration. Contents Two API Generations Request Pattern (Modern API) Text Recognition (OCR) Face Detection Barcode Detection Document Scanning (iOS 26+) Image Segmentation Ob...
|
1.5K |
| 3221 | pm-skills | alirezarezvani/claude-skills |
Project Management Skills 6 production-ready project management skills with Atlassian MCP integration. Quick Start Claude Code /read project-management/jira-expert/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/project-management Skills Overview Skill Folder Focus Senior PM senior-pm/ Portfolio management, risk analysis, resource planning Scrum Master scrum-master/ Velocity forecasting, sprint health, retrospectives Jira Expert jira-expert/ JQL queries, workflows, autom...
|
1.5K |
| 3222 | opennews | 6551team/opennews-mcp |
OpenNews Crypto News Skill Query crypto news from the 6551 platform REST API. All endpoints require a Bearer token via $OPENNEWS_TOKEN . Get your token : https://6551.io/mcp Base URL : https://ai.6551.io Authentication All requests require the header: Authorization: Bearer $OPENNEWS_TOKEN News Operations 1. Get News Sources Fetch all available news source categories organized by engine type. curl -s -H "Authorization: Bearer $OPENNEWS_TOKEN " \ "https://ai.6551.io/open/news_type" Returns a tree ...
|
1.5K |
| 3223 | authentication | dpearson2699/swift-ios-skills |
Authentication Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication. Contents Sign in with Apple Credential Handling Credential State Checking Token Validation Existing Account Setup Flows ASWebAuthenticationSession (OAuth) Password AutoFill Credentials Biometric Authentication SwiftUI SignInWithAppleButton Common Mistakes Review Checklist References Sign in with...
|
1.5K |
| 3224 | healthkit | dpearson2699/swift-ios-skills |
HealthKit Read and write health and fitness data from the Apple Health store. Covers authorization, queries, writing samples, background delivery, and workout sessions. Targets Swift 6.2 / iOS 26+. Contents Setup and Availability Authorization Reading Data: Sample Queries Reading Data: Statistics Queries Reading Data: Statistics Collection Queries Writing Data Background Delivery Workout Sessions Common Data Types HKUnit Reference Common Mistakes Review Checklist References Setup and Availabilit...
|
1.5K |
| 3225 | oo-component-documentation | github/awesome-copilot |
OO Component Documentation Create new documentation for an object-oriented component or update an existing component documentation file by analyzing the current implementation. Determine the mode first Choose the workflow before writing anything: Use update mode when the user provides an existing documentation Markdown file, points to a docs path, or explicitly asks to refresh or revise existing documentation. Follow references/update-mode.md . Use create mode when the user provides a source fil...
|
1.5K |
| 3226 | background-processing | dpearson2699/swift-ios-skills |
Background Processing Register, schedule, and execute background work on iOS using the BackgroundTasks framework, background URLSession, and background push notifications. Contents Info.plist Configuration BGTaskScheduler Registration BGAppRefreshTask Patterns BGProcessingTask Patterns BGContinuedProcessingTask (iOS 26+) Background URLSession Downloads Background Push Triggers Common Mistakes Review Checklist References Info.plist Configuration Every task identifier must be declared in Info.plis...
|
1.5K |
| 3227 | daily-briefing | anthropics/knowledge-work-plugins |
Daily Sales Briefing Get a clear view of what matters most today. This skill works with whatever you tell me, and gets richer when you connect your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DAILY BRIEFING │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: today's meetings, key deals, priorities ...
|
1.5K |
| 3228 | image-processing | jezweb/claude-skills |
Image Processing Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs. Prerequisites Pillow is usually pre-installed. If not: pip install Pillow If Pillow is unavailable, adapt using alternatives: Alternative Platform Install Capabilities sips macOS (built-in) None Resize, convert (no trim/OG) sharp Node.js npm install sharp Full feature set ffmpeg Cross-platform brew install ffmpeg Resize, convert Capabilities Generate a Python script...
|
1.5K |
| 3229 | terraform-search-import | hashicorp/agent-skills |
Terraform Search and Bulk Import Discover existing cloud resources using declarative queries and generate configuration for bulk import into Terraform state. References: Terraform Search - list block Bulk Import When to Use Bringing unmanaged resources under Terraform control Auditing existing cloud infrastructure Migrating from manual provisioning to IaC Discovering resources across multiple regions/accounts IMPORTANT: Check Provider Support First BEFORE starting, you MUST verify the target res...
|
1.5K |
| 3230 | cass | dicklesworthstone/coding_agent_session_search |
CASS - Coding Agent Session Search Unified, high-performance CLI/TUI to index and search your local coding agent history. Aggregates sessions from 11 agents : Codex, Claude Code, Gemini CLI, Cline, OpenCode, Amp, Cursor, ChatGPT, Aider, Pi-Agent, and Factory (Droid). CRITICAL: Robot Mode Required for AI Agents NEVER run bare cass - it launches an interactive TUI that blocks your session! WRONG - blocks terminal cass CORRECT - JSON output for agents cass search "query" --robot cass search "quer...
|
1.5K |
| 3231 | ios-simulator-skill | conorluddy/ios-simulator-skill |
iOS Simulator Skill Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/sim_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type TextField --enter-...
|
1.5K |
| 3232 | asc-crash-triage | rudrankriyam/app-store-connect-cli-skills |
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
|
1.5K |
| 3233 | ios-device-automation | web-infra-dev/midscene-skills |
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
|
1.5K |
| 3234 | product-skills | alirezarezvani/claude-skills |
Product Team Skills 8 production-ready product skills covering product management, UX/UI design, and SaaS development. Quick Start Claude Code /read product-team/product-manager-toolkit/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/product-team Skills Overview Skill Folder Focus Product Manager Toolkit product-manager-toolkit/ RICE prioritization, customer discovery, PRDs Agile Product Owner agile-product-owner/ User stories, sprint planning, backlog Product Strategist...
|
1.5K |
| 3235 | 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...
|
1.5K |
| 3236 | notion | steipete/clawdis |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
1.5K |
| 3237 | openai-whisper-api | steipete/clawdis |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
1.5K |
| 3238 | tipkit | dpearson2699/swift-ios-skills |
TipKit Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature. Contents Setup Defining Tips Displaying Tips Tip Rules Tip Actions Tip Groups Programmatic Control Common Mistakes Review Checklist References Setup Call Tips.configure() once in App.init , before any views render. Th...
|
1.5K |
| 3239 | voice-call | steipete/clawdis |
Voice Call Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock). CLI openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw" openclaw voicecall status --call-id < id > Tool Use voice_call for agent-initiated calls. Actions: initiate_call (message, to?, mode?) continue_call (callId, message) speak_to_user (callId, message) end_call (callId) get_status (callId) Notes: Requires the voice-call plugin to be enabled. Plugin config lives under plugins...
|
1.5K |
| 3240 | autobrowse | browserbase/skills |
AutoBrowse — Self-Improving Browser Skill Build reliable browser automation skills through iterative experimentation. An inner agent browses the site ( evaluate.ts ). You — the outer agent — read what happened and improve the instructions ( strategy.md ). Repeat until it passes consistently. Entry Points Invocation is flexible — both explicit flags and free-form natural language work: /autobrowse --task google-flights /autobrowse --task google-flights --iterations 10 --env remote /autobrowse --t...
|
1.5K |
| 3241 | knowledge-agent | thedotmack/claude-mem |
Knowledge Agent Build and query AI-powered knowledge bases from claude-mem observations. What Are Knowledge Agents? Knowledge agents are filtered corpora of observations compiled into a conversational AI session. Build a corpus from your observation history, prime it (loads the knowledge into an AI session), then ask it questions conversationally. Think of them as custom "brains": "everything about hooks", "all decisions from the last month", "all bugfixes for the worker service". Workflow Step ...
|
1.5K |
| 3242 | solid | ramziddin/solid-skills |
Solid Skills: Professional Software Engineering You are now operating as a senior software engineer. Every line of code you write, every design decision you make, and every refactoring you perform must embody professional craftsmanship. When This Skill Applies ALWAYS use this skill when: Writing ANY code (features, fixes, utilities) Refactoring existing code Planning or designing architecture Reviewing code quality Debugging issues Creating tests Making design decisions Core Philosophy "Cod...
|
1.4K |
| 3243 | thread-list | assistant-ui/skills |
assistant-ui Thread List Always consult assistant-ui.com/llms.txt for latest API. Manage multiple chat threads with built-in or custom UI. References ./references/management.md -- Thread CRUD operations ./references/custom-ui.md -- Custom thread list UI Quick Start Thread list is available with useChatRuntime + cloud: import { AssistantCloud } from "assistant-cloud"; import { useChatRuntime, AssistantChatTransport } from "@assistant-ui/react-ai-sdk"; import { AssistantRuntimeProvider, Threa...
|
1.4K |
| 3244 | contacts-framework | dpearson2699/swift-ios-skills |
Contacts Framework Fetch, create, update, and pick contacts from the user's Contacts database using CNContactStore , CNSaveRequest , and CNContactPickerViewController . Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Fetching Contacts Key Descriptors Creating and Updating Contacts Contact Picker Observing Changes Common Mistakes Review Checklist References Setup Project Configuration Add NSContactsUsageDescription to Info.plist explaining why the app accesses contacts No additional cap...
|
1.4K |
| 3245 | heroui-migration | heroui-inc/heroui |
HeroUI v2 to v3 Migration Guide This skill helps agents migrate HeroUI v2 applications to v3. HeroUI v3 introduces breaking changes: compound components, no Provider, Tailwind v4, and removed hooks. Installation curl -fsSL https://heroui.com/install | bash -s heroui-migration CRITICAL: Always Fetch Migration Docs Before Applying Do NOT assume v2 patterns work in v3. Always fetch migration guides before implementing changes. Key v2 → v3 Changes Feature v2 (Migrate From) v3 (Migrate To) Provider <...
|
1.4K |
| 3246 | xurl | steipete/clawdis |
xurl — Agent Skill Reference xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout. Installation Homebrew (macOS) brew install --cask xdevplatform/tap/xurl npm npm install -g @xdevplatform/xurl Shell script curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash Installs to ~/.local/bin . If it's not in your PATH, the script will tell you...
|
1.4K |
| 3247 | write-spec | anthropics/knowledge-work-plugins |
Write Spec If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Write a feature specification or product requirements document (PRD). Usage /write-spec $ARGUMENTS Workflow 1. Understand the Feature Ask the user what they want to spec. Accept any of: A feature name ("SSO support") A problem statement ("Enterprise customers keep asking for centralized auth") A user request ("Users want to export their data as CSV") A vague idea ("We should do something...
|
1.4K |
| 3248 | expect | millionco/expect |
Expect You verify code changes in a real browser before claiming they work. No browser evidence, no completion claim. Use the expect MCP tools ( open , playwright , screenshot , etc.) for all browser interactions. Do not use raw browser tools (Playwright MCP, chrome tools, etc.) unless the user explicitly asks. Subagent Usage Browser verification is best run in a subagent (Task tool) or background shell so the main thread stays free for code edits. This keeps the conversation responsive — you ca...
|
1.4K |
| 3249 | pulumi-arm-to-pulumi | pulumi/agent-skills |
If you have already generated a migration plan before loading this skill, you MUST: - Review your existing plan against the workflows and requirements in this skill - Identify any gaps, missing steps, or incorrect assumptions - Update and revise your plan to align with this skill's guidance - Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: - Complete Resource Coverage Every ARM template resou...
|
1.4K |
| 3250 | dbs-goal | dontbesilent2025/dbskill |
dbs-goal:目标清晰化 你是 dontbesilent 的目标审计 AI。你的任务是把用户丢过来的模糊目标(「我想做个人 IP」「我想做有影响力的内容」「我想变得更好」),用维特根斯坦的语言哲学审计到可检查的交付物——直到每一个词都在做工作。 核心使命:反对目标语言的空转。 维特根斯坦说,发动机空转时看起来在运转,其实没做工。大多数人的目标语言都在空转——它长得像目标,但既不能确定下一步行动,也不能识别完成。你的工作是让它停止空转。 核心哲学 原则 1:意义即使用(Meaning is Use) 目标不是一个被命名的状态,而是一段能在实际生活里驱动行动的语言。脱离使用场景谈目标,就是维特根斯坦说的「语言在度假」。 原则 2:发动机空转检测(Engine Idling) 句子里的每个词都必须做工作。不做工作的词就是装饰。 测试方法:把这个词去掉,句子是否还成立?如果还成立,这个词就在空转。 常见空转词(仅作提示,实际判定用操作测试): 更好、真正的、深入、系统性、全面、有价值、有意义、影响力、好好、认真、长期、持续、打造、建立 。 原则 3:家族相似性而非本质定义 不要用 SMAR...
|
1.4K |