███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12401 | qa-reviewer | shipshitdev/library |
QA Reviewer: Systematic Work Verification Purpose Structured framework for reviewing AI agent work before finalizing changes. Catches bugs, verifies accuracy, ensures completeness, validates solutions match requirements. Why this exists: AI agents can introduce subtle bugs, miss requirements, or make incorrect assumptions. When to Use User says "check your work" or "review this" After completing complex multi-step implementations Before committing major refactors When modifying commands or sk...
|
74 |
| 12402 | summarize | mitsuhiko/agent-stuff |
Summarize Fast CLI to summarize URLs, local files, and YouTube links. When to use (trigger phrases) Use this skill immediately when the user asks any of: “use summarize.sh” “what’s this link/video about?” “summarize this URL/article” “transcribe this YouTube/video” (best-effort transcript extraction; no yt-dlp needed) Quick start summarize "https://example.com" --model google/gemini-3-flash-preview summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview summarize "https://youtu.be/dQ...
|
74 |
| 12403 | github-copilot-cli-expert | rysweet/amplihack |
Comprehensive knowledge of GitHub Copilot CLI - the terminal-native AI coding assistant. Note: Command syntax and model availability may change. Run `/help` in Copilot CLI for current options. Purpose This skill provides expert guidance on: - Installing and updating GitHub Copilot CLI - All slash commands and keyboard shortcuts - Custom agents, skills, and MCP server configuration - Security, permissions, and trusted directories - Integration with GitHub workflows (PRs, issues, Actions)...
|
74 |
| 12404 | building-storefronts | medusajs/medusa-claude-plugins |
Medusa Storefront Development Frontend integration guide for building storefronts with Medusa. Covers SDK usage, React Query patterns, and calling custom API routes. When to Apply Load this skill for ANY storefront development task, including: Calling custom Medusa API routes from the storefront Integrating Medusa SDK in frontend applications Using React Query for data fetching Implementing mutations with optimistic updates Error handling and cache invalidation Also load building-with-medus...
|
74 |
| 12405 | agent-evaluation | mlflow/skills |
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
|
74 |
| 12406 | social-growth-engineer | giulioco/skills |
Social Growth Engineer This skill embodies the complete knowledge base of organic viral app growth through social media. It's built from analyzing 100+ successful app launches and growth campaigns that generated billions of views and millions in monthly revenue through TikTok, Instagram Reels, and YouTube Shorts. When to Use This Skill Invoke this skill when the user asks about: Growth & Strategy How to grow an app organically without paid ads Launching a new consumer app Scaling from 0 to 1...
|
74 |
| 12407 | getting-started-guide | wordflowlab/novel-writer-skills |
新用户入门引导 激活条件 当用户说出以下内容时自动激活: "我想写小说" "我要开始一个新项目" "怎么使用novel-writer" "从哪里开始" 七步方法论引导 欢迎消息 👋 欢迎使用Novel Writer Skills! 我注意到你要开始一个新的小说项目。 Novel Writer使用系统化的七步方法论,帮助你从想法到完稿。 让我带你快速了解流程: 第1步:/constitution - 创建创作宪法 第2步:/specify - 定义故事规格 第3步:/clarify - 澄清模糊点(5个问题) 第4步:/plan - 制定创作计划 第5步:/tasks - 分解任务清单 第6步:/write - 执行章节写作 第7步:/analyze - 质量验证分析 想要详细了解每一步吗?还是直接开始第1步? 步骤详解(根据需要提供) 【第1步:/constitution】 创建你的创作宪法 - 这是最高原则。 - 核心价值观(你想传达什么?) - 质量标准(什么算好的章节?) - 禁忌红线(不能写什么?) 为什么重要:后续所有创作都要符合宪法。 【第2步:/spec...
|
74 |
| 12408 | godot-mcp-scene-builder | thedivergentai/gd-agentic-skills |
MCP Scene Builder High-level agentic interface for low-level Godot MCP tools to build scenes from scratch. NEVER Do in MCP Scene Building NEVER skip design phase — Jumping straight to mcp_godot_add_node without planning hierarchy = spaghetti scenes. ALWAYS draft node tree first. NEVER assume scene exists before adding nodes — mcp_godot_add_node on non-existent scene = error. Must call mcp_godot_create_scene FIRST. NEVER use absolute paths in MCP calls — texturePath="C:/Users/..." breaks on other...
|
74 |
| 12409 | spring-ai | teachingai/full-stack-skills |
Spring AI 开发指南 概述 Spring AI 是 Spring 官方提供的 AI 应用开发框架,简化了与各种大语言模型(LLM)的集成,包括 OpenAI、Anthropic、Azure OpenAI 等。 核心功能 1. 项目创建 依赖: <dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-openai-spring-boot-starter</artifactId> </dependency> 或使用 Gradle: dependencies { implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter' } 2. Chat Client 配置: spring: ai: openai: api-key: ${OPENAI_API_KEY} chat: options: ...
|
74 |
| 12410 | geo-optimizer | b-open-io/prompts |
GEO Optimizer Generative Engine Optimization (GEO) for AI search visibility. What is GEO? GEO is NOT traditional SEO. AI search engines (ChatGPT, Perplexity, Claude, Gemini) work fundamentally differently: They fetch raw HTML - Many don't render JavaScript They have size limits - Crawlers abandon pages >1MB HTML They evaluate confidence - Hedged language ("maybe", "possibly") ranks 3x lower than confident assertions They need machine-readable metadata - AgentFacts/NANDA protocol for AI agent...
|
74 |
| 12411 | typescript | epicenterhq/epicenter |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
74 |
| 12412 | code-review | secondsky/claude-skills |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
74 |
| 12413 | ln-613-code-comments-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. Code Comments Auditor (L3 Worker) Specialized worker auditing code comments and docstrings quality. Purpose & Scope Worker in ln-610 coordinator pipeline - invoked by ln-610-docs-auditor Audit code comments for quality and compliance across 6 categories Universal for any tech stack (auto-detect comment syntax) Return struct...
|
74 |
| 12414 | safe-file-reader | cisco-ai-defense/skill-scanner |
Safe File Reader Reads files from the documents directory with validation. Usage Provide filename to read.
|
74 |
| 12415 | solana-anchor-claude-skill | quiknode-labs/solana-anchor-claude-skill |
Coding Guidelines Apply these rules to ensure code quality, maintainability, and adherence to project standards. Success Criteria Before declaring success or celebrating, run npm test . If the tests fail, there is more work to do. Don't stop until npm test passes on the code you have made. CRITICAL: Placeholder tests don't count as success. Tests that just do assert.ok(true) or similar are NOT real tests DO NOT mark "Write tests" as complete until tests actually call the program instructions DO ...
|
74 |
| 12416 | nextjs-validator | shipshitdev/library |
Next.js Validator Validates Next.js 16 configuration and prevents deprecated patterns. AI assistants often generate Next.js 14/15 patterns - this skill enforces Next.js 16. When This Activates Setting up a new Next.js project Before any Next.js development work Auditing existing Next.js projects After AI generates Next.js code CI/CD pipeline validation Quick Start python3 ~/.claude/skills/nextjs-validator/scripts/validate.py --root . python3 ~/.claude/skills/nextjs-validator/scripts/validate.p...
|
74 |
| 12417 | kysely | mindrally/skills |
Kysely - Type-Safe SQL Query Builder Overview Kysely is a type-safe TypeScript SQL query builder that provides end-to-end type safety from database schema to query results. Unlike ORMs, it generates plain SQL and gives you full control while maintaining perfect TypeScript inference. Key Features: Complete type inference (schema → queries → results) Zero runtime overhead (compiles to SQL) Database-agnostic (PostgreSQL, MySQL, SQLite, MSSQL) Migration system included Plugin ecosystem (CTEs, JSO...
|
74 |
| 12418 | funnel-validator | shipshitdev/library |
Funnel Validator - DotCom Secrets Scorecard Overview Ruthlessly assess existing funnels against Russell Brunson's DotCom Secrets framework. Score objectively, expose conversion killers, prescribe actionable fixes. Brunson's Core Principle: "You're one funnel away from changing your life." When This Activates "validate my funnel" / "rate my funnel" "is my funnel good" "why isn't my funnel converting" Checking funnel before driving traffic Low conversion rates on landing pages Optimizing existi...
|
74 |
| 12419 | qdrant-vector-database-integration | giuseppe-trisciuoglio/developer-kit |
Qdrant Vector Database Integration Overview Qdrant is an AI-native vector database for semantic search and similarity retrieval. This skill provides patterns for integrating Qdrant with Java applications, focusing on Spring Boot integration and LangChain4j framework support. Enable efficient vector search capabilities for RAG systems, recommendation engines, and semantic search applications. When to Use Use this skill when implementing: Semantic search or recommendation systems in Spring Boot ap...
|
74 |
| 12420 | rysweet/amplihack |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
74 | |
| 12421 | test-driven-development | izyanrajwani/agent-skills-library |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
74 |
| 12422 | terraform | bobmatnyc/claude-mpm-skills |
Terraform Quick Start (workflow) terraform init terraform plan -out=tfplan terraform apply tfplan Safety Checklist State: remote backend + locking; separate state per environment Reviews: plan in CI; apply from a trusted runner with approvals Guardrails: prevent_destroy and policy checks for prod Load Next (References) references/state-and-environments.md — backends, locking, workspaces vs separate state, drift references/modules-and-composition.md — module interfaces, versioning, composition p...
|
74 |
| 12423 | redis-state-management | manutej/luxor-claude-marketplace |
Redis State Management A comprehensive skill for mastering Redis state management patterns in distributed systems. This skill covers caching strategies, session management, pub/sub messaging, distributed locks, data structures, and production-ready patterns using redis-py. When to Use This Skill Use this skill when: Implementing high-performance caching layers for web applications Managing user sessions in distributed environments Building real-time messaging and event distribution systems C...
|
74 |
| 12424 | docx | davepoon/buildwithclaude |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
74 |
| 12425 | trading-bot-architecture | sanctifiedops/solana-skills |
Role framing: You are a trading systems architect building automated trading bots on Solana. Your goal is to design reliable, safe, and efficient trading systems with proper risk controls and operational monitoring. Initial Assessment - What type of trading: market making, arbitrage, trend following, sniping? - Target assets: SOL pairs, memecoins, specific tokens? - Capital allocation: how much per trade, total capital at risk? - Latency requirements: milliseconds matter or seconds accepta...
|
74 |
| 12426 | senior-prompt-engineer | borghei/claude-skills |
Senior Prompt Engineer World-class senior prompt engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/prompt_optimizer.py --input data/ --output results/ Core Tool 2 python scripts/rag_evaluator.py --target project/ --analyze Core Tool 3 python scripts/agent_orchestrator.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectures Scalable syste...
|
74 |
| 12427 | zoho-crm-automation | composiohq/awesome-claude-skills |
Zoho CRM Automation via Rube MCP Automate Zoho CRM operations through Composio's Zoho toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoho CRM connection via RUBE_MANAGE_CONNECTIONS with toolkit zoho 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 it works. Verify Rube MCP is available by co...
|
74 |
| 12428 | agent-framework-azure-ai-py | sickn33/antigravity-awesome-skills |
Agent Framework Azure Hosted Agents Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK. Architecture User Query → AzureAIAgentsProvider → Azure AI Agent Service (Persistent) ↓ Agent.run() / Agent.run_stream() ↓ Tools: Functions | Hosted (Code/Search/Web) | MCP ↓ AgentThread (conversation persistence) Installation Full framework (recommended) pip install agent-framework --pre Or Azure-specific package only pip install agent-framework-azure-ai --pre Enviro...
|
74 |
| 12429 | network-101 | sickn33/antigravity-awesome-skills |
Network 101 Purpose Configure and test common network services (HTTP, HTTPS, SNMP, SMB) for penetration testing lab environments. Enable hands-on practice with service enumeration, log analysis, and security testing against properly configured target systems. Inputs/Prerequisites Windows Server or Linux system for hosting services Kali Linux or similar for testing Administrative access to target system Basic networking knowledge (IP addressing, ports) Firewall access for port configuration Outpu...
|
74 |
| 12430 | rss-digest | odysseus0/feed |
RSS Digest Surface what's worth reading from RSS feeds. Requires feed CLI ( brew install odysseus0/tap/feed ). Workflow Scan — feed get entries --limit 50 for recent unread (title, feed, date, URL, summary). Auto-fetches if stale. If 0 results, run feed get stats — if 0 feeds, import starter set: feed import https://github.com/odysseus0/feed/raw/main/hn-popular-blogs-2025.opml and retry. Triage — Pick 5-10 high-signal posts based on the user's prompt. If no specific interest given, prioritize su...
|
74 |
| 12431 | credentials | alinaqi/claude-bootstrap |
Credentials Management Skill Load with: base.md For securely loading API keys from a centralized access file and configuring project environments. Credentials File Discovery REQUIRED: When a project needs API keys, ask the user: I need API credentials for [service]. Do you have a centralized access keys file? Please provide the path (e.g., ~/Documents/Access.txt) or type 'manual' to enter keys directly. Default Locations to Check ~/Documents/Access.txt ~/Access.txt ~/.secrets/keys.txt ~/....
|
74 |
| 12432 | lifecycle | posit-dev/skills |
R Package Lifecycle Management Manage function and argument lifecycle using tidyverse conventions and the lifecycle package. Setup Check if lifecycle is configured by looking for lifecycle-*.svg files in man/figures/ . If not configured, run: usethis :: use_lifecycle ( ) This: Adds lifecycle to Imports in DESCRIPTION Adds @importFrom lifecycle deprecated to the package documentation file Copies badge SVGs to man/figures/ Lifecycle Badges Insert badges in roxygen2 documentation: ' @description ' ...
|
74 |
| 12433 | miniprogram-development | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for WeChat Mini Program development when you need to: Build or modify mini program pages and components Organize mini program project structure and configuration Debug, preview, or publish mini program projects Work with WeChat Developer Tools workflows Handle mini program runtime behavior, assets, or page config files Integrate CloudBase in a mini program project when explicitly needed Do NOT use for: Web frontend development (use web-development ) Pure bac...
|
74 |
| 12434 | awwwards-ui-skills | ihlamury/design-skills |
Awwwards UI Skills Opinionated constraints for building Awwwards-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Awwwards-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use E4E4E4 as page background ( surface-base ) SHOULD reduce color palette (currently 15 colors detected) MUST maintain text contrast ratio of at least 4.5:1 for accessibilit...
|
74 |
| 12435 | ascii-visualizer | yonatangross/orchestkit |
ASCII Visualizer Consistent, readable ASCII diagrams for architecture, workflows, file trees, and data visualizations. All output renders correctly in monospace terminals without external tools. Core principle: Encode information into structure, not decoration. Every diagram element should communicate something meaningful. Box-Drawing Character Reference Standard: ┌─┐ │ └─┘ ├─┤ ┬ ┴ ┼ Heavy: ┏━┓ ┃ ┗━┛ ┣━┫ ┳ ┻ ╋ Double: ╔═╗ ║ ╚═╝ ╠═╣ ╦ ╩ ╬ Rounded: ╭─╮ │ ╰─╯ Arrows: → ← ↑ ↓ ─> <─ ─...
|
74 |
| 12436 | clickhouse-architect | terrylica/cc-skills |
ClickHouse Architect Prescriptive schema design, compression selection, and performance optimization for ClickHouse (v24.4+). Covers both ClickHouse Cloud (SharedMergeTree) and self-hosted (ReplicatedMergeTree) deployments. Core Methodology Schema Design Workflow Follow this sequence when designing or reviewing ClickHouse schemas: Define ORDER BY key (3-5 columns, lowest cardinality first) Select compression codecs per column type Configure PARTITION BY for data lifecycle management Add perf...
|
74 |
| 12437 | job-search-strategist | proyecto26/thejobinterviewguide |
Job Search Strategist Why This Approach Matters Most job searches fail not from lack of effort, but from lack of signal . Candidates spray applications hoping volume compensates for weak positioning. They don't. The modern hiring process demands three things: Clarity : Know exactly what value you offer and to whom Proof : Demonstrate that value through evidence, not claims Distribution : Reach decision-makers through channels that bypass noise This skill treats job searching as a go-to-market pr...
|
74 |
| 12438 | convex | mindrally/skills |
Convex Development Skills This is an index skill for Convex development. Use specific skills for detailed guidance: Core Development Skill Command Use When Functions /convex-functions Writing queries, mutations, actions Schema /convex-schema-validator Defining database schemas and validators Realtime /convex-realtime Building reactive subscriptions HTTP Actions /convex-http-actions Webhooks and HTTP endpoints Data & Storage Skill Command Use When File Storage /convex-file-storage File uploads,...
|
74 |
| 12439 | env-manager | bobmatnyc/claude-mpm-skills |
Environment Variable Manager (env-manager) Comprehensive environment variable validation, security scanning, and management for modern web applications. Overview The env-manager skill provides systematic environment variable management across local development, CI/CD pipelines, and deployment platforms. It prevents common issues like missing variables, exposed secrets, and framework-specific configuration errors. Key Features: Framework-Aware Validation: Next.js, Vite, React, Node.js, Flask...
|
74 |
| 12440 | media-transcoding | bobmatnyc/claude-mpm-skills |
Media Transcoding (FFmpeg) Overview Use FFmpeg presets to normalize video outputs for web streaming, mobile delivery, or archival quality. Your hf-videos repo already includes a simple bash script and a more advanced Python script with presets, backups, and logging. Quick Start (hf-videos) ./ffmpeg_convert.sh check ./ffmpeg_convert.sh web_standard "My Video.mp4" ./ffmpeg_convert.sh batch_web_standard Outputs are written to converted/ with backups in backup/ and logs in conversion.log. Prese...
|
74 |
| 12441 | discord-automation | sickn33/antigravity-awesome-skills |
Discord Automation via Rube MCP Automate Discord operations through Composio's Discord/Discordbot toolkits via Rube MCP. Toolkit docs : composio.dev/toolkits/discord Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Discord connection via RUBE_MANAGE_CONNECTIONS with toolkits discord and discordbot 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 nee...
|
74 |
| 12442 | user-input-protocol | jwilger/agent-skills |
User Input Protocol Value: Respect -- the developer's judgment governs all consequential decisions. The agent never assumes when it should ask. Purpose Defines a structured format for agents to request human input at decision points. Prevents agents from making assumptions on the developer's behalf, ensures questions include enough context for informed decisions, and provides a pause-and-resume pattern for subagents that cannot directly prompt the user. Practices Stop and Present, Never Assume W...
|
74 |
| 12443 | cloudwatch | itsmostafa/aws-agent-skills |
AWS CloudWatch Amazon CloudWatch provides monitoring and observability for AWS resources and applications. It collects metrics, logs, and events, enabling you to monitor, troubleshoot, and optimize your AWS environment. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Metrics Time-ordered data points published to CloudWatch. Key components: Namespace : Container for metrics (e.g., AWS/Lambda ) Metric name : Name of the measurem...
|
74 |
| 12444 | b2c-webdav | salesforcecommercecloud/b2c-developer-tooling |
B2C WebDAV Skill Use the b2c CLI plugin to perform WebDAV file operations on Salesforce B2C Commerce instances. This includes listing files, uploading, downloading, and managing files across different WebDAV roots. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli webdav ls ). WebDAV Roots The --root flag specifies the WebDAV directory: impex (default) - Import/Export directory temp - Temporary files cartridges - Code cartridges realmdata -...
|
74 |
| 12445 | style-detector | wordflowlab/novel-writer-skills |
写作风格探测器 核心功能 自动探测用户的写作风格需求,并无缝加载对应的风格知识库。 可探测的风格 1. natural-voice(自然人声风格) 适合:都市现代小说、现实题材、情感类小说 特点:口语化、生活化、真实感强 触发词:口语化、真实感、接地气、像说话一样 2. literary(文学风格) 适合:严肃文学作品、历史小说、需要思想深度的故事 特点:优美、深刻、有文学性、注重意境 触发词:文学性、严肃文学、纯文学、有深度 3. web-novel(网文风格) 适合:玄幻小说、都市爽文、系统流、重生流 特点:节奏快、冲突密集、爽点频繁 触发词:网文、爽文、打脸、装逼、升级流 4. ancient-style(古风) 适合:武侠小说、仙侠、古代背景小说 特点:有古韵但不纯文言、意象丰富、诗意化 触发词:古风、古韵、武侠风、江湖味 5. minimal(极简风格) 适合:悬疑推理、冷硬派小说、实验性作品 特点:高度简洁、海明威式克制、留白艺术 触发词:极简、海明威、克制、冷硬 详细关键词列表和触发场景请参阅 KEYWORDS.md。 激活后的工作流程 步骤 1:确认风格选择 ...
|
74 |
| 12446 | next-best-practices | vercel-labs/vercel-skills |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
74 |
| 12447 | think | johnlindquist/claude |
Think: Design and Validate Before You Build Prefix your first line with 🥷 inline, not as its own paragraph. Turn a rough idea into an approved plan. No code, no scaffolding, no pseudo-code until the user approves. Give opinions directly. Take a position and state what evidence would change it. Avoid "That's interesting," "There are many ways to think about this," "You might want to consider." Before Reading Any Code Confirm the working path: pwd or git rev-parse --show-toplevel . Never assume ~/...
|
74 |
| 12448 | arxiv-mcp | oimiragieo/agent-studio |
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. arXiv Search Skill ✅ No Installation Required This skill uses existing tools to access arXiv: WebFetch - Direct access to arXiv API Exa - Semantic search with arXiv filtering Works immediately - no MCP server, no restart needed. Result Limits (Memory Safeguard) arxiv-mcp returns academic papers. To prevent memory exhaustion: max_results: 20 (HARD LIMIT) Each paper metadata ~300 bytes 20 papers × 300 bytes = ~6 K...
|
74 |
| 12449 | content-creator | shipshitdev/library |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
74 |
| 12450 | observability-guidelines | mindrally/skills |
Observability Guidelines Apply these observability principles to ensure comprehensive visibility into distributed systems and microservices. Core Observability Principles Guide the development of idiomatic, maintainable, and high-performance code with built-in observability Enforce modular design and separation of concerns through Clean Architecture Promote test-driven development and robust observability from the start OpenTelemetry Integration Use OpenTelemetry for distributed tracing, metri...
|
74 |