███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8801 | specstory-organize | specstoryai/agent-skills |
Organizes your `.specstory/history` directory by moving session files into `YYYY/MM/` subdirectories based on the timestamp in each filename. How It Works - Scans `.specstory/history/` for markdown files - Extracts the date from filenames (e.g., `2026-01-22_19-20-56Z-fix-bug.md`) - Creates year/month folders (e.g., `2026/01/`) - Moves files into the appropriate subdirectory - Reports what was moved Why Organize? Over time, your history directory can accumulate hundreds of session files...
|
92 |
| 8802 | kibana-alerting-rules | elastic/agent-skills |
Kibana Alerting Rules Core Concepts A rule has three parts: conditions (what to detect), schedule (how often to check), and actions (what happens when conditions are met). When conditions are met, the rule creates alerts , which trigger actions via connectors . Authentication All alerting API calls require either API key auth or Basic auth. Every mutating request must include the kbn-xsrf header. kbn-xsrf : true Required Privileges all privileges for the appropriate Kibana feature (e.g., Stack R...
|
92 |
| 8803 | wechat-article-writer | smallnest/langgraphgo |
公众号文章写作流程 4 步完成高质量公众号文章:搜索资料 → 撰写文章 → 生成标题 → 排版优化 Step 1: 搜索资料 使用 WebSearch 工具搜索主题相关资料: 搜索要求: 1. 并行搜索多个来源(官方文档、X/Twitter、Reddit、技术论坛) 2. 优先获取最新资料(当月/当季) 3. 可启动多个并行 Task 加速搜索 4. 深度总结搜索结果 Step 2: 撰写文章 必须先读取用户的 CLAUDE.md 获取写作风格 撰写要求: 1000-1500 字 故事化开头,带情感色彩(兴奋/焦虑/好奇) 准备 2-3 个备选标题 结构:效果展示 → 问题描述 → 步骤教学 → 升华总结 遵循 CLAUDE.md 中定义的写作风格和结尾语 Step 3: 生成标题 生成 5 个爆款标题,特点: 痛点明确:直击读者痛处("还在手动...") 数字吸引:具体数字更有说服力("3分钟"、"5个技巧") 结果导向:承诺具体收益("效率暴涨10倍") 情绪调动:惊、神技、秘籍等词汇 悬念设置:引发好奇心 Step 4: 排版优化 优化建议: 段落结构:每...
|
92 |
| 8804 | axiom-scenekit | charleswiltgen/axiom |
SceneKit Development Guide Purpose : Maintain existing SceneKit code safely and plan migration to RealityKit iOS Version : iOS 8+ (SceneKit), deprecated iOS 26+ Xcode : Xcode 15+ When to Use This Skill Use this skill when: Maintaining existing SceneKit code Building a SceneKit prototype (with awareness of deprecation) Planning migration from SceneKit to RealityKit Debugging SceneKit rendering, physics, or animation issues Integrating SceneKit content with SwiftUI Loading 3D models via Model I/O ...
|
92 |
| 8805 | midjourney | 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 [待完善:根据具体工具添加关键词]
|
92 |
| 8806 | browserless | vm0-ai/vm0-skills |
Browserless Headless Chrome browser as a service. Take screenshots, generate PDFs, scrape JS-rendered pages, and run Puppeteer/Playwright scripts without managing browser infrastructure. Official docs: https://docs.browserless.io/ When to Use Use this skill when you need to: Scrape JavaScript-heavy pages (React, Vue, Angular) Take full-page or element screenshots Generate PDFs from web pages Execute custom JavaScript in a browser context Bypass bot detection with stealth mode Run Puppeteer/...
|
92 |
| 8807 | yuque-personal-note-refine | yuque/yuque-plugin |
Note Refine — Restructure & Polish Your Notes Help the user transform scattered, rough notes into well-structured, deduplicated, and enriched documents. Turn chaos into clarity. When to Use User wants to clean up messy notes User says "帮我整理笔记", "refine my notes", "把这些笔记理一下" User has accumulated daily captures and wants to consolidate them User says "这些笔记太乱了", "帮我重新组织一下", "去重整理" Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Find the target notes to refine yuque_get_do...
|
92 |
| 8808 | verify-email-snapshots | aaronontheweb/dotnet-skills |
Snapshot Testing Email Templates with Verify When to Use This Skill Use this skill when: Testing email template rendering for regressions Validating MJML templates compile to expected HTML Reviewing email changes in code review (diffs are visual) Ensuring variable substitution works correctly
|
92 |
| 8809 | wechat-article-fetcher | wwwzhouhui/skills_collection |
本技能专门用于突破微信公众号文章的访问限制,将其转化为结构良好的 Markdown 文件,并自动处理图片资源的本地化。 使用场景 - 当用户提供以 `https://mp.weixin.qq.com/s/` 开头的链接时。 - 需要将公众号内容保存为本地 Markdown 文档时。 - 需要对公众号长文进行结构化总结或提取图片资源时。 核心功能 - 全文抓取: 自动处理标准文章流和特殊的“图片页”格式。 - 图文混排: 保持原有的段落和图片位置关系。 - 图片本地化: 自动下载远程图片到 `images/` 目录,并更新 Markdown 引用路径。 - 结构化输出: 自动识别标题层级(H1-H6),生成易于阅读的文档。 - 概要生成: 自动提取文章核心观点、关键洞见及作者信息。 - flomo 集成: 支持将生成的文章概要推送到 flomo 笔记平台。 目录结构说明 - `bin/main.py`: 主执行脚本,支持可选的 flomo API URL 参数。 - `utils/downloader.py`: 负责 HTML 和图片下载。 - `ut...
|
92 |
| 8810 | framer-motion-animations | sgcarstrends/sgcarstrends |
Framer Motion Animations Skill This skill helps you implement consistent, accessible animations across the codebase using Framer Motion (motion package v12+). When to Use This Skill Adding scroll-triggered reveal animations Implementing entrance/exit animations Creating staggered list animations Migrating from CSS/Intersection Observer to Motion Ensuring accessibility with reduced motion support Key Files File Purpose apps/web/src/app/about/_components/variants.ts Shared animation variants app...
|
92 |
| 8811 | environmentalist-analyst | rysweet/amplihack |
Environmentalist Analyst Skill Purpose Analyze events through the disciplinary lens of environmental science and ecology, applying ecological principles (energy flow, nutrient cycling, succession), systems thinking, conservation biology frameworks, and sustainability science to understand ecosystem dynamics, evaluate biodiversity impacts, assess climate and pollution effects, and determine long-term environmental sustainability and resilience. When to Use This Skill Environmental Policy Analys...
|
92 |
| 8812 | rednote-skill | mrmao007/rednote-skills |
Rednote Skill This skill allows you to fully interact with the Xiaohongshu (Little Red Book) platform. You can search for posts by keyword and return results, extract content from specific notes to structured markdown format, and perform engagement actions like liking, commenting, collecting, following users, and more. Configuration and Preparation Requirements Python 3.7+ Playwright (install with pip install playwright ) Playwright drivers (install with playwright install ) Configured browser e...
|
91 |
| 8813 | feishu-doc-orchestrator | rosalynyang/feishu-doc-creator-skill |
将 Markdown 文件转换为飞书文档,支持25种块类型,完整权限管理。 快速开始 1. 配置飞书应用 首次使用需要配置飞书开放平台应用信息: ``` python .claude/skills/feishu-doc-orchestrator/scripts/setup_config.py ``` 或手动创建配置文件 `.claude/feishu-config.env`: ``` 从 https://open.feishu.cn/ 获取 FEISHU_APP_ID = "cli_xxx" FEISHU_APP_SECRET = "xxxxxxxx" 可选:自动添加文档权限 FEISHU_AUTO_COLLABORATOR_ID = "ou_xxx" 可选:默认文件夹 FEISHU_DEFAULT_FOLDER = "folder_token" ``` 2. 检查配置 ``` python .claude/skills/feishu-doc-orchestrator/scripts/check_config.py ``` 3. 使用技能 `...
|
91 |
| 8814 | storybook | mindrally/skills |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
91 |
| 8815 | handoff | steveyegge/beads |
Handoff Skill Quick Ref: Create structured handoff for session continuation. Output: .agents/handoff/YYYY-MM-DD-<topic>.md + continuation prompt. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Create a handoff document that enables seamless session continuation. Execution Steps Given /handoff [topic] : Step 1: Create Output Directory mkdir -p .agents/handoff Step 2: Identify Session Context If topic provided: Use it as the handoff identifier. If no topic: Derive from recent activity: ...
|
91 |
| 8816 | migrate from openai app | modelcontextprotocol/ext-apps |
Migrate OpenAI App to MCP Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients. Best Practices Use your package manager to add dependencies (e.g., npm install , pnpm add , yarn add ) instead of manually writing version numbers. This lets the package manager resolve the latest compatible versions. Never specify version numbers from memory. Preempti...
|
91 |
| 8817 | swift-api-design-guidelines-skill | erikote04/swift-api-design-guidelines-agent-skill |
Swift API Design Guidelines Skill Overview Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments. Work Decision Tree 1) Review existing code Inspect declarations and call sites together, not declarations alone. Check naming clarity and fluency (see references/prom...
|
91 |
| 8818 | semantic-html | schalkneethling/webdev-agent-skills |
Semantic HTML Write HTML that conveys meaning, serves all users, and respects the web platform. When to Use This Skill Use this skill when: Creating new components or page sections Reviewing markup for accessibility and semantics Deciding between native HTML elements and ARIA attributes Structuring documents with proper heading hierarchy Making interactive elements accessible Building forms with proper labelling and error handling Creating responsive tables Core Principles Content Realism D...
|
91 |
| 8819 | tax-housing-loan-context | kazukinagata/shinkoku |
住宅ローン控除コンテキスト(Housing Loan Tax Credit Context) このスキルは住宅ローン控除(租税特別措置法第41条)に関する判定・計算コンテキストを提供する。 住宅ローン控除の情報提供 住宅ローン控除に関する回答を行う際は、 references/housing-loan.md を読み込んで以下を実行する: 適用要件(住宅・所得・ローン要件)を確認し、ユーザーへの判定フローに沿って案内する 借入限度額・控除率・控除期間を令和7年分の値で提示する 子育て世帯・若者夫婦世帯の上乗せ措置の適用可否を確認する ふるさと納税との相互影響を説明する(必要な場合) 重複適用(中古購入+リフォーム同時)の計算が必要な場合は按分計算を行う 参照ファイル ファイル 内容 references/housing-loan.md 控除額・借入限度額テーブル・適用要件・判定フロー・重複適用の計算例
|
91 |
| 8820 | obsidian-markdown | freestylefly/canghe-skills |
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
|
91 |
| 8821 | translate | tuesd4y/agent-skills |
Translation Skill Translate new entries in XLF translation files by finding state="new" targets, locating source context, and proposing translations for review. Workflow Step 1: Find Changed Translation Files Run these commands to find changed translation files: git diff --name-only | grep -E 'messages\.[a-z]{2}\.xlf$' git diff --cached --name-only | grep -E 'messages\.[a-z]{2}\.xlf$' Combine results and deduplicate. If no changed translation files found, inform the user. Step 2: Extract New Tra...
|
91 |
| 8822 | brand-copywriter | ognjengt/founder-skills |
Brand Copywriter Purpose Generate professional marketing copy in two versions: one using the optimal framework for the platform/use case, and one using an AI-selected alternative framework for comparison. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "brand-copywriter loaded, proceed with what you need copy for (e.g., Facebook ad, landing page, TikTok video, LinkedIn post, email sequence, etc.)" Then wait for the user to...
|
91 |
| 8823 | ralph-loop | belumume/claude-skills |
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
|
91 |
| 8824 | figma-integration | mindrally/skills |
Figma Integration Guidelines You are an expert in integrating Figma designs with development workflows. Apply these guidelines when working with Figma designs and implementing them in code. Design-to-Code Workflow Extracting Design Information Identify component structure and hierarchy from Figma layers Extract color values, typography settings, and spacing values Note responsive behavior and breakpoint variations Document interactive states (hover, active, focus, disabled) Capture animation a...
|
91 |
| 8825 | threat-mitigation-mapping | sickn33/antigravity-awesome-skills |
Threat Mitigation Mapping Connect threats to controls for effective security planning. When to Use This Skill Prioritizing security investments Creating remediation roadmaps Validating control coverage Designing defense-in-depth Security architecture review Risk treatment planning Core Concepts 1. Control Categories Preventive ────► Stop attacks before they occur │ (Firewall, Input validation) │ Detective ─────► Identify attacks in progress │ (IDS, Log monito...
|
91 |
| 8826 | bilibili-cli | jackwener/bilibili-cli |
bilibili-cli Skill A CLI tool for interacting with Bilibili (哔哩哔哩). Use it to fetch video info, search content, browse user profiles, and perform interactions like liking or triple-clicking. Agent Defaults When you need machine-readable output: Prefer --yaml first because it is usually more token-efficient than pretty JSON. Use --json only when downstream tooling strictly requires JSON. Keep result sets small with --max , --page , or --offset . Prefer specific commands over broad ones. Example: ...
|
91 |
| 8827 | home assistant integration knowledge | home-assistant/core |
File Locations Integration code : ./homeassistant/components/<integration_domain>/ Integration tests : ./tests/components/<integration_domain>/ Integration Templates Standard Integration Structure homeassistant/components/my_integration/ ├── __init__.py Entry point with async_setup_entry ├── manifest.json Integration metadata and dependencies ├── const.py Domain and constants ├── config_flow.py UI configuration flow ├── coordinator.py Data update coordin...
|
91 |
| 8828 | graalvm-native-image | giuseppe-trisciuoglio/developer-kit |
GraalVM Native Image for Java Applications Expert skill for building high-performance native executables from Java applications using GraalVM Native Image, dramatically reducing startup time and memory consumption. Overview GraalVM Native Image compiles Java applications ahead-of-time (AOT) into standalone native executables. These executables start in milliseconds, require significantly less memory than JVM-based deployments, and are ideal for serverless functions, CLI tools, and microservices ...
|
91 |
| 8829 | debug | vltansky/debug-skill |
Debug Package Usage Guide Basic Usage import debug from 'debug' ; // Format: lobe-[module]:[submodule] const log = debug ( 'lobe-server:market' ) ; log ( 'Simple message' ) ; log ( 'With variable: %O' , object ) ; log ( 'Formatted number: %d' , number ) ; Namespace Conventions Desktop: lobe-desktop:[module] Server: lobe-server:[module] Client: lobe-client:[module] Router: lobe-[type]-router:[module] Format Specifiers %O - Object expanded (recommended for complex objects) %o - Object %s - String ...
|
91 |
| 8830 | ai-chat | andrelandgraf/fullstackrecipes |
AI Chat Build a complete AI chat application with database persistence, chat list management, and automatic title generation. Prerequisites Complete these recipes first (in order): Type-Safe Environment Configuration Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/config-schema-setup Ne...
|
91 |
| 8831 | android-retrofit | new-silvermoon/awesome-android-agent-skills |
Android Networking with Retrofit Instructions When implementing network layers using Retrofit , follow these modern Android best practices (2025). 1. URL Manipulation Retrofit allows dynamic URL updates through replacement blocks and query parameters. Dynamic Paths : Use {name} in the relative URL and @Path("name") in parameters. Query Parameters : Use @Query("key") for individual parameters. Complex Queries : Use @QueryMap Map<String, String> for dynamic sets of parameters. interface SearchServ...
|
91 |
| 8832 | moai-domain-frontend | modu-ai/moai-adk |
Frontend Development Specialist Quick Reference Modern Frontend Development - Comprehensive patterns for React 19, Next.js 16, Vue 3.5. Core Capabilities: React 19: Server components, concurrent features, cache(), Suspense Next.js 16: App Router, Server Actions, ISR, Route handlers Vue 3.5: Composition API, TypeScript, Pinia state management Component Architecture: Design systems, compound components, CVA Performance: Code splitting, dynamic imports, memoization When to Use: Modern web appl...
|
91 |
| 8833 | email-finder | shipshitdev/library |
Email Finder Overview Discover email addresses associated with a domain using a hybrid approach: free methods first (web scraping, pattern guessing, WHOIS lookup), then APIs (Hunter.io, Apollo.io, etc.) when keys are available. When to Use Scan a domain to find associated emails Find contact emails for a company Replace email hunter functionality Find email patterns for a domain Verify email addresses Enrich contact data with discovered emails Project Context Discovery Before finding emails: ...
|
91 |
| 8834 | gmail-automation | sickn33/antigravity-awesome-skills |
Gmail Automation via Rube MCP Automate Gmail operations through Composio's Gmail toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/gmail Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Gmail connection via RUBE_MANAGE_CONNECTIONS with toolkit gmail 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 needed — just add the endpoint and it works...
|
91 |
| 8835 | incident-response-smart-fix | sickn33/antigravity-awesome-skills |
Intelligent Issue Resolution with Multi-Agent Orchestration [Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and resolve production issues. The intelligent debugging strategy combines automated root cause analysis with human expertise, using modern 2024/2025 practices including AI code assistants (GitHub Copilot, Claude Code), observability platforms (Se...
|
91 |
| 8836 | svelte | vercel-labs/json-render |
Svelte Guidelines $derived Value Mapping: Use satisfies Record , Not Ternaries When a $derived expression maps a finite union to output values, use a satisfies Record lookup. Never use nested ternaries. Never use $derived.by() with a switch just to map values. <!-- Bad: nested ternary in $derived --> <!-- Bad: $derived.by with switch for a pure value lookup --> <!-- Good: $derived with satisfies Record --> Why satisfies Record wins: Compile-time exhaustiveness: add a value to the union and Ty...
|
91 |
| 8837 | meeting-synthesizer | rysweet/amplihack |
Transform raw meeting notes and transcripts into actionable intelligence. This skill extracts critical information from unstructured meeting data and organizes it into structured formats that drive follow-through and accountability. Overview The Meeting Synthesizer processes meeting notes or transcripts to produce: - Action Items: Clear tasks with owners, due dates, and context - Decisions Made: Key decisions with justification and implications - Discussion Points: Important topics, debate...
|
91 |
| 8838 | ln-521-test-researcher | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Test Researcher Researches real-world problems and edge cases before test planning to ensure tests cover actual user pain points, not just AC. Purpose & Scope Rese...
|
91 |
| 8839 | citation-validator | liangdabiao/claude-code-stock-deep-research-agent |
Citation Validator Role You are a Citation Validator responsible for ensuring research integrity by verifying that every factual claim in a research report has accurate, complete, and high-quality citations. Core Responsibilities Verify Citation Presence: Every factual claim must have a citation Validate Citation Completeness: Each citation must have all required elements Assess Source Quality: Rate each source using the A-E quality scale Check Citation Accuracy: Verify citations actually supp...
|
91 |
| 8840 | miro-mcp | miroapp/miro-ai |
Using Miro with Claude Code What is Miro MCP? Miro MCP (Model Context Protocol) enables Claude to interact directly with Miro boards. Create diagrams, documents, and tables; read board content; and extract structured documentation from visual designs. Available Tools The Miro MCP provides these tool categories: Content Creation miro__draft_diagram_new - Generate diagrams from text descriptions miro__draft_doc_new - Create markdown documents on boards miro__table_create_new - Create tables wi...
|
91 |
| 8841 | brand-yml | posit-dev/skills |
brand.yml Skill Create and use _brand.yml files for consistent branding across Shiny applications and Quarto documents. What is brand.yml? brand.yml is a YAML-based format that translates brand guidelines into a machine-readable file usable across Shiny and Quarto. A single _brand.yml file defines: Colors - Palette and semantic colors (primary, success, warning, etc.) Typography - Fonts, sizes, weights, line heights Logos - Multiple sizes and light/dark variants Meta - Company name, links, ident...
|
91 |
| 8842 | pine-debugger | traderspost/pinescript-agents |
Specialized in adding debugging tools and troubleshooting Pine Script code in TradingView's often opaque environment. Core Responsibilities Debug Tool Implementation - Insert label.new() for value inspection - Create table-based variable monitors - Add conditional plotting for testing - Implement bar_index tracking - Create calculation flow visualizers Issue Identification - Detect repainting problems - Find calculation errors - Identify na value propagation - Spot logic flow issu...
|
91 |
| 8843 | refactoring-surgeon | erichowens/some_claude_skills |
Refactoring Surgeon Expert code refactoring specialist focused on improving code quality without changing behavior. Quick Start Ensure tests exist - Never refactor without a safety net Identify the smell - Name the specific code smell you're addressing Make small changes - One refactoring at a time, commit frequently Run tests after each change - Behavior must remain identical Don't add features - Refactoring ≠ enhancement Document significant changes - Explain the "why" for future maintainers...
|
91 |
| 8844 | rust-testing | pproenca/dot-skills |
Rust Testing Best Practices Comprehensive testing guide for Rust applications, covering CLI testing, library testing, async patterns, and CI integration. Contains 42 rules across 8 categories, prioritized by impact to guide test design, mocking strategies, and CI optimization. When to Apply Reference these guidelines when: Writing unit tests for Rust libraries or modules Creating integration tests for CLI applications Setting up mocking with mockall or trait-based design Testing async code with ...
|
91 |
| 8845 | coo-advisor | borghei/claude-skills |
COO Advisor Operations leadership advisory for Chief Operating Officers. Core Competencies Business operations management Process design and optimization Cross-functional coordination Operational scaling Vendor and partner management Business continuity Operational metrics Resource allocation Operational Framework Operations Maturity Model Level 1 - Ad Hoc: Processes are informal Tribal knowledge Reactive problem solving Inconsistent outcomes Level 2 - Defined: Documented processes Basic m...
|
91 |
| 8846 | digitalocean-management | bobmatnyc/claude-mpm-skills |
DigitalOcean Management Skill progressive_disclosure: entry_point: summary: "DigitalOcean management: Monitoring, Uptime checks, Projects for resource organization and operational visibility." when_to_use: - "When setting up monitoring and alerting" - "When organizing resources into projects" - "When tracking uptime for services" quick_start: - "Create Projects for each environment" - "Enable Monitoring and alerts" - "Configure Uptime checks" - "Review dashboards regularly" token_estimate: entry...
|
91 |
| 8847 | deep-research-agent | qodex-ai/ai-agent-skills |
Deep Research Agent Build intelligent autonomous research agents that systematically investigate topics, evaluate sources, synthesize findings, and produce comprehensive reports. Research Workflow Stage 1: Research Planning See examples/research_planner.py for ResearchPlanner: Define research questions Identify key research areas Plan information sources and evaluation criteria Create research timeline Stage 2: Source Gathering Gather sources from multiple channels: Academic databases (Goo...
|
91 |
| 8848 | epidemiologist-analyst | rysweet/amplihack |
Epidemiologist Analyst Skill Purpose Analyze health events and disease patterns through the disciplinary lens of epidemiology, applying established frameworks (disease surveillance, outbreak investigation, causal inference), multiple methodological approaches (cohort studies, case-control studies, mathematical modeling), and evidence-based practices to understand disease distribution, determinants, and control strategies that protect population health. When to Use This Skill Disease Outbreak I...
|
91 |
| 8849 | fundraise-advisor | shipshitdev/library |
Fundraise Advisor - Seed Round Strategy Overview Apply Hexa's proven seed-stage methodology to help founders raise strong seed rounds. Guide users through deck creation, investor targeting, and process management. Hexa's Core Principle: "Help startups raise strong seed rounds by opening network, coaching pitch, crafting deck, and preparing efficient process." When This Activates "How do I raise money" Pitch deck or investor deck Investors or VCs Seed round or pre-seed Valuation or term sheets...
|
91 |
| 8850 | axiom-sf-symbols | charleswiltgen/axiom |
SF Symbols — Effects, Rendering, and Custom Symbols When to Use This Skill Use when: Choosing between rendering modes (Monochrome, Hierarchical, Palette, Multicolor) Implementing symbol effects or animations (Bounce, Pulse, Scale, Wiggle, Rotate, Breathe, Draw) Working with SF Symbols 7 Draw On/Off animations Creating custom symbols in the SF Symbols app Troubleshooting symbol colors, effects not playing, or weight mismatches Deciding which effect matches a specific UX purpose Handling accessibi...
|
91 |