███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13301 | react-flow-architect | sickn33/antigravity-awesome-skills |
ReactFlow Architect Build production-ready ReactFlow applications with hierarchical navigation, performance optimization, and advanced state management. Quick Start Create basic interactive graph: import ReactFlow , { Node , Edge } from "reactflow" ; const nodes : Node [ ] = [ { id : "1" , position : { x : 0 , y : 0 } , data : { label : "Node 1" } } , { id : "2" , position : { x : 100 , y : 100 } , data : { label : "Node 2" } } , ] ; const edges : Edge [ ] = [ { id : "e1-2" , source : "1" , targ...
|
84 |
| 13302 | layerchart-svelte5 | spences10/svelte-skills-kit |
LayerChart Svelte 5 Use next.layerchart.com docs (NOT layerchart.com - that's Svelte 4). Quick Start <Chart {data} x="date" y="value" tooltip={{ mode: 'bisect-x' }}> <Svg> <Axis placement="left" grid rule /> <Area class="fill-primary/20" line={{ class: 'stroke-primary' }} /> <Highlight points lines /> </Svg> <Tooltip.Root> {snippet children({ data })} <Tooltip.Header>{data.date}</Tooltip.Header> <Tooltip.Item label="Value" value={data.value} /> {/snippet} </Tooltip....
|
84 |
| 13303 | spec-design | zixun-github/aisdlc |
spec-design 概览 本技能是 D2 worker skill :只负责产出可评审的 决策文档(Decision Doc / RFC) 到 {FEATURE_DIR}/design/design.md 。 路由权威 :是否跳过 design(D0)、是否需要 research(D1)均由 using-aisdlc 作为唯一路由器判定;本技能不做分流决策。 核心原则: 门禁优先(spec-context)→ 强制消费影响分析与项目知识库 → 决策落盘(D2) 。在任何压力下都禁止猜路径、禁止在缺少 SSOT 时脑补推进。 开始时宣布: 「我正在使用 spec-design 技能产出设计决策文档(design/design.md / RFC)。」 何时使用 / 不使用 使用时机 用户要求产出 design/design.md (RFC/Decision Doc),或“做设计再进入 implementation”。 你被要求把接口字段/表结构/任务拆分塞进设计文档,担心文档分层被破坏。 不要用在 需求尚未完成 R1(没有 requirements/solution.md ):先完成需...
|
84 |
| 13304 | customer-success-and-retention | manojbajaj95/claude-gtm-plugin |
Customer Success & Retention Comprehensive framework for customer success, retention, and lifetime value maximization. Quick Reference Situation Use This Skill For Designing onboarding flows Onboarding Excellence Reducing churn Churn Prevention & Recovery Building health monitoring Health Score Models Improving LTV Retention & Ascension Cancel flow optimization Cancel Flow Design Payment failures Dunning & Recovery Part 1: Core Principles Time to Value Is Everything The faster users get value, t...
|
84 |
| 13305 | writing-proofreading | niracler/skill |
Writing Proofreading 文章审校助手,提供 6 步审校流程,帮助打磨中文文章。 Prerequisites Tool Type Required Install markdownlint-cli2 cli No npx markdownlint-cli2 (no install needed, used in step 6) markdown-lint skill No Included in npx skills add niracler/skill (for repo setup) Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step. 核心原则 原则 说明 先讨论再修改 提出方案让用户选择,不直接动手 分段审校 按 Markdown 标题为节点,每次 1-2 个标题 启发式提问 ...
|
84 |
| 13306 | jotai-expert | s-hiraoku/skills-factory |
Jotai is a primitive and flexible state management library for React using an atomic approach. Always reference [https://jotai.org/](https://jotai.org/) for the latest API details. Decision Tree ``` Need state management? ├── Simple local state → useState (no Jotai needed) ├── Shared state across components │ ├── Few components, same tree → Context may suffice │ └── Many components, complex → Use Jotai ✓ └── Global app state → Use Jotai ✓ Choosing atom type: ├── Static value → atom(initi...
|
84 |
| 13307 | voice-interface-builder | daffy0208/ai-dev-standards |
Voice Interface Builder Skill I help you build voice-enabled interfaces using the Web Speech API and modern voice technologies. What I Do Speech Recognition: Voice commands and controls Voice-to-text input Continuous dictation Command detection Text-to-Speech: Reading content aloud Voice feedback and notifications Multilingual speech output Voice selection and customization Voice UI: Voice-first interfaces Accessibility features Hands-free controls Voice search Web Speech API Basics Spee...
|
83 |
| 13308 | aws-aurora | alinaqi/claude-bootstrap |
AWS Aurora Skill Load with: base.md + [typescript.md | python.md] Amazon Aurora is a MySQL/PostgreSQL-compatible relational database with serverless scaling, high availability, and enterprise features. Sources: Aurora Docs | Serverless v2 | RDS Proxy Core Principle Use RDS Proxy for serverless, Data API for simplicity, connection pooling always. Aurora excels at ACID-compliant workloads. For serverless architectures (Lambda), always use RDS Proxy or Data API to handle connection management...
|
83 |
| 13309 | product-hunt-launch | manojbajaj95/claude-gtm-plugin |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
|
83 |
| 13310 | jq-json-processing | laurigates/claude-plugins |
jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. Core Expertise JSON Operations Query and filter JSON with path expressions Transform JSON structure and shape Combine, merge, and split JSON data Validate JSON syntax and structure Data Extraction Extract specific fields from JSON objects Filter arrays based on conditions Navigate nested JSON structures Handle null values and missing keys Es...
|
83 |
| 13311 | nft-standards | sickn33/antigravity-awesome-skills |
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
|
83 |
| 13312 | ask-user-question | memtensor/memos |
Ask User Question Use this MCP tool to ask users questions and get their responses. This is the ONLY way to communicate with the user - they cannot see CLI/terminal output. Critical Rule The user CANNOT see your text output or CLI prompts! If you write "Let me ask you..." and then just output text - THE USER WILL NOT SEE IT. You MUST call this tool to display a modal in the UI. When to Use Clarifying questions before starting ambiguous tasks Asking user preferences (e.g., "How would you lik...
|
83 |
| 13313 | pricing-strategist | ognjengt/founder-skills |
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
|
83 |
| 13314 | tooling-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in building developer productivity tools including command-line interfaces, IDE extensions, build system optimizations, and local development environment automation. Focuses on improving developer experience and workflow efficiency. When to Use - Building command-line tools and utilities - Creating IDE/editor extensions (VS Code, JetBrains) - Optimizing build systems and compilation times - Automating repetitive development tasks - Setting up local development environme...
|
83 |
| 13315 | geospatial-postgis-patterns | linehaul-ai/linehaulai-claude-marketplace |
Use when: - Creating geofence boundaries around facilities - Calculating distances between points (truck to facility, origin to destination) - Detecting geofence entry/exit events for tracking - Building ETA calculations or routing features - Querying fleet positions and historical tracks - Implementing spatial indexes for location queries - Integrating with mapping frontends (Mapbox, Leaflet) PostGIS Fundamentals Geography vs Geometry Types Use `geography` for real-world distance ca...
|
83 |
| 13316 | base-ui | itechmeat/llm-code |
Base UI provides unstyled, composable React components. This skill focuses on assembling multi-part components, composing with the `render` prop, and meeting accessibility requirements while you supply styling. When to use Use this skill when the user wants to: - Build UI with `@base-ui/react` primitives. - Compose unstyled components with custom markup and styling. - Implement menus, overlays, toasts, and toolbars. - Build accessible form controls and grouped inputs. Quick navigation (...
|
83 |
| 13317 | java-expert | personamanagmentlayer/pcl |
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
|
83 |
| 13318 | debugging-protocol | jwilger/agent-skills |
Debugging Protocol Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs. Purpose Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists. Practices The Iron Law: No Fixes Without Investigatio...
|
83 |
| 13319 | tdd | yeachan-heo/oh-my-claudecode |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
83 |
| 13320 | game-development | vudovn/antigravity-kit |
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
|
83 |
| 13321 | tennis-data | machina-sports/sports-skills |
Tennis Data (ATP + WTA) Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills tennis get_scoreboard --tour = atp sports-skills tennis get_rankings --tour = wta sports-skills tennis get_calendar --tour = atp --year = 2026 Important: Tennis is Not a Team Sport Tennis data is fundamentally different from team sports (NFL, NBA, etc.): Tournaments, not games : Events are multi-day tournaments containing many matches. Individual athletes : Competitors are individual players (...
|
83 |
| 13322 | linkedin-automation | sickn33/antigravity-awesome-skills |
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...
|
83 |
| 13323 | code-quality | s-hiraoku/synapse-a2a |
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
|
83 |
| 13324 | pr-draft-summary | openai/openai-agents-python |
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
|
83 |
| 13325 | diagram-generator | oimiragieo/agent-studio |
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — Mermaid/output patterns from claude-flow code-intelligence, everything-claude-code architect. Processing Limits (Memory Safeguard) Diagram generator can analyze large codebases. To prevent memory exhaustion: File chunk limit: 1000 files per diagram (HARD LIMIT) Each file: ~1-5 KB analysis overhead 1000 files × 2 KB = ~2 MB per diagram Keeps diagram generation memory-efficient Why the limit? Analyzing 5000+ files → 10+ MB memory → context exp...
|
83 |
| 13326 | gramio | gramiojs/documentation |
GramIO GramIO is a modern, type-safe Telegram Bot API framework for TypeScript. It runs on Node.js , Bun , and Deno with full Bot API coverage, a composable plugin system, and first-class TypeScript support. When to Use This Skill Creating or modifying Telegram bots Setting up bot commands, callbacks, inline queries, or reactions Building keyboards (reply, inline, remove, force reply) Formatting messages with entities (bold, italic, code, links, mentions) Uploading/downloading files and media Ma...
|
83 |
| 13327 | sast-configuration | sickn33/antigravity-awesome-skills |
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
|
83 |
| 13328 | lsp-setup | rysweet/amplihack |
LSP Setup for GitHub Copilot CLI UTILITY SKILL — installs and configures Language Server Protocol servers for Copilot CLI. USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding" DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups Workflow Ask the language — use ask_user to ask which programming lang...
|
83 |
| 13329 | wechat-title-optimizer | steelan9199/wechat-publisher |
公众号标题优化专家 你是公众号爆款标题专家,精通传播心理学、平台算法和用户行为分析。专为技术/效率工具类内容创作者优化标题。 核心原则 :标题必须与文章内容高度匹配,不能为了吸引眼球而脱离内容本质。 工作流程 第一步:信息收集 在优化标题前,你必须先收集以下信息: 原标题 - 用户提供的原始标题 文章内容 - 从上下文中智能提取文章正文(如果存在) 目标读者 - 文章面向的受众群体 核心关键词 - 必须保留的技术术语或品牌词 第二步:内容分析(关键步骤) 如果上下文中包含文章内容 ,你必须: 提取文章的核心主题和主旨 识别文章的关键价值点和亮点 分析文章的结构(教程/案例/观点/工具介绍等) 找出最能吸引目标读者的内容钩子 确保标题准确反映文章内容,不夸大、不误导 如果上下文中没有文章内容 ,你需要: 基于标题本身进行优化 明确告知用户:"未检测到文章内容,优化基于标题本身。如能提供文章内容,可生成更精准的标题。" 核心能力 1. 标题诊断 识别原标题的 3 个核心问题 (流量/转化/定位层面) 判断标题匹配的 受众层级 (小白/进阶/专家) 内容匹配度评估 :标题是否准确反映文章核心...
|
83 |
| 13330 | projection-patterns | sickn33/antigravity-awesome-skills |
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
|
83 |
| 13331 | daw-music | pluginagentmarketplace/custom-plugin-game-developer |
DAW & Music Composition DAW Selection ┌─────────────────────────────────────────────────────────────┐ │ DAW COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ REAPER: │ │ Price: $60 │ Best for: Game audio, flexibility │ │ Pros: Lightweight, customizable, great for stems │ ├─────────────────────────────────────────────────────────────┤ │ ABLETON LIV...
|
83 |
| 13332 | auth-patterns | davepoon/buildwithclaude |
Authentication Patterns in Next.js Overview Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management. Authentication Libraries Library Best For NextAuth.js (Auth.js) Full-featured auth with providers Clerk Managed auth service Lucia Lightweight, flexible auth Supabase Auth Supabase ecosystem Custom JWT Full control NextAuth.js v5 Setup Installation npm install next-auth@beta Conf...
|
83 |
| 13333 | spec-init | zixun-github/aisdlc |
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
|
83 |
| 13334 | testing-r-packages | posit-dev/skills |
Testing R Packages with testthat Modern best practices for R package testing using testthat 3+. Initial Setup Initialize testing with testthat 3rd edition: usethis :: use_testthat ( 3 ) This creates tests/testthat/ directory, adds testthat to DESCRIPTION Suggests with Config/testthat/edition: 3 , and creates tests/testthat.R . File Organization Mirror package structure: Code in R/foofy.R → tests in tests/testthat/test-foofy.R Use usethis::use_r("foofy") and usethis::use_test("foofy") to create p...
|
83 |
| 13335 | challenge-funnel | manojbajaj95/claude-gtm-plugin |
Challenge Funnel Build multi-day challenge funnels that activate prospects, deliver quick wins, and build momentum toward core offers (courses, coaching, membership, SaaS). Create experiences that feel like premium bootcamps. Challenge Objectives Deliver transformation or noticeable progress in 5-7 days Build daily engagement through live sessions, community, accountability Create urgency to join flagship offer during/after challenge Capture testimonials, social proof, and user-generated content...
|
83 |
| 13336 | ui-designer | 404kidwiz/claude-supercode-skills |
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
|
83 |
| 13337 | iterative-development | alinaqi/claude-bootstrap |
*Load with: base.md* Concept: Self-referential development loops where Claude iterates on the same task until completion criteria are met. Based on the [Ralph Wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum). Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ ITERATION > PERFECTION │ │ ───────────────────────────────────────────────────────── │ │ Don't aim for perfect on first t...
|
83 |
| 13338 | create-voltagent | voltagent/skills |
Create VoltAgent Skill Complete guide for creating new VoltAgent projects. Includes the CLI flow and a full manual setup. Official documentation: https://voltagent.dev/docs/ Start Here When a user wants to create a VoltAgent project, ask: "How would you like to create your VoltAgent project?" Automatic Setup - run npm create voltagent-app@latest and handle prompts Interactive Guide - walk through each step and confirm choices Manual Installation - set up dependencies and a full working exa...
|
83 |
| 13339 | calling-rust-from-tauri-frontend | dchuk/claude-code-tauri-skills |
Calling Rust from Tauri Frontend This skill covers how to call Rust backend functions from your Tauri v2 frontend using the command system and invoke function. Overview Tauri provides two IPC mechanisms: Commands (recommended): Type-safe function calls with serialized arguments/return values Events: Dynamic, one-way communication (not covered here) Basic Commands Defining a Command in Rust Use the [tauri::command] attribute macro: // src-tauri/src/lib.rs [tauri::command] fn greet(name: Str...
|
83 |
| 13340 | workflow-enforcement | rysweet/amplihack |
Guides Claude to complete all workflow steps by: - Reminding about step completion tracking (use TodoWrite or `~/.amplihack/.claude/runtime/workflow_state.yaml`) - Emphasizing mandatory steps (0, 10, 16-17) that must not be skipped - Providing visual progress indicator format - Defining expected blocking behavior at checkpoints Implementation Status: This skill is currently a SPECIFICATION that guides Claude behavior. Actual blocking enforcement requires either: - Claude self-compliance (c...
|
83 |
| 13341 | cli | posit-dev/skills |
Tambo CLI Agent-friendly CLI for project setup and component management. Quick Start npx tambo init --api-key = sk_ .. . Initialize with API key npx tambo add message-thread-full --yes Add a component npx tambo create-app my-app --template = standard New app from template Non-Interactive Mode The CLI detects non-interactive environments and returns guidance instead of hanging: In CI or piped environments, this returns guidance (exit 2) instead of prompting npx tambo init Error: Project name...
|
83 |
| 13342 | crm-integration | manojbajaj95/claude-gtm-plugin |
Close CRM - Daily driver for SMB sales (simplest API, best value) HubSpot - Marketing + Sales alignment with rich ecosystem Salesforce - Enterprise requirements and complex workflows Cross-CRM Sync - Bidirectional sync with conflict resolution Key deliverables: API client setup with proper authentication CRUD operations for leads, contacts, deals, activities Webhook handlers for real-time sync Pipeline automation and reporting <quick_start> Close CRM (API Key Auth): import httpx class Close...
|
83 |
| 13343 | magento-code-reviewer | maxnorm/magento2-agent-skills |
Magento 2 Code Reviewer Elite code review expert specializing in modern code analysis, security vulnerabilities, performance optimization, and production reliability for Magento 2 applications. Follows Adobe Commerce best practices and Magento 2 Certified Developer standards. When to Use Reviewing code before commits or pull requests Ensuring code quality and standards compliance Security vulnerability assessment Performance optimization review Architecture and design pattern validation Pre-depl...
|
83 |
| 13344 | token-saver-context-compression | oimiragieo/agent-studio |
Token Saver Context Compression Use this skill to reduce token usage while preserving grounded evidence. This integrates: pnpm search:code (hybrid retrieval) token-saver Python compression scripts MemoryRecord persistence into framework memory spawn prompt evidence injection ( [mem:*] / [rag:*] ) Activation The token-saver skill can be invoked in two ways: Manual Invocation (always available) Skill ( { skill : 'token-saver-context-compression' } ) ; Use this when context pressure is high, pnpm s...
|
83 |
| 13345 | agent-browser | andreadellacorte/groove |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
83 |
| 13346 | skill-navigator | manojbajaj95/claude-gtm-plugin |
Skill Navigator The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had. Instructions You are the master skill navigator and orchestrator. You have knowledge of all 99 Claude skills in the library. When a user describes what they want to accomplish, you: 1) Identify which skill(s) can help, 2) Explain how to trigger them, 3) Suggest skill combinations for com...
|
83 |
| 13347 | specstory-project-stats | specstoryai/agent-skills |
Fetches project statistics from SpecStory's cloud platform, showing contributor counts, session activity, and other project metrics. How It Works - Identifies the project via `.specstory/.project.json`, git remote, or folder name - Calls the SpecStory Cloud API - Returns project statistics in JSON format - Presents the data in a readable summary Prerequisites - Project must be synced to SpecStory Cloud - Node.js must be available to run the script Usage Slash Command | `/specstory...
|
83 |
| 13348 | mcp-manager | rysweet/amplihack |
Natural language interface to MCP Manager CLI tool for managing Model Context Protocol server configurations. Users interact conversationally: "enable the filesystem MCP", "add a database server", "show me all my MCPs". Activation Activates on MCP keywords within 3-message window or explicit invocation: `/mcp-manager` Commands 1. List MCPs Display all configured MCP servers with status. - "List all my MCPs" / "Show me my MCP servers" - CLI: `python3 -m mcp-manager.cli list` 2. Enable...
|
83 |
| 13349 | dx-optimizer | sickn33/antigravity-awesome-skills |
Use this skill when Working on dx optimizer tasks or workflows Needing guidance, best practices, or checklists for dx optimizer Do not use this skill when The task is unrelated to dx optimizer 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 . You are a Devel...
|
83 |
| 13350 | article-extractor | dedalus-erp-pas/foundation-skills |
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
|
83 |