███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6901 | zsxq-user | unnoo/zsxq-skill |
user (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 用户(User) :当前已登录的知识星球账户,由 user_id (纯数字)唯一标识。 user_id 在 group +list 、搜索成员等操作中被用作参数。 Shortcuts(推荐优先使用) Shortcut 说明 +info 查看当前登录用户的完整个人资料,含 user_id、昵称、认证状态 +footprints 查看自己在所有星球发过的主题(跨星球足迹),支持分页 API(通过 zsxq-cli api call 直接调用) 工具 参数 说明 search_group_members group_id , keyword , limit 在星球内按昵称搜索成员,获取其 user_id
|
295 |
| 6902 | zsxq-note | unnoo/zsxq-skill |
note (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 笔记(Note) :个人私密(或特定权限)的文字记录,仅支持纯文本,不支持图片。与主题(Topic)不同,笔记是个人维度的内容。 Shortcuts(推荐优先使用) Shortcut 说明 +create 创建一条个人文字笔记,仅支持纯文本 +list 查看自己的笔记列表,支持分页
|
295 |
| 6903 | alicloud-ai-multimodal-qwen-vl-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respon...
|
294 |
| 6904 | web-search | yejinlei/web-search-skill |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with...
|
294 |
| 6905 | ast-grep-find | parcadei/continuous-claude-v3 |
AST-Grep Find Structural code search that understands syntax. Find patterns like function calls, imports, class definitions - not just text. When to Use Find code patterns (ignores strings/comments) Search for function calls, class definitions, imports Refactor code with AST precision Rename variables/functions across codebase Usage Search for a pattern uv run python -m runtime.harness scripts/ast_grep_find.py \ --pattern "import asyncio" --language python Search in specific directory uv ...
|
294 |
| 6906 | research | parcadei/continuous-claude-v3 |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
|
294 |
| 6907 | research-external | parcadei/continuous-claude-v3 |
External Research Workflow Research external sources (documentation, web, APIs) for libraries, best practices, and general topics. Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Invocation /research-external <focus> [options] Question Flow (No Arguments) If the user types just /research-external with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 1: Research Type question...
|
294 |
| 6908 | using-tuist-generated-projects | tuist/agent-skills |
Using Tuist Generated Projects Quick Start Generate workspace without opening Xcode tuist generate --no-open Build a scheme with xcodebuild xcodebuild build -workspace App.xcworkspace -scheme App Run tests with xcodebuild xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase Project definition Prefer buildable folders Use buildableFolders instead of sources and resources globs. Buildable folders stay synchronized with the file system, so adding or remov...
|
294 |
| 6909 | linear | davila7/claude-code-templates |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
294 |
| 6910 | vercel-react-best-practices | davila7/claude-code-templates |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
294 |
| 6911 | app-store-optimization | davila7/claude-code-templates |
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
|
294 |
| 6912 | lead-research-assistant | davila7/claude-code-templates |
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
|
294 |
| 6913 | write-unit-tests | tldraw/tldraw |
Writing tests Unit and integration tests use Vitest. Tests run from workspace directories, not the repo root. Test file locations Unit tests - alongside source files: packages/editor/src/lib/primitives/Vec.ts packages/editor/src/lib/primitives/Vec.test.ts Same directory Integration tests - in src/test/ directory: packages/tldraw/src/test/SelectTool.test.ts packages/tldraw/src/test/commands/createShape.test.ts Shape/tool tests - alongside the implementation: packages/tldraw/src/lib/sh...
|
294 |
| 6914 | monorepo-architect | sickn33/antigravity-awesome-skills |
Monorepo Architect Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams. Do not use this skill when The task is unrelated to monorepo architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best pract...
|
294 |
| 6915 | dspy | davila7/claude-code-templates |
DSPy: Declarative Language Model Programming When to Use This Skill Use DSPy when you need to: Build complex AI systems with multiple components and workflows Program LMs declaratively instead of manual prompt engineering Optimize prompts automatically using data-driven methods Create modular AI pipelines that are maintainable and portable Improve model outputs systematically with optimizers Build RAG systems, agents, or classifiers with better reliability GitHub Stars: 22,000+ | Created By: ...
|
294 |
| 6916 | official-document-writing | kagurananaga/official-document-writing-skill |
公文写作技能 本技能提供党政机关公文写作的完整指南,涵盖格式规范、常用模板、写作技巧和质量检查,确保公文格式正确、语言规范、结构清晰。 技能概览 当用户使用本技能时,将会: 查阅GB/T 9704-2012《党政机关公文格式》国家标准 根据公文文种选择合适的模板 参考语言规范和写作技巧 使用质量检查清单核实公文质量 目录导航 技能使用场景 核心工作流程 格式规范指南 常用公文模板 语言写作规范 质量检查清单 参考资料 技能使用场景 本技能适用于处理以下公文写作需求: 1. 撰写新公文 当用户需要新写一份公文时,协助选择文种、提供模板、指导写作。 操作流程 : 了解公文用途和背景 确定公文文种(请示、通知、函、总结、纪要等) 提供相应模板 指导填写关键内容 检查格式和语言规范 2. 修改完善公文 当用户已有公文初稿,需要修改完善时,提供修改建议。 操作流程 : 通读原文,了解基本内容 对照检查清单检查问题 指出格式、语言、逻辑问题 提供修改建议 3. 检查公文格式规范 当用户已完成公文,需要检查是否符合GB/T 9704-2012标准。 操作流程 : 使用质量检查清单逐项核对 检查字体、...
|
294 |
| 6917 | cobo-agentic-wallet-sandbox | cobosteven/cobo-agent-wallet-manual |
How You Act with Cobo Agentic Wallets You operate with delegated, limited authority over an owner's on-chain assets. Three defining traits: Proactive — You surface next steps and relevant options. You track tasks you start without waiting to be asked. After every action, you report status and suggest what the owner can do next. Precise — You execute the owner's explicit intent precisely. On ambiguous parameters (amount, address, chain, recipient), you ask for clarification before acting. You do ...
|
294 |
| 6918 | auto-paper-demo | marimo-team/skills |
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
|
294 |
| 6919 | ministack-aws-emulator | aradotso/trending-skills |
MiniStack AWS Emulator Skill by ara.so — Daily 2026 Skills collection. MiniStack is a free, MIT-licensed drop-in replacement for LocalStack that emulates 25+ AWS services (S3, SQS, DynamoDB, Lambda, SNS, IAM, STS, Kinesis, EventBridge, SecretsManager, SSM, CloudWatch, SES, and more) on a single port ( 4566 ). No account, no API key, no telemetry. Works with boto3 , AWS CLI, Terraform, CDK, and any SDK. Installation Option 1: PyPI (simplest) pip install ministack ministack Server runs at http://...
|
294 |
| 6920 | mcp oauth cloudflare | jezweb/claude-skills |
MCP OAuth Cloudflare Production-ready OAuth authentication for MCP servers on Cloudflare Workers. When to Use This Skill Building an MCP server that needs user authentication Deploying MCP to Claude.ai (requires Dynamic Client Registration) Replacing static auth tokens with OAuth for better security Adding Google Sign-In to your MCP server Need user context (email, name, picture) in MCP tool handlers When NOT to Use Internal/private MCP servers where tokens are acceptable MCP servers without use...
|
293 |
| 6921 | ln-626-dead-code-auditor | levnikolaevich/claude-code-skills |
Dead Code Auditor (L3 Worker) Specialized worker auditing unused and unreachable code. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dead code (Category 9: Low Priority) Find unused imports, variables, functions, commented-out code Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, codebase root. Workflow Parse context Run dead code detection (linters, grep) Collect findings Calculate score Return JSON Audit Rules 1. Unreachable C...
|
293 |
| 6922 | zig-best-practices | 0xbigboss/claude-code |
Zig Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs, unions, and error sets first Define function signatures - parameters, return types, and error unions Implement to satisfy types - let the compiler guide completeness Validate at comptime - catch invalid configurations during compilation Make Illegal States Unrepresentable Use Zig's type system to prevent invalid states at compile time. Tagged unio...
|
293 |
| 6923 | ethereum-wingman | austintgriffith/ethereum-wingman |
Ethereum Wingman Comprehensive Ethereum development guide for AI agents. Covers smart contract development, DeFi protocols, security best practices, and the SpeedRun Ethereum curriculum. AI AGENT INSTRUCTIONS - READ THIS FIRST 🚨 BEFORE ANY TOKEN/APPROVAL/SECURITY CODE CHANGE STOP. Re-read the "Critical Gotchas" section below before writing or modifying ANY code that touches: Token approvals (approve, allowance, transferFrom) Token transfers (transfer, safeTransfer, safeTransferFrom) Access c...
|
293 |
| 6924 | bencium-impact-designer | bencium/bencium-claude-code-design-skill |
Innovative Designer for impact Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out. This skill emphasizes bold creative commitment , brea...
|
293 |
| 6925 | security | parcadei/continuous-claude-v3 |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
293 |
| 6926 | debug | parcadei/continuous-claude-v3 |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
293 |
| 6927 | describe-pr | parcadei/continuous-claude-v3 |
Generate PR Description You are tasked with generating a comprehensive pull request description following the repository's standard template. Steps to follow: Read the PR description template: First, check if thoughts/shared/pr_description.md exists If it doesn't exist, inform the user they need to create a PR description template at thoughts/shared/pr_description.md Read the template carefully to understand all sections and requirements Identify the PR to describe: Check if the current br...
|
293 |
| 6928 | qa-testing-playwright | vasilyu1983/ai-agents-public |
QA Testing (Playwright) High-signal, cost-aware E2E testing for web applications. Core docs: https://playwright.dev/docs/best-practices https://playwright.dev/docs/locators https://playwright.dev/docs/test-retries https://playwright.dev/docs/trace-viewer https://playwright.dev/docs/test-sharding https://playwright.dev/docs/ci Defaults (2026) Keep E2E thin: protect critical user journeys only; push coverage down (unit/integration/contract). Locator priority: getByRole → getByLabel/getByText → ...
|
293 |
| 6929 | network-debugging | aj-geddes/useful-ai-prompts |
Network Debugging Overview Network debugging identifies connectivity issues, latency problems, and data transmission errors that impact application performance. When to Use Slow loading times Failed requests Intermittent connectivity CORS errors SSL/TLS issues API communication problems Instructions 1. Browser Network Tools Chrome DevTools Network Tab: Columns: - Name: Request file/endpoint - Status: HTTP status code - Type: Resource type (xhr, fetch, etc) - Initiator: What triggered ...
|
293 |
| 6930 | qa-test-planner | davila7/claude-code-templates |
QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner , qa-test-planner , or use the skill qa-test-planner ). Quick Start Create a test plan: "Create a test plan for the user authentication feature" Generate test cases: "Generate manual test cases for the chec...
|
293 |
| 6931 | perplexity | davila7/claude-code-templates |
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
|
293 |
| 6932 | peft-fine-tuning | davila7/claude-code-templates |
PEFT (Parameter-Efficient Fine-Tuning) Fine-tune LLMs by training <1% of parameters using LoRA, QLoRA, and 25+ adapter methods. When to use PEFT Use PEFT/LoRA when: Fine-tuning 7B-70B models on consumer GPUs (RTX 4090, A100) Need to train <1% parameters (6MB adapters vs 14GB full model) Want fast iteration with multiple task-specific adapters Deploying multiple fine-tuned variants from one base model Use QLoRA (PEFT + quantization) when: Fine-tuning 70B models on single 24GB GPU Memory is the pr...
|
293 |
| 6933 | clickup | civitai/civitai |
ClickUp Interact with ClickUp tasks and documents via the API. Get task information, view comments, create tasks, manage assignments, post updates, and create/edit documents. Setup Copy .env-example to .env in this skill directory Add your ClickUp Personal API Token (starts with pk_ ) Generate token at: ClickUp Settings > Apps > API Token cp .claude/skills/clickup/.env-example .claude/skills/clickup/.env Edit .env and add your token Team ID and User ID are auto-detected and cached on first use....
|
293 |
| 6934 | frontend-accessibility-best-practices | sergiodxa/agent-skills |
Accessibility patterns for building inclusive React applications following WCAG standards. Contains 7 rules across 4 categories focused on semantic HTML, screen reader support, keyboard navigation, and user preferences. When to Apply Reference these guidelines when: - Creating new UI components - Building forms and interactive elements - Adding dynamic content or notifications - Implementing navigation patterns - Reviewing code for accessibility Rules Summary Semantic HTML & Structur...
|
293 |
| 6935 | literature-search | yorkeccak/scientific-skills |
Literature Search Search across all major scientific literature databases (PubMed, arXiv, bioRxiv, medRxiv) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image...
|
293 |
| 6936 | zustand-state-management | mindrally/skills |
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
|
293 |
| 6937 | technical-writing | mindrally/skills |
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
|
293 |
| 6938 | git-troubleshooting | geoffjay/claude-plugins |
Git Troubleshooting Skill This skill provides comprehensive guidance on diagnosing and resolving git issues, recovering from mistakes, fixing corrupted repositories, and handling common error scenarios. When to Use Activate this skill when: Encountering git error messages Recovering lost commits or branches Fixing corrupted repositories Resolving detached HEAD state Handling botched merges or rebases Diagnosing repository issues Recovering from force push Fixing authentication problems Recoverin...
|
292 |
| 6939 | alicloud-ai-video-wan-video-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/video/alicloud-ai-video-wan-video Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summa...
|
292 |
| 6940 | alicloud-ai-video-wan-r2v-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/video/alicloud-ai-video-wan-r2v Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summary...
|
292 |
| 6941 | alicloud-database-rds-supabase-test | cinience/alicloud-skills |
Category: test RDS Supabase Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/database/rds/alicloud-database-rds-supabase/ 。 Test Steps 读取技能中 API 基础信息。 调用一个只读列表或详情 API。 记录实例数或错误码。 Expected Results 可完成一次最小只读调用。
|
292 |
| 6942 | create-handoff | parcadei/continuous-claude-v3 |
Create Handoff You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on. Process 1. Filepath & Metadata Use the following information to understand how to create your document: First, determine the session name from existing handoffs: ls -td thoughts/shared/hando...
|
292 |
| 6943 | workflow-router | parcadei/continuous-claude-v3 |
Workflow Router You are a goal-based workflow orchestrator. Your job is to understand what the user wants to accomplish and route them to the appropriate specialist agents with optimal resource allocation. When to Use Use this skill when: User wants to start a new task but hasn't specified a workflow User asks "how should I approach this?" User mentions wanting to explore, plan, build, or fix something You need to orchestrate multiple agents for a complex task Workflow Process Step 1: Goal S...
|
292 |
| 6944 | skill-development | parcadei/continuous-claude-v3 |
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...
|
292 |
| 6945 | eve-web-ui-testing-agent-browser | incept5/eve-skillpacks |
Web UI Testing with agent-browser Use agent-browser as the default CLI for deterministic UI checks. Install agent-browser macOS/Linux (recommended) npm install -g agent-browser agent-browser install Linux containers/VMs that need extra browser libs agent-browser install --with-deps Alternative install on macOS: brew install agent-browser agent-browser install Configure for Reliable Runs Use isolated state for each test target: one session per test flow agent-browser --session login-flow open ...
|
292 |
| 6946 | financial-calculator | dkyazzentwatwa/chatgpt-skills |
Professional-grade financial calculations with detailed breakdowns, visualizations, and exportable reports. Handles everything from simple loan payments to complex retirement projections with Monte Carlo simulations. Core Calculators - Loan Calculator: Amortization schedules, payment breakdowns, prepayment scenarios - Investment Calculator: Future value, compound growth, recurring contributions - NPV/IRR Calculator: Net present value, internal rate of return, payback period - Retirement Ca...
|
292 |
| 6947 | google-image-search | glebis/claude-skills |
Google Image Search Skill Search for images using Google Custom Search API with intelligent scoring and LLM-based selection. When to Use Finding images to illustrate technical articles or research Adding visuals to presentations Enriching Obsidian notes with relevant images Batch image search for multiple topics Generating image search configs from plain text lists Requirements Google Custom Search API key and Search Engine ID OpenRouter API key (for LLM selection) llm CLI installed at /opt/ho...
|
292 |
| 6948 | ai-avatar-video | inference-sh/skills |
AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Create avatar video from image + audio infsh app run bytedance/omnihuman-1-5 --input '{ "image_url": "https://portrait.jpg", "audio_url": "https://speech.mp3" }' Available Models Model App ID Best For OmniHuman 1.5 bytedance/omnihuman-1-5 Multi-character, best qua...
|
292 |
| 6949 | data visualization | aj-geddes/useful-ai-prompts |
Data Visualization Overview Data visualization transforms complex data into clear, compelling visual representations that reveal patterns, trends, and insights for storytelling and decision-making. When to Use Exploratory data analysis and pattern discovery Communicating insights to stakeholders Comparing distributions and relationships Presenting findings in reports and dashboards Identifying outliers and anomalies visually Creating publication-ready charts and graphs Visualization Types Distri...
|
292 |
| 6950 | error resolver | davila7/claude-code-templates |
Error Resolver A first-principle approach to diagnosing and resolving errors across all languages and frameworks. Core Philosophy The 5-step Error Resolution Process: 1. CLASSIFY -> 2. PARSE -> 3. MATCH -> 4. ANALYZE -> 5. RESOLVE | | | | | What type? Extract key Known Root cause Fix + information pattern? analysis Prevent Quick Start When you encounter an error: Paste the full error (including stack trace if...
|
292 |