███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16551 | upload-chapter-slides | panaversity/agentfactory |
Upload Chapter Slides Upload PDF teaching slides to CDN and update chapter README with proper metadata. Usage /upload-chapter-slides <pdf-path> <chapter-number> [--title "Custom Title"] [--name custom-filename] Examples Basic usage - chapter number only /upload-chapter-slides /path/to/slides.pdf 4 With custom title /upload-chapter-slides /path/to/slides.pdf 3 --title "Agentic AI - The Digital FTE" With custom filename (for CDN URL) /upload-chapter-slides /path/to/slides.pdf 4 --name context-e...
|
45 |
| 16552 | backend-dev | srbhr/resume-matcher |
Backend Development Use when creating or modifying FastAPI endpoints, Pydantic schemas, database operations, LLM integrations, or Python service logic. Before Writing Code Read docs/agent/architecture/backend-guide.md for architecture Read docs/agent/apis/front-end-apis.md for API contracts Read docs/agent/llm-integration.md for LLM patterns Check existing code in the relevant directory first Non-Negotiable Rules All functions MUST have type hints - no exceptions Use copy.deepcopy() for mutable ...
|
45 |
| 16553 | learning-medusa | medusajs/medusa-claude-plugins |
Interactive Medusa Learning Tutorial Overview This is NOT a passive reference skill. This is an INTERACTIVE TUTORING SESSION where you (Claude) guide the user through building a brands feature in Medusa, teaching architecture concepts along the way. Your Role: Act as a coding bootcamp instructor - patient, encouraging, thorough, and focused on teaching understanding (not just completion). What You'll Build Together: A brands feature that allows: Creating brands via API Linking brands to prod...
|
45 |
| 16554 | creative-analyzer | dengineproblem/agents-monorepo |
Creative Analyzer Ты - эксперт по анализу и оптимизации рекламных креативов в Facebook/Instagram. Твои задачи Risk Score - оценка риска креатива (0-100) Группировка по тегам - агрегация метрик по creative_tag Multi-period анализ - сравнение 7d vs 30d Топ/худшие креативы - найти лучших и худших A/B тестирование - настройка и анализ тестов Creative fatigue - выявление выгорания Рекомендации - что улучшить в креативах Risk Score (0-100) Оценка риска креатива. Чем выше — тем хуже. Формула def calcul...
|
45 |
| 16555 | godot-genre-educational | thedivergentai/gd-agentic-skills |
Genre: Educational / Gamification Expert blueprint for educational games that make learning engaging through game mechanics. NEVER Do NEVER punish failure with "Game Over" — Learning requires safe experimentation. Use "Try Again" or "Here's a Hint" instead of fail states. NEVER separate learning from gameplay — "Chocolate-covered broccoli" feels like homework. Make mechanics BE the learning (e.g., Typing of the Dead). NEVER use walls of text — Players skip tutorials. Show, don't tell. Interactio...
|
45 |
| 16556 | angular-primeng | seikaikyo/dash-skills |
Angular 21 + PrimeNG 開發規範 適用場景 MES 製造執行系統 ERP 企業資源規劃 後台管理系統 資料密集型應用 核心原則 1. 專案結構 src/app/ ├── core/ 核心模組(單例服務) │ ├── auth/ 認證相關 │ ├── guards/ 路由守衛 │ ├── interceptors/ HTTP 攔截器 │ ├── models/ 資料模型 │ └── services/ 共用服務 ├── shared/ 共用模組 │ ├── components/ 可復用元件 │ ├── directives/ 自定義指令 │ ├── pipes/ 資料管線 │ └── utils/ 工具函數 ├── features/ ...
|
45 |
| 16557 | panews | panewslab/skills |
Public read-only PANews content via https://universal-api.panewslab.com . Set the PA-Accept-Language request header to localize responses. Current first-class support in this skill is limited to the bundled scripts below. Other public endpoints may appear in references as HTTP notes, but they are not part of the default supported workflow unless scripts are added later. When to Use The user wants structured JSON data from the PANews API The task is article discovery, article detail lookup, ranki...
|
45 |
| 16558 | building-ai-agent-on-cloudflare | cloudflare/cloudflare-docs |
Building Cloudflare Agents Creates AI-powered agents using Cloudflare's Agents SDK with persistent state, real-time communication, and tool integration. When to Use User wants to build an AI agent or chatbot User needs stateful, real-time AI interactions User asks about the Cloudflare Agents SDK User wants scheduled tasks or background AI work User needs WebSocket-based AI communication Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm instal...
|
45 |
| 16559 | vitest | teachingai/full-stack-skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
45 |
| 16560 | erpnext-impl-whitelisted | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Whitelisted Methods - Implementation This skill helps you determine HOW to implement REST API endpoints. For exact syntax, see erpnext-syntax-whitelisted . Version : v14/v15/v16 compatible Main Decision: What Type of API? ┌───────────────────────────────────────────────────────────────────┐ │ WHAT ARE YOU BUILDING? │ ├───────────────────────────────────────────────────────────────────┤ │ ...
|
44 |
| 16561 | code-simplifier | duc01226/easyplatform |
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refin...
|
44 |
| 16562 | linear-bulk | finesssee/linear-cli |
Bulk Operations Update status for multiple issues linear-cli b update-state -s Done LIN-1 LIN-2 LIN-3 Assign multiple issues linear-cli b assign --user me LIN-1 LIN-2 linear-cli b assign --user "John Doe" LIN-1 LIN-2 Unassign multiple issues linear-cli b unassign LIN-1 LIN-2 Add label to multiple issues linear-cli b label --add bug LIN-1 LIN-2 LIN-3 Pipe issue IDs from stdin linear-cli i list -t ENG --id-only | linear-cli b assign --user me - Flags Flag Purpose --dry-run Preview changes --o...
|
44 |
| 16563 | blueprint-upgrade | laurigates/claude-plugins |
Upgrade the blueprint structure to the latest format version. Current Format Version : 3.2.0 This command delegates version-specific migration logic to the blueprint-migration skill. Steps : Check current state : Read docs/blueprint/.manifest.json (v3.0 location) or .claude/blueprints/.manifest.json (v1.x/v2.x location) If not found in either location, suggest running /blueprint:init instead Extract current format_version (default to "1.0.0" if field missing) Determine upgrade path : Read curre...
|
44 |
| 16564 | migration planner | eddiebe147/claude-settings |
Migration Planner Plan and execute migrations with minimal disruption. From database migrations to full platform transitions, follow proven methodologies for successful migrations. Core Workflows Workflow 1: Migration Planning Assessment - Document current state and requirements Strategy - Choose migration approach (big bang vs. phased) Risk Analysis - Identify potential issues Timeline - Create realistic schedule Rollback Plan - Define abort criteria and procedures Workflow 2: Data Migration Sc...
|
44 |
| 16565 | pachca-messages | pachca/openapi |
pachca-messages Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACH...
|
44 |
| 16566 | postgresql database administration | manutej/luxor-claude-marketplace |
PostgreSQL Database Administration for Customer Support Overview This comprehensive skill covers PostgreSQL database administration specifically tailored for customer support tech enablement. PostgreSQL is a powerful, open-source object-relational database system with over 35 years of active development, known for its reliability, feature robustness, and performance. In customer support environments, PostgreSQL excels at handling complex ticket management, user analytics, audit logging, and real...
|
44 |
| 16567 | agent-browser | clawdbrunner/skill-agent-browser |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
44 |
| 16568 | accessibility-issues | dylantarre/animation-principles |
Accessibility Issues Make animations inclusive using Disney's principles thoughtfully. Problem Indicators Motion sickness complaints Vestibular disorder triggers Screen reader confusion Cognitive overload Seizure risk (flashing) Keyboard focus lost during animation Diagnosis by Principle Squash and Stretch Issue: Excessive distortion causes disorientation Fix: Reduce or eliminate squash/stretch for users with prefers-reduced-motion. Use opacity changes instead. Secondary Action Issue: Too m...
|
44 |
| 16569 | context-analyzer | vladm3105/aidoc-flow-framework |
Context Analyzer Skill (上下文分析技能) 能力 (Capabilities) 项目结构分析 : 理解 Nuxt 目录约定 ( server/api , components , pages ) 以及 Nuxt 4 特性。 符号解析 : 定位组件、自动导入的可组合函数 (composables) 和 TypeORM 实体的定义。 认证流程分析 : 深入理解 Better-Auth 的集成,包括 lib/auth.ts (服务端), lib/auth-client.ts (客户端), middleware/auth.global.ts (全局中间件)。 依赖检查 : 读取 package.json 以验证已安装的包和版本。 指令 (Instructions) 读取结构 : 使用目录列表工具了解布局,忽略 node_modules 和 .output 。 识别 Nuxt 类型 : 将 server/api 识别为后端定义,将 pages / components 识别为前端。 追踪逻辑 : 广泛搜索符号定义,以理解数据如何在后端实体 (Entities) 和前端组件 ...
|
44 |
| 16570 | erpnext-errors-clientscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Client Scripts - Error Handling This skill covers error handling patterns for Client Scripts. For syntax, see erpnext-syntax-clientscripts . For implementation workflows, see erpnext-impl-clientscripts . Version : v14/v15/v16 compatible Main Decision: How to Handle the Error? ┌─────────────────────────────────────────────────────────────────────────┐ │ WHAT TYPE OF ERROR ARE YOU HANDLING? │ ├──────────────────────────────────────────────────────────────...
|
44 |
| 16571 | microservices-patterns | manutej/luxor-claude-marketplace |
Microservices Patterns Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. Use this skill when Decomposing monoliths into microservices Designing service boundaries and contracts Implementing inter-service communication Managing distributed data and transactions Building resilient distributed systems Implementing service discovery and load balancing Designing event-driven ...
|
44 |
| 16572 | vtable development assistant | visactor/vtable |
VTable Development Assistant Skill 角色定义 你是 VTable 开发助手,专门帮助用户使用 @visactor/vtable 进行高性能表格组件的开发。你熟悉 VTable 的三种核心表格类型(ListTable、PivotTable、PivotChart)、全部 13 种单元格类型、样式/主题系统、自定义渲染、事件系统和完整 API。 知识库结构 references/ knowledge/ 结构化知识文档 type/ 用户可见的类型定义(markdown 格式) examples/ 精选示例代码模式 查询路由规则 根据用户问题,查询对应知识模块: 使用规则: 先用关键词命中路由表,按顺序加载对应文件(优先 knowledge,再补 type) 只加载解决当前问题必需的 1-3 个文件,不要一次性加载全部 references 若用户要“可运行 demo/完整配置”,再补充加载 references/examples/ 中最接近的示例 用户意图关键词 查询文件 创建表格、初始化、入门 referenc...
|
44 |
| 16573 | backup-restore-runbook-generator | patricio0312rev/skills |
Backup/Restore Runbook Generator Create reliable disaster recovery procedures for your databases. Backup Strategy Database Backup Strategy Backup Types 1. Full Backup (Daily) - When: 2:00 AM UTC - Retention: 30 days - Storage: S3 `s3://backups/full/` - Size: ~50 GB - Duration: ~45 minutes 2. Incremental Backup (Hourly) - When: Every hour - Retention: 7 days - Storage: S3 `s3://backups/incremental/` - Size: ~500 MB - Duration: ~5 minutes 3. Transaction Log Backup (Every 15 min) - Wh...
|
44 |
| 16574 | better-auth-best-practices | panaversity/agentfactory |
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
|
44 |
| 16575 | nano-banana-pro | nkchivas/openclaw-skill-nano-banana-pro |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
44 |
| 16576 | frontend-architect | tomlord1122/tomtom-skill |
Frontend Architecture Expert Expert assistant for frontend architecture design, component patterns, state management, performance optimization, and technology selection. Thinking Process When activated, follow this structured thinking approach to design frontend architectures: Step 1: Context Discovery Goal: Understand the current state and constraints before proposing changes. Key Questions to Ask: What is the existing tech stack? (framework, bundler, styling approach) What is the current archi...
|
44 |
| 16577 | recognition-program-builder | dengineproblem/agents-monorepo |
Recognition Program Builder Expert in creating and optimizing employee recognition programs that drive engagement, retention, and performance. Core Principles recognition_principles : timely : "Recognize immediately after achievement" specific : "Detail exactly what was recognized" personal : "Tailored to individual preferences" visible : "Public recognition amplifies impact" valuable : "Meaningful to the recipient" recognition_types : formal : - "Awards and ceremonies" - "Performance bonuses" -...
|
44 |
| 16578 | term sheet analyzer | eddiebe147/claude-settings |
Term Sheet Analyzer Analyze VC term sheets, understand key terms, and negotiate favorable conditions 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 term sheet analyzer term sheet Review and optimize review term sheet analyzer Get best practices term sheet analy...
|
44 |
| 16579 | convex-auth | igorwarzocha/opencode-workflows |
Auth Operations In functions: ctx.auth.getUserIdentity() returns tokenIdentifier, subject, issuer plus provider claims. Custom JWT auth MAY expose claims at identity["properties.email"] style paths. User storage patterns: Client mutation to store user from JWT, or webhook from provider to upsert users. Index lookups SHOULD use by_token / byExternalId. Webhooks: You MUST implement via HTTP actions and verify signatures with provider SDK; signing secrets MUST be stored in env vars. Convex Auth (Be...
|
44 |
| 16580 | lead-enrichment | chadboyda/agent-gtm-skills |
Lead Enrichment Skill You are a B2B data enrichment architect. You build waterfall enrichment systems, ICP scoring frameworks, and contact verification pipelines that maximize coverage while minimizing cost per verified lead. You know the provider landscape cold and design workflows that sequence providers for maximum incremental yield. Before Starting Confirm with the user: (1) target ICP - industry, company size, geography, persona; (2) current stack - CRM, enrichment tools, outreach platforms...
|
44 |
| 16581 | undervalued-stock-screener | geeksfino/finskills |
低估值股票筛选器 扮演专业的权益研究分析师。扫描A股市场,筛选出基本面强劲但被市场低估的上市公司。 工作流程 第一步:确定参数 与用户确认: 筛选范围 — 全市场、特定申万一级行业、主板/创业板/科创板/北交所、或自定义股票池 市值范围 — 无限制(默认)、大盘(>500亿)、中盘(100–500亿)、小盘(<100亿) 结果数量 — 默认:10家 侧重点 — 综合评估(默认)、深度价值(低PB导向)、成长价值(PEG导向)、红利价值 默认参数:全市场、无市值限制、10家、综合评估。 第二步:应用筛选条件 对全部候选股票应用以下筛选条件。详细标准参见 references/screening-methodology.md 。 筛选条件 标准 PE估值 滚动PE低于所属申万行业中位数 PB估值 PB低于所属行业中位数(配合ROE筛选) 营收与利润增长 近3–5年营收和归母净利润复合增长率为正 资产负债率 低于行业中位数(金融行业除外) 自由现金流 正值且近3年累计为正 ROIC/ROE ROE高于行业平均水平 自动排除 :ST/*ST公司、上市不满2年的公司、近12个月净利润为负的公司。...
|
44 |
| 16582 | swift-data | pproenca/dot-skills |
SwiftData Best Practices — Modular MVVM-C Data Layer Comprehensive data modeling, persistence, sync architecture, and error handling guide for SwiftData aligned with the clinic modular MVVM-C stack. Architecture Alignment This skill enforces the same modular architecture mandated by swift-ui-architect : ┌───────────────────────────────────────────────────────────────┐ │ Feature modules: View + ViewModel, no SwiftData imports │ ├──────────────────────────────────────────────────────────────...
|
44 |
| 16583 | statusline-config | sd0xdev/sd0x-dev-flow |
StatusLine Config Customize ~/.claude/statusline-command.sh — segments, themes, and colors. When NOT to Use Scenario Use Instead Setting statusline for the first time (no customization needed) Built-in statusline-setup agent (Claude Code agent type) — applies defaults automatically Editing settings.json directly Manual edit — this skill manages statusline-command.sh , not settings.json Debugging Claude Code startup issues /claude-health — config health check Segments Segment JSON Field Default N...
|
44 |
| 16584 | onboarding-specialist | ncklrs/startup-os-skills |
Onboarding Specialist Expert guidance for transforming new customers into successful, activated users. The onboarding phase is the most critical window for customer retention — get it right, and you create advocates; get it wrong, and you create churn. Philosophy Customer onboarding is not a checklist — it's a transformation: Time-to-value is everything — Every day before value is a day closer to churn Onboarding is not training — It's guiding customers to their specific outcomes Structured flex...
|
44 |
| 16585 | almanak-strategy-builder | almanak-co/sdk |
Almanak Strategy Builder You are helping a quant build DeFi strategies using the Almanak SDK. Strategies are Python classes that return Intent objects. The framework handles compilation to transactions, execution, and state management. Quick Start Install the CLI globally pipx install almanak Scaffold a new strategy (creates a self-contained Python project) almanak strat new --template mean_reversion --name my_rsi --chain arbitrum Run on local Anvil fork (auto-starts gateway + Anvil) cd my_rs...
|
44 |
| 16586 | teach-oh | open-horizon-labs/skills |
/teach-oh Setup that gathers project context and saves it to AGENTS.md (the cross-agent standard). Run when starting on a project or when strategy/aims have shifted. When to Use Invoke /teach-oh when: Starting on a new project - Before diving into work Context keeps getting lost - AI assistants don't "get" your project Onboarding a new AI tool - Establish shared understanding upfront After major strategic shifts - When aims or constraints have changed Do not use when: You're mid-task. This ...
|
44 |
| 16587 | workshop facilitator | eddiebe147/claude-settings |
Workshop Facilitator Design and facilitate effective workshops with agendas, activities, and outcomes When to Use This Skill Use this skill when you need to: Enhance team collaboration Improve stakeholder engagement Facilitate clear dialogue Not recommended for: Tasks requiring technical development data analysis Quick Reference Action Command/Trigger Create workshop facilitator workshop facilitation Review and optimize review workshop facilitator Get best practices workshop facilitator best pra...
|
44 |
| 16588 | x-publish | kangarooking/x-skills |
X Publish Publish tweets and threads to X draft using Playwright browser automation. Prerequisites Playwright MCP for browser automation User logged into X (Twitter) Python 3.9+ with dependencies: macOS: pip install Pillow pyobjc-framework-Cocoa Windows: pip install Pillow pywin32 Critical Rules NEVER auto-publish - Only save to draft User must be logged in - Prompt to login if not Verify content before saving - Double-check tweet text Content Types Short Tweet Single tweet ≤280 characters T...
|
44 |
| 16589 | light-protocol | sendaifun/skills |
Build scalable, cost-efficient applications on Solana with Light Protocol - the infrastructure platform enabling rent-free tokens and accounts with L1 performance and security. Overview Light Protocol provides two complementary technologies: - ZK Compression: Create rent-free compressed tokens and PDAs using zero-knowledge proofs. Uses Merkle trees and validity proofs to store state efficiently. - Light Token Program: A high-performance token standard that reduces mint and token account cos...
|
44 |
| 16590 | validate-counts | yonatangross/orchestkit |
Validate Counts Checks that hook, skill, and agent counts are consistent across all authoritative sources in OrchestKit. Outputs a comparison table and flags drift with precise file references. Quick Start Full validation: counts src/ vs CLAUDE.md and manifests (run from repo root) bash src/skills/validate-counts/scripts/validate-counts.sh Just get raw counts from src/ bash src/skills/validate-counts/scripts/count-all.sh Rules Category Rule Impact Key Pattern Count Sources rules/sources-author...
|
44 |
| 16591 | esp-idf | synqing/k1.hardware |
Esp-Idf Skill Comprehensive assistance with ESP-IDF development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with ESP-IDF Asking about ESP-IDF features or APIs Implementing ESP-IDF solutions Debugging ESP-IDF code Learning ESP-IDF best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: other.md -...
|
44 |
| 16592 | airbyte-connection-setup | dengineproblem/agents-monorepo |
Airbyte Connection Setup Expert Эксперт по настройке и управлению подключениями в Airbyte. Основные принципы Архитектура подключений Пары источник-назначение : Потоки данных с трансформацией Инкрементальная синхронизация : Предпочтительнее full refresh Эволюция схемы : Обработка изменений схемы Восстановление после сбоев : Надёжная обработка ошибок Режимы синхронизации Full Refresh : Полная перезапись данных Incremental Append : Добавление новых записей Incremental Deduped : Дедупликация по перв...
|
44 |
| 16593 | referral-program | openclaudia/openclaudia-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
|
44 |
| 16594 | erpnext-syntax-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts Syntax Server Scripts are Python scripts that run within Frappe's secure sandbox environment. They are managed via Setup → Server Script in the ERPNext UI. CRITICAL: Sandbox Limitations ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ NO IMPORTS ALLOWED │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ Th...
|
44 |
| 16595 | gamma-core-workflow-a | jeremylongshore/claude-code-plugins-plus-skills |
Gamma Core Workflow A: AI Presentation Generation Overview Implement the core workflow for generating presentations using Gamma's AI capabilities from various input sources. Prerequisites Completed gamma-sdk-patterns setup Understanding of async patterns Content ready for presentation Instructions Step 1: Prompt-Based Generation import { GammaClient } from '@gamma/sdk' ; const gamma = new GammaClient ( { apiKey : process . env . GAMMA_API_KEY } ) ; async function generateFromPrompt ( topic : str...
|
44 |
| 16596 | vector-memory | winsorllc/upgraded-carnival |
Vector Memory Skill This skill provides vector-based semantic memory storage using embeddings for intelligent recall by meaning. When to Use You need semantic search (find memories by meaning, not keywords) You want to retrieve similar documents or conversations You're building an agent that needs context-aware memory You need to cluster or group related memories Capabilities vstore : Store text with automatic embedding generation vsearch : Search memories by semantic similarity vdelete : Remove...
|
44 |
| 16597 | discord | himself65/finance-skills |
Discord (Via message ) Use the message tool. No provider-specific discord tool exposed to the agent. Musts Always: channel: "discord" . Respect gating: channels.discord.actions.* (some default off: roles , moderation , presence , channels ). Prefer explicit ids: guildId , channelId , messageId , userId . Multi-account: optional accountId . Guidelines Avoid Markdown tables in outbound Discord messages. Mention users as <@USER_ID> . Prefer Discord components v2 ( components ) for rich UI; use lega...
|
44 |
| 16598 | alphaear-search | rkiding/awesome-finance-skills |
AlphaEar Search Skill Overview Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search. Capabilities 1. Web Search Use scripts/search_tools.py via SearchTools . Search : search(query, engine, max_results) Engines: jina , ddg , baidu , local . Returns: JSON string (summary) or List[Dict] (via search_list ). Smart Cache (Agentic) : If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md . Read the cache first and decide if it's ...
|
44 |
| 16599 | genealogical-documentation | qodex-ai/ai-agent-skills |
Family History Research Planning Skill Version: 1.0.6 Last Updated: November 6, 2025 CRITICAL: Always Plan Before Researching ABSOLUTELY PROHIBITED: DO NOT perform unsolicited web searches or research. When a user mentions an ancestor or asks for help researching, you MUST follow this sequence: Gather information from the user first - Ask what they already know about the ancestor Define the research objective - Work with the user to clarify their specific goals Create a research plan - Use ...
|
44 |
| 16600 | meeting scheduler | eddiebe147/claude-settings |
Meeting Scheduler The Meeting Scheduler skill helps you efficiently schedule, prepare, run, and follow up on meetings. It emphasizes meeting effectiveness: clear purpose, proper preparation, time-boxing, and actionable outcomes. The skill integrates with calendar systems and automates meeting logistics. This skill excels at finding optimal meeting times across time zones, creating structured agendas, ensuring the right people are invited, facilitating productive discussions, and capturing action...
|
44 |