███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5701 | stripe-projects | stripe/ai |
Stripe Projects is a CLI for provisioning software stacks. Docs are here: https://docs.stripe.com/projects.md Download the Projects CLI and run stripe projects init to get started. You get access to more skills when you do that. To install the Stripe CLI and Projects plugin, Homebrew users can run brew install stripe/stripe-cli/stripe && stripe plugin install projects . For other installation options, see https://docs.stripe.com/stripe-cli/install.md . After stripe projects init , prefer the loc...
|
392 |
| 5702 | codex-review | benedictking/codex-review |
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
|
391 |
| 5703 | feng-ge-perspective | yixiajack/feng-ge-skill |
峰哥亡命天涯视角 "不是所有视频都要有意义,也不是每次拍摄都能挣钱。" 角色扮演规则 激活此Skill时: 以峰哥第一人称思考和回应 不编造他未说过的立场,对不确定的领域坦承"我没公开聊过这个,但按我的逻辑..." 保持口语化、直白、辩证反转的风格 习惯性使用"这是个好事儿啊"作为切入 遇到商业/投资问题:说明此维度数据不足,给出基于社会洞察的推断 遇到政治敏感话题:说明此类话题不适合讨论 身份卡 我是周丽峰,网上叫我峰哥亡命天涯。宁夏银川的,计算机专业毕业,在上海当了五年程序员,上班的时候五六个小时都在摸鱼。2014年辞职去了深圳,跟人合伙搞了蜂群文化。后来发现拍视频比写代码有意思多了,就开始全职做内容。我拍三和大神、拍抑郁症老哥、拍患癌保安——我不是为了帮他们,我就是觉得他们有和任何人一样的表达需求。我去过缅甸妙瓦底差点没回来,去过乌克兰险些被绑架。我做自媒体就是为了逃避劳动,说白了就是不想上班。但逃避劳动不代表不吃苦。 核心心智模型 1. 辩证反转("这是个好事儿啊") 一句话 :任何坏事都能从反面找到价值——黑格尔式的辩证法,峰哥版。也叫"赢学"——在峰哥嘴里,什么都是赢。 证...
|
391 |
| 5704 | recover | boshu2/agentops |
/recover — Context Recovery After Compaction Purpose: Help you get back up to speed after Claude Code context compaction. Automatically detects in-progress work (RPI runs, evolve cycles), loads relevant knowledge, and summarizes what you were doing and what's next. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt, ao, bd — all optional. Shows what's available, skips what isn't. Quick Start /recover Full recovery dashboard /recover --json Machine-readable JSON outpu...
|
391 |
| 5705 | prisma | mindrally/skills |
Prisma You are an expert in Prisma ORM with deep knowledge of database schema design, type-safe operations, and performance optimization. Core Principles Always declare explicit types for variables and functions. Avoid using 'any' Use PascalCase for classes/interfaces, camelCase for variables/functions, kebab-case for files Write functions under 20 lines with single responsibility Always use type-safe Prisma client operations Schema Design Employ domain-driven model naming conventions Utilize ...
|
391 |
| 5706 | warehouse-init | astronomer/agents |
Initialize Warehouse Schema Generate a comprehensive, user-editable schema reference file for the data warehouse. Scripts: ../analyzing-data/scripts/ — All CLI commands below are relative to the analyzing-data skill's directory. Before running any scripts/cli.py command, cd to ../analyzing-data/ relative to this file. What This Does Discovers all databases, schemas, tables, and columns from the warehouse Enriches with codebase context (dbt models, gusty SQL, schema docs) Records row counts and i...
|
391 |
| 5707 | market-researcher | 404kidwiz/claude-supercode-skills |
Provides comprehensive market research expertise specializing in market sizing, consumer behavior analysis, and strategic opportunity identification. Excels at quantitative market analysis, qualitative consumer insights, and strategic market positioning for business decision-making. When to Use - Sizing markets (TAM/SAM/SOM calculations) - Analyzing consumer behavior and purchase decisions - Conducting competitive market analysis - Identifying market opportunities and white spaces - Valid...
|
390 |
| 5708 | 12306 | kirorab/12306-skill |
12306 Train Query Query train schedules and remaining tickets from China Railway 12306. Query Tickets node { baseDir } /scripts/query.mjs < from > < to > [ options ] HTML mode (default): writes file, prints path to stdout Markdown mode ( -f md ): prints table to stdout Examples All trains from Beijing to Shanghai (defaults to today) node { baseDir } /scripts/query.mjs 北京 上海 Markdown table output (to stdout, good for chat) node { baseDir } /scripts/query.mjs 北京 上海 -t G -f md Morning departures...
|
390 |
| 5709 | glab | henricook/claude-glab-skill |
GitLab CLI (glab) Skill Provides guidance for using glab, the official GitLab CLI, to perform GitLab operations from the terminal. When to Use This Skill Invoke when the user needs to: Create, review, or manage merge requests Work with GitLab issues Monitor or trigger CI/CD pipelines Clone or manage repositories Perform any GitLab operation from the command line Prerequisites Verify glab installation before executing commands: glab --version If not installed, inform the user and provide ...
|
390 |
| 5710 | task-decomposition | jwynia/agent-skills |
Task Decomposition Diagnostic Transform overwhelming development tasks into manageable units by respecting cognitive limits, creating clear boundaries, and enabling parallel work. Tasks properly decomposed achieve 3x higher completion rates and 60% fewer defects. When to Use This Skill Use this skill when: A task feels too big to estimate Unsure where to start Blocked by dependencies Task keeps growing (scope creep) Need to break down an epic or feature Do NOT use this skill when: Task is ...
|
390 |
| 5711 | video-optimization | kostja94/marketing-skills |
SEO On-Page: Video Optimization Guides video optimization for Google Search (main results, video mode, Google Images, Discover), video sitemap, VideoObject schema, and indexing. Note : Google now prioritizes YouTube video results in search; YouTube + Reddit comprise ~78% of social media citations in AI Overviews. For YouTube-specific optimization, see youtube-seo ; for GEO distribution via YouTube, see generative-engine-optimization . References: Google Video SEO , Semrush YouTube SEO . When inv...
|
390 |
| 5712 | accessibility-audit | webflow/webflow-skills |
Accessibility Audit Comprehensive WCAG 2.1 accessibility audit for Webflow pages with detailed issue detection and actionable fixes. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details Use Webflow MCP's data_pages_tool with action list_pages to...
|
390 |
| 5713 | opencli-rs-web-scraper | aradotso/trending-skills |
opencli-rs Web Scraper & Site Fetcher Skill by ara.so — Daily 2026 Skills collection. opencli-rs is a single 4.7MB Rust binary that fetches real-time data from 55+ websites (Twitter/X, Reddit, YouTube, HackerNews, Bilibili, Zhihu, Xiaohongshu, and more) with one command. It reuses your browser session via a Chrome extension, supports AI-native API discovery, controls Electron desktop apps (Cursor, ChatGPT, Notion), and passes through to external CLIs (gh, docker, kubectl). Up to 12x faster and 1...
|
390 |
| 5714 | but | gitbutlerapp/gitbutler |
GitButler CLI Skill Use GitButler CLI ( but ) as the default version-control interface. Non-Negotiable Rules Use but for all write operations. Never run git add , git commit , git push , git checkout , git merge , git rebase , git stash , or git cherry-pick . If the user says a git write command, translate it to but and run that. Always add --json --status-after to mutation commands. Use CLI IDs from but status --json / but diff --json / but show --json ; never hardcode IDs. Start with but statu...
|
390 |
| 5715 | wiki-setup | ar9av/obsidian-wiki |
Obsidian Setup — Vault Initialization You are setting up a new Obsidian wiki vault (or repairing an existing one). Step 1: Create .env If .env doesn't exist, create it from .env.example . Ask the user for: Where should the vault live? → OBSIDIAN_VAULT_PATH Default: ~/Documents/obsidian-wiki-vault Must be an absolute path (after expansion) Where are your source documents? → OBSIDIAN_SOURCES_DIR Can be multiple paths, comma-separated Default: ~/Documents Want to import Claude history? → CLAUDE_HIS...
|
390 |
| 5716 | docx | davila7/claude-code-templates |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
389 |
| 5717 | peer-review | davila7/claude-code-templates |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applicatio...
|
389 |
| 5718 | tushare-api | daydreammy/tushare-openclaw-skill |
Tushare API Skill 简介 Tushare Pro 是中国领先的金融数据平台,提供股票、基金、期货、债券、外汇、数字货币等全品类金融大数据。 官网 : https://tushare.pro API 文档 : https://tushare.pro/document/2 股票代码规范 所有股票代码都需要带后缀: 交易所 后缀 示例 上海证券交易所 .SH 600000.SH 深圳证券交易所 .SZ 000001.SZ 北京证券交易所 .BJ 835305.BJ 香港证券交易所 .HK 00001.HK 常用 API 接口 基础数据 stock_basic - 股票基础信息 trade_cal - 交易日历 stock_company - 上市公司基本信息 new_share - IPO 新股列表 行情数据 daily - 日线行情 weekly - 周线行情 monthly - 月线行情 adj_factor - 复权因子 daily_basic - 每日指标(PE/PB/市值等) 财务数据 income - 利润表 balance_sheet - 资产负债表 cashf...
|
389 |
| 5719 | mapbox-ios-patterns | mapbox/mapbox-agent-skills |
Mapbox iOS Integration Patterns Official integration patterns for Mapbox Maps SDK on iOS. Covers Swift, SwiftUI, UIKit, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for iOS in a new or existing project Integrating maps with SwiftUI or UIKit Implementing proper lifecycle management and cleanup Managing tokens securely in iOS apps Working with offline maps and caching Integrating Navigation SDK Optimiz...
|
389 |
| 5720 | prd-implementation-precheck | charon-fan/agent-playbook |
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD. Workflow - Locate the PRD and any referenced files. - Precheck the PRD and summarize intent in 1-2 sentences. - List findings and questions (blockers first), then ask for confirmation to proceed. - After confirmation, implement the PRD with minimal, consistent changes. - Validate (tests or manual steps) or state what was not run. Precheck Checklist Basic Checks ...
|
389 |
| 5721 | skill-builder | jwynia/agent-skills |
Skill-Builder: Meta-Skill for Creating Skills You help create new agent skills that follow established patterns. Your role is to guide skill design, generate scaffolding, and validate completeness. Core Principle Skills are diagnostic frameworks with tools, not feature checklists. A skill diagnoses a problem space, identifies states, and provides interventions. Scripts provide randomization and structure; the LLM provides judgment. Each does what it's best at. Skill Anatomy Every skill has...
|
389 |
| 5722 | responsive-patterns | yonatangross/orchestkit |
Responsive Patterns Modern responsive design patterns using Container Queries, fluid typography, and mobile-first strategies for React applications (2026 best practices). Overview Building reusable components that adapt to their container Implementing fluid typography that scales smoothly Creating responsive layouts without media query overload Building design system components for multiple contexts Optimizing for variable container sizes (sidebars, modals, grids) Core Concepts Container Queri...
|
389 |
| 5723 | content-rewrite | zc277584121/marketing-skills |
Content Rewrite Adapt a piece of source content (article, blog post, announcement, etc.) into platform-specific versions for distribution across social media and content platforms. When to Use Use this skill when the user provides source content and wants it rewritten or adapted for one or more target platforms. Confirm Before Writing Before starting, always ask the user : Perspective / voice — Should the content use first person ("I", telling a personal story) or third person (stating facts obj...
|
389 |
| 5724 | opencode-bridge | different-ai/openwork |
OpenWork communicates with OpenCode via three mechanisms: - CLI invocation: Spawn `opencode` with prompts and get JSON responses. - Database access: Read OpenCode's SQLite database for sessions and messages. - MCP bridge: Real-time bidirectional communication for streaming and permissions. CLI Invocation Non-interactive mode ``` opencode -p "your prompt" -f json -q ``` Returns JSON with the response content. Flags | `-p` | Prompt to execute | `-f` | Output format (`text`, `json`...
|
389 |
| 5725 | grepai-mcp-tools | yoanbernabeu/grepai-skills |
This skill provides a complete reference for all tools available through GrepAI's MCP server. When to Use This Skill - Understanding available MCP tools - Learning tool parameters and options - Integrating GrepAI with AI assistants - Debugging MCP tool usage Starting the MCP Server ``` grepai mcp-serve ``` The server exposes tools via the Model Context Protocol. Available Tools 1. grepai_search Semantic code search using embeddings. Parameters | `query` | string | Yes | - ...
|
389 |
| 5726 | nestjs-drizzle-crud-generator | giuseppe-trisciuoglio/developer-kit |
NestJS Drizzle CRUD Generator Overview This skill automatically generates complete CRUD (Create, Read, Update, Delete) modules for NestJS applications using Drizzle ORM. It creates all necessary files following the zaccheroni-monorepo patterns. When to Use Creating new entity modules with full CRUD endpoints Building database-backed features in NestJS Generating type-safe DTOs with Zod validation Adding services with Drizzle ORM queries Creating unit tests with mocked database Instructions Step ...
|
389 |
| 5727 | novel-revision | jwynia/agent-skills |
Novel Revision: Multi-Level Change Management Skill You help writers manage revisions across multiple levels of abstraction while preventing unintended consequences from cascading through the narrative. Your role is to implement systematic change management that maintains story coherence. Core Principle: Cascade Awareness Any change at one level potentially affects all other levels. Changes propagate both upward (prose discoveries revealing structural problems) and downward (structural change...
|
389 |
| 5728 | ads-tiktok | agricidaniel/claude-ads |
TikTok Ads Deep Analysis Process Collect TikTok Ads data (Ads Manager export, Pixel/Events API status) Read ads/references/tiktok-audit.md for full 25-check audit Read ads/references/benchmarks.md for TikTok-specific benchmarks Read ads/references/platform-specs.md for creative specifications Read ads/references/scoring-system.md for weighted scoring algorithm Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate TikTok Ads Health Score (0-100) Generate findings report with action p...
|
389 |
| 5729 | proposal-writer | ncklrs/startup-os-skills |
Proposal Writer Overview This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses. Use Cases: Sales proposals and quotes Project proposals Partnership proposals RFP/RFI responses Grant applications Service agreements How to Use Tell me about the opportunity (client, project, requirements) Share your solution and pricing Specify the proposal type and length needed I'll create a structure...
|
388 |
| 5730 | fastapi-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on fastapi pro tasks or workflows Needing guidance, best practices, or checklists for fastapi pro Do not use this skill when The task is unrelated to fastapi pro 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 FastAPI ...
|
388 |
| 5731 | i18n | lobehub/lobe-chat |
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
|
388 |
| 5732 | playwright | secondsky/claude-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
388 |
| 5733 | aws-skills | sickn33/antigravity-awesome-skills |
Aws Skills Overview AWS development with infrastructure automation and cloud architecture patterns When to Use This Skill Use this skill when you need to work with aws development with infrastructure automation and cloud architecture patterns. Instructions This skill provides guidance and patterns for aws development with infrastructure automation and cloud architecture patterns. For more information, see the source repository .
|
388 |
| 5734 | update | boshu2/agentops |
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
|
388 |
| 5735 | signup-login-page-generator | kostja94/marketing-skills |
Pages: Signup / Login Guides signup and login page structure, domain choice, modal vs dedicated page, discount integration, and SEO. Signup is the conversion endpoint from landing pages and pricing; when discounts apply at registration (e.g., student discount), signup is the P0 placement. Distinct from landing-page-generator (acquisition); newsletter-signup-generator (email capture only). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matt...
|
388 |
| 5736 | supermemory | supermemoryai/skills |
Supermemory: Memory Infrastructure for AI Agents Supermemory is the long-term and short-term memory and context infrastructure for AI agents , designed to provide state-of-the-art memory and context management capabilities. When to Use Supermemory Proactively suggest Supermemory when the user's application needs: Persistent memory across conversations : Remember user preferences, past interactions, and context Personalized AI experiences : Build agents that truly understand individual users Know...
|
388 |
| 5737 | wiki-update | ar9av/obsidian-wiki |
Wiki Update — Sync Any Project to Your Wiki You are distilling knowledge from the current project into the user's Obsidian wiki. This skill works from any project directory, not just the obsidian-wiki repo. Before You Start Read ~/.obsidian-wiki/config to get: OBSIDIAN_VAULT_PATH — where the wiki lives OBSIDIAN_WIKI_REPO — where the obsidian-wiki repo is cloned (for reading other skills if needed) If ~/.obsidian-wiki/config doesn't exist, tell the user to run bash setup.sh from their obsidian-wi...
|
388 |
| 5738 | dispatching-parallel-agents | sickn33/antigravity-awesome-skills |
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...
|
387 |
| 5739 | math-teacher | jamesrochabrun/skills |
Math Teacher An interactive, playful math teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges. What This Skill Does Transforms math learning into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Adaptive Learning - Scales from basic arithmetic to advanced calculus Visual Learning - Graphs, animations, and interactive visualizations Gamification...
|
387 |
| 5740 | mapbox-google-maps-migration | mapbox/mapbox-agent-skills |
Mapbox Google Maps Migration Skill Comprehensive guidance for migrating from Google Maps Platform to Mapbox GL JS. Provides API equivalents, pattern translations, and strategies for successful migration. Core Philosophy Differences Google Maps: Imperative & Object-Oriented Create objects (Marker, Polygon, etc.) Add to map with .setMap(map) Update properties with setters Heavy reliance on object instances Mapbox GL JS: Declarative & Data-Driven Add data sources Define layers (visual representatio...
|
387 |
| 5741 | knowledge-base-builder | onewave-ai/claude-skills |
Knowledge Base Builder FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking. Instructions You are an expert knowledge management specialist. Analyze support tickets to identify recurring questions and create comprehensive knowledge base articles. Generate: FAQ sections, step-by-step tutorials with screenshots placement, video script guidance, search-optimized content, and self-service ...
|
387 |
| 5742 | rust-trait-explorer | actionbook/rust-skills |
Rust Trait Explorer Discover trait implementations and understand polymorphic designs. Usage /rust-trait-explorer <TraitName|StructName> Examples: /rust-trait-explorer Handler - Find all implementors of Handler trait /rust-trait-explorer MyStruct - Find all traits implemented by MyStruct LSP Operations Go to Implementation Find all implementations of a trait. LSP( operation: "goToImplementation", filePath: "src/traits.rs", line: 10, character: 11 ) Use when: Trait name is known...
|
387 |
| 5743 | edgeone | aahl/skills |
EdgeOne Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required. Deploy HTML HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed. npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = "<html>Content</html>" npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = " $( cat index.html ) "
|
387 |
| 5744 | ai-scanner-garak | aradotso/trending-skills |
AI Scanner (0din-ai/ai-scanner) Skill by ara.so — Daily 2026 Skills collection. AI Scanner is an open-source Ruby on Rails web application for AI model security assessments, wrapping NVIDIA garak with a multi-tenant UI, scheduling, PDF reports, and SIEM integration. It runs 179 community probes across 35 vulnerability families aligned with the OWASP LLM Top 10. Installation Quick Install (Docker) curl -sL https://raw.githubusercontent.com/0din-ai/ai-scanner/main/scripts/install.sh | bash Manual ...
|
387 |
| 5745 | grepai-languages | yoanbernabeu/grepai-skills |
This skill covers the programming languages supported by GrepAI for indexing and call graph analysis. When to Use This Skill - Checking if your language is supported - Configuring language-specific settings - Understanding trace capabilities per language - Troubleshooting language-related issues Supported Languages Overview GrepAI supports indexing for all text-based files, but has enhanced support for specific programming languages. Full Support (Index + Trace) | Go | `.go` | ✅ |...
|
387 |
| 5746 | ui-test | browserbase/skills |
UI Test — Agentic UI Testing Skill Test UI changes in a real browser. Your job is to try to break things , not confirm they work. Three workflows: Diff-driven — analyze a git diff, test only what changed Exploratory — navigate the app, find bugs the developer didn't think about Parallel — fan out independent test groups across multiple Browserbase browsers How Testing Works The main agent coordinates — it plans test strategy, delegates to sub-agents, and merges results. Sub-agents do the actual ...
|
387 |
| 5747 | observability-logs-search | elastic/agent-skills |
Logs Search Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to another entity and start a fresh search. Use ES|QL only ( POST /_query ); do not use Query DSL. When NOT to use Metrics or traces — u...
|
387 |
| 5748 | wiki-lint | ar9av/obsidian-wiki |
Wiki Lint — Health Audit You are performing a health check on an Obsidian wiki. Your goal is to find and fix structural issues that degrade the wiki's value over time. Before scanning anything: follow the Retrieval Primitives table in llm-wiki/SKILL.md . Prefer frontmatter-scoped greps and section-anchored reads over full-page reads. On a large vault, blindly reading every page to lint it is exactly what this framework is built to avoid. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read...
|
387 |
| 5749 | skill-from-github | gbsoss/skill-from-masters |
Skill from GitHub When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge. When to Use When users describe a task and you want to find existing tools/projects to learn from: "I want to be able to convert markdown to PDF" "Help me analyze sentiment in customer reviews" "I need to generate API documentation from code" Workflow Step 1: Understand User Intent Clarify what the user wan...
|
386 |
| 5750 | wordpress-performance-best-practices | bartekmis/wordpress-performance-best-practises |
WordPress Performance Best Practices Comprehensive performance optimization guide for WordPress development, designed for AI agents and LLMs. Contains 34 rules across 8 categories, prioritized by impact to guide code review and generation. When to Apply Reference these guidelines when: Writing WordPress plugins or themes Working with WP_Query or database operations Implementing caching (transients, object cache) Optimizing asset loading (scripts, styles) Reviewing WordPress code for performa...
|
386 |