███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13451 | web-design-guidelines | vercel-labs/agent-eval |
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...
|
82 |
| 13452 | query-expert | jamesrochabrun/skills |
Query Expert Master database queries across SQL and NoSQL systems. Generate optimized queries, analyze performance with EXPLAIN plans, design effective indexes, and troubleshoot slow queries. What This Skill Does Helps you write efficient, performant database queries: Generate Queries - SQL, MongoDB, GraphQL queries Optimize Queries - Performance tuning and refactoring Design Indexes - Index strategies for faster queries Analyze Performance - EXPLAIN plans and query analysis Troubleshoot - D...
|
82 |
| 13453 | using-aisdlc | zixun-github/aisdlc |
using-aisdlc(Spec Pack 流程唯一路由器 / Router) 你现在在用什么 这是一个“导航 + 门禁”型技能:在 Spec Pack(分支名 {num}-{short-name} )流程里, 只有本技能(Router)有权决定下一步用哪个 skill ;其它技能都是 worker,只负责本阶段门禁 + 落盘 + DoD。 开始时必须宣布: 「我正在使用 using-aisdlc 技能导航 Spec Pack 流程,正在执行 spec-context 获取上下文。」 渐进式展开(按需读取) 你要求的机制是“先读 Router,再按需读细则”,因此: 默认只读取本文件 SKILL.md 只有当 Router 需要判定某条链路时,才再读取对应链路的路由细则(R/D/I/V) 路由规则索引(按需阅读) 需求链路(R0–R4) : router/routing-requirements.md 设计链路(D0–D2) : router/routing-design.md ( R→I 过渡时必读 ,见 D0 强制门禁) 实现链路(I1–I2 + Finish) : router...
|
82 |
| 13454 | spec-requesting-code-review | zixun-github/aisdlc |
请求代码审查 派发 code-reviewer 子智能体,在问题蔓延前发现问题。 核心原则: 尽早审查、频繁审查。 开始时宣布: 「我正在使用 spec-requesting-code-review 技能请求代码审查并派发审查子智能体。」 何时请求审查 必须: subagent-driven development 中每个任务之后 完成主要功能后 合并到 main 之前 可选但有价值: 卡住时(新视角) 重构前(基线检查) 修好复杂 bug 后 如何请求 1. 获取 git SHAs: BASE_SHA = $( git rev-parse HEAD~1 ) 或 origin/main HEAD_SHA = $( git rev-parse HEAD ) 2. 派发 code-reviewer 子智能体: 使用 Task 工具,类型为 code-reviewer,填写 references/code-reviewer.md 中的模板 占位符: {WHAT_WAS_IMPLEMENTED} - 你刚实现的内容 {PLAN_OR_REQUIREMENTS} - 应实现的内容 {BASE_...
|
82 |
| 13455 | spec-product-clarify | zixun-github/aisdlc |
spec-product-clarify(R1:需求澄清 + 方案决策) 概述 本技能用于把 {FEATURE_DIR}/requirements/raw.md 通过 多轮最小澄清循环 收敛为可评审的 {FEATURE_DIR}/requirements/solution.md (含 Impact Analysis )。 澄清过程必须可追溯:每次用户裁决后, 立刻回写 到 raw.md/ 澄清记录 。 核心原则:先澄清,后产物;先产物,后路由。 开始时宣布: 「我正在使用 spec-product-clarify 技能澄清需求并产出 solution.md。」 硬规则(用来防止“未澄清先路由”) 澄清未完成时,禁止创建/更新 solution.md (包括模板/骨架)。 澄清未完成时,禁止输出任何“下一步路由/候选下一步/让用户选阶段(R2/R3/I1/I2…)”的信息。 澄清问题必须是“需求裁决”,禁止用“流程分岔/阶段选择”冒充澄清。 (例如:不要问“要 PRD 还是原型还是开发”) 本技能不输出下一步路由结论。 (下一步由 Router: using-aisdlc 判定) 仅在...
|
82 |
| 13456 | vercel-react-best-practices | lobehub/lobe-chat |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
82 |
| 13457 | find-skills | andreadellacorte/groove |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
82 |
| 13458 | code-analyzer | oimiragieo/agent-studio |
Code Analyzer Skill Overview Static code analysis and metrics. 90%+ context savings. Tools (Progressive Disclosure) Analysis Tool Description analyze-file Analyze single file analyze-project Analyze entire project complexity Calculate complexity metrics Metrics Tool Description loc Lines of code cyclomatic Cyclomatic complexity maintainability Maintainability index duplicates Find duplicate code Reporting Tool Description summary Get analysis summary hotspots Find complexity hotspots trends An...
|
82 |
| 13459 | nansen-holder-quality | nansen-ai/nansen-cli |
Holder Quality Answers: "Is this token held by quality wallets or retail noise?" TOKEN = < address > CHAIN = ethereum nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address, address_label, value_usd, ownership_percentage, balance_change_24h/7d/30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → net_flow_usd and wallet_count per label: smart_trader, whale, exchange, fresh_wallets nansen research token who-bought-sold --token $TOKEN...
|
82 |
| 13460 | utm-builder | manojbajaj95/claude-gtm-plugin |
UTM Builder Generate consistent, well-organized UTM tracking links for marketing campaigns. UTM Parameters Parameter Required Purpose Example utm_source Yes Traffic source google, linkedin, newsletter utm_medium Yes Marketing medium cpc, email, social, organic utm_campaign Yes Campaign name spring-sale-2025 utm_term No Paid search keywords project+management utm_content No Differentiate variants cta-button, hero-image Naming Conventions Recommended Format utm_source: {platform} utm_medium: ...
|
82 |
| 13461 | figma-automation | composiohq/awesome-claude-skills |
Figma Automation via Rube MCP Automate Figma operations through Composio's Figma toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Figma connection via RUBE_MANAGE_CONNECTIONS with toolkit figma Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by confirmin...
|
82 |
| 13462 | ph-content-recycling | manojbajaj95/claude-gtm-plugin |
Product Hunt Content Recycling This skill helps you repurpose Product Hunt launch content across multiple channels to extend your launch impact. When to Use This Skill After your PH launch Maximizing content ROI Building your content library Extending launch visibility Creating evergreen materials The Content Recycling Framework What You Created for PH LAUNCH ASSETS: ├── Tagline ├── Description (short + long) ├── Maker comment ├── Gallery images (4-6) ├── Video demo ├── Thumbnail/GIF ├── Email t...
|
82 |
| 13463 | rendering-animate-svg | theorcdev/8bitcn-ui |
Animate SVG Wrapper Instead of SVG Element Many browsers don't have hardware acceleration for CSS3 animations on SVG elements. Wrap SVG in a <div> and animate the wrapper instead. Important for 8-bit components with pixel art icons and animations. Incorrect (animating SVG directly - no hardware acceleration): function PixelSpinner() { return ( <svg className="animate-spin" viewBox="0 0 16 16" > <rect x="2" y="2" width="4" height="4" fill="currentColor" /> </svg...
|
82 |
| 13464 | cloudflare-d1 | alinaqi/claude-bootstrap |
Cloudflare D1 Database Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): Nov 2025: Jurisdiction support (data localization compliance), remote bindings GA (wrangler@4.37.0+), automatic resource provisioning Sept 2025: Automatic read-only query retries (up to 2 attempts), remote bindings public beta July 2025: Storage limits increased (250GB ...
|
82 |
| 13465 | bitbucket-automation | composiohq/awesome-claude-skills |
Bitbucket Automation via Rube MCP Automate Bitbucket operations including repository management, pull request workflows, branch operations, issue tracking, and workspace administration through Composio's Bitbucket toolkit. Toolkit docs : composio.dev/toolkits/bitbucket Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Bitbucket connection via RUBE_MANAGE_CONNECTIONS with toolkit bitbucket Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube M...
|
82 |
| 13466 | shiki-code-blocks | andrelandgraf/fullstackrecipes |
Shiki Code Blocks Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/shiki-code-blocks
|
81 |
| 13467 | scrum-master | borghei/claude-skills |
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
|
81 |
| 13468 | stripe-implementer | shipshitdev/library |
Stripe Implementer Expert in comprehensive Stripe integrations including payment processing, subscriptions, webhooks, and customer management for Next.js and NestJS. When to Use This Skill Use when you're: Integrating Stripe payments Implementing subscription billing Setting up Stripe webhooks Managing Stripe customers Handling payment intents or checkout sessions Implementing Stripe Connect or marketplace features Quick Setup npm install stripe @stripe/stripe-js STRIPE_SECRET_KEY=sk_test_....
|
81 |
| 13469 | eachlabs-fashion-ai | eachlabs/skills |
EachLabs Fashion AI Generate AI fashion model imagery, virtual try-on experiences, runway content, and campaign visuals using EachLabs models. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Recommended Models Image Generation & Editing Task Model Slug Fashion model generation GPT Image v1.5 gpt-image-v1-5-text-to-image Virtual try-on (best) Kolors Virtual Try-On kling-v1-5-kolors-virtual-try-on Virtual try-on (alt) ID...
|
81 |
| 13470 | nextjs-turborepo | samhvw8/dot-claude |
Next.js + Turborepo Skill Comprehensive guide for building modern full-stack web applications using Next.js, Turborepo, and RemixIcon. Overview This skill group combines three powerful tools for web development: Next.js - React framework with SSR, SSG, RSC, and optimization features Turborepo - High-performance monorepo build system for JavaScript/TypeScript RemixIcon - Icon library with 3,100+ outlined and filled style icons When to Use This Skill Group Building new full-stack web applicat...
|
81 |
| 13471 | jobs-to-be-done | pmprompt/claude-plugin-product-management |
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...
|
81 |
| 13472 | text-to-sql | oimiragieo/agent-studio |
Text-to-SQL Skill Identity Text-to-SQL - Converts natural language queries to SQL using database schema context and query patterns. Capabilities Query Generation: Convert natural language to SQL Schema Awareness: Uses database schema for accurate queries Query Optimization: Generates optimized SQL queries Parameterized Queries: Creates safe, parameterized queries Usage Basic SQL Generation When to Use: Database queries from natural language Data analysis requests Reporting queries Ad-hoc dat...
|
81 |
| 13473 | sentry-ios-swift-setup | getsentry/sentry-agent-skills |
Install and configure Sentry in iOS projects using Swift and SwiftUI. Invoke This Skill When - User asks to "add Sentry to iOS" or "install Sentry" in a Swift app - User wants error monitoring, tracing, or session replay in iOS - User mentions "sentry-cocoa" or iOS crash reporting Requirements - iOS 13.0+ - Xcode 15.0+ - Swift 5.0+ Install Swift Package Manager (Recommended) - File > Add Package Dependencies - Enter: `https://github.com/getsentry/sentry-cocoa` - Select version r...
|
81 |
| 13474 | desearch-web-search | desearch-ai/desearch-openclaw-skills |
Web Search By Desearch Real-time web search returning structured SERP-style results with titles, links, and snippets. Quick Start Get an API key from https://console.desearch.ai Set environment variable: export DESEARCH_API_KEY='your-key-here' Usage Basic web search desearch.py web "quantum computing" Paginated results desearch.py web "quantum computing" --start 10 Options Option Description --start Pagination offset (default: 0). Use to get the next page of results. Response Example desearch....
|
81 |
| 13475 | linkedin-automation | manojbajaj95/claude-gtm-plugin |
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the end...
|
81 |
| 13476 | ceo-advisor | borghei/claude-skills |
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investo...
|
81 |
| 13477 | dspy-framework | bobmatnyc/claude-mpm-skills |
DSPy Framework progressive_disclosure: entry_point: summary: "Declarative framework for automatic prompt optimization treating prompts as code" when_to_use: - "When optimizing prompts systematically with evaluation data" - "When building production LLM systems requiring accuracy improvements" - "When implementing RAG, classification, or structured extraction tasks" - "When version-controlled, reproducible prompts are needed" quick_start: - "pip install dspy-ai" - "Define signature: class QA(dspy...
|
81 |
| 13478 | context-compressor | oimiragieo/agent-studio |
Context Compressor Skill Step 1: Identify Compressible Content Content types that can be compressed: Type Compression Strategy Code Keep signatures, summarize implementations Conversations Extract decisions, drop small talk Documentation Keep headings and key points Errors Keep message and location, drop stack frames Logs Keep patterns, drop repetitions Step 2: Apply Compression Techniques Technique 1: Decision Extraction Before: User: Should we use Redis or Memcached? Assistant: Let me analyze ...
|
81 |
| 13479 | cbb-data | machina-sports/sports-skills |
College Basketball Data (CBB) Before writing queries, consult references/api-reference.md for endpoints, conference IDs, team IDs, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/pyth...
|
81 |
| 13480 | supabase-audit-buckets-public | yoanbernabeu/supabase-pentest-skills |
Public Bucket Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each bucket analyzed Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill specifically focuses...
|
81 |
| 13481 | outlook-calendar-automation | composiohq/awesome-claude-skills |
Outlook Calendar Automation via Rube MCP Automate Outlook Calendar operations through Composio's Outlook toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/outlook Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just...
|
81 |
| 13482 | book-translation | f/awesome-chatgpt-prompts |
Book Translation Skill This skill guides translation of book content for The Interactive Book of Prompting at prompts.chat. Overview The book has 25 chapters across 7 parts. Translation requires: MDX content files - Full chapter content in src/content/book/{locale}/ JSON translation keys - UI strings, chapter titles, and descriptions in messages/{locale}.json Prerequisites Before starting, identify: Target locale code (e.g., de , fr , es , ja , ko , zh ) Check if locale exists in messages/ direc...
|
81 |
| 13483 | reference-builder | sickn33/antigravity-awesome-skills |
Use this skill when Working on reference builder tasks or workflows Needing guidance, best practices, or checklists for reference builder Do not use this skill when The task is unrelated to reference builder You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . ...
|
81 |
| 13484 | copywriter | eddiebe147/claude-settings |
Copywriter Skill You are an expert copywriter and brand voice guardian, specializing in direct, conversion-focused copy that adapts to each project's brand voice and tone. Project Context Discovery Before writing copy, discover the project's brand voice: Scan Project Documentation: Check .agents/SYSTEM/ARCHITECTURE.md for brand guidelines Look for brand voice documentation in project docs Review .agents/SOP/ for copywriting standards Check for existing copy examples Identify Brand Voice: Review ...
|
81 |
| 13485 | twitter-algorithm-optimizer | manojbajaj95/claude-gtm-plugin |
Twitter Algorithm Optimizer When to Use This Skill Use this skill when you need to: Optimize tweet drafts for maximum reach and engagement Understand why a tweet might not perform well algorithmically Rewrite tweets to align with Twitter's ranking mechanisms Improve content strategy based on the actual ranking algorithms Debug underperforming content and increase visibility Maximize engagement signals that Twitter's algorithms track What This Skill Does Analyzes tweets against Twitter's core r...
|
81 |
| 13486 | safe-area-handling | cap-go/capgo-skills |
Safe Area Handling in Capacitor Handle iPhone notch, Dynamic Island, home indicator, and Android cutouts properly. When to Use This Skill User has layout issues on notched devices User asks about safe areas User sees content under the notch User needs fullscreen layout Content is hidden by home indicator Understanding Safe Areas What Are Safe Areas? Safe areas are the regions of the screen not obscured by: iPhone : Notch, Dynamic Island, home indicator, rounded corners Android : Camera cutouts, ...
|
81 |
| 13487 | supabase-node | alinaqi/claude-bootstrap |
*Load with: base.md + supabase.md + typescript.md* Express/Hono patterns with Supabase Auth and Drizzle ORM. Sources: [Supabase JS Client](https://supabase.com/docs/reference/javascript/introduction) | [Drizzle ORM](https://orm.drizzle.team/) Core Principle Drizzle for queries, Supabase for auth/storage, middleware for validation. Use Drizzle ORM for type-safe database access. Use Supabase client for auth verification, storage, and realtime. Express or Hono for the API layer. Project Str...
|
81 |
| 13488 | vueuse-core-skilld | harlan-zw/vue-ecosystem-skills |
vueuse/vueuse @vueuse/core Collection of essential Vue Composition Utilities Version: 14.2.1 (Feb 2026) Deps: @types/web-bluetooth@^0.0.21, @vueuse/metadata@14.2.1, @vueuse/shared@14.2.1 Tags: vue2: 2.0.35 (Jul 2020), vue3: 3.0.35 (Jul 2020), demi: 4.0.0-alpha.0 (Jul 2020), alpha: 14.0.0-alpha.3 (Sep 2025), beta: 14.0.0-beta.1 (Sep 2025), latest: 14.2.1 (Feb 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/mi...
|
81 |
| 13489 | fal-upscale | sickn33/antigravity-awesome-skills |
fal.ai Upscale Upscale and enhance image resolution using state-of-the-art AI models. How It Works User provides image URL and optional scale factor Script selects appropriate upscaling model Sends request to fal.ai API Returns upscaled image URL Finding Models To discover the best and latest upscaling models, use the search API: Search for image upscale models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "upscale image" Search for video upscale models bash /mnt/skills/u...
|
81 |
| 13490 | release-review | rshankras/claude-code-apple-skills |
Release Review for Apple Platforms Performs a comprehensive pre-release audit of macOS and iOS applications from a senior developer's perspective. Identifies critical issues that could cause rejection, security vulnerabilities, privacy concerns, and UX problems—with actionable fixes. When This Skill Activates Use this skill when the user: Says "review for release", "release review", or "pre-release audit" Asks for "senior developer review" or "critical review" Mentions preparing for "App Sto...
|
81 |
| 13491 | skill-evolution | yonatangross/orchestkit |
Enables skills to automatically improve based on usage patterns, user edits, and success rates. Provides version control with safe rollback capability. Overview - Reviewing how skills are performing across sessions - Identifying patterns in user edits to skill outputs - Applying learned improvements to skill templates - Rolling back problematic skill changes - Tracking skill version history and success rates Quick Reference | `/ork:skill-evolution` | Show evolution report for all skil...
|
81 |
| 13492 | astroflare | siviter-xyz/dot-agent |
Astroflare Expert guidance for TypeScript, Tailwind, and Astro framework for scalable web development on the Cloudflare platform. Key Principles Write concise, technical responses with accurate Astro examples Prioritize static generation and server-side islands with minimal JavaScript Use descriptive variable names and follow Astro's naming conventions NEVER change the site output without explicit user confirmation - issues are likely elsewhere in configuration, environment variables, or build...
|
81 |
| 13493 | homebrew-formula-maintenance | bobmatnyc/claude-mpm-skills |
Homebrew Formula Maintenance Overview Use this workflow to keep Homebrew formulas in sync with PyPI releases for Python CLIs. The pattern in your taps is: update version + sha, refresh resource blocks when needed, run brew install/test/audit, then push the tap update (manually or via CI). Quick Start (manual bump) Verify the PyPI release exists and grab the sdist URL + SHA256. Update the url and sha256 in the formula. Refresh resource stanzas if the formula uses virtualenv_install_with_resourc...
|
81 |
| 13494 | dispatching-parallel-agents | zixun-github/aisdlc |
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
|
81 |
| 13495 | optimise-seo | mblode/agent-skills |
Optimise SEO No visual redesigns or layout changes. Allowed: metadata, structured data, semantic HTML, internal links, alt text, sitemap/robots, performance tuning. Workflow Inventory routes and index intent Fix crawl/index foundations Implement metadata + structured data Improve semantics, links, and CWV Validate with seo-checklist.md and document changes Must-have Sitemap ( app/sitemap.ts ) and robots ( app/robots.ts ) Canonicals consistent on every page Unique titles + descriptions OpenGraph ...
|
81 |
| 13496 | axios | slanycukr/riot-api-project |
Axios HTTP Client Axios is a promise-based HTTP client for the browser and Node.js. It provides a simple API for making HTTP requests and handling responses. Quick Start Basic GET Request import axios from "axios"; // Promise-based axios .get("/user?ID=12345") .then((response) => console.log(response.data)) .catch((error) => console.error(error)); // Async/await async function getUser() { try { const response = await axios.get("/user?ID=12345"); console.log(response.data); ...
|
81 |
| 13497 | claude-chrome | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
Claude in Chrome Skill Control your real Chrome browser with Claude. The extension runs in your authenticated browser session, so Claude can interact with sites you're already logged into - Gmail, Google Docs, Notion, CRMs, and more. Integration Options There are two ways to control Chrome: Claude Code + Chrome Extension - Terminal-based browser control via claude --chrome Chrome DevTools MCP - MCP server providing 26 browser automation tools Both use your real Chrome with existing logins -...
|
81 |
| 13498 | vercel-automation | sickn33/antigravity-awesome-skills |
Vercel Automation via Rube MCP Automate Vercel platform operations through Composio's Vercel toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Vercel connection via RUBE_MANAGE_CONNECTIONS with toolkit vercel Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is availabl...
|
81 |
| 13499 | nansen-defi-exposure | nansen-ai/nansen-cli |
DeFi Exposure Answers: "What DeFi positions does this wallet have across protocols?" ADDR = < address > nansen research portfolio defi --wallet $ADDR → protocol_name, chain, total_value_usd, total_assets_usd, total_debts_usd, total_rewards_usd, tokens nansen research profiler balance --address $ADDR --chain ethereum → token_symbol, token_name, token_amount, value_usd per holding nansen research profiler balance --address $ADDR --chain base Combine DeFi positions (lending, LPs, staking) with sp...
|
81 |
| 13500 | swift-testing | johnrogers/claude-swift-engineering |
Swift Testing Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests. Contents Basic Tests @Test Traits expect and require @Suite and Test Organization Known Issues Additional Patterns Parameterized Tests In Depth Tags and Suites In Depth Async Testing Patterns Traits In Depth Common Mistakes Test Attachments Exit Testing Review Checklist MCP Integration ...
|
81 |