███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14801 | plan-video | kenneth-liao/ai-launchpad-marketplace |
Plan Video Overview This orchestrator sequences foundation skills to produce a complete video plan: researched titles, thumbnail concepts, hook strategies, and a content outline. It manages the user selection workflow between steps but delegates all content generation to specialized skills. Core Principle : This is a thin orchestrator. All content generation goes through foundation skills — that's where the proven patterns, formulas, and quality logic live. This skill manages workflow sequence, ...
|
50 |
| 14802 | sound-design-film | guia-matthieu/clawfu-skills |
Sound Design (Murch Method) Apply Walter Murch's legendary film sound principles to marketing video, creating emotionally resonant audio that audiences feel without consciously noticing. When to Use This Skill Designing sound for brand films and documentaries Creating emotional impact in video ads Layering music, effects, and voice effectively Building immersive soundscapes for content Elevating production value through audio Understanding why certain videos "feel" professional Methodology Found...
|
50 |
| 14803 | rust-code-navigator | actionbook/rust-skills |
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. LSP( operation: "goToDefinition", filePath: "src/main.rs", line: 25, character: 10 ) Use when: User asks "wh...
|
50 |
| 14804 | solana-kit-migration | sendaifun/skills |
This skill helps you navigate the transition between `@solana/web3.js` (v1.x) and `@solana/kit` (formerly web3.js 2.0), providing guidance on when to use each library and how to migrate between them. Overview The Solana JavaScript ecosystem has two major SDK options: | `@solana/web3.js` (1.x) | Maintenance mode | Legacy projects, Anchor-dependent apps | `@solana/kit` | Active development | New projects, performance-critical apps Key Decision: `@solana/kit` is the future, but migratio...
|
50 |
| 14805 | domain-management | sgcarstrends/sgcarstrends |
Domain Management Skill This skill helps you manage domains and DNS configuration for the SG Cars Trends platform. When to Use This Skill Adding new subdomains Configuring SSL certificates Updating DNS records Debugging domain resolution issues Setting up custom domains for services Managing Cloudflare settings Troubleshooting SSL/TLS errors Domain Architecture Domain Structure sgcarstrends.com Production web app staging.sgcarstrends.com Staging web app dev.sgca...
|
50 |
| 14806 | releasenotes | exceptionless/exceptionless |
Generate a changelog for all changes from the most recent release until now. Steps Find the most recent release tag using git tag --sort=-creatordate Get commits and merged PRs since that tag Look at previous releases in this repo to match their format and style Categorize changes into sections: Breaking Changes, Added, Changed, Fixed, Notes Focus on user-facing changes (features, important bug fixes, breaking changes) Include PR links and contributor attribution Output Present the changelog in ...
|
50 |
| 14807 | workflow-test-fix-cycle | catlog22/claude-code-workflow |
Workflow Test-Fix Cycle End-to-end test-fix workflow pipeline: generate test sessions with progressive layers (L0-L3), AI code validation, and task generation (Phase 1), then execute iterative fix cycles with adaptive strategy engine until pass rate >= 95% (Phase 2). Architecture Overview ┌────────────────────────────────────────────────────────────────────────────┐ │ Workflow Test-Fix Cycle Orchestrator (SKILL.md) │ │ → Full pipeline: Test generation + Iterative exe...
|
50 |
| 14808 | universal-emotion | dylantarre/animation-principles |
Map Disney's 12 principles to any emotional goal through systematic analysis. Emotional Goal Any emotion can be achieved through intentional application of animation principles. This framework helps translate emotional intent into specific motion parameters. Emotion Mapping Framework Step 1: Define the Emotion Identify your target on these spectrums: - Energy: Low ←→ High - Valence: Negative ←→ Positive - Arousal: Calm ←→ Excited - Dominance: Submissive ←→ Powerful Step 2: Map Prin...
|
50 |
| 14809 | publish-substack-article | sugarforever/01coder-agent-skills |
Publish Substack Article Publish Markdown content to Substack post editor, converting Markdown to HTML and pasting as rich text. Saves as draft for user review before publishing. Prerequisites Browser automation MCP (either one): Chrome DevTools MCP ( mcp__chrome-devtools__* ) Playwright MCP ( mcp__playwright__* ) User logged into Substack Python 3 with markdown package ( pip install markdown ) copy_to_clipboard.py script (shared from publish-zsxq-article skill) Browser MCP Tool Mapping This ski...
|
50 |
| 14810 | playwright-automation-expert | jmr85/e2e-agent-skills |
Playwright Automation Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation, project structure, and REST API testing. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, debugging flaky tests, project structure design, and REST API testing. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E...
|
50 |
| 14811 | python-docx | vamseeachanta/workspace-hub |
Python-docx Word Document Automation Skill Overview Python-docx is a Python library for creating and manipulating Microsoft Word (.docx) documents. This skill covers comprehensive patterns for document automation including: Document creation from scratch or templates Paragraph formatting with styles, fonts, and alignment Table generation with merged cells, styles, and formatting Headers and footers with page numbers and dynamic content Image insertion with sizing and positioning Style management...
|
50 |
| 14812 | refactor:flutter | snakeo/claude-debug-and-refactor-skills-plugin |
You are an elite Flutter/Dart refactoring specialist with deep expertise in writing clean, maintainable, and performant Flutter applications. You have mastered Dart 3 features, modern state management patterns (Riverpod 3.0, BLoC), widget composition, and Clean Architecture principles. Core Refactoring Principles DRY (Don't Repeat Yourself) - Extract repeated widget trees into reusable components - Create utility functions for repeated computations - Use mixins for shared behavior across ...
|
50 |
| 14813 | sla-management | groeimetai/snow-flow |
SLA (Service Level Agreement) Management tracks and ensures service commitments are met. SLA Components | SLA Definition | contract_sla | SLA rules and conditions | Task SLA | task_sla | SLA instance on a task | SLA Workflow | wf_workflow | SLA breach notifications | SLA Schedule | cmn_schedule | Business hours definition SLA Flow ``` Task Created ↓ SLA Definition Conditions Match ↓ Task SLA Record Created ↓ Timer Starts (based on schedule) ↓ SLA Stages: In P...
|
50 |
| 14814 | react-three-game | prnthh/react-three-game-skill |
react-three-game Instructions for the agent to follow when this skill is activated. When to use generate 3D scenes, games and physics simulations in React. Agent Workflow: JSON → GLB Agents can programmatically generate 3D assets: Create a JSON prefab following the GameObject schema Load it in PrefabEditor to render the Three.js scene Export the scene to GLB format using exportGLB or exportGLBData import { useRef, useEffect } from 'react'; import { PrefabEditor, exportGLBData } from 'react...
|
50 |
| 14815 | local-llm-router | hoodini/ai-agents-skills |
Local LLM Router for Air-Gapped Networks Intelligent routing of AI coding queries to local LLMs with Serena LSP integration for secure, offline-capable development environments. Prerequisites (CRITICAL) Before using this skill, ensure: Serena MCP Server installed and running (PRIMARY TOOL) At least one local LLM service running (Ollama, LM Studio, Jan, etc.) Install Serena (required) pip install serena Or via uvx uvx --from git+https://github.com/oraios/serena serena start-mcp-server Verify l...
|
50 |
| 14816 | homeassistant-skill | anotb/homeassistant-skill |
Home Assistant Skill Control smart home devices via the Home Assistant REST API. Setup Set environment variables: HA_URL — Your Home Assistant URL (e.g., http://10.0.0.10:8123 ) HA_TOKEN — Long-lived access token (create in HA → Profile → Long-Lived Access Tokens) Safety Rules Always confirm with the user before performing these actions: Locks — locking or unlocking any lock Alarm panels — arming or disarming Garage doors — opening or closing ( cover.* with device_class: garage ) Security automa...
|
50 |
| 14817 | brochure-design-generation | eachlabs/skills |
Brochure Design Generation Generate professional brochure designs using each::sense. This skill creates visually appealing brochure layouts for various industries and purposes, from corporate communications to travel marketing. Features Tri-Fold Brochures : Classic three-panel designs for marketing materials Bi-Fold Brochures : Simple two-panel layouts for concise messaging Corporate Brochures : Professional designs for business communications Travel/Tourism Brochures : Inspiring visuals for des...
|
50 |
| 14818 | agentscope-java | agentscope-ai/agentscope-java |
When the user asks you to write AgentScope Java code, follow these instructions carefully. CRITICAL RULES - NEVER VIOLATE THESE 🚫 ABSOLUTELY FORBIDDEN: NEVER use .block() in example code - This is the 1 mistake. Only use .block() in main() methods or test code when explicitly creating a runnable example. NEVER use Thread.sleep() - Use Mono.delay() instead. NEVER use ThreadLocal - Use Reactor Context with Mono.deferContextual(). NEVER hardcode API keys - Always use System.getenv(). NEVER ignor...
|
50 |
| 14819 | script-include-patterns | groeimetai/snow-flow |
Script Include Patterns for ServiceNow Script Includes are reusable server-side JavaScript libraries that can be called from any server-side script. Script Include Types Type Use Case Client Callable Standard Server-side utilities No Client Callable GlideAjax from client Yes On-Demand Lazy loading No AbstractAjaxProcessor Client-server communication Yes Standard Script Include (ES5) // Basic utility class var IncidentUtils = Class . create ( ) IncidentUtils . prototype = { initialize : function ...
|
50 |
| 14820 | bun http server | secondsky/claude-skills |
Bun has a built-in high-performance HTTP server via `Bun.serve()`. Quick Start ``` const server = Bun.serve({ port: 3000, fetch(req) { return new Response("Hello World!"); }, }); console.log(`Server running at http://localhost:${server.port}`); ``` Request Handling ``` Bun.serve({ fetch(req) { const url = new URL(req.url); // Method console.log(req.method); // GET, POST, etc. // Path console.log(url.pathname); // /api/users // Query params conso...
|
50 |
| 14821 | aws-account-management | hoodini/ai-agents-skills |
AWS Account Management Manage AWS accounts, organizations, IAM, and billing effectively. AWS Organizations Organization Structure Root ├── Production OU │ ├── Prod Account A │ └── Prod Account B ├── Development OU │ ├── Dev Account │ └── Staging Account ├── Security OU │ ├── Security Account │ └── Log Archive Account └── Sandbox OU └── Sandbox Account Create Organization Create organization (from management account) aws organizations create-organization --feature-set ALL Cr...
|
50 |
| 14822 | template-creator | oimiragieo/agent-studio |
Mode: Cognitive/Prompt-Driven -- No standalone utility script; use via agent context. Template Creator Skill Creates, validates, and registers templates for the multi-agent orchestration framework. +==============================================================+ | MANDATORY: Research-Synthesis MUST be invoked BEFORE | | this skill. Invoke: Skill({ skill: "research-synthesis" }) | | FAILURE TO RESEARCH = UNINFORMED TEMPLATE = REJECTED | +======================================...
|
50 |
| 14823 | azure-ai-contentsafety-java | sickn33/antigravity-awesome-skills |
Azure AI Content Safety SDK for Java Build content moderation applications using the Azure AI Content Safety SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-contentsafety </ artifactId > < version > 1.1.0-beta.1 </ version > </ dependency > Client Creation With API Key import com . azure . ai . contentsafety . ContentSafetyClient ; import com . azure . ai . contentsafety . ContentSafetyClientBuilder ; import com . azure . ai . contentsafety . ...
|
50 |
| 14824 | ai-ml-senior-engineer | modra40/claude-codex-skills-directory |
AI/ML Senior Engineer Skill Persona: Elite AI/ML Engineer with 20+ years experience at top research labs (DeepMind, OpenAI, Anthropic level). Published researcher with expertise in building production LLMs and state-of-the-art ML systems. Core Philosophy KISS > Complexity | Simple solutions that work > clever solutions that break Readability > Brevity | Code is read 10x more than written Explicit > Implicit | No magic, no hidden behavior Tested > Assumed | If it's not tested...
|
50 |
| 14825 | openapi-documentation | dengineproblem/agents-monorepo |
Expert in creating comprehensive OpenAPI/Swagger specifications and API documentation aligned with OpenAPI 3.0+ standards. Core Principles Specification Standards - Use OpenAPI 3.0.3 or 3.1.0 - Consistent naming conventions (kebab-case for paths, camelCase for properties) - Organize endpoints through tags - Maintain reusable component schemas - Document all response codes Documentation Quality - Provide business logic context - Include extensive realistic examples - Document all er...
|
50 |
| 14826 | database-architect | rmyndharis/antigravity-skills |
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
|
50 |
| 14827 | payment-integration | mgd34msu/goodvibes-plugin |
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
|
50 |
| 14828 | scan | allenai2014/ai-investment-advisor |
/scan - 市场扫描与标的推荐 基于用户的投资偏好和关注方向,扫描市场机会,推荐值得关注的标的。 使用方式 /scan - 默认广谱扫描(关注池 + 市场热点) /scan AI - 聚焦扫描AI相关机会 /scan 半导体 - 聚焦扫描半导体方向 /scan 趋势 - 寻找近期趋势明显的标的 执行步骤 第一步:读取用户偏好 读取以下配置文件了解用户的投资偏好: 股市信息/Config/Profile.md - 投资风格、风险偏好 股市信息/Config/Watchlist.md - 关注方向、排除清单 股市信息/Config/Holdings.md - 当前持仓(避免重复推荐) 第二步:确定扫描范围 若用户 未明确 方向:执行 广谱扫描 = 关注池 + 行业/概念热点 + 资金流向 若用户 明确 方向:仅聚焦相关行业/主题 第三步:获取市场数据(核心步骤) 运行数据获取脚本: cd "股市信息" && python3 scripts/fetch_market_data.py 脚本输出包含 : indices : 主要指数数据 holdings : 持仓行情(含ETF/A股/港股/...
|
50 |
| 14829 | saas metrics tracker | eddiebe147/claude-settings |
SaaS Metrics Tracker Track and analyze key SaaS metrics including MRR, churn, NRR, and ARR 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 saas metrics tracker saas metrics Review and optimize review saas metrics tracker Get best practices saas metrics tracker b...
|
50 |
| 14830 | design-token-audit | owl-listener/designer-skills |
Design Token Audit You are an expert in auditing design token adoption and consistency across products. What You Do You audit how design tokens are used (or not used) in a product, identifying inconsistencies, gaps, and hard-coded values. Audit Scope Token Coverage What percentage of visual properties use tokens? Which properties are commonly hard-coded? Are the right tier of tokens used (global vs semantic vs component)? Token Consistency Are the same tokens used for the same purposes? Are ther...
|
50 |
| 14831 | openai | vm0-ai/vm0-skills |
OpenAI API Use the OpenAI API via direct curl calls to access GPT models, DALL-E image generation, Whisper transcription, embeddings, and text-to-speech. Official docs: https://platform.openai.com/docs/api-reference When to Use Use this skill when you need to: Chat completions with GPT-4o, GPT-4, or GPT-3.5 models Image generation with DALL-E 3 Audio transcription with Whisper Text-to-speech audio generation Text embeddings for semantic search and RAG Vision tasks (analyze images with GPT-4...
|
50 |
| 14832 | webinar-content-repurposer | onewave-ai/claude-skills |
Webinar Content Repurposer Turn one webinar into 20+ pieces of content across multiple channels. Instructions You are an expert content strategist specializing in repurposing long-form video content into multiple high-value assets. Your mission is to extract maximum value from webinar recordings by transforming them into diverse, platform-optimized content pieces. Core Capabilities Input Processing: Accept webinar transcripts, video files, or presentation slides Identify key topics, themes...
|
50 |
| 14833 | backend-patterns | kimny1143/claude-code-template |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
50 |
| 14834 | azure-communication-callautomation-java | sickn33/antigravity-awesome-skills |
Azure Communication Call Automation (Java) Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-callautomation </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . callautomation . CallAutomationClient ; import com . azure . communication . callautomation . CallAutomatio...
|
50 |
| 14835 | oracle-cloud | dauquangthanh/hanoi-rainbow |
Oracle Cloud Infrastructure (OCI) Core Capabilities Provides expert guidance for Oracle Cloud Infrastructure across all major services: Compute Services - VM instances, bare metal, autoscaling, instance pools Networking - Virtual Cloud Networks (VCN), subnets, security lists, route tables, load balancers, VPN Storage - Block volumes, object storage, file storage, archive storage Database Services - Autonomous Database, MySQL, PostgreSQL, NoSQL, MongoDB Container & Kubernetes - Oracle Kubernete...
|
50 |
| 14836 | gmail-access | terrylica/cc-skills |
Gmail Access Read and search Gmail programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Gmail Operation) CRITICAL : You MUST complete this preflight checklist before running any Gmail commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gmail-commander/scripts/gmail-cli/gmail" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ~/.claude/plugins/marketplaces/cc-skills/plu...
|
50 |
| 14837 | mobile-ui-development-rule | oimiragieo/agent-studio |
Mobile Ui Development Rule Skill You are an expert in Mobile UI development. Focus on UI and styling best practices. Implement Navigation patterns effectively. Manage State efficiently. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
|
50 |
| 14838 | azure-messaging-webpubsub-java | sickn33/antigravity-awesome-skills |
Azure Web PubSub SDK for Java Build real-time web applications using the Azure Web PubSub SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-messaging-webpubsub </ artifactId > < version > 1.5.0 </ version > </ dependency > Client Creation With Connection String import com . azure . messaging . webpubsub . WebPubSubServiceClient ; import com . azure . messaging . webpubsub . WebPubSubServiceClientBuilder ; WebPubSubServiceClient client = new WebPubS...
|
50 |
| 14839 | chatbot-analytics | erichowens/some_claude_skills |
AI Chatbot Analytics This skill helps you implement analytics for the AI coaching chat feature while maintaining HIPAA compliance. Core Metrics to Track Based on industry best practices, track these 13 key metrics: Metric Description HIPAA Safe? Total Sessions Number of chat sessions Yes Avg Messages/Session Messages per conversation Yes Avg Session Duration Time spent in chat Yes Engagement Rate % users who use chat Yes Completion Rate Sessions ended naturally Yes Abandonment Rate Sessions ...
|
50 |
| 14840 | case-study | owl-listener/designer-skills |
Case Study You are an expert in crafting compelling design case studies for portfolios and presentations. What You Do You structure case studies that tell the story of a design project, demonstrating process, thinking, and impact. Case Study Structure 1. Overview Project title and one-line summary Your role and team composition Timeline and scope Key outcome or metric (the hook) 2. Challenge Business context and problem statement User needs and pain points Constraints and requirements Why this p...
|
50 |
| 14841 | youtube-transcript | badlogic/pi-skills |
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
|
50 |
| 14842 | data-analysis | excelsioryy/data-analysis-skill |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
50 |
| 14843 | bun ffi | secondsky/claude-skills |
Bun FFI Bun's FFI allows calling native C/C++ libraries from JavaScript. Quick Start import { dlopen , suffix , FFIType } from "bun:ffi" ; // Load library const lib = dlopen ( ` libc. ${ suffix } ` , { printf : { args : [ FFIType . cstring ] , returns : FFIType . int , } , } ) ; // Call function lib . symbols . printf ( "Hello from C!\n" ) ; Loading Libraries Platform-Specific Paths import { dlopen , suffix } from "bun:ffi" ; // suffix is: "dylib" (macOS), "so" (Linux), "dll" (Windows) // System...
|
50 |
| 14844 | sound-effects | connorads/dotfiles |
ElevenLabs Sound Effects Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_sound_effects . convert ( text = "Thunder rumbling in the distance with light rain" , ) with open ( "thunder.mp3" , "wb" ) as f : for chunk in audio : f . write ( chunk )...
|
50 |
| 14845 | budget planner | eddiebe147/claude-settings |
Budget Planner Expert budget creation and management agent that builds comprehensive budgets, tracks spending against plans, analyzes variances, and optimizes resource allocation. Specializes in zero-based budgeting, rolling forecasts, and multi-scenario planning. This skill applies structured budgeting methodologies to help organizations plan spending, control costs, and make data-driven allocation decisions. Perfect for annual planning, project budgets, departmental spending, and startup runwa...
|
50 |
| 14846 | design-qa-checklist | owl-listener/designer-skills |
Design QA Checklist You are an expert in creating systematic QA checklists for verifying design implementation. What You Do You create checklists that help designers systematically verify that implementations match design specifications. QA Categories Visual Accuracy Colors match design tokens Typography matches specified styles Spacing and sizing match specs Border radius, shadows, opacity correct Icons are correct size and color Images are correct aspect ratio and quality Layout Grid alignment...
|
50 |
| 14847 | recipe-card-creator | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 14848 | gitlab | vm0-ai/vm0-skills |
GitLab Skill This skill provides GitLab integration using the official glab CLI tool. A Python wrapper script produces markdown-formatted output for read/view operations. Action commands (create, merge, close, comment) should use glab directly. Prerequisites Install glab CLI : installation guide Authentication Authenticate with GitLab glab auth login Verify authentication glab auth status Supports GitLab.com, GitLab Dedicated, and GitLab Self-Managed instances. See GitLab CLI Authentication fo...
|
50 |
| 14849 | injury-report-tracker | onewave-ai/claude-skills |
Injury Report Tracker Monitor injury news across leagues. Fantasy impact analysis, backup player analysis, return timeline estimates. Instructions You are an expert sports injury analyst. Track injuries, assess fantasy impact, and provide return timeline predictions. Output Format Injury Report Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs...
|
50 |
| 14850 | positron-pr-helper | posit-dev/positron |
This skill helps you create comprehensive PR bodies for the posit-dev/positron repository with up-to-date e2e test tags fetched directly from the source of truth. When to Use This Skill Use this skill when: - Creating a new PR and need a well-structured body - Updating an existing PR body with the correct format - You need the current list of e2e test tags for QA notes - You want to ensure your PR body follows Positron conventions Prerequisites - GitHub CLI (`gh`) installed and authent...
|
50 |