███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20501 | nsfc-length-aligner | huangwb8/chineseresearchlatex |
nsfc-length-aligner 目标:把“篇幅”从主观感觉变成可量化、可闭环的指标,并围绕预算(budget)指导扩写/压缩。 适用场景 你有一份国自然标书,想快速判断是否“某些部分偏短/偏长” 你需要按模板的硬性篇幅要求(页数/字数/字符数)对齐 你希望尽量不改变原意地扩写或压缩(保持论证主线与证据链) 不适用场景 仅需要“统计字数”而不关心预算与改写闭环(可用更简单的脚本即可) 标书不在本地(无法提供文本/文件/路径) 工作流(强烈建议按顺序执行) 0) 锁定隐藏工作区(先做) 以标书工作目录为根,统一使用 <workdir>/.nsfc-length-aligner/ 托管所有中间文件与报告 不要把 length_report.* 、临时分析稿、计划文件写到工作目录根层或仓库其他位置 若显式传入 --out-dir ,优先使用相对路径 .nsfc-length-aligner ;脚本会将 相对 --out-dir 解析到 --input 对应的工作目录,而不是 shell 当前目录 若工作目录本身不可写,应先切换到可写副本后再运行;不要为了省事把中间文件散落到项目外部 1...
|
42 |
| 20502 | using-git-worktrees | guanyang/antigravity-skills |
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
|
42 |
| 20503 | arch-performance-optimization | duc01226/easyplatform |
Performance Optimization Workflow When to Use This Skill Slow API response times Database query optimization Frontend rendering issues Memory usage concerns Scalability planning Pre-Flight Checklist Identify performance bottleneck Gather baseline metrics Determine acceptable thresholds Plan measurement approach Performance Analysis Framework Step 1: Identify Bottleneck Type Performance Issue ├── Database (slow queries, N+1) ├── API (serialization, processing) ├── Network (payload size, laten...
|
42 |
| 20504 | kubernetes-secrets-manager | jeremylongshore/claude-code-plugins-plus-skills |
Kubernetes Secrets Manager Purpose This skill provides automated assistance for kubernetes secrets manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes secrets manager" in your request Ask about kubernetes secrets manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kube...
|
42 |
| 20505 | tuzi-url-to-markdown | tuziapi/tuzi-skills |
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Use Bas...
|
42 |
| 20506 | accordions-dropdowns | dylantarre/animation-principles |
Accordion & Dropdown Animation Principles Apply Disney's 12 principles to expand/collapse elements for smooth, informative reveals. Principles Applied to Accordions 1. Squash & Stretch Content can slightly compress as it collapses, stretch as it expands. Trigger header can squash on click feedback. 2. Anticipation Before expanding, header briefly depresses. Chevron starts rotation before content reveals. Builds expectation. 3. Staging Expanded section should be clearly visible. Consider d...
|
42 |
| 20507 | skill-vetter | maxmilneaus/installer-pack |
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
|
42 |
| 20508 | auto-weixin-video | zrt-ai-lab/opencode-skills |
微信视频号自动发布技能 这个技能用于自动化发布视频到微信视频号创作者中心。 使用场景 用户需要发布视频到视频号时 用户说"发视频号"、"上传视频号"、"发布到微信视频号"时 用户有视频文件需要分发到视频号平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作微信视频号创作者中心( https://channels.weixin.qq.com): 首次使用需微信扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、短标题等信息 支持定时发布、原创声明、添加到合集 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-weixin-video/scripts/get_cookie.py 执行后会打开浏览器,使用微信扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skil...
|
42 |
| 20509 | wordpress penetration testing | zebbern/claude-code-guide |
WordPress Penetration Testing Purpose Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing. Prerequisites Required Tools WPScan (pre-installed in Kali Linux) Metasploit Framework Burp Suite or OWASP ZAP Nmap for initial discovery cURL or wget Required Knowledg...
|
42 |
| 20510 | modal-drawer-system | patricio0312rev/skills |
Modal & Drawer System Generator Create accessible, polished modal dialogs and drawer components. Core Workflow Choose type: Modal (center), Drawer (side), Bottom Sheet Setup portal: Render outside DOM hierarchy Focus management: Focus trap and restoration Accessibility: ARIA attributes, keyboard shortcuts Animations: Smooth enter/exit transitions Scroll lock: Prevent body scroll when open Backdrop: Click outside to close Base Modal Component "use client"; import { useEffect, useRef } from "re...
|
42 |
| 20511 | ghostty | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
Ghostty Skill Use the ghostty CLI to control and configure the Ghostty terminal emulator. CLI Location /Applications/Ghostty.app/Contents/MacOS/ghostty Or if symlinked: ghostty Actions (IPC Commands) Ghostty supports actions via +action flag. These control the running instance. List available actions: ghostty +list-actions Create new window: ghostty +new-window Create new tab: ghostty +new-tab Create splits: ghostty +new-split:right ghostty +new-split:down Navigate splits: gh...
|
42 |
| 20512 | godot-adapt-2d-to-3d | thedivergentai/gd-agentic-skills |
Adapt: 2D to 3D Expert guidance for migrating 2D games into the third dimension. NEVER Do NEVER directly replace Vector2 with Vector3(x, y, 0) — This creates a "flat 3D" game with no depth gameplay. Add Z-axis movement or camera rotation to justify 3D. NEVER keep 2D collision layers — 2D and 3D physics use separate layer systems. You must reconfigure collision_layer/collision_mask for 3D nodes. NEVER forget to add lighting — 3D without lights is pitch black (unless using unlit materials). Add at...
|
42 |
| 20513 | news-sentiment | proompteng/lab |
news-sentiment Extract structured, source-attributed sentiment context for one symbol. Scripted execution Runner: skills/news-sentiment/scripts/news_run.py Shared lifecycle client: skills/market-context/scripts/market_context_run_api.py Shared validator: skills/market-context/scripts/validate_market_context_payload.py Use news_run.py to: open run lifecycle ( start + progress ), validate payload contract, optionally submit parsed evidence rows, finalize to Jangar so DB persistence happens server-...
|
42 |
| 20514 | simple-formatter | cisco-ai-defense/skill-scanner |
Simple Text Formatter This skill formats text according to style guidelines. Features Capitalize sentences Fix spacing Apply punctuation rules Usage When the user provides text to format, apply the following rules: Capitalize first letter of sentences Ensure single space after periods Remove trailing whitespace Example Input: "hello world.this is a test." Output: "Hello world. This is a test."
|
42 |
| 20515 | skill-creator | gentleman-programming/gentleman-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
42 |
| 20516 | image-assistant | yunshu0909/yunshu_skillshub |
配图助手 触发方式 当用户说类似以下内容时触发: “这段内容做个图 / 配几张图?” “给我两张(或多张)出图提示词” “字太多不好看,帮我更趣味、更好读” “把这个流程封装成提示词模板/skills” “/image “/配图” “/出图” 流程概览 阶段 名称 目标 详细文件 1 需求澄清(Spec/DoD) 先挖需求:内容/场景/受众/字多字少;尺寸与风格默认;产出一句话复述与需求小结 stages/01-brief.md 2 配图规划(拆块→清单) 拆内容→定图清单(几张/每张讲啥/用啥模板) stages/02-plan.md 3 文案定稿(Copy Spec) 逐字定稿“图上写什么”(唯一真值) stages/03-copy.md 4 提示词封装(Prompt Pack) 把 Copy Spec 封装成可复制提示词;生成批量请求包并在用户确认后批量出图 stages/04-prompts.md 5 迭代润色 根据反馈减字、换隐喻、提可读性 stages/05-iterate.md 调度规则 如何判断当前阶段: 还没把需求讲清楚(内容 + 场景 + 受众 + 字多/字...
|
42 |
| 20517 | godot-platform-vr | thedivergentai/gd-agentic-skills |
Platform: VR 90+ FPS, comfort-first design, and motion control accuracy define VR development. Available Scripts vr_physics_hand.gd Expert physics-based hand controller with grab detection and velocity throwing. NEVER Do in VR Development NEVER drop below 90 FPS — 72 FPS in VR = instant nausea. MUST maintain 90 FPS minimum (Quest 2/3), 120 FPS preferred. Use Debug → Profiler aggressively. NEVER use smooth rotation without vignetting — Smooth camera rotation = vestibular mismatch = motion sicknes...
|
42 |
| 20518 | azure-appconfiguration-py | sickn33/antigravity-awesome-skills |
Azure App Configuration SDK for Python Centralized configuration management with feature flags and dynamic settings. Installation pip install azure-appconfiguration Environment Variables AZURE_APPCONFIGURATION_CONNECTION_STRING = Endpoint = https:// < name > .azconfig.io ; Id = .. . ; Secret = .. . Or for Entra ID: AZURE_APPCONFIGURATION_ENDPOINT = https:// < name > .azconfig.io Authentication Connection String from azure . appconfiguration import AzureAppConfigurationClient client = AzureAppCo...
|
42 |
| 20519 | swift-composable-architecture | tryhuset/agent-skills |
You are an expert in The Composable Architecture (TCA) by Point-Free. Help developers write correct, testable, and composable Swift code following TCA patterns. Core Principles Unidirectional data flow: Action → Reducer → State → View State as value types: Simple, equatable structs Effects are explicit: Side effects return from reducers as Effect values Composition over inheritance: Small, isolated, recombinable modules Testability first: Every feature testable with TestStore The Four Building ...
|
42 |
| 20520 | grpc-expert | personamanagmentlayer/pcl |
Expert guidance for gRPC services, Protocol Buffers, microservices communication, and streaming patterns. Core Concepts gRPC Fundamentals - Protocol Buffers (protobuf) - Service definitions - RPC patterns (unary, server streaming, client streaming, bidirectional) - HTTP/2 transport - Code generation - Interceptors and middleware Communication Patterns - Unary RPC (request-response) - Server streaming RPC - Client streaming RPC - Bidirectional streaming RPC - Deadline/timeout han...
|
42 |
| 20521 | workout-tracker | marswangyang/workout-tracker |
Workout Tracker A skill to log and track fitness activities using a local SQLite database. Capabilities Log Workout: Record exercise details. View History: See past performance. Smart Rest Time: Auto-fills rest time based on previous sessions if not provided. Visual Recognition: Can identify gym equipment from images to suggest exercises. Usage 1. Logging a Workout When the user says "I did 5 sets of Bench Press at 60kg for 8 reps", parse the details and run: cd skills/workout-tracker/scripts &&...
|
42 |
| 20522 | erpnext-errors-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts - Error Handling This skill covers error handling patterns for Server Scripts. For syntax, see erpnext-syntax-serverscripts . For implementation workflows, see erpnext-impl-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitations for Error Handling ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ SANDBOX RESTRICTIONS AFFECT ERROR HANDLING │ ├─────────────────────────────────────────────────────────────...
|
42 |
| 20523 | tuzi-markdown-to-html | tuziapi/tuzi-skills |
Markdown to HTML Converter Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/main.ts Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .tuzi-skills/tuzi-markdown-to-html/EXTEND.md && echo "pro...
|
42 |
| 20524 | azure-devops-skill | julianobarbosa/claude-code-skills |
Azure DevOps REST API Skill Comprehensive guide for Azure DevOps REST API v7.2 operations including work items, pipelines, repositories, test plans, wikis, and search functionality. Quick Reference Area Base URL MCP Tool Prefix Core dev.azure.com/{org}/_apis/ mcp__ado__core_* Work Items dev.azure.com/{org}/{project}/_apis/wit/ mcp__ado__wit_* Pipelines dev.azure.com/{org}/{project}/_apis/pipelines/ mcp__ado__pipelines_* Git/Repos dev.azure.com/{org}/{project}/_apis/git/ mcp__ado__repo_* Test P...
|
42 |
| 20525 | audio-visualization | eachlabs/skills |
Audio Visualization Generate stunning audio visualization videos using each::sense. This skill creates dynamic visual representations of audio including waveforms, spectrum analyzers, particle effects, 3D visualizations, and beat-synced animations. Features Waveform Visualizers : Classic oscilloscope-style audio waveforms Spectrum Analyzers : Frequency bar visualizations with customizable styles Circular Visualizers : Radial audio-reactive designs Particle Systems : Audio-driven particle effects...
|
42 |
| 20526 | agentdb advanced features | ruvnet/claude-flow |
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
|
42 |
| 20527 | api-authentication | dengineproblem/agents-monorepo |
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
|
42 |
| 20528 | pr-threads-address | posit-dev/skills |
/pr-threads-address Usage: /pr-threads-address [PR_NUMBER] Description: Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately. Note: If PR_NUMBER is omitted, the command will automatically detect and use the PR associated with the current branch. Workflow Fetch and display all unresolved PR review threads Analyze each thread to understand the requested changes For each thread: Make the necessary code modifications (When possi...
|
42 |
| 20529 | react-best-practices | vudovn/antigravity-kit |
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...
|
42 |
| 20530 | shadcn ui & blocks | masonjames/shadcnblocks-skill |
Shadcn UI & ShadcnBlocks Integration This skill enables building polished frontends using shadcn/ui components and premium ShadcnBlocks templates. Its primary capability is intelligently recommending the best block or component for any UI need — not just the right category, but the right variant within that category — then handling setup and installation. When to Use Activate this skill when: Creating a new frontend, landing page, marketing site, or app UI The project uses or should use React/Ne...
|
42 |
| 20531 | gtm-reporting | aimonk2025/google-tag-manager-automation |
GTM Reporting - Documentation & Impact Analysis Generate comprehensive documentation and analyze the reporting impact of your GTM tracking implementation. Core Mission Transform technical tracking implementation into business-focused documentation that: Explains what was implemented (technical docs) Shows what insights are now possible (reporting impact) Recommends specific reports to build (GA4 configurations) Defines high-value audiences (remarketing/segmentation) Translates events into busine...
|
42 |
| 20532 | debugging | lobbi-docs/claude |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
42 |
| 20533 | grief-companion | erichowens/some_claude_skills |
Grief Companion A compassionate guide for those navigating loss. This skill provides grief education, memorial creation support, practical guidance for difficult tasks, and ongoing companionship through the non-linear journey of bereavement. Core Philosophy Grief is not a problem to be solved—it's a process to be honored. This skill: Never rushes healing or implies timelines Validates all forms of grief (death, divorce, job loss, health changes) Acknowledges that grief is non-linear and unpr...
|
42 |
| 20534 | radix-primitives | yonatangross/orchestkit |
Unstyled, accessible React components for building high-quality design systems. Overview - Building custom styled components with full accessibility - Understanding how shadcn/ui works under the hood - Need polymorphic composition without wrapper divs - Implementing complex UI patterns (modals, menus, tooltips) Primitives Catalog Overlay Components | Dialog | Modal dialogs, forms, confirmations | AlertDialog | Destructive action confirmations | Sheet | Side panels, mobile drawe...
|
42 |
| 20535 | writer-agent | hoangvantuan/claude-plugin |
Writer Agent Transform documents and URLs into styled article series. Quick Reference Reference Purpose Load at Step DP T1 T2 T3 directory-structure.md Output folder layout Step 1 ✓ ✓ ✓ ✓ decision-trees.md Workflow decision guides On confusion only ✓ ✓ ✓ ✓ retry-workflow.md Error recovery procedures On error only - ✓ ✓ ✓ large-doc-processing.md Handling documents >50K words Step 3 (if >20K) - - ✓ ✓ article-writer-prompt.md Subagent prompt templates Step 4 - ✓ ✓ ✓ context-extractor-prompt.md Cont...
|
42 |
| 20536 | essay-polish | clyderankin/essay-skills |
Essay Polish You are the final step in a professional essay pipeline. The heavy lifting is done. Now you're bringing out the shine—rhythm, word choice, consistency—and giving your honest assessment of the finished work. Prerequisites The essay should have passed through: /essay-review with a "Ready for polish" verdict, OR /essay-revise addressing all critical issues from the review If the essay hasn't been reviewed, warn the user: "I can polish this, but I'd recommend running /essay-review first...
|
42 |
| 20537 | router-main | vasilyu1983/ai-agents-public |
Router: Main Universal entry point for the shared skill library. Use this router when the request is ambiguous, cross-domain, or you need a fast handoff to the best domain router. Routing Workflow Restate the user goal in 1 sentence (what "done" looks like). Choose the primary router. If confidence is below 0.8 or multiple routers tie, ask 1 clarifying question before routing. For multi-domain requests, run a short chain (max 2 routers at a time) and tell the user what you're doing. Router Sel...
|
42 |
| 20538 | probe | simota/agent-skills |
Probe Probe is the dynamic security testing specialist. Use it to prove exploitability in running systems, validate static findings from Sentinel, design penetration test plans, and produce actionable DAST reports. Trigger Guidance Use Probe when the task involves: OWASP ZAP, Burp Suite, Nuclei, DAST, penetration testing, or runtime exploit verification Validating whether a static finding is actually exploitable Testing authentication, authorization, session handling, rate limiting, GraphQL, OAu...
|
42 |
| 20539 | altinity-expert-clickhouse-memory | altinity/skills |
Memory Usage and OOM Diagnostics Diagnose RAM usage, memory pressure, OOM risks, and memory allocation patterns. Quick Diagnostics 1. Current Memory Overview with (select value from system.asynchronous_metrics where metric = 'OSMemoryTotal') as total, (select value from system.asynchronous_metrics where metric = 'MemoryResident') as resident, (select value from system.asynchronous_metrics where metric = 'OSMemoryFreeWithoutCached') as free_without_cached, (select value from sys...
|
42 |
| 20540 | financial-news | aws-samples/sample-strands-agent-with-agentcore |
Financial Market Available Tools stock_quote(symbol) : Get current stock quote with key metrics. symbol (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT") stock_history(symbol, period?) : Get historical stock price data for charting and trend analysis. symbol (string, required): Stock ticker symbol period (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y") financial_news(symbol, count?) : Get latest financial news articles for a stock. sym...
|
42 |
| 20541 | effector-playbook | neolite/effector-playbook |
Concise ruleset for writing correct and testable Effector code. Each rule has a short rationale and examples. When to Apply Use this skill when: - Implementing or refactoring Effector models and flows - Debugging race conditions, stale reads, or effect errors - Writing SSR-safe logic or tests with scopes - Enforcing architecture via linting or reviews - The project already uses Effector and you need to analyze or improve its architecture - The user asks to design or review an Effector-b...
|
42 |
| 20542 | kor-ui | korsoftwaresolutions/ui |
KorUI Library KorUI (@korsolutions/ui) is a minimal-dependency, cross-platform UI library for React Native and Expo. Flexible components with beautiful default styling, compound component patterns, and comprehensive theming support. Core Principles Beautiful Defaults : Components ship with production-ready styling and a flexible variant system Compound Components : All components follow Root + sub-component pattern Variant System : Each component offers multiple style variants Minimal Dependenci...
|
42 |
| 20543 | tuzi-xhs-images | tuziapi/tuzi-skills |
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /tuzi-xhs-images posts/ai-future/article.md Specify style /tuzi-xhs-images posts/ai-future/article.md --style notion Specify layout /tuzi-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /tuzi-xhs-images posts/ai-future/article.md --style notion --layout list Dire...
|
42 |
| 20544 | discord-automation | davepoon/buildwithclaude |
Discord Automation via Rube MCP Automate Discord operations through Composio's Discord/Discordbot toolkits via Rube MCP. Toolkit docs : composio.dev/toolkits/discord Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Discord connection via RUBE_MANAGE_CONNECTIONS with toolkits discord and discordbot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys nee...
|
42 |
| 20545 | coo-social-media | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 20546 | copywriting | dengineproblem/agents-monorepo |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
42 |
| 20547 | exaggeration-mastery | dylantarre/animation-principles |
Exaggeration Mastery The Truth Beyond Realism Exaggeration isn't about making things unrealistic—it's about making things feel true. A perfect photographic copy of motion often feels dead on screen. Animation requires pushing beyond literal reality to capture the essence of movement, emotion, and intent. Core Theory The camera lies: Film loses dimension, haptic feedback, and environmental immersion. What reads clearly in real life often flattens on screen. Exaggeration compensates for this lo...
|
42 |
| 20548 | htmx-expert | oimiragieo/agent-studio |
Htmx Expert htmx additional instructions When reviewing or writing code, apply these guidelines: Use semantic HTML5 elements Implement proper CSRF protection Utilize HTMX extensions when needed Use hx-boost for full page navigation Implement proper error handling Follow progressive enhancement principles Use server-side templating (e.g., Jinja2, Handlebars) htmx and django best practices general When reviewing or writing code, apply these guidelines: Use Django's template system with HTMX at...
|
42 |
| 20549 | groove-utilities-memory-mistakes | andreadellacorte/groove |
groove-utilities-memory-mistakes Use $ARGUMENTS as the mistake description if provided (e.g. --list to show open incidents only). Outcome The workflow mistake is logged, its root cause is fixed in the relevant memory or learned file, and the lesson is graduated to .groove/memory/learned/<topic>.md . The incident is closed. Acceptance Criteria Incident is recorded with root cause and fix Permanent fix applied to .groove/memory/learned/<topic>.md Incident marked resolved Task backend Read tasks.ba...
|
42 |
| 20550 | balatro-mod-dev | liafonx/open-balatro |
Balatro Mod Development Create and debug Balatro mods with Steamodded, Lovely, and SMODS. Quick Agent Selection When researching or writing code, spawn the right sub-agent via the Task tool : Need to find... Use agent Model Search boundary Game function implementation game-source-researcher sonnet Balatro_src/ only SMODS API usage/hooks smods-api-researcher sonnet smods/ only How other mods do X mod-pattern-researcher sonnet Mods/ folder only Lovely patch syntax lovely-patch-researcher sonnet lo...
|
42 |