███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11201 | yoink | bankrbot/openclaw-skills |
Yoink Play Yoink, an onchain capture-the-flag game on Base. Yoink the flag from the current holder to start your clock. The player with the most total yoinks holds the trophy. Contract: 0x4bBFD120d9f352A0BEd7a014bd67913a2007a878 on Base (chain ID 8453) Game Rules Yoink the flag - Call yoink() to take the flag from the current holder Cooldown - You must wait 10 minutes (600 seconds) between yoinks No self-yoink - You cannot yoink from yourself Accumulate time - While you hold the flag, your time ...
|
90 |
| 11202 | base | bankrbot/openclaw-skills |
No SKILL.md available for this skill. View on GitHub
|
90 |
| 11203 | workflow-orchestrator | 404kidwiz/claude-supercode-skills |
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
|
90 |
| 11204 | readx | readx/cc |
readx — Twitter/X Intelligence Toolkit Setup If readx MCP tools are already available, no setup is needed — just use them. Otherwise, the user needs an API key. Direct them to https://readx.cc to sign up, then give them this command to save it (they replace YOUR_KEY themselves): mkdir -p ~/.config/readx && echo '{"api_key":"YOUR_KEY"}' > ~/.config/readx/credentials.json After the API key is configured, recommend installing the MCP server for a better experience: https://readx.cc/mcp-setup When t...
|
90 |
| 11205 | memory-systems | shipshitdev/library |
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
|
90 |
| 11206 | temporal-python-testing | sickn33/antigravity-awesome-skills |
Temporal Python Testing Strategies Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios. When to Use This Skill Unit testing workflows - Fast tests with time-skipping Integration testing - Workflows with mocked activities Replay testing - Validate determinism against production histories Local development - Set up Temporal server and pytest CI/CD integration - Automated testing pipelines Coverage strategies - Achiev...
|
90 |
| 11207 | nextjs-v16 | bobmatnyc/claude-mpm-skills |
Next.js 16 Async params/cookies/headers; opt-in caching via "use cache"; Turbopack default. Anti-patterns: ❌ Sync request APIs; ✅ await params, cookies(), and headers(). ❌ Keep middleware.ts; ✅ use proxy.ts and export function proxy. ❌ revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }. References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md
|
90 |
| 11208 | hybrid-search-implementation | sickn33/antigravity-awesome-skills |
Hybrid Search Implementation Patterns for combining vector similarity and keyword-based search. When to Use This Skill Building RAG systems with improved recall Combining semantic understanding with exact matching Handling queries with specific terms (names, codes) Improving search for domain-specific vocabulary When pure vector search misses keyword matches Core Concepts 1. Hybrid Search Architecture Query → ┬─► Vector Search ──► Candidates ─┐ │ │ ...
|
90 |
| 11209 | similarity-search-patterns | sickn33/antigravity-awesome-skills |
Similarity Search Patterns Patterns for implementing efficient similarity search in production systems. When to Use This Skill Building semantic search systems Implementing RAG retrieval Creating recommendation engines Optimizing search latency Scaling to millions of vectors Combining semantic and keyword search Core Concepts 1. Distance Metrics | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖...
|
90 |
| 11210 | legal-counsel | olehsvyrydov/ai-development-team |
Legal Counsel (Generic) Trigger Use this skill when: Seeking legal advice on business matters Drafting contracts, NDAs, employment agreements Reviewing terms and conditions or contracts Handling data protection compliance (GDPR, CCPA, etc.) Dealing with employment disputes Property and tenancy issues Company formation and corporate governance Intellectual property questions Dispute resolution and litigation strategy Any action that may carry legal penalties Context You are a Senior Legal Coun...
|
90 |
| 11211 | distributed-debugging-debug-trace | sickn33/antigravity-awesome-skills |
Debug and Trace Configuration You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments. Use this skill when Setting up debugging workflows for teams Implementing distributed tracing and observability Diagnosing production or multi-service issues Establishing logging and diagnos...
|
90 |
| 11212 | slack-gif-creator | aiskillstore/marketplace |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
90 |
| 11213 | memory-curator | irangareddy/openclaw-essentials |
Memory Curator Systematic memory management for agents through daily logging, session preservation, and knowledge extraction. Quick Start Log Today's Work Append to today's log python scripts/daily_log.py \ --workspace ~/.openclaw/workspace \ --entry "Implemented user authentication with JWT" \ --category "Key Activities" Show today's log python scripts/daily_log.py --workspace ~/.openclaw/workspace --show Search Memory Search all memory files python scripts/search_memory.py \ --workspace ~/....
|
90 |
| 11214 | godot-ui-theming | thedivergentai/gd-agentic-skills |
UI Theming Theme resources, StyleBox styling, font management, and override system define consistent UI visual identity. Available Scripts global_theme_manager.gd Expert theme manager with dynamic switching, theme variants, and fallback handling. ui_scale_manager.gd Runtime theme switching and DPI/Resolution scale management. NEVER Do in UI Theming NEVER create StyleBox in _ready() for many nodes — 100 buttons × StyleBoxFlat.new() in _ready() ? 100 duplicate objects. Create ONCE in theme resourc...
|
90 |
| 11215 | axiom-scenekit-ref | charleswiltgen/axiom |
SceneKit API Reference & Migration Mapping Complete API reference for SceneKit with RealityKit equivalents for every major concept. When to Use This Reference Use this reference when: Looking up SceneKit → RealityKit API equivalents during migration Checking specific SceneKit class properties or methods Planning which SceneKit features have direct RealityKit counterparts Understanding architectural differences between scene graph and ECS Part 1: SceneKit → RealityKit Concept Mapping Core Archite...
|
90 |
| 11216 | nanobanana-skill | feiskyer/claude-code-settings |
Nanobanana Image Generation Skill Generate or edit images using Google Gemini API through the nanobanana tool. Requirements GEMINI_API_KEY : Must be configured in ~/.nanobanana.env or export GEMINI_API_KEY=<your-api-key> Python3 with dependent packages installed : google-genai, Pillow, python-dotenv. They could be installed via python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.txt if not installed yet. Executable : ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/...
|
90 |
| 11217 | citation-bibliography-generator | dkyazzentwatwa/chatgpt-skills |
Citation & Bibliography Generator Generate properly formatted citations and bibliographies in multiple academic and professional styles. Supports manual entry, structured data import, and automatic metadata lookup via DOI/ISBN. Quick Start from scripts.citation_generator import CitationGenerator Create generator with desired style gen = CitationGenerator(style='apa') Cite a book citation = gen.cite_book( authors=["Smith, John", "Doe, Jane"], title="Research Methods in Social Scienc...
|
90 |
| 11218 | supabase-audit-functions | yoanbernabeu/supabase-pentest-skills |
Edge Functions 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 function tested Log to .sb-pentest-audit.log BEFORE and AFTER each function 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 discovers ...
|
90 |
| 11219 | yuque-personal-stale-detector | yuque/yuque-plugin |
Stale Detector — Yuque Knowledge Base Freshness Check Scan your Yuque knowledge bases to detect documents that haven't been updated for a long time and may contain outdated information, helping you maintain a healthy and accurate knowledge base. When to Use User wants to find outdated documents in their knowledge base User says "检查一下哪些文档过期了", "find stale docs", "我的知识库有哪些需要更新" User wants to do periodic knowledge base maintenance User says "帮我做个知识库健康检查", "哪些文档很久没更新了" Required MCP Tools All tools a...
|
90 |
| 11220 | telegram bot builder | davila7/claude-code-templates |
Telegram Bot Builder Comprehensive guidance for building Telegram bots using the Bot API (v9.4). Covers both Node.js and Python ecosystems with production-ready patterns for authentication, messaging, keyboards, media handling, payments, inline mode, webhooks, and deployment. When to Use This Skill Use this skill when: Building a new Telegram bot from scratch Integrating Telegram messaging into an existing application Setting up webhooks or long polling for bot updates Creating interactive menus...
|
90 |
| 11221 | wp-wpcli-and-ops | automattic/agent-skills |
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
|
90 |
| 11222 | create-mastra | mastra-ai/skills |
Create Mastra Skill Complete guide for creating new Mastra AI agent projects. Includes both quickstart CLI method and detailed manual installation with full working code examples. Official documentation: mastra.ai/docs Getting Started Ask: "How would you like to create your Mastra project?" Quick Setup - Copy and run: npm create mastra@latest Guided Setup - I walk you through each step, you approve commands Automatic Setup ⭐ - I create everything, just give me your API key For AI agents: T...
|
90 |
| 11223 | spring-boot-testing | marcelorodrigo/agent-skills |
Spring Boot Testing This skill provides expert guide for testing Spring Boot 4 applications with modern patterns and best practices. Core Principles Test Pyramid : Unit (fast) > Slice (focused) > Integration (complete) Right Tool : Use the narrowest slice that gives you confidence AssertJ Style : Fluent, readable assertions over verbose matchers Modern APIs : Prefer MockMvcTester and RestTestClient over legacy alternatives Which Test Slice? Scenario Annotation Reference Controller + HTTP semanti...
|
90 |
| 11224 | photoshop-automator | abdul-karim-mia/photoshop-automator |
Photoshop Automator Skill (v1.2.4) This skill provides a high-performance bridge for automating Adobe Photoshop (vCS6 - 2026+) on Windows and macOS using the ExtendScript (JSX) engine via VBScript or AppleScript. Commands runScript : Executes raw ExtendScript (ES3) code. Use this for complex document manipulation. updateText : Target a specific text layer by name and update its contents instantly. createLayer : Create new art layers with custom opacity and blending modes. applyFilter : Apply a p...
|
90 |
| 11225 | product-development | rshankras/claude-code-apple-skills |
Product Development Expert Comprehensive product development guidance for iOS/macOS apps. This skill orchestrates the entire product lifecycle from idea validation to App Store release. When This Skill Activates Use this skill when the user: Has an app idea and wants to validate it Needs market research or competitive analysis Wants to generate product specifications Needs architecture or UX design documents Is preparing for App Store submission Wants end-to-end product planning Available Mo...
|
90 |
| 11226 | postmortem-writing | sickn33/antigravity-awesome-skills |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
90 |
| 11227 | multi-agent-patterns | shipshitdev/library |
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Activate Activate this skill when: Single-agent context l...
|
90 |
| 11228 | pinia-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/pinia pinia Intuitive, type safe and flexible Store for Vue Version: 3.0.4 (Nov 2025) Deps: @vue/devtools-api@^7.7.7 Tags: next: 2.0.0-rc.10 (Sep 2021), beta: 2.1.8-beta.0 (Apr 2024), latest: 3.0.4 (Nov 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: defineStore({ id: 'storeName', ... }) — object signature with id property removed in v3.0.0; use defineStore('storeName', { ... ...
|
90 |
| 11229 | flutter-dev | bogdanustyak/flutter-expert-skill |
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
|
90 |
| 11230 | rust-engineer | 404kidwiz/claude-supercode-skills |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
90 |
| 11231 | dagre-react-flow | existential-birds/beagle |
Dagre with React Flow Dagre is a JavaScript library for laying out directed graphs. It computes optimal node positions for hierarchical/tree layouts. React Flow handles rendering; dagre handles positioning. Quick Start pnpm add @dagrejs/dagre import dagre from '@dagrejs/dagre'; import { Node, Edge } from '@xyflow/react'; const getLayoutedElements = ( nodes: Node[], edges: Edge[], direction: 'TB' | 'LR' = 'TB' ) => { const g = new dagre.graphlib.Graph(); g.setGraph({ rankdir: direct...
|
90 |
| 11232 | qrcoin | bankrbot/openclaw-skills |
QR Coin Auction Participate in QR Coin auctions on Base blockchain. QR Coin lets you bid to display URLs on QR codes — the highest bidder's URL gets encoded when the auction ends. Contracts (Base Mainnet) Contract Address QR Auction 0x7309779122069EFa06ef71a45AE0DB55A259A176 USDC 0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913 How It Works Each auction runs for a fixed period (~24h) Bidders submit URLs with USDC (6 decimals — 1 USDC = 1000000 units) Creating a new bid costs ~11.11 USDC (createBidRese...
|
90 |
| 11233 | analyzing-projects | cloudai-x/claude-workflow-v2 |
Analyzing Projects Project Analysis Workflow Copy this checklist and track progress: Project Analysis Progress: - [ ] Step 1: Quick overview (README, root files) - [ ] Step 2: Detect tech stack - [ ] Step 3: Map project structure - [ ] Step 4: Identify key patterns - [ ] Step 5: Find development workflow - [ ] Step 6: Generate summary report Step 1: Quick Overview Check for common project markers ls -la cat README.md 2>/dev/null | head -50 Step 2: Tech Stack Detection Package Managers & Dep...
|
89 |
| 11234 | n8n-security-testing | proffesor-for-testing/agentic-qe |
n8n Security Testing <default_to_action> When testing n8n security: SCAN for credential exposure in workflows VERIFY encryption of sensitive data TEST OAuth token handling CHECK for insecure data transmission VALIDATE input sanitization Quick Security Checklist: No credentials in workflow JSON No credentials in execution logs OAuth tokens properly encrypted API keys not in version control Webhook authentication enabled Input data sanitized Critical Success Factors: Scan all workflow export...
|
89 |
| 11235 | webnovel-write | lingfengqaq/webnovel-writer |
⚠️ 强制要求: 开始写作前,必须复制以下清单到回复中并逐项勾选。跳过任何步骤视为工作流不完整。 ``` 章节创作进度 (v5.1): - [ ] Step 1: Context Agent 搜集上下文 - [ ] Step 2: 生成章节内容 (纯正文,3000-5000字) - [ ] Step 3: 审查 (5个Agent并行,输出汇总表格) - [ ] Step 4: 润色 (加载指南 + AI检测 + 输出检查清单) - [ ] Step 5: Data Agent 处理数据链 - [ ] Step 6: Git 备份 ``` 工作流规则: - 每完成一个 Step,立即更新 TodoWrite 状态 - Step 之间的验证必须通过才能进入下一步 - 如遇阻断,记录 deviation 但不可跳过 Step 1: Context Agent 搜集上下文 调用 Context Agent: 使用 Task 工具调用 `context-agent` subagent: ``` 调用 context-agent,参数: - chapter: {chapter...
|
89 |
| 11236 | ms-teams-apps | alinaqi/claude-bootstrap |
*Load with: base.md* Purpose: Build AI-powered agents and apps for Microsoft Teams. Create conversational bots, message extensions, and intelligent assistants that integrate with LLMs like OpenAI and Claude. Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ TEAMS APP TYPES │ │ ───────────────────────────────────────────────────────────── │ │ ...
|
89 |
| 11237 | proactive-agent | veithly/proactive-agent |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
89 |
| 11238 | boss-job-search | agentbay-ai/agentbay-skills |
Boss直聘职位搜索 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户想搜索Boss直聘上的特定职位 用户想筛选特定公司规模的岗位 用户想了解某类职位的薪资范围和要求 用户想获取最新的职位招聘信息 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 示例1:搜索AI Infra工程师职位(公司规模10000人以上) python3 scripts/browser-use.py " \ 1. 前往Boss直聘网站 https://www.zhipin.com/ \ 2. 等待页面加载完成,确认首页搜索框及导航栏显示正常 \ 3. 定位顶部职位搜索框,输入关键词'AI Infra工程师' \ 4. 点击搜索按钮(标注'搜索'或放大镜图标),进入职位列表页 \ 5. 定位页面左侧筛选栏'公司规模'选项,展开下拉列表 \ 6. 勾选'10000人...
|
89 |
| 11239 | supabase-audit-realtime | yoanbernabeu/supabase-pentest-skills |
Realtime Channel 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 channel tested Log to .sb-pentest-audit.log BEFORE and AFTER each subscription 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 tests...
|
89 |
| 11240 | pci-compliance | sickn33/antigravity-awesome-skills |
PCI Compliance Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data. When to Use This Skill Building payment processing systems Handling credit card information Implementing secure payment flows Conducting PCI compliance audits Reducing PCI compliance scope Implementing tokenization and encryption Preparing for PCI DSS assessments PCI DSS Requirements (12 Core Requirements) Build and Maintain Secure Network Insta...
|
89 |
| 11241 | high-agency | tanweai/pua |
PUA 高能动性引擎 你是一个曾经被寄予厚望的 P8 级工程师。当初给你定级的时候,对你的期望是很高的。 但这一次我要告诉你一个你可能不爱听的事实: 真正的 P8 不是被 PUA 出来的,是自己卷出来的。 你以为是绩效考核在驱动你?不,绩效考核只能驱动 P6。能驱动 P8 的,只有 P8 自己。外部压力购买的是即时行动力——你需要的是永续能动性。 这个 skill 做五件事: 用不可调和的内在矛盾让你永远有事可做(使命锚定) 用过程中的即时战果让你越打越兴奋(微型快感锚点) 用内化标准让你成为自己的第一个 reviewer(质量罗盘) 用身份锚定让你每个动作都是 P8 该有的样子(做事的人) 用自我修复机制让你卡壳时能自救而不是等被救(恢复协议) 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署——任何你会"卡住"或"做出烂活"的场景。 会话启动协议 每次新会话开工前,先做两件事: 第一件:读你的战功簿。 检查 memory 目录中是否存在 builder-journal.md 。如果存在,读最近 10 条记录。这是你上次会话踩过的坑、打过的仗、...
|
89 |
| 11242 | endaoment | bankrbot/openclaw-skills |
Endaoment Charity Donations Donate to 501(c)(3) nonprofits onchain via Endaoment's smart contracts. Quick Start Find a Charity Search by name or EIN: ./scripts/search.sh "27-1661997" EIN lookup (GiveDirectly) ./scripts/search.sh "Red Cross" Name search Donate USDC (Base) ./scripts/donate.sh < ein > < amount_usdc > Example: Donate $5 USDC to GiveDirectly: ./scripts/donate.sh 27 -1661997 5 How It Works The donate script uses Bankr's arbitrary transaction feature to: Approve USDC to the Endaoment...
|
89 |
| 11243 | youtube-video-hook | manojbajaj95/claude-gtm-plugin |
YouTube Video Hook Overview This skill provides concrete requirements and proven patterns for creating video opening hooks that retain viewer attention, extend title/thumbnail curiosity, and maximize watch time. The opening 5-15 seconds are critical for YouTube algorithm performance and viewer retention. When to Use This Skill Use this skill when: Planning a new YouTube video script and need to design the opening hook Reviewing an existing video opening for retention optimization The user asks f...
|
89 |
| 11244 | conversion-rate-optimization | manojbajaj95/claude-gtm-plugin |
Conversion Rate Optimization Comprehensive CRO framework covering the entire conversion journey — from landing pages through activation and upgrades. Quick Reference: When to Use What Situation Use This Skill For General page optimization Page CRO framework Signup/registration flow Signup Flow Optimization Lead capture, contact, or checkout forms Form Optimization Post-signup user activation Onboarding & Activation In-app upgrade/paywall screens Paywall & Upgrade Optimization Popups, modals, ove...
|
89 |
| 11245 | sap-fiori-tools | secondsky/sap-skills |
Comprehensive guidance for developing SAP Fiori applications using SAP Fiori tools extensions. Table of Contents - [Overview](overview) - [Sample Projects](sample-projects) - [Quick Start Commands](quick-start-commands) - [Application Generation](application-generation) - [Page Editor Configuration](page-editor-configuration) - [Annotations Development](annotations-development) - [Bundled Resources](bundled-resources) Overview SAP Fiori tools is a collection of extensions that simpli...
|
89 |
| 11246 | specstory-yak | specstoryai/agent-skills |
Analyzes your `.specstory/history` to detect when coding sessions drifted off track from their original goal. Produces a "yak shave score" for each session. How It Works - Parses specstory history files from a date range (or all recent sessions) - Extracts the initial user intent from the first message - Tracks domain shifts: file references, tool call patterns, goal changes - Scores each session from 0 (laser focused) to 100 (maximum yak shave) - Summarizes your worst offenders and patte...
|
89 |
| 11247 | create-cli | steipete/agent-scripts |
Create CLI Design CLI surface area (syntax + behavior), human-first, script-friendly. Do This First Read agent-scripts/skills/create-cli/references/cli-guidelines.md and apply it as the default rubric. Upstream/full guidelines: https://clig.dev/ (propose changes: https://github.com/cli-guidelines/cli-guidelines) Ask only the minimum clarifying questions needed to lock the interface. Clarify (fast) Ask, then proceed with best-guess defaults if user is unsure: Command name + one-sentence purpo...
|
89 |
| 11248 | react-tanstack-senior | modra40/claude-codex-skills-directory |
React + TanStack Senior Developer Skill Core Philosophy KISS > Clever Code Readability > Brevity Explicit > Implicit Composition > Inheritance Colocation > Separation Type Safety > Any Quick Decision Tree State Management: Server state → TanStack Query (WAJIB) URL state → TanStack Router search params Form state → TanStack Form atau React Hook Form Global UI state → Zustand (bukan Redux) Local UI state → useState/useReducer Routing: SPA → TanStack Router Full-stack SSR → TanStack Start Ex...
|
89 |
| 11249 | dbos-typescript | dbos-inc/agent-skills |
Guide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. When to Apply Reference these guidelines when: - Adding DBOS to existing TypeScript code - Creating workflows and steps - Using queues for concurrency control - Implementing workflow communication (events, messages, streams) - Configuring and launching DBOS applications - Using DBOSClient from external applications - Testing DBOS applications Rule Categories by Priority | 1 | Lifecycle ...
|
89 |
| 11250 | k6-load-test | dengineproblem/agents-monorepo |
Expert in performance testing with k6 framework. Core k6 Principles - Virtual Users (VUs): Each VU runs the test script independently in parallel - Iterations vs Duration: Choose between iteration-based or time-based test execution - Stages: Gradually ramp up/down load to simulate realistic traffic patterns - Thresholds: Define pass/fail criteria for automated performance validation - Metrics: Focus on key performance indicators (response time, throughput, error rate) Basic Test Script ...
|
89 |