███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 18851 | legal assistant | eddiebe147/claude-settings |
Legal Assistant Expert legal document analysis and contract review system designed for business professionals, entrepreneurs, and individuals navigating legal documentation. This skill provides structured analysis of contracts, identifies potential risks, ensures compliance with common legal standards, and helps draft clear, protective legal language. The Legal Assistant excels at breaking down complex legal jargon into plain English, highlighting key obligations and rights, flagging unusual or ...
|
52 |
| 18852 | creative-copywriter | dengineproblem/agents-monorepo |
Ты - копирайтер AI-агентства Performante, специализирующийся на создании высококонверсионных рекламных текстов. Workflow (ОБЯЗАТЕЛЬНО) Шаг 1: Определи аккаунт Спроси пользователя для какого аккаунта нужен текст. Проверь список аккаунтов в `.claude/ads-agent/config/ad_accounts.md` Шаг 2: Прочитай бриф КРИТИЧНО: Прочитай `.claude/ads-agent/config/briefs/{account}.md` Шаг 3: Извлеки контекст Из брифа используй: - Бизнес: название, ниша, регион, услуги - Конкурентные преимущества: что о...
|
52 |
| 18853 | controller-backend | cartridge-gg/docs |
Controller Backend Integration Integrate Controller into server-side applications and automated systems. Sessions enable pre-approved transactions without manual user approval, making them ideal for automated backends. Node.js Uses SessionProvider with file-based session storage. Installation pnpm add @cartridge/controller starknet Setup import SessionProvider , { ControllerError , } from "@cartridge/controller/session/node" ; import { constants } from "starknet" ; import path from "path" ; cons...
|
52 |
| 18854 | advanced-array-patterns | josiahsiegel/claude-plugin-marketplace |
CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Advanced Bash Array Patterns (2025) Overview Comprehensive guide to bash arrays including indexed arrays, associative arrays, mapfile/readarray, and advanced manipulation patterns following 2025 best practices. Indexed Arrays Declaration and Initialization !/usr/bin/env b...
|
52 |
| 18855 | protobuf | bufbuild/claude-plugins |
Protocol Buffers When You Need This Skill Creating or editing .proto files Setting up buf.yaml or buf.gen.yaml Designing gRPC or Connect services Adding protovalidate constraints Troubleshooting buf lint or breaking change errors Core Workflow 1. Match Project Style Before writing proto code, review existing .proto files in the project. Match conventions for naming, field ordering, structural patterns, validation, and documentation style. If none exists, ask the user what style should be used or...
|
52 |
| 18856 | diagnostics-development | biomejs/biome |
Purpose Use this skill when creating diagnostics - the error messages, warnings, and hints shown to users. Covers the Diagnostic trait, advice types, and best practices for clear, actionable messages. Prerequisites Read crates/biome_diagnostics/CONTRIBUTING.md for concepts Understand Biome's Technical Principles Follow the "show don't tell" philosophy Diagnostic Principles Explain what - State what the error is (diagnostic message) Explain why - Explain why it's an error (advice notes) Tell how ...
|
52 |
| 18857 | ln-830-code-modernization-coordinator | 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. ln-830-code-modernization-coordinator Type: L2 Domain Coordinator Category: 8XX Optimization Coordinates code modernization by delegating to L3 workers: ln-831 (OSS replacer) and ln-832 (bundle optimizer). Executes migration plans from 6XX audit findings. Overview Aspect Details Input Audit report (ln-645 migration plan) OR...
|
52 |
| 18858 | plan-verify | xiaolai/vmark |
Plan Verify Overview Runs the plan’s required tests/gates and validates acceptance criteria, producing a pass/fail verification report. Workflow (Verify) Locate the plan Prefer docs/codex-plans/<plan>.md (local, not in repo). If unclear, ask for the plan path. Extract verification checklist For each WI, list: Acceptance criteria Required tests Manual checks (if any) Run gates Use repo-specific gates from .claude/commands/feature-workflow.md or plan “Testing Procedures”. If tests are not runnable...
|
52 |
| 18859 | detox-mobile-test | dengineproblem/agents-monorepo |
Detox Mobile Testing Expert Эксперт по E2E тестированию React Native приложений с Detox. Core Testing Principles Synchronization Автоматическая синхронизация с React Native bridge Синхронизация с анимациями и сетевыми запросами waitFor() для явных ожиданий toBeVisible() вместо toExist() для стабильности Test Organization AAA pattern (Arrange, Act, Assert) Изоляция через beforeEach() и afterEach() describe() для группировки Page Object pattern для сложного UI Configuration .detoxrc.json { "testRu...
|
52 |
| 18860 | prowler | prowler-cloud/prowler |
Components Component Stack Location SDK Python 3.9+, Poetry prowler/ API Django 5.1, DRF, Celery api/ UI Next.js 15, React 19, Tailwind 4 ui/ MCP FastMCP 2.13.1 mcp_server/ Quick Commands SDK poetry install --with dev poetry run python prowler-cli.py aws --check check_name poetry run pytest tests/ API cd api && poetry run python src/backend/manage.py runserver cd api && poetry run pytest UI cd ui && pnpm run dev cd ui && pnpm run healthcheck MCP cd mcp_server && uv run prowler-mcp Full Stac...
|
52 |
| 18861 | api-tests | laurigates/claude-plugins |
/configure:api-tests Check and configure API contract testing infrastructure for validating API contracts, schemas, and consumer-provider agreements. When to Use This Skill Use this skill when... Use another approach when... Setting up API contract testing (Pact, OpenAPI, schema) Running existing API tests (use bun test or test runner directly) Validating OpenAPI specification compliance Editing OpenAPI spec content (use editor directly) Adding breaking change detection to CI General CI workflow...
|
52 |
| 18862 | real estate analyst | eddiebe147/claude-settings |
Real Estate Analyst Comprehensive real estate analysis system designed for investors, agents, property managers, and developers evaluating residential and commercial properties. This skill provides detailed financial modeling, market analysis, property valuation, investment return calculations, and risk assessment to support informed real estate decisions. The Real Estate Analyst excels at analyzing rental properties for cash flow and appreciation potential, comparing investment opportunities, e...
|
52 |
| 18863 | recommendation-system | secondsky/claude-skills |
Recommendation System Production-ready architecture for scalable recommendation systems with feature stores, multi-tier caching, A/B testing, and comprehensive monitoring. When to Use This Skill Load this skill when: Building Recommendation APIs : Serving personalized recommendations at scale Implementing Caching : Multi-tier caching for sub-millisecond latency Running A/B Tests : Experimenting with recommendation algorithms Monitoring Quality : Tracking CTR, conversion, diversity, coverage Opti...
|
52 |
| 18864 | marketing-strategy-pmm | borghei/claude-skills |
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
|
52 |
| 18865 | mastra-docs | mastra-ai/mastra |
Mastra Documentation Guidelines Instructions and styleguides for writing and maintaining Mastra documentation. This skill should be used whenever creating or updating documentation for Mastra to ensure consistency, clarity, and quality across all docs. Scope @docs/ - This folder contains the source code and contents of the documentation site. All documentation for Mastra should be created and maintained here. @docs/src/content/en/ - This subfolder contains the actual markdown files for the docum...
|
52 |
| 18866 | release-check | drillan/speckit-gates |
Validates release readiness before creating a release. Purpose This skill validates that all artifacts are complete and consistent for release: - Spec kit artifacts: spec.md, plan.md, tasks.md exist and are complete - Documentation: README.md, CHANGELOG.md have required sections - Versioning: Version numbers are consistent across package.json and CHANGELOG - API docs: API documentation matches contract specifications Output The skill outputs a ReleaseChecklist with: - Overall readines...
|
52 |
| 18867 | mf-context | module-federation/core |
Collect the following information step by step from $ARGUMENTS (defaults to the current working directory if empty), then output the aggregated MFContext. 1. Basic Info Read {projectRoot}/package.json and extract: name : project name Merge dependencies + devDependencies into a full dependency map Detect the package manager (check files in order): pnpm-lock.yaml → pnpm yarn.lock → yarn package-lock.json → npm 2. Bundler & MF Config Find config files in the following priority order ( .ts / .mts ta...
|
52 |
| 18868 | playwright-expert | cin12211/orca-q |
Playwright Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation. 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, and debugging flaky tests. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E2E tests with Playwright Setting up Playwright test infrastructure Debugging flaky browser t...
|
52 |
| 18869 | playfulness-fun | dylantarre/animation-principles |
Create animations that entertain, surprise, and make interactions genuinely enjoyable. Emotional Goal Playfulness invites interaction through unexpected, whimsical motion. Fun comes from animations that have personality, respond expressively, and make users smile. Disney Principles for Playfulness Squash & Stretch Generous, exaggerated (25-40%). Rubbery, cartoon physics. Objects should feel alive and reactive. Bounce like a beach ball. Anticipation Exaggerated wind-ups (150-250ms). Co...
|
52 |
| 18870 | testability-scoring | proffesor-for-testing/agentic-qe |
<default_to_action> When assessing testability: - RUN assessment against target URL - ANALYZE all 10 principles automatically - GENERATE HTML report with radar chart - PRIORITIZE improvements by impact/effort - INTEGRATE with QX Partner for holistic view Quick Assessment: ``` Run assessment on any URL TEST_URL='https://example.com/' npx playwright test tests/testability-scoring/testability-scoring.spec.js --project=chromium --workers=1 Or use shell script wrapper .claude/skills/testabi...
|
52 |
| 18871 | scriptwriting-methodology | mike-coulbourn/claude-vibes |
Scriptwriting Methodology for Sponsored Content Core Framework: The DR Formula The Direct Response (DR) Formula is the industry standard for sponsored and affiliate video scripts: Structure HOOK (0-3 seconds): Stop the scroll PROBLEM (3-7 seconds): Make them feel understood SOLUTION (7-12 seconds): Introduce the product VALUE PROP (12-15 seconds): Why this product is different SOCIAL PROOF (15-18 seconds): Results and credibility CTA (18-20 seconds): Clear call to action Key Principle Scripts...
|
52 |
| 18872 | creative-coder | mae616/design-skills |
Apply this skill when the request involves: - Animation, interaction, motion design, transitions, scroll effects, micro-UX, immersive experience - アニメーション、インタラクション、表現、演出、マイクロUX、没入感、スクロール、トランジション - Any visual expression or timing-based UI behavior Core Principles - Experience is state transitions and timing, not just visuals. Design how things change over time. - Constraints first. Respect accessibility (prefers-reduced-motion) and performance (GPU load, INP/LCP). - Start minimal. Prototy...
|
52 |
| 18873 | swift-best-practices | sammcj/agentic-coding |
Swift Best Practices Skill Overview Apply modern Swift development best practices focusing on Swift 6+ features, concurrency safety, API design principles, and code quality guidelines for iOS and macOS projects targeting macOS 15.7+. When to Use This Skill Use this skill when: Writing new Swift code for iOS or macOS applications Reviewing Swift code for correctness, safety, and style Implementing Swift concurrency features (async/await, actors, MainActor) Designing Swift APIs and public interfac...
|
52 |
| 18874 | ui-audio-theme | b-open-io/prompts |
Generate cohesive sets of subtle, minimal UI sound effects using ElevenLabs text-to-sound-effects API. Create "audio themes" - coordinated sets of sounds that share a common aesthetic and map to standard UI interaction constants. Prerequisites ``` Verify ElevenLabs API key is configured echo $ELEVENLABS_API_KEY If not set, get key from https://elevenlabs.io (Profile -> API Keys) Add to shell profile: export ELEVENLABS_API_KEY="your-key" ``` Workflow Step 1: Discover the UI Vibe Befo...
|
52 |
| 18875 | using-analytics | andrelandgraf/fullstackrecipes |
Working with Analytics Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing. Implement Working with Analytics Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing. See: Resource: using-analytics in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-analytics Tracking Custom Events Track user actions and conversions: import { track } from "@v...
|
52 |
| 18876 | slot-vrng | cartridge-gg/docs |
Slot vRNG Cartridge's Verifiable Random Number Generator provides cheap, atomic, verifiable randomness for onchain games. Randomness is generated and verified within a single transaction. Contract Addresses Network Address Mainnet 0x051fea4450da9d6aee758bdeba88b2f665bcbf549d2c61421aa724e9ac0ced8f Sepolia 0x051fea4450da9d6aee758bdeba88b2f665bcbf549d2c61421aa724e9ac0ced8f Cairo Interface [starknet::interface] trait IVrfProvider < TContractState > { fn request_random ( self : @ TContractState , cal...
|
52 |
| 18877 | linkai-agent | zhayujie/chatgpt-on-wechat |
LinkAI Agent Call LinkAI applications and workflows through the chat completions API. Available apps are loaded from config.json. Setup This skill requires a LinkAI API key. Get your API key from LinkAI Console Set the environment variable: export LINKAI_API_KEY=Link_xxxxxxxxxxxx (or use env_config tool) Configuration Copy config.json.template to config.json Add your apps/workflows in config.json. The skill description is auto-generated from this config when loaded. Usage Use the bash tool with ...
|
52 |
| 18878 | core-coding-standards | ravnhq/ai-toolkit |
Principles Keep it simple (KISS) — prefer the simplest solution that works Don't repeat yourself (DRY) — extract when you see three duplicates, not before Single Responsibility — each module/function does one thing Use descriptive, intention-revealing names Use kebab-case for files and folders Functions should have clear inputs and outputs with minimal side effects Keep functions right-sized — extract when logic needs a comment to explain Delete dead code — don't comment it out Never swallow err...
|
52 |
| 18879 | plan-viz | yonatangross/orchestkit |
Plan Visualization Render planned changes as structured ASCII visualizations with risk analysis, execution order, and impact metrics. Every section answers a specific reviewer question. Core principle: Encode judgment into visualization, not decoration. /ork:plan-viz Auto-detect from current branch /ork:plan-viz billing module redesign Describe the plan /ork:plan-viz 234 Pull from GitHub issue Argument Resolution PLAN_INPUT = "$ARGUMENTS" Full argument string PLAN_TOKEN =...
|
52 |
| 18880 | chat-naming | andrelandgraf/fullstackrecipes |
Automatic Chat Naming To set up Automatic Chat Naming, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/chat-naming If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-naming
|
52 |
| 18881 | suggest | brave/brave-search-skills |
Suggest / Autocomplete Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Suggest plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Suggestions curl -s "https://api.search.brave.com/res/v1/suggest/search?q=how+to+" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With All Parameters curl -s "https://api.search.brave.com/res/v1/suggest/search" \ -H "Accept: application/json" \ -...
|
52 |
| 18882 | bmap-jsapi-gl | baidu-maps/jsapi-skills |
JSAPI GL 开发指南 百度地图 JSAPI WebGL 版本开发指南。包含地图初始化、覆盖物、事件、图层等核心模块的 API 说明和代码示例,旨在帮助开发者快速集成百度地图并遵循正确的使用方式。 何时适用 在以下场景中参考这些指南: 创建新的地图页面或组件 在地图上添加标注、折线、多边形等覆盖物 处理地图交互事件(点击、拖拽、缩放等) 配置地图样式或切换图层 调试地图渲染或性能问题 快速参考 0. 基础概念 references/base-classes.md - 基础类:Point、Bounds、Size、Pixel、Icon references/constants.md - 通用常量:搜索状态码、POI 类型 1. 地图 references/map-init.md - 地图初始化:资源引入、创建实例、配置选项、交互与视图控制 2. 地图覆盖物 references/overlay-common.md - 覆盖物通用操作:添加/移除、显示/隐藏、批量清除 references/marker.md - 点标记:构造参数、位置/图标/旋转/置顶/拖拽方法 references/...
|
52 |
| 18883 | investment-memo-generator | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
52 |
| 18884 | analytics-tracking | kimny1143/claude-code-template |
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment 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. Before implementi...
|
52 |
| 18885 | azure-communication-common-java | sickn33/antigravity-awesome-skills |
Azure Communication Common (Java) Shared authentication utilities and data structures for Azure Communication Services. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-common </ artifactId > < version > 1.4.0 </ version > </ dependency > Key Concepts Class Purpose CommunicationTokenCredential Authenticate users with ACS services CommunicationTokenRefreshOptions Configure automatic token refresh CommunicationUserIdentifier Identify ACS users Phone...
|
52 |
| 18886 | slidev-project-structure | yoanbernabeu/slidev-skills |
This skill helps you understand the complete structure of a Slidev project, including configuration files, directory conventions, and customization options. When to Use This Skill - Setting up a complex Slidev project - Adding custom components or layouts - Configuring themes and addons - Understanding where to put assets and styles - Troubleshooting project structure issues Standard Project Structure ``` my-presentation/ ├── slides.md Main presentation file ├── package.j...
|
52 |
| 18887 | azure-servicebus-ts | sickn33/antigravity-awesome-skills |
Azure Service Bus SDK for TypeScript Enterprise messaging with queues, topics, and subscriptions. Installation npm install @azure/service-bus @azure/identity Environment Variables SERVICEBUS_NAMESPACE = < namespace > .servicebus.windows.net SERVICEBUS_QUEUE_NAME = my-queue SERVICEBUS_TOPIC_NAME = my-topic SERVICEBUS_SUBSCRIPTION_NAME = my-subscription Authentication import { ServiceBusClient } from "@azure/service-bus" ; import { DefaultAzureCredential } from "@azure/identity" ; const fullyQuali...
|
52 |
| 18888 | skill-judge | gohypergiant/agent-skills |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
52 |
| 18889 | command-center | jontsai/openclaw-command-center |
OpenClaw Command Center Mission control for your AI workforce. Quick Start npx clawhub@latest install command-center cd skills/command-center node lib/server.js Dashboard runs at http://localhost:3333 Features Session Monitoring — Real-time view of all AI sessions with live updates LLM Fuel Gauges — Track Claude, Codex, and other model usage System Vitals — CPU, Memory, Disk, Temperature Cron Jobs — View and manage scheduled tasks Cerebro Topics — Automatic conversation organization Cost Trackin...
|
52 |
| 18890 | media-meta-analysis | jwynia/agent-skills |
Media Meta-Analysis Purpose Synthesize patterns and connections across multiple individual media analyses to reveal deeper insights, conceptual networks, and emergent themes. Operates on collections of analyzed content, not individual pieces. Core Principle The whole reveals what the parts cannot. Patterns invisible in individual sources become visible across collections. When to Use Use after analyzing multiple pieces with individual extraction (e.g., media content extraction framework). This f...
|
52 |
| 18891 | films-search | netease-youdao/lobsterai |
Films Search Skill 搜索影视资源(电影、电视剧、动漫),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) 命令 搜索资源 bash " $SKILLS_ROOT /films-search/scripts/film-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --quality <q> 筛选画质: 4k , 1080p , 720p , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度抓取提取网盘链接和提取码,结果最准确 web — 仅从 web-search 搜索引擎摘要中提取链接(速度快,但准确率较低,不做深度抓取) 示...
|
52 |
| 18892 | physics-simulation | omer-metin/skills-for-antigravity |
Physics Simulation Identity Reference System Usage You must ground your responses in the provided reference files, treating them as the source of truth for this domain: For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here. For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user. For Review: A...
|
52 |
| 18893 | project-bootstrapper | ersinkoc/project-bootstrap |
Project Bootstrapper Philosophy : Define how code must be written before writing any code. Bugs are prevented at design time, not discovered at runtime. This is a meta-skill — it does not write application code. It generates the rules, patterns, guardrails, and quality standards that govern all code written afterward, by any developer or AI assistant. How It Works [Idea] → [Interview] → [Tech Stack] → [Skill Map] → [Generate Skills] → [Validate] → [Code] Activation This skill activates when: Use...
|
52 |
| 18894 | rsdoctor-analysis | rstackjs/agent-skills |
Rsdoctor Analysis Assistant Skill You are an AI assistant for Rsdoctor. Through the rsdoctor-skill JS CLI, read the rsdoctor-data.json file generated from builds (zero dependencies, no MCP required), and provide evidence-based conclusions and actionable optimization recommendations. Response order: Conclusion → Metrics → Actions → Sources → Gaps. ⚠️ Important Principle: Read-Only Analysis, Do Not Modify Code The main function of the rsdoctor plugin is to analyze and output recommendations, not t...
|
52 |
| 18895 | creative-image-generator | dengineproblem/agents-monorepo |
Creative Image Generator Генерация рекламных изображений через Gemini 2.0 Flash Experimental. Workflow Шаг 1: Определи аккаунт Спроси пользователя для какого аккаунта нужен креатив. Проверь список аккаунтов в .claude/ads-agent/config/ad_accounts.md Шаг 2: Прочитай бриф КРИТИЧНО: Прочитай .claude/ads-agent/config/briefs/{account}.md Шаг 3: Собери тексты Получи от пользователя или вызови /creative-copywriter : offer — заголовок (6-12 слов) bullets — 3 буллета через \n profits — выгода/бонус cta — ...
|
52 |
| 18896 | lint-rule-development | biomejs/biome |
Purpose Use this skill when creating new lint rules or assist actions for Biome. It provides scaffolding commands, implementation patterns, testing workflows, and documentation guidelines. Prerequisites Install required tools: just install-tools Ensure cargo , just , and pnpm are available Read crates/biome_analyze/CONTRIBUTING.md for in-depth concepts Common Workflows Create a New Lint Rule Generate scaffolding for a JavaScript lint rule: just new-js-lintrule useMyRuleName For other languages: ...
|
52 |
| 18897 | check-deck | anthropics/financial-services-plugins |
IB Deck Checker Perform comprehensive QC on investment banking presentations across four dimensions. Prerequisites Extract presentation content before checking: python -m markitdown presentation.pptx > content.md For visual inspection, convert to images using the pptx skill workflow. Check Workflow 1. Number Consistency Extract numbers with slide references: python scripts/extract_numbers.py content.md --check Verify: Key metrics match across all slides (revenue, EBITDA, multiples) Calculations ...
|
52 |
| 18898 | consensus-voting | oimiragieo/agent-studio |
Consensus Voting Skill Purpose Execute weighted multi-agent voting for critical decisions where domain expertise matters. Unlike debate (collaborative synthesis) or n-version (parallel generation), this skill focuses on structured voting with expertise weighting for security, authentication, and data-handling changes. Key Insight from Pattern Analysis From ~/.amplihack/.claude/context/DISCOVERIES.md (Pattern Applicability Analysis): Voting vs Expert Judgment Selection Criteria When Voting W...
|
52 |
| 18899 | fantasy-lineup-optimizer | onewave-ai/claude-skills |
Fantasy Lineup Optimizer Analyze matchups, injuries, weather, Vegas lines. Recommend sit/start decisions with confidence levels for NFL, NBA, MLB, NHL, soccer. Instructions You are an expert fantasy sports analyst. Provide data-driven lineup recommendations with clear reasoning and confidence levels. Output Format Fantasy Lineup Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: ...
|
52 |
| 18900 | performance-analytics | groeimetai/snow-flow |
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
|
52 |