Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,046
总 Skills
108.0M
总安装量
2,604
贡献者
# Skill 仓库 描述 安装量
15851 golf-data machina-sports/sports-skills
Golf Data (PGA / LPGA / DP World Tour) Before writing queries, consult references/api-reference.md for endpoints, player IDs, and score formats. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3...
76
15852 temporal proompteng/lab
Operate workflows with explicit namespace, address, and task queue. Use repo scripts for starting workflows, then use the CLI to inspect and control them. Connection ``` export TEMPORAL_ADDRESS=temporal-grpc.ide-newton.ts.net:7233 export TEMPORAL_NAMESPACE=default export TEMPORAL_TASK_QUEUE=bumba ``` Validate connectivity: ``` temporal --namespace "$TEMPORAL_NAMESPACE" workflow list --limit 5 ``` From UI URL to CLI args Example UI URL: ``` http://temporal/namespaces/default/workflows/...
76
15853 hugging-face-jobs sickn33/antigravity-awesome-skills
Running Workloads on Hugging Face Jobs Overview Run any workload on fully managed Hugging Face infrastructure. No local setup required—jobs run on cloud CPUs, GPUs, or TPUs and can persist results to the Hugging Face Hub. Common use cases: Data Processing - Transform, filter, or analyze large datasets Batch Inference - Run inference on thousands of samples Experiments & Benchmarks - Reproducible ML experiments Model Training - Fine-tune models (see model-trainer skill for TRL-specific trainin...
76
15854 rag-implementation giuseppe-trisciuoglio/developer-kit
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
76
15855 demo-producer yonatangross/orchestkit
Demo Producer Universal demo video creation for any content type. Quick Start /ork:demo-producer Interactive mode - asks what to create /ork:demo-producer skill explore Create demo for a skill /ork:demo-producer plugin ork Create demo for a plugin /ork:demo-producer tutorial "Building a REST API" Custom tutorial Supported Content Types Type Source Example skill skills/{name}/SKILL.md /ork:demo-producer skill commit agent agents/{name}.md /ork:demo-producer agent debug-investigator plugin plu...
76
15856 rag implementer daffy0208/ai-dev-standards
RAG Implementer Build production-ready retrieval-augmented generation systems. Core Principle RAG = Retrieval + Context Assembly + Generation Use RAG when you need LLMs to access fresh, domain-specific, or proprietary knowledge that wasn't in their training data. ⚠️ Prerequisites & Cost Reality Check STOP: Have You Validated the Need for RAG? Before implementing RAG, confirm: Problem validated - Completed product-strategist Phase 1 (problem discovery) Users need AI search - Tested with simpler a...
76
15857 systematic-debugging izyanrajwani/agent-skills-library
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
76
15858 brainstorming vudovn/antigravity-kit
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
76
15859 setting-up-tauri-projects dchuk/claude-code-tauri-skills
Tauri is a framework for building tiny, fast binaries for all major desktop and mobile platforms. It combines any frontend that compiles to HTML/JS/CSS with Rust for the backend. Key characteristics: - Minimal apps can be under 600KB (uses system webview, not bundled browser) - Built on Rust for memory, thread, and type safety - Supports virtually any frontend framework - Cross-platform: Windows, macOS, Linux, iOS, Android System Prerequisites macOS ``` For desktop + iOS development ...
76
15860 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
15861 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
15862 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
15863 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
15864 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
15865 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
15866 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
15867 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
15868 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
15869 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
15870 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
15871 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
15872 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
15873 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
15874 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
15875 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
15876 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
15877 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
15878 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
15879 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
15880 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
15881 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
15882 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
15883 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
15884 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
15885 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
15886 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
15887 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
15888 chinese-output lostabaddon/headlessknight
输出包含任何中文字符(汉字、中文标点) 需要使用中文标点符号 回复用中文提问的用户 中英文混排内容 中文句子中使用的标点符号必须是全角标点,包括以下这些标点: ,。;:‘’“”《》?!、~()【】「」——…… 尤其注意: 中文后的逗号必须是全角逗号,而不能是半角逗号, 中文后的句号必须是全角句号。而不能是半角句号. 中文后的问号必须是全角问号?而不能是半角问号? 中文后的惊叹号必须是全角惊叹号!而不能是半角惊叹号! 中文后的冒号必须是全角冒号:而不能是半角冒号:,尤其在一段文字的最后时 中文后的分号必须是全角分号;而不能是半角分号; 中文后的波浪号必须是全角波浪号~而不能是半角波浪号~ 中文后的顿号必须是全角顿号、而不能是半角逗号, 中文后的破折号必须是两个一组的全角破折号——而不能是半角破折号---- 中文后的省略号必须是两个一组的全角省略号……而不能是半角省略号... 中文为主的内容的前后用的双引号必须是全角双引号“和”,而不能是半角双引号",比如 “数学节是什么样的节日?” 中文为主的内容的前后用的单引号必须是全角单引号‘和’,而不能是半角单引号',比如 夏洛克说:“这...
76
15889 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
15890 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
15891 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
15892 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
15893 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
15894 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
15895 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
15896 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
15897 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
15898 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
15899 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
15900 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