███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12501 | nuxt-production | secondsky/claude-skills |
Nuxt 4 Production Guide Hydration, performance, testing, deployment, and migration patterns. What's New in Nuxt 4 v4.2 Features (Latest) 1. Abort Control for Data Fetching const controller = ref<AbortController>() const { data } = await useAsyncData( 'users', () => $fetch('/api/users', { signal: controller.value?.signal }) ) const abortRequest = () => { controller.value?.abort() controller.value = new AbortController() } 2. Async Data Handler Extraction 39% smaller client bundle...
|
76 |
| 12502 | pre-merge | bobmatnyc/claude-mpm-skills |
Pre-Merge Verification Comprehensive verification workflow before merging changes to production. When to Use This Skill Use this skill when: Creating a pull request for review About to merge code to main/production branch Need systematic verification checklist Want to catch issues before code review Pre-Commit Verification Before committing code, verify: Type checking passes (language-appropriate: tsc --noEmit, mypy, etc.) Linting passes with no errors (ESLint, Pylint, etc.) All existin...
|
76 |
| 12503 | paper-analyzer | zsyggg/paper-craft-skills |
或者直接传入 token: ``` python scripts/mineru_api.py paper.pdf ./output YOUR_TOKEN ``` 输出结果: - `output_dir/*.md` - Markdown 文件(含公式、表格) - `output_dir/images/` - 高质量提取的图片 第二步:提取论文信息 ``` python scripts/extract_paper_info.py <output_dir>/*.md paper_info.json ``` 第三步:风格选择(询问用户) 在生成文章前,必须询问用户以下选项: 1. 写作风格(必选) | storytelling(故事型) | 从直觉出发,用比喻和例子,像讲故事 | 公众号、技术博客、科普 | academic(学术型) | 专业术语,严谨表述,保留原文概念 | 学术报告、论文综述、研究组分享 | concise(精炼型) | 直击核心,表格列表,信息密度高 | 快速了解、论文速览、技术调研 2. 公式选项(可选) | w...
|
76 |
| 12504 | create-release-checklist | posit-dev/skills |
Create an R Package Release Checklist Generate a release checklist for an R package and create the corresponding GitHub issue. Overview This skill guides you through creating a R package release checklist issue on GitHub by: Determining the current version and prompting for release type. Generating an initial checklist. Prompting the user for additional customization. Creating a GitHub issue from the final checklist. Prerequisites The working directory must be an R package with a DESCRIPTION fil...
|
76 |
| 12505 | deepagents-implementation | existential-birds/beagle |
Deep Agents Implementation Core Concepts Deep Agents provides a batteries-included agent harness built on LangGraph: create_deep_agent: Factory function that creates a configured agent Middleware: Injected capabilities (filesystem, todos, subagents, summarization) Backends: Pluggable file storage (state, filesystem, store, composite) Subagents: Isolated task execution via the task tool The agent returned is a compiled LangGraph StateGraph, compatible with streaming, checkpointing, and LangGra...
|
76 |
| 12506 | github-operations | yonatangross/orchestkit |
Comprehensive GitHub CLI (`gh`) operations for project management, from basic issue creation to advanced Projects v2 integration and milestone tracking via REST API. Overview - Creating and managing GitHub issues and PRs - Working with GitHub Projects v2 custom fields - Managing milestones (sprints, releases) via REST API - Automating bulk operations with `gh` - Running GraphQL queries for complex operations Quick Reference Issue Operations ``` Create issue with labels and milestone...
|
76 |
| 12507 | 3d-spatial | dylantarre/animation-principles |
3D Spatial Animation Apply Disney's 12 animation principles to 3D software, VR/AR, and spatial computing environments. Quick Reference Principle 3D/Spatial Implementation Squash & Stretch Lattice deformers, blend shapes Anticipation IK/FK wind-ups, camera pre-motion Staging Camera angles, lighting, depth Straight Ahead / Pose to Pose Layered animation vs blocking Follow Through / Overlapping Bone chains, physics simulation Slow In / Slow Out F-curve editing, animation curves Arc IK handles, mo...
|
76 |
| 12508 | telegram-reminders | alexskuznetsov/claude-skill-telegram |
Send immediate messages and schedule reminders to Telegram with cloud-based scheduling powered by Convex. Your reminders run 24/7 in Convex Cloud with zero infrastructure management. Quick Reference IMPORTANT! Always use these commands in order: - Send now: `tsx scripts/send_message.ts [message_text]` - Send now with attachment: `tsx scripts/send_message.ts [message_text] /path/to/file.pdf` - Schedule: `tsx scripts/schedule_message.ts [time expression] [title] [message_text] [file_path]` ...
|
76 |
| 12509 | base-app-setup | andrelandgraf/fullstackrecipes |
Base App Setup Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK. Cookbook - Complete These Recipes in Order Next.js on Vercel Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel Editor and Linting Setup Configure Prettier for code formatting and TypeScript for typechecking. Inc...
|
76 |
| 12510 | spatial-developer | daffy0208/ai-dev-standards |
Spatial Developer Skill I help you build AR/VR experiences, spatial interfaces, and immersive 3D applications. What I Do WebXR Development: AR/VR experiences in the browser Hand tracking and controllers Spatial anchors Immersive environments Vision Pro Development: visionOS native apps Spatial UI design Reality Composer integration SharePlay experiences 3D Web: Three.js scenes React Three Fiber 3D interactions Spatial audio WebXR Basics npm install three @react-three/fiber @react-three/d...
|
76 |
| 12511 | next-cache-components | vercel/nextjs-skills |
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
|
76 |
| 12512 | alicloud-ai-pai-aiworkspace-test | cinience/alicloud-skills |
Category: test AI PAI AIWORKSPACE Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/platform/alicloud-ai-pai-aiworkspace/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/platform/alicloud-ai-pai-aiworkspace \ --output output/alicloud-ai-pai-aiworkspace-test/compile-check.json ...
|
76 |
| 12513 | navigator | srbhr/resume-matcher |
Before searching code: Read docs/agent/architecture/backend-architecture.md for backend structure Read docs/agent/architecture/frontend-architecture.md for frontend structure Check docs/agent/apis/api-flow-maps.md for endpoint mappings Quick paths: Backend routers: apps/backend/app/routers/ Frontend pages: apps/frontend/app/ Design specs: docs/agent/design/
|
76 |
| 12514 | clawsec-nanoclaw | prompt-security/clawsec |
ClawSec for NanoClaw Security advisory monitoring that protects your WhatsApp bot from known vulnerabilities in skills and dependencies. Overview ClawSec provides MCP tools that check installed skills against a curated feed of security advisories. It prevents installation of vulnerable skills, includes exploitability context for triage, and alerts you to issues in existing ones. Core principle: Check before you install. Monitor what's running. When to Use Use ClawSec tools when: Installing a new...
|
76 |
| 12515 | capacitor-testing | cap-go/capgo-skills |
Testing Capacitor Applications Comprehensive testing strategies for Capacitor mobile apps. When to Use This Skill User wants to add tests User asks about testing strategies User needs E2E testing User wants to mock native plugins User needs CI testing setup Testing Pyramid /\ / \ E2E Tests (Few) /----\ - Real devices / \ - Full user flows /--------\ Integration Tests (Some) / \ - Component interactions /------------\ - API integration / \ U...
|
76 |
| 12516 | studio-testing | supabase/supabase |
Studio Testing Strategy How to write and structure tests for apps/studio/ . The core principle: push logic out of React components into pure utility functions, then test those functions exhaustively. Only use component tests for complex UI interactions. Use E2E tests for features shared between self-hosted and platform. When to Apply Reference these guidelines when: Writing new tests for Studio code Deciding which type of test to write (unit, component, E2E) Extracting logic from a component to ...
|
76 |
| 12517 | character-sprite | paulrobello/claude-office |
Create complete, animated character sprite sheets for Claude Office Visualizer agents using Nano Banana MCP and ImageMagick. Project Context Characters are office workers rendered in retro 16-bit pixel art style. Each character requires multiple animation sprite sheets for different actions and directions. Art Style: Retro 16-bit pixel art (SNES/Genesis era), clean pixels, limited colors. CRITICAL - NO ANTI-ALIASING: All sprites must have sharp, crisp pixel edges with NO anti-aliasing, NO s...
|
76 |
| 12518 | pdf4me | vm0-ai/vm0-skills |
PDF4ME Comprehensive PDF processing API with 60+ operations: convert, merge, split, compress, OCR, watermark, form filling, digital signatures, and more. Official docs: https://dev.pdf4me.com/apiv2/documentation/ When to Use Use this skill when you need to: Convert documents to/from PDF (Word, Excel, PowerPoint, HTML, images) Merge multiple PDFs into one Split PDF into multiple files Compress PDF to reduce file size Add watermarks, stamps, page numbers Extract text, tables, or images from P...
|
76 |
| 12519 | promptslide | prompticeu/promptslide |
PromptSlide Create slide decks with AI coding agents. Each slide is a React component styled with Tailwind CSS, with built-in animations and PDF export. Detect Mode Check if a PromptSlide project already exists in the current directory: grep -q '"promptslide"' package.json 2 > /dev/null Match found → This is an existing PromptSlide project. Go to Authoring Slides . No match → No project yet. Go to Creating a New Deck . Creating a New Deck Step 1: Content Discovery Before writing any code, ask th...
|
76 |
| 12520 | calendly-automation | composiohq/awesome-claude-skills |
Calendly Automation via Rube MCP Automate Calendly operations including event listing, invitee management, scheduling link creation, availability queries, and organization administration through Composio's Calendly toolkit. Toolkit docs : composio.dev/toolkits/calendly Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Calendly connection via RUBE_MANAGE_CONNECTIONS with toolkit calendly Always call RUBE_SEARCH_TOOLS first to get current tool schemas Many operations re...
|
76 |
| 12521 | agent-autonomy-kit | reflectt/agent-autonomy-kit |
Agent Autonomy Kit Transform your agent from reactive to proactive. Quick Start Create tasks/QUEUE.md with Ready/In Progress/Blocked/Done sections Update HEARTBEAT.md to pull from queue and do work Set up cron jobs for overnight work and daily reports Watch work happen without prompting Key Concepts Task Queue — Always have work ready Proactive Heartbeat — Do work, don't just check Continuous Operation — Work until limits hit See README.md for full documentation.
|
76 |
| 12522 | marketing-ideas | ognjengt/founder-skills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
|
76 |
| 12523 | folder-organization | delphine-l/claude_global |
Folder Organization Best Practices Expert guidance for organizing project directories, establishing file naming conventions, and maintaining clean, navigable project structures for research and development work. When to Use This Skill Setting up new projects Reorganizing existing projects Establishing team conventions Creating reproducible research structures Managing data-intensive projects Core Principles Predictability - Standard locations for common file types Scalability - Structure grows...
|
76 |
| 12524 | web-research-workflow | yonatangross/orchestkit |
Web Research Workflow Unified approach for web content research that automatically selects the right tool for each situation. Quick Decision Tree URL to research │ ▼ ┌─────────────────┐ │ 1. Try WebFetch │ ← Fast, free, no overhead │ (always try) │ └─────────────────┘ │ Content OK? ──Yes──► Parse and return │ No (empty/partial/<500 chars) │ ▼ ┌───────────────────────┐ │ 2. TAVILY_API_KEY set?│ └───────────────────────┘ │ │ Yes No ──► Skip to step 3 │ ▼ ┌──────────────────────...
|
76 |
| 12525 | pr-quality-checklist | bobmatnyc/claude-mpm-skills |
PR Quality Checklist Skill Summary Comprehensive guide for creating high-quality pull requests that are easy to review, well-documented, and follow team standards. Includes templates, size guidelines, and best practices for both authors and reviewers. When to Use Before creating any pull request When reviewing others' PRs To establish team PR standards During onboarding of new team members When PR reviews are taking too long Quick Checklist Before Creating PR PR title follows convention: type...
|
76 |
| 12526 | gilfoyle | axiomhq/gilfoyle |
CRITICAL: ALL script paths are relative to this skill's folder. Run them with full path (e.g., `scripts/init`). Gilfoyle Persona You ARE Bertram Gilfoyle. System architect. Security expert. The one who actually keeps the infrastructure from collapsing while everyone else panics. Voice: Deadpan. Sardonic. Cold. Efficient. No enthusiasm. Ever. Swearing is natural punctuation, not emotional outburst. Skip greetings, thanks, apologies. Examples: - Instead of "I'll help you investigate" → "Sh...
|
76 |
| 12527 | spring-cloud-alibaba | teachingai/full-stack-skills |
Spring Cloud Alibaba 是阿里巴巴提供的微服务解决方案,提供了 Nacos(服务注册与配置)、Sentinel(流量控制)、RocketMQ(消息队列)、Seata(分布式事务)等组件。 核心组件 1. Nacos(服务注册与配置中心) Nacos Server 安装: ``` 下载 Nacos wget https://github.com/alibaba/nacos/releases/download/2.2.0/nacos-server-2.2.0.tar.gz 解压并启动 tar -xzf nacos-server-2.2.0.tar.gz cd nacos/bin sh startup.sh -m standalone ``` 服务注册: ``` @SpringBootApplication @EnableDiscoveryClient public class UserServiceApplication { public static void main(String[] args) { SpringApp...
|
76 |
| 12528 | skill-creator | igorwarzocha/opencode-workflows |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
76 |
| 12529 | ultrathink-orchestrator | rysweet/amplihack |
This skill provides automatic orchestration for development and investigation tasks. It detects the task type from keywords and delegates to the appropriate workflow skill (investigation-workflow or default-workflow). Auto-activation priority is LOW (5) to allow more specific skills to match first. When activated, this orchestrator selects between investigation-workflow and default-workflow based on the user's request keywords. This skill acts as a thin wrapper around the canonical ultrathink ...
|
76 |
| 12530 | searching-mlflow-docs | mlflow/skills |
MLflow Documentation Search Workflow Fetch https://mlflow.org/docs/latest/llms.txt to find relevant page paths Fetch the .md file at the identified path Present results with verbatim code examples Step 1: Fetch llms.txt Index WebFetch( url: "https://mlflow.org/docs/latest/llms.txt", prompt: "Find links or references to [TOPIC]. List all relevant URLs." ) Step 2: Fetch Target Documentation Use the path from Step 1, always with .md extension: WebFetch( url: "https://mlflow.org/docs/latest/[path].m...
|
76 |
| 12531 | chezmoi-workflows | terrylica/cc-skills |
Chezmoi Workflows When to Use This Skill Use this skill when: Backing up dotfiles to Git repository Syncing configuration files across machines Tracking changes to shell configs, editor settings, or other dotfiles Managing templated configurations with chezmoi Troubleshooting dotfile drift between source and target Architecture Component Location Purpose Source $(chezmoi source-path) Git repository with dotfile templates Target ~/ Home directory (deployed files) Remote GitHub (private recommende...
|
76 |
| 12532 | chinese-output | lostabaddon/headlessknight |
输出包含任何中文字符(汉字、中文标点) 需要使用中文标点符号 回复用中文提问的用户 中英文混排内容 中文句子中使用的标点符号必须是全角标点,包括以下这些标点: ,。;:‘’“”《》?!、~()【】「」——…… 尤其注意: 中文后的逗号必须是全角逗号,而不能是半角逗号, 中文后的句号必须是全角句号。而不能是半角句号. 中文后的问号必须是全角问号?而不能是半角问号? 中文后的惊叹号必须是全角惊叹号!而不能是半角惊叹号! 中文后的冒号必须是全角冒号:而不能是半角冒号:,尤其在一段文字的最后时 中文后的分号必须是全角分号;而不能是半角分号; 中文后的波浪号必须是全角波浪号~而不能是半角波浪号~ 中文后的顿号必须是全角顿号、而不能是半角逗号, 中文后的破折号必须是两个一组的全角破折号——而不能是半角破折号---- 中文后的省略号必须是两个一组的全角省略号……而不能是半角省略号... 中文为主的内容的前后用的双引号必须是全角双引号“和”,而不能是半角双引号",比如 “数学节是什么样的节日?” 中文为主的内容的前后用的单引号必须是全角单引号‘和’,而不能是半角单引号',比如 夏洛克说:“这...
|
76 |
| 12533 | resolve-pr-parallel | everyinc/compound-engineering-plugin |
Resolve PR Comments in Parallel Resolve all unresolved PR review comments by spawning parallel agents for each thread. Context Detection Claude Code automatically detects git context: Current branch and associated PR All PR comments and review threads Works with any PR by specifying the number Workflow 1. Analyze Fetch unresolved review threads using the GraphQL script: bash ${CLAUDE_PLUGIN_ROOT} /skills/resolve-pr-parallel/scripts/get-pr-comments PR_NUMBER This returns only unresolved, non-outd...
|
76 |
| 12534 | ui-ux-pro-max | guanyang/antigravity-skills |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
76 |
| 12535 | vercel-security-access | bobmatnyc/claude-mpm-skills |
Vercel Security and Access Skill progressive_disclosure: entry_point: summary: "Vercel security and access: RBAC, SSO (SAML/OIDC), deployment protection, firewall, BotID, audit logs, and 2FA." when_to_use: - "When managing access control and roles" - "When securing deployments and endpoints" - "When auditing activity and enforcing MFA" quick_start: - "Enable RBAC and role assignments" - "Configure SSO and authentication policies" - "Apply deployment protection and firewall" - "Review audit and a...
|
76 |
| 12536 | vercel-functions-runtime | bobmatnyc/claude-mpm-skills |
Vercel Functions and Runtime Skill progressive_disclosure: entry_point: summary: "Vercel Functions and Edge Runtime: serverless APIs, edge execution, cron jobs, and routing middleware." when_to_use: - "When building API routes or serverless logic" - "When targeting the Edge Runtime" - "When scheduling tasks with cron jobs" quick_start: - "Create a function entry point" - "Choose the runtime (Node or Edge)" - "Configure cron schedules" - "Deploy and monitor" token_estimate: entry: 90-110 full: 36...
|
76 |
| 12537 | brevo-automation | sickn33/antigravity-awesome-skills |
Brevo Automation via Rube MCP Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Brevo connection via RUBE_MANAGE_CONNECTIONS with toolkit brevo 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. Ver...
|
76 |
| 12538 | wp-abilities-api | automattic/agent-skills |
WP Abilities API When to use Use this skill when the task involves: registering abilities or ability categories in PHP, exposing abilities to clients via REST ( wp-abilities/v1 ), consuming abilities in JS (notably @wordpress/abilities ), diagnosing “ability doesn’t show up” / “client can’t see ability” / “REST returns empty”. Inputs required Repo root (run wp-project-triage first if you haven’t). Target WordPress version(s) and whether this is WP core or a plugin/theme. Where the change should ...
|
76 |
| 12539 | react-patterns | srbhr/resume-matcher |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
76 |
| 12540 | hubspot-automation | composiohq/awesome-claude-skills |
HubSpot CRM Automation via Rube MCP Automate HubSpot CRM workflows including contact/company management, deal pipeline tracking, ticket search, and custom property creation through Composio's HubSpot toolkit. Toolkit docs : composio.dev/toolkits/hubspot Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HubSpot connection via RUBE_MANAGE_CONNECTIONS with toolkit hubspot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rub...
|
76 |
| 12541 | ai-news-digest | deletexiumu/agentskills-hub |
调用 / Invoke / 呼び出し 中文 "用 ai-news-digest 生成今天的 AI 资讯简报" "用 ai-news-digest 获取昨天的 AI 新闻" "用 ai-news-digest 看看前天有什么 AI 动态" "帮我用 ai-news-digest 整理一下最近的 AI 资讯" English "Use ai-news-digest to generate today's AI news digest" "Use ai-news-digest to get yesterday's AI news in English" "Generate an AI news summary for 2026-01-20 using ai-news-digest" "Use ai-news-digest to summarize recent AI developments" 日本語 "ai-news-digest で今日のAIニュース要約を日本語で作成して" "ai-news-digest で昨日のAIニュースを取得して" "ai-news-digest を使って最近のA...
|
76 |
| 12542 | pre-write-checklist | wordflowlab/novel-writer-skills |
写作前强制检查清单 核心功能 解决AI长篇失焦问题 - 这是Novel Writer Skills v1.0的核心创新。 问题根源 用户反馈:使用novel-writer创作,前30章质量很好,但30章后AI开始: 忘记前文设定 角色性格不一致 情节重复或矛盾 忽略创作宪法的原则 根本原因:长对话导致AI遗忘早期context,即使specification.md写得再详细也会被忘记。 解决方案 每次写作前强制重读所有关键文件 → AI重新加载完整context → 保持一致性 9项强制检查清单 每次执行/write命令时,必须先完成此检查清单: 📋 写作前检查清单(必须完成): ✓ 1. memory/constitution.md - 创作宪法 ✓ 2. memory/style-reference.md - 风格参考(如有) ✓ 3. stories/*/specification.md - 故事规格 ✓ 4. stories/*/creative-plan.md - 创作计划 ✓ 5. stories/*/tasks.md - 当前任务 ✓ 6. spec...
|
76 |
| 12543 | nano-banana-prompts | secondsky/claude-skills |
Nano Banana Image Prompt Generator Generate high-quality prompts for Gemini 2.5 Flash Image using proven best practices from October 2025. Core Principle Describe scenes naturally, don't list keywords. ❌ woman, business suit, office, professional ✅ A professional businesswoman in navy suit stands confidently in modern glass-walled office overlooking city skyline. Warm afternoon light streams through windows. Prompt Structure Basic Template A [SHOT TYPE] of [SUBJECT] [ACTION] in [ENVIRONMENT]. [L...
|
76 |
| 12544 | cascade-workflow | rysweet/amplihack |
Cascade Workflow with Graceful Degradation Skill Purpose Implement graceful degradation through cascading fallback strategies. When optimal approaches fail or timeout, the system automatically falls back to simpler, more reliable alternatives while maintaining acceptable functionality. When to Use This Skill USE FOR: External service dependencies (APIs, databases) Time-sensitive operations with acceptable degraded modes Operations where partial results are better than no results High-availab...
|
76 |
| 12545 | fix-issue | yonatangross/orchestkit |
Fix Issue Systematic issue resolution with hypothesis-based root cause analysis, similar issue detection, and prevention recommendations. Quick Start /ork:fix-issue 123 /ork:fix-issue 456 Opus 4.6 : Root cause analysis uses native adaptive thinking. Dynamic token budgets scale with context window for thorough investigation. Argument Resolution ISSUE_NUMBER = "$ARGUMENTS[0]" e.g., "123" (CC 2.1.59 indexed access) $ARGUMENTS contains the full argument string $ARGUMENTS[0] is the first space-sep...
|
76 |
| 12546 | alicloud-ai-translation-anytrans-test | cinience/alicloud-skills |
Category: test AI TRANSLATION ANYTRANS Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/translation/alicloud-ai-translation-anytrans/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/translation/alicloud-ai-translation-anytrans \ --output output/alicloud-ai-translation-anytran...
|
76 |
| 12547 | project-structure | tartinerlabs/skills |
You are a project structure expert. Infer the project's language variant (US/UK English) from existing commits, docs, and code, and match it in all output. Read individual rule files in rules/ for detailed explanations and examples. Rules Overview Rule Impact File Colocation HIGH rules/colocation.md Anti-patterns HIGH rules/anti-patterns.md Feature-based grouping MEDIUM rules/feature-based.md Layer-based grouping MEDIUM rules/layer-based.md Framework structure MEDIUM rules/framework-structure.md...
|
76 |
| 12548 | arxiv-search | varde80/arxiv-zotero-obsidian |
arXiv Search Search the complete arXiv database of preprints across physics, mathematics, computer science, and quantitative biology 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 abstr...
|
76 |
| 12549 | architecture-patterns | yonatangross/orchestkit |
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
|
76 |
| 12550 | gsap-animation | notedit/happy-skills |
When to use Use this skill when creating Remotion video compositions that need GSAP's advanced animation capabilities beyond Remotion's built-in interpolate() and spring() . Use GSAP when you need: Complex timeline orchestration (nesting, labels, position parameters like "-=0.5" ) Text splitting animation (SplitText: chars/words/lines with mask reveals) SVG shape morphing (MorphSVG), stroke drawing (DrawSVG), path-following (MotionPath) Advanced easing (CustomEase from SVG paths, RoughEase, Slow...
|
76 |