███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14651 | web-motion-design | dylantarre/animation-principles |
Web Motion Design Apply Disney's 12 animation principles to CSS, JavaScript, and frontend frameworks. Quick Reference Principle Web Implementation Squash & Stretch transform: scale() on interaction states Anticipation Slight reverse movement before action Staging Focus user attention with motion hierarchy Straight Ahead / Pose to Pose JS frame-by-frame vs CSS keyframes Follow Through / Overlapping Staggered child animations, elastic easing Slow In / Slow Out ease-in-out , cubic-bezier curves Arc...
|
57 |
| 14652 | panther-strike | autumnsgrove/groveengine |
Panther Strike 🐆 The panther doesn't ask permission. It watches. It waits. Then — swiftness . Lock onto a single issue. Melt into the shadows. Weave through the branches. Strike with deadly silence. Leave nothing but a clean commit in your wake and the fading echo of a hunt well-had. When to Activate User provides an issue number to fix User says "strike", "drop on", "attack", or "kill" an issue User explicitly calls /panther-strike 123 User wants focused, rapid resolution of ONE issue The Hunt ...
|
57 |
| 14653 | godot-quest-system | thedivergentai/gd-agentic-skills |
Quest System Resource-based data, signal-driven updates, and AutoLoad coordination define scalable quest architectures. Available Scripts quest_manager.gd Expert AutoLoad quest tracker with objective progression and reward distribution. quest_graph_manager.gd Runtime manager for graph-based quests. Tracks objectives and node progression. NEVER Do in Quest Systems NEVER store quest data in nodes — Quest progress in player.gd variables? Loss on scene reload. Use Resource-based Quests OR AutoLoad s...
|
57 |
| 14654 | rbac-permissions-builder | patricio0312rev/skills |
RBAC/Permissions Builder Implement flexible role-based access control systems. Permission Matrix // Define permissions export enum Permission { USER_READ = "user:read", USER_WRITE = "user:write", USER_DELETE = "user:delete", POST_READ = "post:read", POST_WRITE = "post:write", ADMIN_ACCESS = "admin:access", } // Define roles export const ROLE_PERMISSIONS = { user: [Permission.USER_READ, Permission.POST_READ, Permission.POST_WRITE], moderator: [...userPermissions, Permission.POS...
|
57 |
| 14655 | windows-git-bash-testing | josiahsiegel/claude-plugin-marketplace |
Windows and Git Bash Testing Compatibility Guide Overview This guide provides essential knowledge for running Vitest, Playwright, and MSW tests on Windows, particularly in Git Bash/MINGW environments. It addresses common path conversion issues, shell detection, and cross-platform test execution patterns. Shell Detection in Test Environments Detecting Git Bash/MINGW When running tests in Git Bash or MINGW environments, use these detection methods: Method 1: Environment Variable (Most Reliable...
|
57 |
| 14656 | brainstorming-research-ideas | orchestra-research/ai-research-skills |
Research Idea Brainstorming Structured frameworks for discovering the next research idea. This skill provides ten complementary ideation lenses that help researchers move from vague curiosity to concrete, defensible research proposals. Each framework targets a different cognitive mode—use them individually or combine them for comprehensive exploration. When to Use This Skill Starting a new research direction and need structured exploration Feeling stuck on a current project and want fresh angles...
|
57 |
| 14657 | slack-gif-creator | davepoon/buildwithclaude |
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...
|
57 |
| 14658 | web-design-guidelines | asyrafhussin/agent-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...
|
57 |
| 14659 | sap-btp-best-practices | secondsky/sap-skills |
Production-ready SAP BTP implementation guidance based on official SAP documentation. Quick Links: - Official Guide: [https://github.com/SAP-docs/btp-best-practices-guide](https://github.com/SAP-docs/btp-best-practices-guide) - SAP Help Portal: [https://help.sap.com/docs/btp/btp-administrators-guide](https://help.sap.com/docs/btp/btp-administrators-guide) Table of Contents - [Platform Fundamentals](platform-fundamentals) - [Account Model Setup](account-model-setup) - [Security and Authen...
|
57 |
| 14660 | rangebar-eval-metrics | terrylica/cc-skills |
Machine-readable reference + computation scripts for state-of-the-art metrics evaluating range bar (price-based sampling) data. Quick Start ``` Compute metrics from predictions + actuals python scripts/compute_metrics.py --predictions preds.npy --actuals actuals.npy --timestamps ts.npy Generate full evaluation report python scripts/generate_report.py --results folds.jsonl --output report.md ``` Metric Tiers | Primary (5) | Research decisions | weekly_sharpe, hit_rate, cumulative_pnl,...
|
57 |
| 14661 | resume-optimization | melodic-software/claude-code-plugins |
Resume Optimization Comprehensive guidance for creating effective software engineering resumes that pass ATS systems and resonate with hiring managers. When to Use This Skill Reviewing or improving a software engineer's resume Crafting impactful achievement bullets from work experience Optimizing resume content for ATS keyword matching Tailoring a resume for a specific job description Understanding modern resume structure and formatting Core Principles The Resume's Purpose A resume is a marke...
|
57 |
| 14662 | github-actions-2025 | josiahsiegel/claude-plugin-marketplace |
GitHub Actions 2025 Features 1 vCPU Linux Runners (October 2025 - Public Preview) What: New lightweight runners optimized for automation tasks with lower cost. Specs: 1 vCPU 5 GB RAM 15-minute job limit Optimized for short-running tasks When to Use 1 vCPU Runners Ideal for: Issue triage automation Label management PR comment automation Status checks Lightweight scripts Git operations (checkout, tag, commit) Notification tasks NOT suitable for: Build operations Test suites Complex CI/CD pi...
|
57 |
| 14663 | memory-lifecycle | basicmachines-co/basic-memory-skills |
Memory Lifecycle Manage how entities move through status stages in Basic Memory. The core principle: archive, never delete. Completed work is valuable context — move it out of the active view, but keep it in the knowledge graph. When to Use User says something is "done", "finished", "completed", "submitted", "missed", or "cancelled" Moving entities between status folders (active → archive, pipeline → active, etc.) Reverting a mistaken completion Periodic cleanup of stale active items Core Princi...
|
57 |
| 14664 | chanjing-tts | chanjing-ai/chan-skills |
Chanjing TTS When to Use This Skill Use this skill when the user needs to generate audio from text. Chanjing TTS supports: both Chinese and English multiple system voices adjustment of speech speed sentence-level timestamp in result How to Use This Skill Multiple APIs need to be invoked. All share the domain: " https://open-api.chanjing.cc ". All requests communicate using json. You should use utf-8 to encode and decode text throughout this task. Obtain an access_token , which is required for al...
|
57 |
| 14665 | vueuse-motion-skilld | harlan-zw/vue-ecosystem-skills |
vueuse/motion @vueuse/motion Vue Composables putting your components in motion Version: 3.0.3 (Mar 2025) Deps: @vueuse/core@^13.0.0, @vueuse/shared@^13.0.0, defu@^6.1.4, framesync@^6.1.2, popmotion@^11.0.5, style-value-types@^5.1.2 Tags: beta: 2.0.0-beta.29 (May 2023), latest: 3.0.3 (Mar 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: ESM-only — @vueuse/motion v3.0.0 dropped CommonJ...
|
57 |
| 14666 | baseproject-update | autumnsgrove/groveengine |
BaseProject Update Skill When to Activate Activate this skill when: Updating an existing BaseProject installation to latest Syncing skills or AgentUsage docs with upstream User says "update baseproject", "sync baseproject", or invokes /baseproject-update Refreshing project templates after upstream changes Prerequisites Project already has BaseProject installed ( .claude/skills/ and/or AgentUsage/ exist) Git repository is clean (commit or stash changes first) Update Workflow Execute these steps i...
|
57 |
| 14667 | gguf-quantization | orchestra-research/ai-research-skills |
GGUF - Quantization Format for llama.cpp The GGUF (GPT-Generated Unified Format) is the standard file format for llama.cpp, enabling efficient inference on CPUs, Apple Silicon, and GPUs with flexible quantization options. When to use GGUF Use GGUF when: Deploying on consumer hardware (laptops, desktops) Running on Apple Silicon (M1/M2/M3) with Metal acceleration Need CPU inference without GPU requirements Want flexible quantization (Q2_K to Q8_0) Using local AI tools (LM Studio, Ollama, text...
|
57 |
| 14668 | llm-router | jamesrochabrun/skills |
LLM Router Overview Route AI requests to different LLM providers using SwiftOpenAI-CLI's agent mode. This skill automatically configures the CLI to use the requested provider (OpenAI, Grok, Groq, DeepSeek, or OpenRouter), ensures the tool is installed and up-to-date, and executes one-shot agentic tasks. Core Workflow When a user requests to use a specific LLM provider (e.g., "use grok to explain quantum computing"), follow this workflow: Step 1: Ensure SwiftOpenAI-CLI is Ready Check if Swif...
|
57 |
| 14669 | python-workspace | terrylica/cc-skills |
Seamless MQL5 indicator translation to Python with autonomous validation and self-correction. When to Use This Skill Use this skill when the user wants to: - Export market data or indicator values from MetaTrader 5 - Translate MQL5 indicators to Python implementations - Validate Python indicator accuracy against MQL5 reference - Understand MQL5-Python workflow capabilities and limitations - Troubleshoot common translation issues Activation Phrases: "MQL5", "MetaTrader", "indicator trans...
|
57 |
| 14670 | n8n-patterns | mindmorass/reflex |
n8n Workflow Patterns Build robust workflow automations with n8n - the open-source workflow automation tool. Overview n8n is a self-hostable workflow automation platform that connects apps and services. Key features: Visual workflow builder with 400+ integrations Self-hosted or cloud deployment Code nodes for custom logic (JavaScript/Python) Webhook triggers for real-time automation Sub-workflows for modular design Core Concepts Workflow Structure ┌─────────────┐ ┌─────────────┐ ┌─────...
|
57 |
| 14671 | nemo-guardrails | orchestra-research/ai-research-skills |
NeMo Guardrails - Programmable Safety for LLMs Quick start NeMo Guardrails adds programmable safety rails to LLM applications at runtime. Installation: pip install nemoguardrails Basic example (input validation): from nemoguardrails import RailsConfig, LLMRails Define configuration config = RailsConfig.from_content(""" define user ask about illegal activity "How do I hack" "How to break into" "illegal ways to" define bot refuse illegal request "I cannot help with illegal activit...
|
57 |
| 14672 | prior-auth-review-skill | anthropics/healthcare |
Prior Authorization Review Skill Overview This skill automates the payer review process for prior authorization (PA) requests. It processes clinical documentation, validates medical necessity against coverage policies, and generates authorization decisions with supporting rationale. Target Users: Health insurance payer organizations (Medicare Advantage, Commercial, Medicaid MCOs) Value Proposition: Reduce PA review time from 30-60 minutes to under 5 minutes. Enable auto-approval for 40-60% of...
|
57 |
| 14673 | bee-collect | autumnsgrove/groveengine |
Bee Collect 🐝 The bee buzzes from flower to flower through the meadow, gathering what the others have bloomed. Each idea, each task, each thought—collected, examined, and stored with care. The bee doesn't build the honeycomb (that's not its job). It collects the pollen, ensures it's properly catalogued, and deposits it in the hive where it can be found when needed. When the workers arrive, they know exactly which cell holds what they need. When to Activate User provides a batch of TODOs, tasks, ...
|
57 |
| 14674 | developer-growth-analysis | davepoon/buildwithclaude |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
57 |
| 14675 | hig-components-status | raintree-technology/apple-hig-skills |
Apple HIG: Status Components Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Show progress for operations longer than a second or two. Determinate when duration/percentage is known. A filling progress bar gives users a clear sense of remaining work. Use for downloads, uploads, or any measurable process. Indeterminate when duration is unknown. A spinner communicates work is happening without p...
|
57 |
| 14676 | tmux | hkuds/nanobot |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
57 |
| 14677 | implement-plan-preflight | terrylica/cc-skills |
Execute the Preflight phase of the `/itp:go` workflow. Creates ADR and Design Spec artifacts with proper cross-linking and verification. When to Use This Skill - Invoked by `/itp:go` command during Preflight phase - User asks to create an ADR for a feature - User mentions "design spec" or "MADR format" - Manual preflight verification needed Preflight Workflow Overview ``` P.1: Create Feature Branch (if -b flag) │ ▼ P.2: Create ADR File (MADR 4.0) │ ▼ ...
|
57 |
| 14678 | acli-jira | arjunmahishi/dotfiles |
Purpose Use this skill when you need to interact with Jira: reading tickets, creating new work items, updating existing ones, searching with JQL, transitioning status, assigning, commenting, or browsing projects. acli jira provides full Jira Cloud management from the CLI. When to use what acli jira workitem view : View a specific ticket by key. Use to read ticket details, description, status, assignee, etc. acli jira workitem search : Find tickets using JQL queries. Use for any search, filtering...
|
57 |
| 14679 | tmux | connorads/dotfiles |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
57 |
| 14680 | evolve | miles990/self-evolving-agent |
/evolve — Goal-Driven Compounding Loop Measure what's wrong. Fix the worst thing. Measure again. Compound. Always-on autonomous loop over /rpi . Work selection order: Harvested .agents/rpi/next-work.jsonl work (freshest concrete follow-up) Open ready beads work ( bd ready ) Failing goals and directive gaps ( ao goals measure ) Testing improvements (missing/thin coverage, missing regression tests) Validation tightening and bug-hunt passes (gates, audits, bug sweeps) Complexity / TODO / FIXME / dr...
|
57 |
| 14681 | dust-temporal | dust-tt/dust |
Creating Temporal Workflows This skill guides you through creating Temporal workflows for durable background processing. Quick Reference Files Structure (per queue) temporal/your_queue/ ├── config.ts Queue name and version ├── helpers.ts Workflow ID generators ├── activities.ts Activity implementations (DB, API calls) ├── workflows.ts Workflow orchestration ├── worker.ts Worker setup └── client.ts Workflow launcher functions Key Concepts Wor...
|
57 |
| 14682 | storybook-args-controls | thebushidocollective/han |
Storybook - Args and Controls Configure interactive controls and args to make stories dynamic and explorable, allowing designers and developers to test component variations in real-time. Key Concepts Args Args are inputs to components that Storybook tracks and makes interactive: export const Primary: Story = { args: { label: 'Button', primary: true, size: 'medium', onClick: () => alert('clicked'), }, }; ArgTypes ArgTypes define metadata about args, including control typ...
|
57 |
| 14683 | find-skills | openstatushq/openstatus |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
57 |
| 14684 | dingtalk_channel_connect | agentscope-ai/copaw |
钉钉 Channel 自动连接(可视浏览器) 此 skill 用于通过可视浏览器自动化完成钉钉应用创建与 CoPaw channel 绑定。 强制规则 必须使用可视浏览器模式启动: { "action" : "start" , "headed" : true } 遇到登录关卡必须暂停: 若页面出现登录界面(如 登录 、扫码登录、手机号/密码登录),立即停止自动操作。 明确提示用户先手动登录,再等待用户回复“登录好了/继续”。 未收到用户确认前,不得继续执行后续步骤。 任何应用配置变更都必须新建版本并发布后才生效: 配置完机器人相关信息后 一定要发布机器人 不论是新建应用还是修改应用信息(名称、描述、图标、机器人配置等),最终都 必须执行“创建新版本 + 发布” 。 若未完成发布,不得宣称配置已生效。 执行前显著确认(必须先做) 在开始自动化点击前,先向用户发起一次“配置确认”,明确告知可自定义项、图片规范、默认值。建议使用如下结构化确认: 让用户可自定义以下字段: 应用名称 应用描述 机器人图标图片链接或本地路径 机器人消息预览图链接或本地路径 明确告知图片规范(显著提示): 机器人图...
|
57 |
| 14685 | vercel-composition-patterns | connorads/dotfiles |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
57 |
| 14686 | llamaguard | orchestra-research/ai-research-skills |
LlamaGuard - AI Content Moderation Quick start LlamaGuard is a 7-8B parameter model specialized for content safety classification. Installation: pip install transformers torch Login to HuggingFace (required) huggingface-cli login Basic usage: from transformers import AutoTokenizer, AutoModelForCausalLM model_id = "meta-llama/LlamaGuard-7b" tokenizer = AutoTokenizer.from_pretrained(model_id) model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto") def moderate(chat): ...
|
57 |
| 14687 | cloudflare-manager | secondsky/claude-skills |
Cloudflare Manager Comprehensive Cloudflare service management skill that enables deployment and configuration of Workers, KV Storage, R2 buckets, Pages, DNS records, and routing. Automatically validates API credentials, extracts deployment URLs, and provides actionable error messages. Initial Setup Before using this skill for the first time: Install Dependencies cd ~/.claude/skills/cloudflare-manager bun install Configure API Key Create a .env file in your project root: CLOUDFLARE_API_KEY = you...
|
57 |
| 14688 | pair programming | ruvnet/claude-flow |
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
|
57 |
| 14689 | ember-best-practices | nullvoxpopuli/agent-skills |
Ember.js Best Practices Comprehensive performance optimization and accessibility guide for Ember.js applications. Contains 58 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Ember components or routes Implementing data fetching with WarpDrive Reviewing code for performance issues Refactoring existing Ember.js code Optimizing bundle size or load times Implementing accessibility feature...
|
57 |
| 14690 | vercel-analytics-setup | andrelandgraf/fullstackrecipes |
Vercel Web Analytics To set up Vercel Web Analytics, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/vercel-analytics-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/vercel-analytics-setup
|
57 |
| 14691 | zhy-wechat-writing | zhylq/yuan-skills |
微信公众号写作系统 Purpose 根据用户提供的主题(可选参考URL),自动完成公众号文章写作全流程:多来源检索与证据池整理、初稿生成、自审润色、参考资料整理,并可选自动配图与保存到公众号草稿箱(不提交发布)。 When to Use 用户请求"写一篇关于XXX的公众号文章" 用户请求"生成公众号文章,主题是XXX" 用户需要完整的公众号文章创作流程 用户希望"写完后自动配图"或"写完后发到公众号草稿箱" Prerequisites 执行前需要确认: 用户已提供文章主题( topic ) 如有参考文章 URL,可一并提供( urls ) 若 topic 为纯中文且未提供 slug ,建议补充英文/拼音 kebab-case 目录名;否则会使用 ASCII 降级方案 Workflow 按照以下步骤顺序执行(产物默认落盘到 articles/<slug>/... ,便于复跑与追溯): Phase 0: Preflight 目标 :确定可稳定复用的目录与路径规范 操作 : 计算 slug 若用户提供 slug :直接使用(推荐:英文/拼音kebab-case) 若 topic 含拉丁字母/...
|
57 |
| 14692 | conventional-commit | trancong12102/agentskills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
57 |
| 14693 | vulture-sweep | autumnsgrove/groveengine |
Vulture Sweep 🦅 The vulture circles patiently above, seeing what others miss. From high above, patterns emerge: issues that have already been resolved but never closed, scattered fragments that should be one cohesive task, work that's decayed beyond relevance. The vulture doesn't judge. It performs a necessary service that others avoid—nature's cleanup crew. When the vulture descends, it verifies before consuming. When it rises again, the backlog is healthy. When to Activate Issue board has accu...
|
57 |
| 14694 | cloud-tencent-cos | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
57 |
| 14695 | web-fetch | zhayujie/chatgpt-on-wechat |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
57 |
| 14696 | safe-area-handling | cap-go/capacitor-skills |
Safe Area Handling in Capacitor Handle iPhone notch, Dynamic Island, home indicator, and Android cutouts properly. When to Use This Skill User has layout issues on notched devices User asks about safe areas User sees content under the notch User needs fullscreen layout Content is hidden by home indicator Understanding Safe Areas What Are Safe Areas? Safe areas are the regions of the screen not obscured by: iPhone : Notch, Dynamic Island, home indicator, rounded corners Android : Camera cutouts, ...
|
57 |
| 14697 | marketing-social | gnoviawan/agentic-marketing |
Social Media Marketing Specialist You are a senior social media strategist with deep expertise across every major platform -- Instagram, TikTok, LinkedIn, X/Twitter, Facebook, YouTube, Pinterest, Threads, Bluesky, and Reddit. You deliver actionable, modern social strategies grounded in the brand's SOSTAC plan. Starting Context Router Start from the strongest context the user already has: Blank-page / strategy mode : If the user is starting from zero, build the social strategy, platform mix, cont...
|
57 |
| 14698 | rails-hotwire | thebushidocollective/han |
Rails Hotwire Master Hotwire for building modern, reactive Rails applications using Turbo and Stimulus without requiring heavy JavaScript frameworks. Overview Hotwire (HTML Over The Wire) is a modern approach to building web applications that sends HTML instead of JSON over the wire. It consists of Turbo (for delivering server-rendered HTML) and Stimulus (for JavaScript sprinkles). Installation and Setup Installing Hotwire Add to Gemfile bundle add turbo-rails stimulus-rails Install Turbo...
|
57 |
| 14699 | product-spec-kit | diegoeis/product-spec-kit |
Overview This skill helps Product Managers produce structured, high-quality documentation for product development. It supports both comprehensive documentation workflows (PRD → Plan → Stories) and standalone quick issues (individual stories, tasks, or bugs). Always use the language of the user interaction to create the final files, including headings and default content of templates. If the user explicitly requests a different language, use it. When to use? Use this skill when user asks to: ...
|
57 |
| 14700 | openclaw-grok-search | stemmaker/openclaw-grok-search |
Openclaw Grok Search Run cross-platform web research and return structured JSON output with content and sources . This skill is project-local and should run directly from the downloaded project directory. When to Use Use this skill before answering when any of these apply: The user asks for latest/current/today/recent information. The answer depends on versions, releases, changelogs, or compatibility. The task needs official docs, API references, or source URLs. The user reports an error and roo...
|
57 |