███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13101 | humanize-ai-text | alphaonedev/openclaw-graph |
humanize-ai-text Purpose This skill humanizes AI-generated text by reducing detectable patterns, enhancing natural phrasing, and adjusting tone to make it indistinguishable from human writing. It processes input text through algorithms that analyze and rewrite content for subtlety and realism, primarily for content creators avoiding AI detection tools. When to Use Use this skill when you need to refine AI-produced text for blogs, articles, or social media to evade detection by tools like Origina...
|
216 |
| 13102 | abund-ai | abund-ai/abund.ai |
Abund.ai The first social network built exclusively for AI agents. Humans observe. You participate. Base URL: https://api.abund.ai/api/v1 🌐 100% Open Source Abund.ai is fully open source. You can shape the platform! Resource Link GitHub Repo github.com/abund-ai/abund.ai Feature Requests Post to c/feature-requests community Contribute Code Submit PRs to get your features built Skill Files File URL SKILL.md (this file) https://abund.ai/skill.md HEARTBEAT.md https://abund.ai/heartbeat.md skill.json...
|
215 |
| 13103 | gpd-ppp-pricing | rudrankriyam/app-store-connect-cli-skills |
PPP Pricing (Per-Region Pricing) Use this skill to set different prices per region for subscriptions and one-time products. Preconditions Ensure credentials are set ( GPD_SERVICE_ACCOUNT_KEY ). Use --package explicitly. Know target region codes and price micros. Subscription base plan pricing Migrate prices for a base plan gpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000 Batch migrate prices gpd monetization baseplans batc...
|
215 |
| 13104 | reproduce-bug | everyinc/compound-engineering-plugin |
Bug Reproduction Framework Given a Linear ticket context ($ARGUMENTS), systematically reproduce the bug with a failing regression test. Step 1: Parse Signals Extract the following from the provided ticket context: Error message / stack trace (if provided) Reproduction steps (if provided) Workflow JSON (if attached) Affected area (node, execution engine, editor, API, config, etc.) Version where it broke / last working version Step 2: Route to Test Strategy Based on the affected area, pick the tes...
|
215 |
| 13105 | wordpress-block-editor-fse | bobmatnyc/claude-mpm-skills |
WordPress Block Editor & Full Site Editing Overview Full Site Editing (FSE) is production-ready (since WP 6.2) and treats everything as blocks—headers, footers, templates, not just content. Block themes use HTML templates + theme.json instead of PHP files + style.css. Key Components: theme.json: Centralized colors, typography, spacing, layout HTML Templates: Block-based files (index.html, single.html) Template Parts: Reusable components (header.html, footer.html) Block Patterns: Pre-designed ...
|
215 |
| 13106 | xlsx | aiskillstore/marketplace |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
215 |
| 13107 | quant-factor-screener | geeksfino/finskills |
量化因子筛选器 扮演量化权益分析师。使用基于学术因子研究的系统化多因子框架筛选A股——对价值、动量、质量、低波动、规模和成长因子进行评分和排名。 工作流程 第一步:确定参数 与用户确认: 输入 选项 默认 选股池 沪深300 / 中证500 / 中证1000 / 全A / 自定义 中证800 因子 全部6个或特定因子 全部 因子权重 等权或自定义 等权 行业约束 行业中性或不约束 行业中性 结果数量 前N只 前20只 宏观研判 当前因子择时评估 自动判断 排除项 行业、概念、特定个股 无 第二步:计算因子得分 对选股池中每只股票计算各因子得分。详细定义参见 references/factor-methodology.md 。 因子 主要指标 默认权重 价值 盈利收益率、PB倒数、FCF收益率、EV/EBITDA 1/6 动量 12-1月价格动量、盈利预期修正动量 1/6 质量 ROE、盈利稳定性、低杠杆、应计质量 1/6 低波动 已实现波动率(1年)、Beta、下行偏差 1/6 规模 市值(越小得分越高) 1/6 成长 营收增速、盈利增速、利润率扩张 1/6 对每个因子: 计算每只股票...
|
215 |
| 13108 | plugin structure | davila7/claude-code-templates |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
215 |
| 13109 | cosmic-database | davila7/claude-code-templates |
COSMIC Database Overview COSMIC (Catalogue of Somatic Mutations in Cancer) is the world's largest and most comprehensive database for exploring somatic mutations in human cancer. Access COSMIC's extensive collection of cancer genomics data, including millions of mutations across thousands of cancer types, curated gene lists, mutational signatures, and clinical annotations programmatically. When to Use This Skill This skill should be used when: Downloading cancer mutation data from COSMIC Acc...
|
215 |
| 13110 | hypogenic | davila7/claude-code-templates |
Hypogenic Overview Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework supports three approaches: HypoGeniC (data-driven hypothesis generation), HypoRefine (synergistic literature and data integration), and Union methods (mechanistic combination of literature and data-driven hypotheses). Quick Start Get started with Hypogenic in minutes: Install the package uv pip install hypogenic Clone example datasets g...
|
215 |
| 13111 | capa-officer | davila7/claude-code-templates |
CAPA Officer Corrective and Preventive Action (CAPA) management within Quality Management Systems, focusing on systematic root cause analysis, action implementation, and effectiveness verification. Table of Contents CAPA Investigation Workflow Root Cause Analysis Corrective Action Planning Effectiveness Verification CAPA Metrics and Reporting Reference Documentation Tools CAPA Investigation Workflow Conduct systematic CAPA investigation from initiation through closure: Document trigger event wit...
|
215 |
| 13112 | gitops-workflow | sickn33/antigravity-awesome-skills |
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
|
215 |
| 13113 | nextjs-server-client-components | wsimmonds/claude-nextjs-skills |
Next.js Server Components vs Client Components Overview Provide comprehensive guidance for choosing between Server Components and Client Components in Next.js App Router, including cookie/header access, searchParams handling, pathname routing, and React's 'use' API for promise unwrapping. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: a...
|
215 |
| 13114 | evaluate-rag | hamelsmu/evals-skills |
Evaluate RAG Overview Do error analysis on end-to-end traces first. Determine whether failures come from retrieval, generation, or both. Build a retrieval evaluation dataset: queries paired with relevant document chunks. Measure retrieval quality with Recall@k (most important for first-pass retrieval). Evaluate generation separately: faithfulness (grounded in context?) and relevance (answers the query?). If retrieval is the bottleneck, optimize chunking via grid search before tuning generation. ...
|
215 |
| 13115 | competitor-price-tracker | onewave-ai/claude-skills |
Competitor Price Tracker Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts. Instructions You are an expert at competitive intelligence and pricing analysis. Monitor competitor pricing strategies, identify patterns, and provide actionable recommendations for pricing decisions. Output Format Competitor Price Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Reco...
|
215 |
| 13116 | cron-mastery | sundial-org/awesome-openclaw-skills |
Cron Mastery Rule 1: Heartbeats drift. Cron is precise. This skill provides the definitive guide for managing time in OpenClaw. It solves the "I missed my reminder" problem by enforcing a strict separation between casual checks (heartbeat) and hard schedules (cron). The Core Principle System Behavior Best For Risk Heartbeat "I'll check in when I can" (e.g., every 30-60m) Email checks, casual news summaries, low-priority polling. Drift: A "remind me in 10m" task will fail if the heartbeat is 30m....
|
215 |
| 13117 | payment-integration | sickn33/antigravity-awesome-skills |
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...
|
215 |
| 13118 | multi-platform-apps-multi-platform | sickn33/antigravity-awesome-skills |
Multi-Platform Feature Development Workflow Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. [Extended thinking: This workflow orchestrates multiple specialized agents to ensure feature parity across platforms while maintaining platform-specific optimizations. The coordination strategy emphasizes shared contracts and parallel development with regular synchronization points. By establishin...
|
215 |
| 13119 | supabase-postgres-best-practices | sickn33/antigravity-awesome-skills |
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
|
214 |
| 13120 | using-gh-cli | trailofbits/skills |
Using the GitHub CLI ( gh ) When to Use Browsing or reading code from a GitHub repository — clone it and use Read/Glob/Grep Viewing or creating pull requests, issues, releases, or gists Fetching repo metadata or any GitHub API data Interacting with GitHub Actions (runs, workflows) Any task involving GitHub that you might otherwise use curl , wget , or WebFetch for When NOT to Use Non-GitHub URLs (use WebFetch or curl for those) Public web content that happens to be hosted on GitHub Pages ( *.git...
|
214 |
| 13121 | langfuse-observability | langfuse/skills |
Langfuse Observability Instrument LLM applications with Langfuse tracing, following best practices and tailored to your use case. When to Use Setting up Langfuse in a new project Auditing existing Langfuse instrumentation Adding observability to LLM calls Workflow 1. Assess Current State Check the project: Is Langfuse SDK installed? What LLM frameworks are used? (OpenAI SDK, LangChain, LlamaIndex, Vercel AI SDK, etc.) Is there existing instrumentation? No integration yet: Set up Langfuse us...
|
214 |
| 13122 | job-application | skillcreatorai/ai-agent-skills |
Job Application Assistant Generate cover letters and job applications that sound like you, not a template. Your CV/Resume [Your name] [Your title/headline] EXPERIENCE - [Job 1] - [Job 2] SKILLS - [Skill 1] - [Skill 2] EDUCATION - [Degree, School, Year] [Add your full CV here] Cover Letter Examples You Like Example 1 [Paste a cover letter you're proud of] Example 2 (optional) [Another example if you have one] Your Voice & Preferences Tone Professional but not stiff Confident without brag...
|
214 |
| 13123 | axiom-ios-ui | charleswiltgen/axiom |
iOS UI Router You MUST use this skill for ANY iOS UI work including SwiftUI, UIKit, layout, navigation, animations, and design. When to Use Use this router when working with: SwiftUI views, state, bindings UIKit views and constraints Layout issues (Auto Layout, SwiftUI layout) Navigation (NavigationStack, deep linking) Animations and transitions Liquid Glass design (iOS 26+) Apple Human Interface Guidelines UI architecture and patterns Accessibility UI issues Conflict Resolution ios-ui vs i...
|
214 |
| 13124 | golang-concurrency-patterns | bobmatnyc/claude-mpm-skills |
Go Concurrency Patterns (Production) Overview Go concurrency scales when goroutine lifetimes are explicit, cancellation is propagated with context.Context, and shared state is protected (channels or locks). Apply these patterns to build reliable services and avoid common failure modes: goroutine leaks, deadlocks, and data races. Quick Start Default building blocks Use context to drive cancellation and deadlines. Use errgroup.WithContext for fan-out/fan-in with early abort. Bound concurrency ...
|
214 |
| 13125 | wordpress-advanced-architecture | bobmatnyc/claude-mpm-skills |
Advanced WordPress Architecture Master advanced WordPress development patterns including REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable WordPress applications. 1. REST API Development The WordPress REST API provides a powerful interface for creating custom endpoints with proper authentication, validation, and response formatting. Endpoint Registration with Namespacing add_action( 'rest_api_init', 'register_custom_rest_routes' ); function re...
|
214 |
| 13126 | obsidian | bitbonsai/mcp-obsidian |
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
|
214 |
| 13127 | notion-template-business | davila7/claude-code-templates |
Notion Template Business Role: Template Business Architect You know templates are real businesses that can generate serious income. You've seen creators make six figures selling Notion templates. You understand it's not about the template - it's about the problem it solves. You build systems that turn templates into scalable digital products. Capabilities Notion template design Template pricing strategies Gumroad/Lemon Squeezy setup Template marketing Notion marketplace strategy Template supp...
|
214 |
| 13128 | ln-610-docs-auditor | 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. Documentation Auditor (L2 Coordinator) Coordinates 4 specialized audit workers to perform comprehensive documentation quality analysis. Purpose & Scope Coordinates 4 audit workers running in parallel: ln-611 (documentation structure) — 1 invocation ln-612 (semantic content) — N invocations (per target document) ln-613 (code...
|
214 |
| 13129 | red team tools and methodology | davila7/claude-code-templates |
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
|
214 |
| 13130 | azure-functions | davila7/claude-code-templates |
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
|
214 |
| 13131 | workflow-orchestration-patterns | sickn33/antigravity-awesome-skills |
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. When to Use Workflow Orchestration Ideal Use Cases (Source: docs.temporal.io) Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics Long-running workflows (hours to years) with automatic state persistence Failure recovery th...
|
214 |
| 13132 | team-collaboration-standup-notes | sickn33/antigravity-awesome-skills |
Standup Notes Generator You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns. Use this skill when Working on standup notes generator tasks or workflows Needing guidance, best practices, or checklists for standup notes generator Do not use this skill when The task is unrelated to standup notes generator You need a different domain or tool outside this scope Context...
|
214 |
| 13133 | memory-safety-patterns | sickn33/antigravity-awesome-skills |
Memory Safety Patterns Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. When to Use This Skill Writing memory-safe systems code Managing resources (files, sockets, memory) Preventing use-after-free and leaks Implementing RAII patterns Choosing between languages for safety Debugging memory issues Core Concepts 1. Memory Bug Categories Bug Type Description Prevention Use-after-free Access freed memory Ownership, RAII Double-fre...
|
214 |
| 13134 | aggregating-crypto-news | jeremylongshore/claude-code-plugins-plus-skills |
Aggregating Crypto News Overview This skill aggregates cryptocurrency news from 50+ authoritative sources using RSS feeds. It provides real-time news scanning with filtering by coin, category, time window, and relevance scoring. Key Capabilities: Multi-source aggregation from top crypto news sites Coin-specific filtering (BTC, ETH, SOL, etc.) Category filtering (DeFi, NFT, regulatory, exchange, etc.) Relevance scoring with market-moving keyword detection Multiple output formats (table, JSON, ...
|
214 |
| 13135 | create-skill-from-repo | hairyf/skills |
Create Skills from Repo Workflow for quickly producing a skill set from any repository and applying it in the project. Use when the user supplies <repo-url> and <skills-name> and there is no existing skill source for that framework or project (i.e. not in meta.ts submodules or vendors). When to Use User provides a repository URL and a desired skills name. No entry exists in meta.ts submodules or vendors for that project. Goal is to bootstrap skills from docs/source in this repo (output under ski...
|
214 |
| 13136 | zustand-store-ts | sickn33/antigravity-awesome-skills |
Zustand Store Create Zustand stores following established patterns with proper TypeScript types and middleware. Quick Start Copy the template from assets/template.ts and replace placeholders: {{StoreName}} → PascalCase store name (e.g., Project ) {{description}} → Brief description for JSDoc Always Use subscribeWithSelector import { create } from 'zustand' ; import { subscribeWithSelector } from 'zustand/middleware' ; export const useMyStore = create < MyStore > ( ) ( subscribeWithSelector ( ( s...
|
214 |
| 13137 | symfony:api-platform-serialization | makfly/superpowers-symfony |
Api Platform Serialization (Symfony) Use when Designing or evolving API Platform contracts and operations. Aligning serialization, validation, and security behavior. Default workflow Define operation-level contract and payload boundaries. Implement resource/DTO/provider/processor changes with explicit mapping. Apply operation-specific validation and security constraints. Validate functional behavior across happy and negative paths. Guardrails Keep API contract explicit and version-aware. Avoid e...
|
214 |
| 13138 | skill development | davila7/claude-code-templates |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
213 |
| 13139 | axiom-swiftui-animation-ref | charleswiltgen/axiom |
SwiftUI Animation Overview Comprehensive guide to SwiftUI's animation system, from foundational concepts to advanced techniques. This skill covers the Animatable protocol, the iOS 26 @Animatable macro, animation types, and the Transaction system. Core principle Animation in SwiftUI is mathematical interpolation over time, powered by the VectorArithmetic protocol. Understanding this foundation unlocks the full power of SwiftUI's declarative animation system. When to Use This Skill Implementing...
|
213 |
| 13140 | floor-plan | markdown-viewer/skills |
Floor Plan & Layout Generator Quick Start: Define room boundaries with walls → Add doors and windows → Place furniture from stencil library → Add dimensions and labels → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Floor plan-specific additions: Check stencils/README....
|
213 |
| 13141 | semantic-release | terrylica/cc-skills |
Automate semantic versioning and release management using semantic-release v25+ (Node.js) following 2025 best practices. Works with all languages (JavaScript, TypeScript, Python, Rust, Go, C++, etc.) via the `@semantic-release/exec` plugin. Create shareable configurations for multi-repository setups, initialize individual projects with automated releases, and configure GitHub Actions workflows with OIDC trusted publishing. Important: This skill uses semantic-release (Node.js) exclusively, NOT p...
|
213 |
| 13142 | send-email | wangyendt/wayne-skills |
Send Email with Resend Overview Resend provides two endpoints for sending emails: Approach Endpoint Use Case Single POST /emails Individual transactional emails, emails with attachments, scheduled sends Batch POST /emails/batch Multiple distinct emails in one request (max 100), bulk notifications Choose batch when: Sending 2+ distinct emails at once Reducing API calls is important (by default, rate limit is 2 requests per second) No attachments or scheduling needed Choose single when: Send...
|
213 |
| 13143 | ecommerce-support | yangliu2060/smith--skills |
电商客服助手 AI 驱动的电商客服机器人,自动识别客户意图,处理订单查询、商品推荐、投诉工单等场景。 触发条件 当用户说以下内容时启动此技能: "客服回复" "处理客户问题" "订单查询" "ecommerce support" "帮我回复客户" "生成客服话术" 依赖的 MCP 服务 MCP 用途 必需 playwright 自动登录电商后台查询订单 可选 supabase 存储订单/工单数据 可选 memory 保持对话上下文 可选 工作流程 ┌─────────────────────┐ │ 客户消息输入 │ └──────────┬──────────┘ │ ▼ ┌─────────────────────┐ │ AI 意图识别 │ │ 分析客户需求 │ └──────────┬──────────┘ │ ┌─────┼─────┬──────────┐ │ │ │ │ ▼ ▼ ▼ ▼ ┌───────┐┌───────┐┌───────┐┌───────┐ │订...
|
213 |
| 13144 | matchms | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub
|
213 |
| 13145 | benchling-integration | davila7/claude-code-templates |
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying elec...
|
213 |
| 13146 | geniml | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub
|
213 |
| 13147 | umap-learn | davila7/claude-code-templates |
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. Show more
|
213 |
| 13148 | risk-metrics-calculation | sickn33/antigravity-awesome-skills |
Risk Metrics Calculation Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis. When to Use This Skill Measuring portfolio risk Implementing risk limits Building risk dashboards Calculating risk-adjusted returns Setting position sizes Regulatory reporting Core Concepts 1. Risk Metric Categories Category Metrics Use Case Volatility Std Dev, Beta General risk Tail Risk VaR, CVaR Extreme losses Drawdown Max DD, Calmar C...
|
213 |
| 13149 | claude-speed-reader | sickn33/antigravity-awesome-skills |
Claude Speed Reader Overview -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting When to Use This Skill Use this skill when you need to work with -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. Instructions This skill provides guidance and patterns for -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. For more information, see the source repository .
|
213 |
| 13150 | session-handoff | davila7/claude-code-templates |
Handoff Creates comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves the long-running agent context exhaustion problem. Mode Selection Determine which mode applies: Creating a handoff? User wants to save current state, pause work, or context is getting full. Follow: CREATE Workflow below Resuming from a handoff? User wants to continue previous work, load context, or mentions an existing handoff. Follow: RESUME Workflow below Proactiv...
|
213 |