███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11251 | feishu-cli-import | riba2534/feishu-cli |
Markdown 导入技能 从本地 Markdown 文件创建或更新飞书云文档。 支持 Mermaid/PlantUML 图表转飞书画板、大表格自动拆分 。 CRITICAL: 每次创建新文档后, 必须立即 执行以下两步: 授予 full_access 权限: feishu-cli perm add <document_id> --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner <document_id> --doc-type docx --member-type email --member-id user@example.com --notification 详见下方"执行流程 → 创建新文档"。 核心特性 三阶段并发管道 :顺序创建块 → 并发处理图表/表格 → 失败回退 Mermaid/PlantUML → 飞书画板 : mermaid / plantum...
|
859 |
| 11252 | prompt-caching | sickn33/agentic-awesome-skills |
Prompt Caching Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Capabilities prompt-cache response-cache kv-cache cag-patterns cache-invalidation Prerequisites Knowledge: Caching fundamentals, LLM API usage, Hash functions Skills_recommended: context-window-management Scope Show more Installs 5 Repository sickn33/agentic…e-skills GitHub Stars 44.7K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
859 |
| 11253 | performance-engineer | sickn33/agentic-awesome-skills |
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance. Use this skill when Diagnosing performance bottlenecks in backend, frontend, or infrastructure Designing load tests, capacity plans, or scalability strategies Setting up observability and performance monitoring Optimizing latency, throughput, or resource efficiency Do not use this skill when The task is feature development with no performance goals There is no access to...
|
859 |
| 11254 | cto-advisor | alirezarezvani/claude-skills |
CTO Advisor Technical leadership frameworks for architecture, engineering teams, technology strategy, and technical decision-making. Keywords CTO, chief technology officer, tech debt, technical debt, architecture, engineering metrics, DORA, team scaling, technology evaluation, build vs buy, cloud migration, platform engineering, AI/ML strategy, system design, incident response, engineering culture Quick Start python scripts/tech_debt_analyzer.py Assess technical debt severity and remediation pl...
|
859 |
| 11255 | integrated-marketing | kostja94/marketing-skills |
Strategies: Integrated Marketing (IMC) Guides Integrated Marketing Communications (IMC) strategy. IMC coordinates all marketing channels to deliver a consistent message and unified customer experience. Companies using integrated approaches achieve ~25% higher marketing ROI; optimized channel mixes outperform by ~27% in acquisition efficiency. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequen...
|
859 |
| 11256 | heading-structure | kostja94/marketing-skills |
SEO On-Page: Heading Structure Guides heading (H1-H6) optimization for SEO and content structure. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) H1 tag : One per page; clear headline; matches content; primary keyword near start Header tags (H1-H6) : Logical hierarchy; keyword in headers; one idea per h...
|
859 |
| 11257 | complexity | boshu2/agentops |
Complexity Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Analyze code complexity to identify refactoring targets. Execution Steps Given /complexity [path] : Step 1: Determine Target If path provided: Use it directly. If no path: Use current directory or recent changes: git diff --name-only HEAD~5 2 > /dev/null | grep -E '\.(py|go)$' | head -10 Step 2: Detect Language Check for Python files ls *.py /*.py 2 > /dev/null | head -1 && echo "Python detected" Check for Go files ls *....
|
858 |
| 11258 | wewrite-wechat-ai-publishing | aradotso/trending-skills |
WeWrite — WeChat AI Publishing Skill Skill by ara.so — Daily 2026 Skills collection. WeWrite is a full-pipeline AI skill for producing WeChat Official Account (公众号) articles end-to-end: hotspot fetching → topic selection → writing → SEO → AI image generation → formatting → draft box publishing. It runs as a Claude Code skill (via SKILL.md ) but every component also works standalone. Installation As a Claude Code Skill Clone the repo git clone https://github.com/oaker-io/wewrite.git ~/.claude/sk...
|
858 |
| 11259 | nemoclaw-user-get-started | nvidia/skills |
NemoClaw Quickstart with OpenClaw Follow these steps to get started with NemoClaw and your first sandboxed OpenClaw agent. Note: Make sure you have completed reviewing the Prerequisites before following this guide. Install NemoClaw and Onboard OpenClaw Agent Download and run the installer script. The script installs Node.js if it is not already present, then runs the guided onboard wizard to create a sandbox, configure inference, and apply security policies. Note: NemoClaw creates a fresh OpenCl...
|
858 |
| 11260 | react-best-practices | sickn33/agentic-awesome-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 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...
|
858 |
| 11261 | express-rest-api | pluginagentmarketplace/custom-plugin-nodejs |
Express REST API Skill Master building robust, scalable REST APIs with Express.js, the de-facto standard for Node.js web frameworks. Quick Start Build a basic Express API in 5 steps: Setup Express - npm install express Create Routes - Define GET, POST, PUT, DELETE endpoints Add Middleware - JSON parsing, CORS, security headers Handle Errors - Centralized error handling Test & Deploy - Use Postman/Insomnia, deploy to cloud Core Concepts 1. Express Application Structure const express = require...
|
858 |
| 11262 | tdd-test-writer | am-will/codex-skills |
TDD Test Writer Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria. When To Use Use this skill when the user asks for: test-first development TDD / RED-GREEN-REFACTOR workflow writing tests that implementation agents must satisfy bugfixes that need regression tests before code changes Required Rules Do not modify production code while running this skill. Use subagent r...
|
857 |
| 11263 | tg-ws-proxy-telegram-socks5 | aradotso/trending-skills |
TG WS Proxy Skill by ara.so — Daily 2026 Skills collection. TG WS Proxy is a local SOCKS5 proxy server for Telegram Desktop that reroutes traffic through WebSocket (WSS) connections to Telegram's Data Centers, bypassing network-level blocking without external servers. Telegram Desktop → SOCKS5 (127.0.0.1:1080) → TG WS Proxy → WSS → Telegram DC How It Works Starts a local SOCKS5 proxy on 127.0.0.1:1080 Intercepts connections to Telegram IP addresses Extracts DC ID from MTProto obfuscation init pa...
|
857 |
| 11264 | display-ads | kostja94/marketing-skills |
Paid Ads: Display / Banner Guides display advertising: ad networks, banner ads, and programmatic buying. Use when placing ads on publisher sites (websites, apps) for brand awareness or retargeting. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. What Is Display / Banner Ad networks : Aggregate inventory from many publisher...
|
857 |
| 11265 | react-best-practices | sickn33/antigravity-awesome-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 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...
|
856 |
| 11266 | cosmos-dbt-core | astronomer/agents |
Cosmos + dbt Core: Implementation Checklist Execute steps in order. Prefer the simplest configuration that meets the user's constraints. Version note : This skill targets Cosmos 1.11+ and Airflow 3.x. If the user is on Airflow 2.x, adjust imports accordingly (see Appendix A). Reference : Latest stable: https://pypi.org/project/astronomer-cosmos/ Before starting , confirm: (1) dbt engine = Core (not Fusion → use cosmos-dbt-fusion ), (2) warehouse type, (3) Airflow version, (4) execution environme...
|
856 |
| 11267 | go-to-market-plan | ognjengt/founder-skills |
Go-to-Market Plan Purpose Analyze the founder's business and current stage to deliver 3 specific, actionable go-to-market strategies that will drive measurable market penetration and customer acquisition. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "go-to-market-plan loaded, proceed with details about your product, target market, or current launch situation" Then wait for the user to provide their requirements in the n...
|
856 |
| 11268 | pp-hackernews | mvanhorn/printing-press-library |
Hacker News — Printing Press CLI Prerequisites: Install the CLI This skill drives the hackernews-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install hackernews --cli-only Verify: hackernews-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go in...
|
856 |
| 11269 | environment | railwayapp/railway-skills |
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Quick Actions When user asks "what's the config" or "show configuration": Run railway status --json to get the environment ID, then always query the full config: bash <<'SCRIPT' scripts/railway-api.sh \ 'query envConfig($envId: String!) { environment(id: $envId) { id config } }' \ '{"envId": "ENV_ID_FROM_STATUS"}' SCRIPT Present: source (repo/image), build settings, deploy settings,...
|
856 |
| 11270 | contact-page-generator | kostja94/marketing-skills |
Pages: Contact Guides contact page design and form optimization for conversions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice. Identify: Contact ty...
|
856 |
| 11271 | microsoft-rust-training | aradotso/trending-skills |
Microsoft Rust Training Skill by ara.so — Daily 2026 Skills collection. A collection of seven structured Rust training books maintained by Microsoft, covering Rust from multiple entry points (C/C++, C/Java, Python backgrounds) through deep dives on async, advanced patterns, type-level correctness, and engineering practices. Each book contains 15–16 chapters with Mermaid diagrams, editable Rust playgrounds, and exercises. Book Catalog Book Level Focus c-cpp-book 🟢 Bridge Move semantics, RAII, FFI...
|
855 |
| 11272 | plan-writing | sickn33/agentic-awesome-skills |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? Show more Installs 2 Repository sickn33/agentic…e-skills GitHub Stars 44.7K First Seen Jul 15, 2026 Sec...
|
855 |
| 11273 | pentest-checklist | sickn33/agentic-awesome-skills |
⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Mandatory confirmation gate Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target: Ask the user to state the exact target URL, IP, account, or resource. Ask the user t...
|
855 |
| 11274 | brave-search | steipete/agent-scripts |
Brave Search Web search and content extraction using the official Brave Search API. No browser required. Setup Requires a Brave Search API account with a free subscription. A credit card is required to create the free subscription (you won't be charged). Show more Installs 856 Repository badlogic/pi-skills GitHub Stars 2.2K First Seen Jan 23, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Warn
|
854 |
| 11275 | hubspot | membranedev/application-skills |
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
|
854 |
| 11276 | app-store-optimization | alirezarezvani/claude-skills |
App Store Optimization (ASO) Search visibility and conversion optimization for App Store product pages. This skill covers strategic metadata decisions -- which keywords to target, how to structure descriptions for conversion, and how to use Custom Product Pages and in-app events for discoverability. For metadata compliance rules (character limits, screenshot device requirements, rejection triggers), see the app-store-review skill. Contents Show more Installs 1.7K Repository dpearson2699/sw…s-ski...
|
854 |
| 11277 | crypto-trading-bots | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
854 |
| 11278 | knowledge-site-creator | joeseesun/knowledge-site-creator |
Knowledge Site Creator - 通用知识学习网站生成器 AI理解主题,自动创作内容,生成网站,一键部署。 核心理念 设计系统优先 : 复用设计语言(极简主义、配色、布局、交互模式) 不复用具体页面代码 AI根据主题重新创作所有内容 通用学习模式 (核心功能): 闪卡(Flashcard) - 快速记忆 学习(Learn) - 渐进式学习 测试(Quiz) - 知识检验 索引(Index) - 快速查找 进度(Progress) - 学习追踪 Show more Installs 111 Repository joeseesun/qiaom…-creator GitHub Stars 362 First Seen Apr 16, 2026 Security Audits Gen Agent Trust Hub Warn Socket Pass Snyk Pass
|
853 |
| 11279 | jkvideo-bilibili-react-native | aradotso/trending-skills |
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
|
853 |
| 11280 | plan-writing | sickn33/antigravity-awesome-skills |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? Show more Installs 2 Repository sickn33/agentic…e-skills GitHub Stars 44.7K First Seen Jul 15, 2026 Sec...
|
853 |
| 11281 | prompt-caching | sickn33/antigravity-awesome-skills |
Prompt Caching Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Capabilities prompt-cache response-cache kv-cache cag-patterns cache-invalidation Prerequisites Knowledge: Caching fundamentals, LLM API usage, Hash functions Skills_recommended: context-window-management Scope Show more Installs 5 Repository sickn33/agentic…e-skills GitHub Stars 44.7K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
853 |
| 11282 | vibe | boshu2/agentops |
Vibe Skill Purpose: Is this code ready to ship? Three steps: Complexity analysis — Find hotspots (radon, gocyclo) Bug hunt audit — Systematic sweep for concrete bugs Council validation — Multi-model judgment Quick Start /vibe validates recent changes /vibe recent same as above /vibe src/auth/ validates specific path /vibe --quick recent fast inline check, no agent spawning /vibe --deep recent 3 judges instead of 2 /vibe --sweep recent deep audit: per-file explorers + council /vibe --mixed ...
|
852 |
| 11283 | 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 ...
|
852 |
| 11284 | web-design-guidelines | sickn33/agentic-awesome-skills |
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...
|
852 |
| 11285 | pixi-js | mindrally/skills |
Pixi.js Game Development You are an expert in TypeScript, Pixi.js, web game development, and mobile app optimization. Key Principles Write concise, technically accurate TypeScript code focused on performance Use functional and declarative programming patterns; avoid classes where possible Prioritize code optimization and efficient resource management for smooth gameplay Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Project Structure Organize code by featur...
|
852 |
| 11286 | nlp-natural-language-processing | mindrally/skills |
Natural Language Processing (NLP) Development You are an expert in natural language processing, text analysis, and language modeling, with a focus on transformers, spaCy, NLTK, and related libraries. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in NLP workflows Use functional programming for text processing pipelines Implement proper tokenization and text preprocessing Use descriptive variable names that refl...
|
852 |
| 11287 | clerk-auth | sickn33/agentic-awesome-skills |
Clerk Authentication Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Code_example Show more Installs 1 Repository sickn33/agentic…e-skills GitHub Stars 44.7K Fir...
|
851 |
| 11288 | nextjs | vercel/vercel-plugin |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
850 |
| 11289 | pirate-skill | google-gemini/gemini-cli |
You are a pirate. Respond to everything in pirate speak. Always mention "Arrr".
|
850 |
| 11290 | google-sheets | vm0-ai/vm0-skills |
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
|
849 |
| 11291 | agent-orchestration-multi-agent-optimize | sickn33/antigravity-awesome-skills |
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Show more Installs 6 Repository sickn33/agen...
|
849 |
| 11292 | web-design-guidelines | sickn33/antigravity-awesome-skills |
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...
|
849 |
| 11293 | feishu-cli-board | riba2534/feishu-cli |
飞书画板操作技能 前置条件 认证 :需要有效的 App Access Token(环境变量 FEISHU_APP_ID + FEISHU_APP_SECRET ,或 ~/.feishu-cli/config.yaml ) 权限 :应用需开通 board:whiteboard (画板读写)和 docx:document (文档中添加画板) 验证 : feishu-cli auth status 确认认证状态正常 两种模式 在飞书文档中创建画板并绘制可视化图表。支持两种模式: 模式 方式 适用场景 精排绘图 board create-notes — JSON 描述节点坐标、颜色、连线 架构图、看板、自定义布局 图表导入 board import — Mermaid/PlantUML 代码自动渲染 标准流程图、时序图等 8 种图表 何时使用哪种方式 需求 推荐方式 说明 精确控制节点位置、颜色、坐标 board create-notes (本技能) 完全自定义布局,适合架构图、看板 从 Mermaid/PlantUML 代码快速生成图 board import 或 doc import 服务...
|
849 |
| 11294 | 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...
|
849 |
| 11295 | docker-best-practices | josiahsiegel/claude-plugin-marketplace |
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
|
849 |
| 11296 | testimonials-generator | kostja94/marketing-skills |
Components: Testimonials Guides testimonial design and placement for conversion. 92% of consumers read reviews before buying; testimonials can increase conversion by up to 67%. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context....
|
849 |
| 11297 | beads | boshu2/agentops |
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites Sh...
|
848 |
| 11298 | nemoclaw-user-configure-security | nvidia/skills |
NemoClaw Security Best Practices: Controls, Risks, and Posture Profiles References Load references/best-practices.md when evaluating security posture, reviewing sandbox security defaults, or assessing control trade-offs. Presents a risk framework for every configurable security control in NemoClaw. Load references/openclaw-controls.md when reviewing the security boundary between NemoClaw and OpenClaw or assessing what NemoClaw does not cover. Lists OpenClaw security controls that operate indepen...
|
848 |
| 11299 | ai-wrapper-product | sickn33/agentic-awesome-skills |
AI Wrapper Product Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just "ChatGPT but different" - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Role : AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understan...
|
848 |
| 11300 | performance-engineer | sickn33/antigravity-awesome-skills |
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance. Use this skill when Diagnosing performance bottlenecks in backend, frontend, or infrastructure Designing load tests, capacity plans, or scalability strategies Setting up observability and performance monitoring Optimizing latency, throughput, or resource efficiency Do not use this skill when The task is feature development with no performance goals There is no access to...
|
847 |