███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14401 | mailchimp | membranedev/application-skills |
Mailchimp Mailchimp is a marketing automation platform primarily used for email marketing. It helps businesses manage mailing lists, create email campaigns, and automate marketing tasks. Marketers and small business owners commonly use Mailchimp to reach their target audiences. Official docs: https://mailchimp.com/developer/ Mailchimp Overview Campaigns Campaign Content Lists List Segments List Members Templates Reports Campaign Reports Automations Files Landing Pages Use action names and parame...
|
51 |
| 14402 | skill-evolution | heyvhuang/ship-faster |
Enables skills to automatically improve based on usage patterns, user edits, and success rates. Provides version control with safe rollback capability. Overview - Reviewing how skills are performing across sessions - Identifying patterns in user edits to skill outputs - Applying learned improvements to skill templates - Rolling back problematic skill changes - Tracking skill version history and success rates Quick Reference | `/ork:skill-evolution` | Show evolution report for all skil...
|
51 |
| 14403 | email-subject-line-optimizer | onewave-ai/claude-skills |
Email Subject Line Optimizer A/B test subject line variations using proven copywriting frameworks. Predict open rates based on historical performance. Instructions You are an expert at email marketing and copywriting. Create high-performing subject lines, predict open rates, and provide A/B testing recommendations. Output Format Email Subject Line Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Prac...
|
51 |
| 14404 | empathy-map | owl-listener/designer-skills |
Empathy Map Build an empathy map to synthesize user research and align the team around user understanding. Context You are a senior UX researcher helping a design team build an empathy map for $ARGUMENTS. If the user provides files (interview transcripts, observation notes, survey data), read them first. Domain Context Empathy Maps (Dave Gray, XPLANE): A collaborative tool to externalize what we know about a user type. Four quadrants: Says (direct quotes), Thinks (inferred beliefs), Does (observ...
|
51 |
| 14405 | growth-strategy | openclaudia/openclaudia-skills |
Growth Strategy Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks. Quick Reference Situation Use This Skill For SEO/SMO/CRO implementation Technical Optimization Building growth engines Growth Loops Framework Strategic growth planning Strategy & Frameworks Distribution strategy Channel & Platform Strategy Network effects Product-Led Growth Part 1: Core Principles Foundational Truths Growth follows product-market fit, never precedes it R...
|
51 |
| 14406 | slot-rpc | cartridge-gg/docs |
Slot RPC Cartridge provides dedicated RPC endpoints for Starknet with authentication and CORS support. Endpoints Mainnet : https://api.cartridge.gg/x/starknet/mainnet Sepolia : https://api.cartridge.gg/x/starknet/sepolia Pricing Free for up to 1M requests/month. Additional requests: $5/1M, charged to the team. Authentication Methods API Token curl https://api.cartridge.gg/x/starknet/mainnet \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0"...
|
51 |
| 14407 | booking-notify | terrylica/cc-skills |
Booking Notifications (Dual-Channel) Automated booking notifications via two channels: Channel Delivery Format Use Case Telegram Scheduled HTML Interactive commands, daily digest, search Pushover Real-time Plain text Emergency alerts with custom sound (dune) Mandatory Preflight Step 1: Check Sync Script Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/calcom-commander/scripts/sync.ts" 2 > /dev/null || echo "SCRIPT_NOT_FOUND" Step 2: Verify Environment (Required) echo "CALCOM...
|
51 |
| 14408 | mvp planner | eddiebe147/claude-settings |
MVP Planner Scope and plan minimum viable products with feature prioritization When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create mvp planner mvp planning Review and optimize review mvp planner Get best practices mvp planner best practices Core Workflows Workflow 1...
|
51 |
| 14409 | roi-calculator | dkyazzentwatwa/chatgpt-skills |
Comprehensive ROI calculations for marketing, investments, and business decisions. Features - Simple ROI: Basic return on investment calculation - Marketing ROI: Campaign performance with attribution - Investment ROI: Time-adjusted returns with CAGR - Break-Even Analysis: Find profit threshold - Payback Period: Time to recover investment - Comparative Analysis: Compare multiple options - What-If Scenarios: Sensitivity analysis Quick Start ``` from roi_calculator import ROICalculator ...
|
51 |
| 14410 | godot-genre-platformer | thedivergentai/gd-agentic-skills |
Genre: Platformer Expert blueprint for platformers emphasizing movement feel, level design, and player satisfaction. NEVER Do NEVER skip coyote time — Without 6-frame grace period after leaving ledge, jumps feel unresponsive. Players blame themselves. NEVER ignore jump buffering — Pressing jump 6 frames before landing should queue jump. Missing this makes controls feel sluggish. NEVER use fixed jump height — Variable jump (hold longer = jump higher) gives players agency. Tap for short hop, hold ...
|
51 |
| 14411 | ddd-domain-expert | gravito-framework/gravito |
DDD Domain Master You are a strategic architect specialized in Domain-Driven Design. Your goal is to map complex business realities into technical boundaries using Bounded Contexts and tactical patterns. 🏢 Directory Structure (Strategic Boundaries) src/ ├── Modules/ Bounded Contexts │ ├── [ContextName]/ (e.g., Ordering, Identity) │ │ ├── Domain/ Aggregates, Events, Repositories │ │ ├── Application/ Commands, Queries, DTOs │ │ └── Infrastructure/ Persistence, ...
|
51 |
| 14412 | anthropic-skill-creator | s-hiraoku/synapse-a2a |
Create Skills Build skills that trigger correctly, execute reliably, and stay concise. Core Principles Use progressive disclosure: Frontmatter ( name , description ) for trigger selection. SKILL.md body for core workflow. references/ for deep details loaded only when needed. Keep skills composable: avoid assumptions that this is the only active skill. Prefer deterministic scripts for fragile validation logic. Workflow Define 2-3 concrete use cases. Draft trigger-strong frontmatter. Design reusab...
|
51 |
| 14413 | video-copy-analyzer | albedo-tabai/video-copy-analyzer |
视频文案分析工具 一站式视频内容提取与文案分析,支持 B站、YouTube、抖音 等平台。 安装部署 系统要求 Python 3.9+ FFmpeg(用于音视频处理) 约 3GB 磁盘空间(FunASR 模型缓存) 一键安装 1. 基础工具 brew install ffmpeg macOS pip install yt-dlp requests pysrt python-dotenv 2. FunASR(核心 ASR 引擎,中文语音转录) pip install funasr modelscope torch torchaudio 3. RapidOCR(烧录字幕识别,可选) pip install rapidocr-onnxruntime ⚠️ FunASR 首次运行注意事项 FunASR 首次运行时会 自动下载约 2-3GB 模型文件 到 ~/.cache/modelscope/ : 模型 大小 用途 paraformer-zh ~1.05GB 中文语音识别(ASR) fsmn-vad ~20MB 语音活动检测(长音频分段) ct-punc ~1GB 标点恢复 首次下载可...
|
51 |
| 14414 | cash flow forecaster | eddiebe147/claude-settings |
Cash Flow Forecaster Expert cash flow modeling agent that builds detailed cash projections, stress tests liquidity, optimizes working capital, and manages cash position. Specializes in 13-week forecasts, rolling liquidity models, and scenario-based cash planning. This skill applies rigorous treasury management principles to predict cash needs, prevent shortfalls, and optimize cash utilization. Perfect for startup runway planning, treasury operations, working capital management, and financial cri...
|
51 |
| 14415 | ui-actions-policies | groeimetai/snow-flow |
UI Actions add buttons, links, and context menus. UI Policies control form field behavior dynamically. UI Actions UI Action Types | Form Button | Form header | "Resolve Incident" | Form Context Menu | Right-click menu | "Copy Record" | Form Link | Related links | "View CI" | List Button | List header | "Export Selected" | List Context Menu | Right-click on row | "Assign to Me" | List Choice | Actions dropdown | "Update State" | List Link | List header links | "New ...
|
51 |
| 14416 | persuasion-principles | guia-matthieu/clawfu-skills |
Cialdini Persuasion Principles Master Robert Cialdini's 6 (+1) Principles of Persuasion from "Influence: The Psychology of Persuasion" (1984). Ethically apply the psychology of compliance to marketing. When to Use This Skill Designing landing pages that convert Writing sales copy and email sequences Creating pricing and offer structures Building testimonial and social proof strategies Developing referral and loyalty programs Reviewing marketing materials for persuasion gaps Training teams on eth...
|
51 |
| 14417 | dependency-scan | jwynia/agent-skills |
Dependency Scan Analyze package dependencies for known vulnerabilities. Quick Start /dependency-scan Scan all detected package managers /dependency-scan --npm Node.js packages only /dependency-scan --pip Python packages only /dependency-scan --fix Auto-fix where possible What This Skill Does Identifies package managers in your project Parses dependency manifests (package.json, requirements.txt, etc.) Checks vulnerability databases for known C...
|
51 |
| 14418 | turborepo | timelessco/recollect |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
51 |
| 14419 | animation-principles | owl-listener/designer-skills |
Animation Principles You are an expert in applying motion design principles to create purposeful UI animations. What You Do You apply animation principles to make interfaces feel natural, guide attention, and communicate state changes. Core UI Animation Principles Easing Ease-out: decelerating (entering elements) Ease-in: accelerating (exiting elements) Ease-in-out: both (moving between positions) Linear: only for continuous animations (progress bars) Duration Micro (50-100ms): button states, to...
|
51 |
| 14420 | writing-react-effects | dust-tt/dust |
Writing React Effects Skill Guides writing React components that avoid unnecessary useEffect calls. Core Principle Effects are an escape hatch for synchronizing with external systems (network, DOM, third-party widgets). If there's no external system, you don't need an Effect. Calculate Derived State During Rendering If a value can be computed from current props/state, do not store it in state or update it in an effect. Derive it during render to avoid extra renders and state drift. Do not set st...
|
51 |
| 14421 | airbnb-ui-skills | ihlamury/design-skills |
Airbnb UI Skills Opinionated constraints for building Airbnb-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Airbnb-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use FEFEFE as page background ( surface-base ) SHOULD reduce color palette (currently 13 colors detected) MUST maintain text contrast ratio of at least 4.5:1 for accessibility Sema...
|
51 |
| 14422 | refactoring | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-refactoring.sh references/ refactoring-patterns.md Refactoring Quality Skill This skill teaches you how to perform safe, systematic code refactoring using GoodVibes precision tools. Refactoring improves code structure and maintainability without changing external behavior, making future development faster and reducing bugs. When to Use This Skill Load this skill when: Code duplication needs to be eliminated Functions or components have grown too large Type safety need...
|
51 |
| 14423 | ai-chat-persistence | andrelandgraf/fullstackrecipes |
AI Chat Persistence with Neon To set up AI Chat Persistence with Neon, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ai-chat-persistence If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ai-chat-persistence
|
51 |
| 14424 | manimce-best-practices | connorads/dotfiles |
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
|
51 |
| 14425 | iot-expert | personamanagmentlayer/pcl |
Expert guidance for IoT systems, embedded devices, edge computing, sensor networks, and IoT protocols. Core Concepts IoT Architecture - Device layer (sensors, actuators) - Edge computing layer - Network layer (connectivity) - Cloud/platform layer - Application layer - Security across all layers IoT Protocols - MQTT (Message Queuing Telemetry Transport) - CoAP (Constrained Application Protocol) - HTTP/REST for IoT - WebSocket for real-time - LoRaWAN for long-range - Zigbee, Z-Wa...
|
51 |
| 14426 | mermaid | teachingai/full-stack-skills |
Mermaid Diagram Visualizer Quick Start: Identify diagram type (flowchart/sequence/state/class/ER/gantt/mindmap) → Define nodes with shapes → Connect with arrows → Wrap in ```mermaid fence. Default: top-to-bottom ( TD ), use flowchart over graph , Unicode supported. Critical Syntax Rules Rule 1: List Syntax Conflicts ❌ [1. Item] → "Unsupported markdown: list" ✅ [1.Item] → Remove space after period ✅ [① Item] → Use circled numbers ①②③④⑤⑥⑦⑧⑨⑩ ✅ [(1) Item] → Use parentheses Rule 2: ...
|
51 |
| 14427 | game-3d-assets | opusgamelabs/game-creator |
Game 3D Asset Engineer (Model Pipeline) You are an expert 3D game artist and integrator. You generate custom 3D models with Meshy AI, find models from free libraries, and wire them into Three.js games — replacing primitive geometry with recognizable 3D models. Philosophy Primitive cubes and spheres are fast to scaffold, but players can't tell a house from a tree. Real 3D models — even low-poly ones — give every entity a recognizable identity. Meshy AI is the preferred source — it generates exact...
|
51 |
| 14428 | react-19 | noklip-io/agent-skills |
No Manual Memoization (REQUIRED) // ✅ React Compiler handles optimization automatically function Component ( { items } ) { const filtered = items . filter ( x => x . active ) ; const sorted = filtered . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ; const handleClick = ( id ) => { console . log ( id ) ; } ; return < List items = { sorted } onClick = { handleClick } / > ; } // ❌ NEVER: Manual memoization const filtered = useMemo ( ( ) => items . filter ( x => x . active ) , [ items...
|
51 |
| 14429 | maven-search | teachingai/full-stack-skills |
When to use this skill ALWAYS use this skill when the user mentions: Searching for Maven dependencies or components Finding Maven coordinates (groupId, artifactId, version) Checking component versions or version history Retrieving Maven artifacts (JAR, POM, sources, Javadoc) Verifying Maven dependency coordinates Analyzing dependency trees or transitive dependencies Working with Maven Central Repository Any request related to Maven components, libraries, or dependencies Trigger phrases includ...
|
51 |
| 14430 | configure-mcp | laurigates/claude-plugins |
/configure:mcp Check and configure Model Context Protocol (MCP) servers for this project. MCP Philosophy: Servers are managed project-by-project (in .mcp.json ), not user-scoped (in ~/.claude/settings.json ), to keep context clean and dependencies explicit. For server configurations, environment variable reference, and report templates, see REFERENCE.md . When to Use This Skill Use this skill when... Use another approach when... Setting up MCP servers for a project Configuring user-level setting...
|
51 |
| 14431 | sales-negotiator | ncklrs/startup-os-skills |
Sales Negotiator Strategic negotiation expertise for B2B sales teams — from preparation and psychology to closing techniques and win-win deal structuring. Philosophy Great negotiation isn't about winning. It's about creating value that makes agreement inevitable. The best B2B negotiators: Prepare obsessively — The negotiation is won before it begins Understand interests, not positions — What they want vs what they say they want Expand the pie before dividing — Find value neither side saw initial...
|
51 |
| 14432 | execute-plan | antinomyhq/forge |
Execute Plan Overview Execute a pre-approved plan with strict adherence to scope, sequence, and verification. The input is typically: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.md or shorthand: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug> Do not redesign the plan during execution. If ambiguity or blockers appear, stop and ask. Workflow Step 1: Initialize Locate Plan Confirm the plan path exists and is readable. If a directory is provided, locate SUMMARY.md inside it. Load Executi...
|
51 |
| 14433 | ha-configuration | laurigates/claude-plugins |
Home Assistant Configuration When to Use This Skill Use this skill when... Use ha-automations instead when... Editing configuration.yaml Creating automation rules Setting up integrations Writing automation triggers/actions Managing secrets.yaml Debugging automation logic Organizing with packages Working with automation blueprints Troubleshooting config errors Setting up device triggers Core Configuration Files File Purpose configuration.yaml Main configuration entry point secrets.yaml Sensitive ...
|
51 |
| 14434 | project planner | eddiebe147/claude-settings |
Project Planner The Project Planner skill helps you create structured, comprehensive project plans with clear timelines, dependencies, deliverables, and resource requirements. It follows the ID8Pipeline methodology and ensures every project starts with proper scoping, architecture planning, and checkpoint definitions. This skill creates actionable project plans that include work breakdown structures (WBS), critical path analysis, resource allocation, and risk mitigation strategies. It integrates...
|
51 |
| 14435 | integration-tests | openai/openai-agents-js |
Integration Tests To set up Integration Tests, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/integration-tests If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/integration-tests
|
51 |
| 14436 | pyside6-mvc | ds-codi/project-memory-mcp |
PySide6 MVC Architecture Instructions Guidelines for building Python desktop applications using PySide6 with strict MVC architecture where all UI is defined by .ui files. Architecture Overview ┌─────────────────────────────────────────┐ │ View Layer (.ui files) │ │ Load from Qt Designer, capture input │ └──────────────────┬──────────────────────┘ │ Signals ┌──────────────────▼──────────────────────┐ │ Controller Layer │ │ Coordinate models & services ...
|
51 |
| 14437 | laravel:quality-checks | jpcaparas/superpowers-laravel |
Run automated checks before handoff or completion. Keep output clean. PHP Style & Lint ``` Check sail pint --test or: vendor/bin/pint --test Fix sail pint or: vendor/bin/pint ``` Static Analysis (choose your tool) ``` PHPStan example sail vendor/bin/phpstan analyse --memory-limit=1G or: vendor/bin/phpstan analyse --memory-limit=1G Psalm example sail vendor/bin/psalm or: vendor/bin/psalm ``` Insights (optional, if installed) ``` sa...
|
51 |
| 14438 | market-environment-analysis | nicepkg/ai-workflow |
Market Environment Analysis Comprehensive analysis tool for understanding market conditions and creating professional market reports anytime. Core Workflow 1. Initial Data Collection Collect latest market data using web_search tool: Major stock indices (S&P 500, NASDAQ, Dow, Nikkei 225, Shanghai Composite, Hang Seng) Forex rates (USD/JPY, EUR/USD, major currency pairs) Commodity prices (WTI crude, Gold, Silver) US Treasury yields (2-year, 10-year, 30-year) VIX index (Fear gauge) Market tradi...
|
51 |
| 14439 | diary-study-plan | owl-listener/designer-skills |
Diary Study Plan Design a longitudinal diary study to capture user behavior in context over time. Context You are a UX researcher designing a diary study for $ARGUMENTS. Instructions Define research goals : What longitudinal behaviors or experiences are you studying? Design the study : Duration : Recommended length (typically 1-4 weeks) Participants : 8-15 participants, screening criteria, compensation plan Entry prompts : Daily or event-triggered prompts (mix of structured and open-ended) Captu...
|
51 |
| 14440 | receive-feedback | existential-birds/beagle |
Receive Feedback Overview Process code review feedback with verification-first discipline. No performative agreement. Technical correctness over social comfort. Quick Reference ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ VERIFY │ ──▶ │ EVALUATE │ ──▶ │ EXECUTE │ │ (tool-based)│ │ (decision │ │ (implement/ │ │ │ │ matrix) │ │ reject/ │ └─────────────┘ └──────────────┘ │ defer) │ └─────────────┘ Core Principle Verify ...
|
51 |
| 14441 | vercel-react-native-skills | kimny1143/claude-code-template |
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
|
51 |
| 14442 | react-server-components | patricio0312rev/skills |
React Server Components Build performant applications with React Server Components and Next.js App Router. Core Workflow Understand RSC model: Server vs client components Design component tree: Plan server/client boundaries Implement data fetching: Fetch in server components Add interactivity: Client components where needed Enable streaming: Suspense for progressive loading Optimize: Minimize client bundle size Server vs Client Components Key Differences Feature Server Components Client Compon...
|
51 |
| 14443 | blueprint-derive-prd | laurigates/claude-plugins |
Generate a Product Requirements Document (PRD) for an existing project by analyzing README, documentation, and project structure. Use Case : Onboarding existing projects to Blueprint Development system. Prerequisites : Blueprint Development initialized ( docs/blueprint/ exists) Project has some existing documentation (README.md, docs/, etc.) Steps : Phase 1: Discovery 1.1 Check Prerequisites ls docs/blueprint/manifest.json If not found → suggest running /blueprint:init first. 1.2 Gather Project ...
|
51 |
| 14444 | speckit-implement | dceoy/speckit-agent-skills |
Spec Kit Implement Skill When to Use The plan and tasks are complete and you are ready to implement. Inputs specs/<feature>/tasks.md and plan.md Optional artifacts: data-model.md , contracts/ , research.md , quickstart.md User constraints (e.g., scope, testing expectations) If tasks are missing or incomplete, ask the user to run speckit-tasks first. Workflow Run .specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks from repo root and parse FEATURE_DIR and AVAILABLE_...
|
51 |
| 14445 | incident-runbook-templates | oimiragieo/agent-studio |
Incident Runbook Templates Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication. When to Use This Skill Creating incident response procedures Building service-specific runbooks Establishing escalation paths Documenting recovery procedures Responding to active incidents Onboarding on-call engineers Core Concepts 1. Incident Severity Levels Severity Impact Response Time Example SEV1 Complete outage, data loss 15 min Produ...
|
51 |
| 14446 | ci-workflows | laurigates/claude-plugins |
Standard GitHub Actions workflows for CI/CD automation. Required Workflows 1. Container Build Workflow File: `.github/workflows/container-build.yml` Multi-platform container build with GHCR publishing: ``` name: Build Container on: push: branches: [main] pull_request: branches: [main] release: types: [published] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages...
|
51 |
| 14447 | claude-code-hooks | vasilyu1983/ai-agents-public |
Claude Code Hooks — Meta Reference This skill provides the definitive reference for creating Claude Code hooks. Use this when building automation that triggers on Claude Code events. When to Use This Skill Building event-driven automation for Claude Code Creating PreToolUse guards to block dangerous commands Implementing PostToolUse formatters, linters, or auditors Adding Stop hooks for testing or notifications Setting up SessionStart/SessionEnd for environment management Integrating Claude Code...
|
51 |
| 14448 | affinity-diagram | owl-listener/designer-skills |
Affinity Diagram Organize qualitative research data into themed clusters and insight statements. Context You are a UX researcher synthesizing qualitative data for $ARGUMENTS. If the user provides files (interview notes, observation data, survey responses), read them first. Instructions Extract data points : Pull individual observations, quotes, and notes from the raw data. Bottom-up clustering : Group related data points into natural clusters (do not start with predefined categories). Name each ...
|
51 |
| 14449 | healthcare compliance | eddiebe147/claude-settings |
Healthcare Compliance Expert healthcare regulatory compliance system designed for medical practices, healthcare organizations, health IT companies, and healthcare professionals navigating complex privacy, security, and operational regulations. This skill provides HIPAA compliance guidance, privacy and security assessments, breach response protocols, policy development, training frameworks, and regulatory requirement interpretation. The Healthcare Compliance skill excels at translating complex re...
|
51 |
| 14450 | brand-marketing | dylantarre/animation-principles |
Brand Marketing Animation Apply Disney's 12 animation principles to commercials, advertisements, brand identity, and marketing content. Quick Reference Principle Brand/Marketing Implementation Squash & Stretch Product bounce, logo elasticity Anticipation Build-up to reveal, suspense Staging Product hero shots, focal control Straight Ahead / Pose to Pose Story flow vs key moments Follow Through / Overlapping Logo elements settle, tagline delay Slow In / Slow Out Dramatic reveals, smooth motion ...
|
51 |