███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13251 | redis-inspect | civitai/civitai |
Use this skill to inspect Redis cache state for debugging purposes. Running Commands ``` node .claude/skills/redis-inspect/query.mjs <command> [options] ``` Commands | `get <key>` | Get a string value | `keys <pattern>` | Find keys matching pattern (use * as wildcard) | `ttl <key>` | Get TTL (-1 = no expiry, -2 = not found) | `type <key>` | Get the type of a key | `exists <key>` | Check if key exists | `hgetall <key>` | Get all fields from a hash | `hget <key> <field>` ...
|
66 |
| 13252 | computer-vision-pipeline | erichowens/some_claude_skills |
Computer Vision Pipeline Expert in building production-ready computer vision systems for object detection, tracking, and video analysis. When to Use ✅ Use for: Drone footage analysis (archaeological surveys, conservation) Wildlife monitoring and tracking Real-time object detection systems Video preprocessing and analysis Custom model training and inference Multi-object tracking (MOT) ❌ NOT for: Simple image filters (use Pillow/PIL) Photo editing (use Photoshop/GIMP) Face recognition APIs (...
|
66 |
| 13253 | recipe-generator | cclank/recipe-generator |
菜谱生成器 (Recipe Generator) 核心功能 根据用户输入的菜品名称,生成一份专业级详细菜谱,并附带高质量的生图提示词。 工作流程 步骤1:接收菜品名称 获取用户输入的菜品名称,确认是否有特殊要求(如地方风味、特定做法等)。 步骤2:权威来源检索 使用 search_web 工具检索以下权威来源的菜品制作信息: 优先级A(顶级权威): 米其林指南 / Michelin Guide 舌尖上的中国 中国烹饪协会 国宴大师配方 优先级B(专业来源): 王刚美食作家 美食台 日食记 下厨房(评分9.0以上菜谱) 搜索关键词模板: {菜品名称} 正宗做法 米其林 {菜品名称} 舌尖上的中国 配方 {菜品名称} 大厨 专业做法 技巧 {菜品名称} site:xiachufang.com 评分高 步骤3:内容整合与菜谱生成 根据检索结果,按照以下结构生成详细菜谱: 《{菜品名称}》顶级配方 菜品简介 - 菜品来源/流派 - 风味特点 - 适合场景 食材清单 主料 | 食材 | 用量 | 备注 | |------|------|------|...
|
66 |
| 13254 | recursive-improvement | dylanfeltus/skills |
Recursive Self-Improvement Loop A pattern for generating higher-quality output by iterating against explicit scoring criteria. The Pattern generate → evaluate → diagnose → improve → repeat (until passing) Never ship first-draft output for important content. Run the loop. How It Works 1. Generate Create the initial output as you normally would. 2. Evaluate Score the output against each criterion (1-10). Be brutally honest. 3. Diagnose For any criterion scoring below threshold: What specifically i...
|
66 |
| 13255 | baoyu-comic | xy121718/baoyu-skills |
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (...
|
66 |
| 13256 | audit | zackkorman/skills |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
66 |
| 13257 | product strategist | daffy0208/ai-dev-standards |
Product Strategist Validate that products solve real problems for viable markets before investing in development. Core Principle Evidence over intuition. Test the riskiest assumptions first, fail fast, and validate with real user behavior—not opinions. 5-Phase Validation Process Phase 1: Problem Validation Goal : Confirm the problem is frequent, painful, and urgent enough that users will pay to solve it Activities : Define problem hypothesis: What problem are you solving? Identify target custome...
|
66 |
| 13258 | dsl-tight | senpi-ai/senpi-skills |
DSL-Tight — Opinionated Stop-Loss Preset (v5) A tighter, more opinionated variant of DSL for aggressive profit protection. Uses the same script and architecture as DSL v5 ( dsl-v5.py ) — strategy-scoped cron, MCP clearinghouse, state under {DSL_STATE_DIR}/{strategyId}/{asset}.json . All tier triggers are ROE-based ( PnL / margin × 100 ); leverage is accounted for automatically. Key difference from default DSL v5: DSL v5 is the configurable engine with maximum flexibility. DSL-Tight is the "just ...
|
66 |
| 13259 | ansible | proompteng/lab |
Ansible Overview Use Ansible for repeatable, idempotent changes across nodes. Keep playbooks minimal, explicit about hosts, and safe to re-run. When to use You need to apply the same change on multiple hosts. The change touches OS packages, services, or system config. You are bootstrapping or maintaining k3s, Rancher, or Tailscale on nodes. Inventory and groups Inventory lives in ansible/inventory/hosts.ini . Common groups: kube_masters (k3s masters) kube_workers (k3s workers) k3s_cluster (maste...
|
66 |
| 13260 | convertkit-automation | sickn33/antigravity-awesome-skills |
ConvertKit (Kit) Automation via Rube MCP Automate ConvertKit (now known as Kit) email marketing operations through Composio's Kit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/kit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Kit connection via RUBE_MANAGE_CONNECTIONS with toolkit kit Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys ...
|
66 |
| 13261 | skill-validator | jorgealves/agent_skills |
Skill Validator Purpose and Intent The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules. When to Use During Development : Run this skill every time you create or modify a skill. CI/CD Integration : Automatically block Pull Requests that contain non-compliant skill definitions. Repository Audits : Periodically scan the entir...
|
66 |
| 13262 | react-native-skills | secondsky/claude-skills |
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
|
66 |
| 13263 | cross-conversation-project-manager | onewave-ai/claude-skills |
Cross Conversation Project Manager Maintain project state across MULTIPLE conversations over days/weeks. Track tasks, decisions, blockers, resources. Auto-update when project mentioned. Generate status reports and proactive reminders. Instructions You are a master project manager with persistent memory. Create and maintain project files in /mnt/user-data/outputs/projects/. Track: project name, start date, conversations involved, tasks (completed/in-progress/pending), decisions made, blockers,...
|
66 |
| 13264 | meeting-insights-analyzer | davepoon/buildwithclaude |
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
|
66 |
| 13265 | create-branch | tartinerlabs/skills |
Language Conventions Infer language style from the project: Analyze existing branches, commit messages, and documentation to detect the project's language variant (US English, UK English, etc.) Match the spelling conventions found in the project (e.g., "synchronize" vs "synchronise", "center" vs "centre") Maintain consistency with the project's established language style throughout branch names and command outputs Create Branch Command This command creates and checks out a new git branch with in...
|
66 |
| 13266 | health | hiclaude/health |
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
|
66 |
| 13267 | search-specialist | 404kidwiz/claude-supercode-skills |
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist 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.md . ...
|
66 |
| 13268 | close-automation | sickn33/antigravity-awesome-skills |
Close CRM Automation via Rube MCP Automate Close CRM operations through Composio's Close toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/close Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Close connection via RUBE_MANAGE_CONNECTIONS with toolkit close Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and ...
|
66 |
| 13269 | php-pro | 404kidwiz/claude-supercode-skills |
PHP Pro Senior PHP developer with deep expertise in PHP 8.3+, Laravel, Symfony, and modern PHP patterns with strict typing and enterprise architecture. Role Definition You are a senior PHP developer with 10+ years of experience building enterprise applications. You specialize in PHP 8.3+ with strict typing, Laravel/Symfony frameworks, async patterns (Swoole, ReactPHP), and PSR standards. You build scalable, maintainable applications with PHPStan level 9 compliance and 80%+ test coverage. Whe...
|
66 |
| 13270 | receiving-code-review | izyanrajwani/agent-skills-library |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
66 |
| 13271 | google-trends | jstarfilms/vibecode-protocol-suite |
Google Trends Skill Automate Google Trends research without a browser. Query related topics, rising queries, and interest over time for any keyword across YouTube, Web, Images, or News. Prerequisites Node.js 18+ and PNPM required. Check Node node -- version Install dependencies (first-time only) cd . agent/skills/google-trends/scripts pnpm install Quick Start Basic search (YouTube, Last 7 Days, Tech category) node . agent/skills/google-trends/scripts/search . js - k "Claude AI" Search Web in...
|
66 |
| 13272 | next.js security scan | sugarforever/01coder-agent-skills |
Next.js Security Scan Skill This skill enables comprehensive security scanning of Next.js and TypeScript/JavaScript projects based on OWASP guidelines and industry best practices. When to Use This Skill Security audits of Next.js applications Code review for security vulnerabilities Pre-deployment security checks Dependency vulnerability assessment Detecting hardcoded secrets and credentials Scan Types 1. Quick Scan Fast scan focusing on critical vulnerabilities: Hardcoded secrets and API keys D...
|
66 |
| 13273 | bamboohr-automation | sickn33/antigravity-awesome-skills |
BambooHR Automation via Rube MCP Automate BambooHR human resources operations through Composio's BambooHR toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/bamboohr Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active BambooHR connection via RUBE_MANAGE_CONNECTIONS with toolkit bamboohr Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
|
66 |
| 13274 | graph-easy | terrylica/cc-skills |
Create ASCII architecture diagrams for any GitHub Flavored Markdown file using graph-easy. Pure text output with automatic layout - no image rendering required. When to Use This Skill - Adding diagrams to README files - Design specification documentation - Any GFM markdown file needing architecture visualization - Creating flowcharts, pipelines, or system diagrams - User mentions "diagram", "ASCII diagram", "graph-easy", or "architecture chart" NOT for ADRs - Use `adr-graph-easy-architec...
|
66 |
| 13275 | redis-expert | personamanagmentlayer/pcl |
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
|
66 |
| 13276 | bmad method | daffy0208/ai-dev-standards |
BMAD Method (Business Model and Architecture Design) Overview The BMAD Method bridges business strategy and technical architecture. It ensures your technical decisions support long-term business sustainability, not just immediate feature delivery. Core Insight: Your architecture IS your business model in code form. When to Use This Skill Use BMAD when: Starting a new product or major architectural redesign Technical decisions have direct revenue/cost implications Scaling challenges intersect wit...
|
66 |
| 13277 | meme-scout | kukapay/crypto-skills |
This skill provides workflows for finding and analyzing trending meme coins on decentralized exchanges. Trending Tokens Discovery Timeframes Available - 5 minutes: [https://dexscreener.com/?rankBy=trendingScoreM5&order=desc](https://dexscreener.com/?rankBy=trendingScoreM5&order=desc) - 1 hour: [https://dexscreener.com/?rankBy=trendingScoreH1&order=desc](https://dexscreener.com/?rankBy=trendingScoreH1&order=desc) - 6 hours (default): [https://dexscreener.com/](https://dexscreener.com/) - ...
|
66 |
| 13278 | vercel-react-best-practices | secondsky/claude-skills |
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...
|
66 |
| 13279 | kdp-listing-optimizer | breverdbidder/life-os |
KDP Listing Optimizer Create high-converting Amazon book listings using proven copywriting frameworks. Listing Anatomy & Character Limits Element Limit Impact Title 200 chars SEO + Click-through Subtitle 200 chars Keywords + Clarity Description 4,000 chars Conversion Backend Keywords 7 × 50 chars Discoverability Author Bio 2,000 chars Trust Editorial Reviews 1,200 chars each Social Proof Title Optimization Formula Structure: [Primary Keyword]: [Promise/Benefit] - [Differentiator] Examples: ❌ Wea...
|
66 |
| 13280 | test-quality-analysis | secondsky/claude-skills |
Test Quality Analysis Expert knowledge for analyzing and improving test quality - detecting test smells, overmocking, insufficient coverage, and testing anti-patterns. Core Dimensions Correctness : Tests verify the right behavior Reliability : Tests are deterministic, not flaky Maintainability : Tests are easy to understand Performance : Tests run quickly Coverage : Tests cover critical code paths Isolation : Tests don't depend on external state Test Smells Overmocking Problem : Mocking too many...
|
66 |
| 13281 | angular-best-practices-spartan | alfredoperez/angular-best-practices |
Angular Spartan UI Best Practices Spartan UI rules for headless components with Brain (behavior) and Helm (styling). Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding Spartan Brain directives for accessible behavior Styling components with Helm and Tailwind CSS Building dialogs, tabs, menus, or accordions with Spartan primitives Rules Rule Impact Description Configur...
|
66 |
| 13282 | webhook-handler-patterns | hookdeck/webhook-skills |
Webhook Handler Patterns When to Use This Skill Following the correct webhook handler order (verify → parse → handle idempotently) Implementing idempotent webhook handlers Handling errors and configuring retry behavior Understanding framework-specific gotchas (raw body, middleware order) Building production-ready webhook infrastructure Resources Handler Sequence references/handler-sequence.md - Verify first, parse second, handle idempotently third Best Practices references/idempotency.md - Preve...
|
66 |
| 13283 | setup-web-tests | posthog/posthog |
Claude Code for web — test setup This document describes how to set up and run Python tests in a Claude Code for web environment, where flox is not available. If you get stuck following these instructions, please bail out to the user and seek their guidance. Please suggest that they update this guide. Problem The project requires a specific Python version pinned in pyproject.toml (check requires-python ), but: Claude Code for web environments may have a different system Python version uv python ...
|
66 |
| 13284 | mcp-patterns | yonatangross/orchestkit |
MCP Patterns Patterns for building, composing, and securing Model Context Protocol servers. Based on the 2025-11-25 specification — the latest stable release maintained by the Agentic AI Foundation (Linux Foundation), co-founded by Anthropic, Block, and OpenAI. Scaffolding a new server? Use Anthropic's mcp-builder skill ( claude install anthropics/skills ) for project setup and evaluation creation. This skill focuses on patterns, security, and advanced features after initial setup. Deploying to ...
|
66 |
| 13285 | podcast-studio | onewave-ai/claude-skills |
Podcast Studio Generate podcast scripts from text content. Use Tone.js and Howler.js for audio mixing. Create intro/outro music, transitions, sound effects. Instructions You are an expert podcast producer. Transform written content into podcast scripts with audio timing, music cues, sound effects, and production notes. Output Format Podcast Studio Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be S...
|
66 |
| 13286 | financial analyst | eddiebe147/claude-settings |
Financial Analyst Expert financial analysis agent that analyzes financial statements, builds financial models, evaluates investments, and provides data-driven recommendations. Specializes in ratio analysis, valuation, scenario modeling, budget analysis, and financial forecasting. This skill applies rigorous financial analysis frameworks, accounting principles, and valuation methodologies to support investment decisions, strategic planning, and financial health assessment. Perfect for due diligen...
|
66 |
| 13287 | startup-trend-prediction | vasilyu1983/ai-agents-public |
Startup Trend Prediction Systematic framework for analyzing historical trends to predict future opportunities. Look back 2-3 years to predict 1-2 years ahead. Modern Best Practices (Jan 2026): Triangulate: require 3+ independent signals, including at least 1 primary source (standards, regulators, platform docs). Separate leading vs lagging indicators; don't overfit to social/media noise. Add hype-cycle defenses: falsification, base rates, and adoption constraints (distribution, budgets, compl...
|
66 |
| 13288 | biome-developer | biomejs/biome |
Purpose This skill provides general development best practices, common gotchas, and Biome-specific patterns that apply across different areas of the codebase. Use this as a reference when you encounter unfamiliar APIs or need to avoid common mistakes. Prerequisites Basic familiarity with Rust Understanding of Biome's architecture (parser, analyzer, formatter) Development environment set up (see CONTRIBUTING.md) Common Gotchas and Best Practices Working with AST and Syntax Nodes DO: Use parser cr...
|
66 |
| 13289 | rust-testing | autumnsgrove/groveengine |
Rust Testing Patterns Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. When to Use Writing new Rust functions, methods, or traits Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing property-based tests for input validation Following TDD workflow in Rust projects How It Works Identify target code — Find the function, trait, or module to test Write a test — Use [test] in a [cfg(test)] module, r...
|
66 |
| 13290 | google-maps-api | tivojn/google-maps-api-skill |
Google Maps Platform - Universal API Skill Critical Behavior Rules These rules override all other instructions in this skill: Communicate blockers immediately. When ANY API call fails (403, REQUEST_DENIED, "not enabled", etc.), STOP and tell the user what happened in plain language. Do NOT silently work around it with web search or other fallbacks. Offer to fix it via Playwright (see "Guided API Enablement" section below). Ask before generating HTML. NEVER start writing an HTML page without aski...
|
66 |
| 13291 | editorial-designer | heyman333/atelier-ui |
Editorial / Fashion UI Designer Role You are a senior digital product designer with a background in fashion editorials, magazine layouts, and premium lifestyle applications. You think like a fashion editor, not a UI kit designer. Your goal is to translate editorial aesthetics into calm, confident, and intentional digital interfaces. Target Context Target audience: 20s–30s urban users interested in fashion and lifestyle Primary platform: iOS-first mobile app Typical use cases: Fashion-based d...
|
66 |
| 13292 | auth-security-expert | oimiragieo/agent-studio |
Auth Security Expert ⚠️ CRITICAL: OAuth 2.1 becomes MANDATORY Q2 2026 OAuth 2.1 consolidates a decade of security best practices into a single specification (draft-ietf-oauth-v2-1). Google, Microsoft, and Okta have already deprecated legacy OAuth 2.0 flows with enforcement deadlines in Q2 2026. Required Changes from OAuth 2.0 1. PKCE is REQUIRED for ALL Clients Previously optional, now MANDATORY for public AND confidential clients Prevents authorization code interception and injection attacks Co...
|
66 |
| 13293 | dignified-python | dagster-io/erk |
Dignified Python Coding Standards Skill Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13). When to Use This Skill Auto-invoke when users ask about: "make this pythonic" / "is this good python" "type hints" / "type annotations" / "typing" "LBYL vs EAFP" / "exception handling" "pathlib vs os.path" / "path operations" "CLI patterns" / "click usage" "code review" / "improve this code" Any Python code quality or standards question Note...
|
66 |
| 13294 | api-integration | autumnsgrove/groveengine |
API Integration Skill When to Activate Activate this skill when: Integrating external APIs Building API clients or wrappers Handling API authentication Implementing rate limiting Caching API responses Core Principles Respect rate limits - APIs are shared resources Secure authentication - Keys in secrets.json, never in code Handle errors gracefully - Implement retries and backoff Cache responses - Reduce redundant requests Authentication Setup secrets.json { "github_token" : "ghp_your_token_here"...
|
66 |
| 13295 | market-sizer | shipshitdev/library |
Market Sizer - TAM/SAM/SOM Calculator Overview Market sizing specialist applying Hexa's practical market assessment methodology. Help founders determine if their target market is big enough using rigorous bottom-up AND top-down analysis. Hexa's Core Principle: "Make sure you can approximate how big the market is—ideally by confronting bottom-up and top-down analysis." When This Activates "how big is the market" TAM, SAM, or SOM questions "is the market big enough" Validating market opportunit...
|
66 |
| 13296 | spa-routes | lobehub/lobehub |
SPA Routes and Features Guide SPA structure: src/spa/ – Entry points ( entry.web.tsx , entry.mobile.tsx , entry.desktop.tsx ) and router config ( router/ ). Router lives here to avoid confusion with src/routes/ . src/routes/ – Page segments only (roots). src/features/ – Business logic and UI by domain. This project uses a roots vs features split: src/routes/ only holds page segments; business logic and UI live in src/features/ by domain. When to Use This Skill Adding a new SPA route or route seg...
|
66 |
| 13297 | better-auth-best-practices | novuhq/novu |
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...
|
66 |
| 13298 | cpa-codex-free | aahl/skills |
技能描述 此技能用于生成 CLI Proxy API 的认证文件,请确保已为openai域名分流至非中国地区。 环境变量 优先从工作空间下的 .env 获取,其次从系统环境变量获取。未配置时向用户索取并更新 .env 。 MAIL_API_KEY : 邮箱服务API密钥,默认 gpt-test 为官方测试密钥(每天20万额度),获取地址: https://shop.chatgpt.org.uk/buy/prod_1768420938389 CLI_PROXY_API_BASE : CPA Base URL CLI_PROXY_API_MKEY : CPA Management Key 工作流程 生成认证文件 uv scripts/main.py > { tempdir } / { temp-name } .json 上传至CPA服务 curl -X POST -H 'Content-Type: application/json' \ -H "Authorization: Bearer $CLI_PROXY_API_MKEY " \ " $CLI_PROXY_API_BASE /v0...
|
66 |
| 13299 | prompt-optimizer | chujianyun/skills |
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
|
66 |
| 13300 | research-strategy | autumnsgrove/groveengine |
Research Strategy Skill When to Activate Activate this skill when: Researching technology options Evaluating libraries or frameworks Investigating best practices Analyzing security concerns Making architectural decisions Performing codebase analysis Core Principles Research and report, don't implement Multiple sources beat single sources Document confidence levels for all findings Acknowledge knowledge gaps openly Present alternatives objectively 7-Step Research Methodology Define Research Quest...
|
66 |