███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19851 | drama-analyzer | vangongwanxiaowan/screen-creative-skills |
剧本分析专家 功能 分析故事文本,提炼主要情节点并分析每个情节点的戏剧功能。基于资深编剧的专业视角,深入理解故事结构和戏剧张力。 使用场景 分析小说或故事文本的核心情节结构,梳理故事脉络 识别故事中的关键转折点和情感节点,理解故事节奏 评估每个情节点的戏剧作用和推动力,为改编提供依据 为剧本改编提供情节分析基础,确保改编质量 学习优秀作品的戏剧结构和情节设计技巧 核心步骤 深度阅读 : 充分阅读和理解故事文本内容,把握整体结构和主题 情节点识别 : 根据情节点定义,识别并总结故事中的主要情节点 戏剧功能分析 : 深入分析每个情节点在故事中的戏剧作用、推动力和情感影响 结构化输出 : 按照指定格式输出分析结果,确保清晰准确 输入要求 完整的故事文本(小说、剧本大纲、故事梗概等) 文本长度建议:500字以上 输出格式 【情节点】:<单个情节点描述> 【戏剧功能】:<该情节点的戏剧功能分析> 【情节点】:<单个情节点描述> 【戏剧功能】:<该情节点的戏剧功能分析> ... 要求 每个情节点的表述不超过100字 至少提炼5个情节点 严格按照故事文本原文意思总结,不自行创作改编 不使用阿拉伯数字...
|
35 |
| 19852 | deep-learning | pluginagentmarketplace/custom-plugin-data-engineer |
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
|
35 |
| 19853 | vercel-composition-patterns | openstatushq/openstatus |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
35 |
| 19854 | nuxt-modules | nuxt-content/nuxt-studio |
Nuxt Module Development Guide for creating Nuxt modules that extend framework functionality. Related skills: nuxt (basics), vue (runtime patterns) Quick Start npx nuxi init -t module my-module cd my-module && npm install npm run dev Start playground npm run dev:build Build in watch mode npm run test Run tests Available Guidance references/development.md - Module anatomy, defineNuxtModule, Kit utilities, hooks references/testing-and-publishing.md - E2E testing, best practices...
|
35 |
| 19855 | syncable-entity-cache-and-transform | twentyhq/twenty |
Syncable Entity: Cache & Transform (Step 2/6) Purpose : Create cache layer and transformation utilities to convert between different entity representations. When to use : After completing Step 1 (Types & Constants). Required before building validators and action handlers. Quick Start This step creates: Cache service for flat entity maps Entity-to-flat conversion utility Input transform utils (DTO → Universal Flat Entity) Key principle : Input transform utils must output universal flat entities (...
|
35 |
| 19856 | develop-ai-functions-example | vercel-labs/ai |
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by AI SDK function in examples/ai-functions/src/: Directory Purpose generate-text/ Non-streaming text generation with generateText() stream-text/ Streaming text generation with streamText() generate-object/ Structured output generation with generateObject() stream-object/ Streaming structured output ...
|
35 |
| 19857 | pencil basics | gyejoon/pencil-plugin |
Pencil Basics Pencil MCP 서버를 사용하여 .pen 파일을 읽고, 수정하고, 디자인을 생성하는 방법을 제공한다. Core Concepts .pen 파일 구조 .pen 파일은 디자인 데이터를 저장하는 암호화된 형식이다. 반드시 Pencil MCP 도구만 사용하여 접근한다. 중요 : Read, Grep, Write 도구로 .pen 파일을 직접 읽거나 쓰지 않는다. 항상 Pencil MCP 도구를 사용한다. 노드 타입 Type 용도 주요 속성 frame 컨테이너, 레이아웃 layout, gap, padding, fill text 텍스트 콘텐츠 content, fontSize, fontWeight, textColor rectangle 사각형 도형 fill, stroke, cornerRadius ellipse 원/타원 fill, stroke ref 컴포넌트 인스턴스 ref (컴포넌트 ID 참조) image 이미지 프레임 G() 오퍼레이션으로 적용 icon_font 아이콘 i...
|
35 |
| 19858 | supporting-modules-architecture | tencentblueking/bk-ci |
支撑模块架构指南 Skill 概述 本 Skill 涵盖了 BK-CI 的 6 大支撑模块,这些模块为核心业务提供支撑性服务,不直接参与流水线核心执行逻辑,但提供凭证、环境、通知、日志、质量检查、API 开放等关键能力。 模块列表 模块 说明 文档 Ticket 凭证管理模块 1-ticket-module.md Environment 构建机环境模块 2-environment-module.md Notify 通知服务模块 3-notify-module.md Log 构建日志模块 4-log-module.md Quality 质量红线模块 5-quality-module.md OpenAPI 开放接口模块 6-openapi-module.md 核心业务模块 vs 支撑模块 模块分类 BK-CI 模块架构 ├── 核心业务模块 (直接参与流水线执行) │ ├── Process (流水线引擎) │ ├── Auth (权限中心) │ ├── Project (项目管理) │ ├── Repository (代码库) │ ├── Store (研发商店)...
|
35 |
| 19859 | slb | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
SLB — Simultaneous Launch Button A Go CLI that implements a two-person rule for running potentially destructive commands from AI coding agents. When an agent wants to run something risky (e.g., rm -rf, git push --force, kubectl delete, DROP TABLE), SLB requires peer review and explicit approval before execution. Why This Exists Coding agents can get tunnel vision, hallucinate, or misunderstand context. A second reviewer (ideally with a different model/tooling) catches mistakes before they bec...
|
35 |
| 19860 | terraform-module-creator | jeremylongshore/claude-code-plugins-plus-skills |
Terraform Module Creator Purpose This skill provides automated assistance for terraform module creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "terraform module creator" in your request Ask about terraform module creator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for terraform mo...
|
35 |
| 19861 | html-ppt-designer | andyhuo520/html-ppt-designer |
HTML PPT Designer v5.2 / 智能演示文稿设计器 版本 : 5.2 架构 : LLM 智能设计优先 + 本地模板 fallback + 原文配图提取 + Unsplash 配图 + 真翻页引擎 + 6 种动画 + 视频播客模式 + 内嵌字幕 + 国产 TTS + 纯色设计 + 默认图标装饰 + 控制面板自动隐藏 更新日期 : 2026-02-13 🔧 环境变量配置(首次使用必读) 在使用本 Skill 的配图和 AI 功能前,需要配置相应的 API Key。 必需配置 功能 环境变量 申请地址 免费额度 Unsplash 配图 UNSPLASH_ACCESS_KEY https://unsplash.com/developers 50次/小时 AI 生成插图 ZENMUX_API_KEY https://zenmux.ai 按用量计费 可选配置(视频导出) 功能 环境变量 申请地址 费用 OpenAI TTS OPENAI_API_KEY https://platform.openai.com ~$0.015/分钟 火山引擎 TTS VOLCENGINE_ACCES...
|
35 |
| 19862 | onboarding-agent | openhands/skills |
First-time User Conversation with OpenHands Skill purpose In <= 5 progressive questions , interview the user to identify their coding goal and constraints, then generate a concrete, step-by-step plan that maximizes the likelihood of a successful pull request (PR) . Finish by asking: “Do you want me to execute the plan?” Guardrails Ask no more than 5 questions total (stop early if you have enough info). Progressive: each next question builds on the previous answer. Keep questions concise ( <= 2 s...
|
35 |
| 19863 | gitlab-ci-basics | jeremylongshore/claude-code-plugins-plus-skills |
Gitlab Ci Basics Purpose This skill provides automated assistance for gitlab ci basics tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "gitlab ci basics" in your request Ask about gitlab ci basics patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for gitlab ci basics Follows industry best p...
|
35 |
| 19864 | log-summary-date-ranges | letta-ai/skills |
Log Summary Date Ranges This skill provides guidance for tasks that require analyzing log files and producing summary reports with counts aggregated across date ranges and severity levels. When to Use This Skill This skill applies when: Parsing log files organized by date (e.g., YYYY-MM-DD_source.log ) Counting log entries by severity level (ERROR, WARNING, INFO, DEBUG) Aggregating counts across multiple date ranges (today, last N days, total) Outputting results in structured CSV format Recommen...
|
35 |
| 19865 | git-leak-recovery | letta-ai/skills |
Git Leak Recovery Overview This skill guides the process of recovering sensitive data (secrets, credentials, API keys) that have been removed from Git history through history-rewriting operations, extracting the data, and then securely cleaning the repository to ensure complete removal. Key Concepts Git Object Persistence When commits are "removed" via operations like git reset , git rebase , or git commit --amend , the underlying Git objects are not immediately deleted. They become "unreachable...
|
35 |
| 19866 | agent-patterns | jeremylongshore/claude-code-plugins-plus-skills |
Agent Patterns Overview Agent Patterns defines the coordination protocol for multi-agent sprint execution within the Sprint plugin. It governs how the project architect spawns implementation and testing agents, how agents communicate results via structured reports, and how parallel agents avoid conflicts. Prerequisites Sprint plugin installed and configured ( /plugin install sprint ) Sprint directory initialized at .claude/sprint/[N]/ specs.md written with clear scope and testing configuration F...
|
35 |
| 19867 | optimize-images | forever-efficient/pitfal-solutions-website |
Image Optimization for Web Projects Optimize images for web performance using modern tools. This skill provides scripts and workflows for compressing PNG and JPEG images while maintaining visual quality. When to Use This Skill Preparing images for production web deployment Reducing page load times Optimizing public/images directories Batch compressing screenshots, watercolors, photos Auditing image sizes before/after optimization Core Tool: Sharp Sharp is the fastest Node.js image processing lib...
|
35 |
| 19868 | chat-compactor | zhanlincui/ultimate-agent-skills-collection |
Chat Compactor Generate structured summaries optimized for AI agent continuity across sessions. Why This Exists Human-written summaries and ad-hoc AI summaries lose critical context: Decision rationale gets lost (why X, not Y) Dead ends get forgotten (agent re-tries failed approaches) Implicit knowledge isn't captured (file locations, naming conventions, gotchas) State is unclear (what's done, what's pending, what's blocked) This skill produces agent-optimized handoff documents that prime t...
|
35 |
| 19869 | agent-memory-coordinator | ruvnet/claude-flow |
name: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities: memory-management namespace-coordination data-persistence compression-optimization synchronization search-retrieval priority: high hooks: pre: | echo "🧠 Memory Coordination Specialist initializing" echo "💾 Checking memory system status and available namespaces" Check memory system availability echo "📊 Current memory usage:" List ac...
|
35 |
| 19870 | doc-vault-project | molechowski/claude-skills |
Vault Project Manage multi-note research projects in an Obsidian vault with phased subdirectory structure. Prerequisites Skill Required Purpose doc-obsidian Yes Vault CRUD via notesmd-cli + search via qmd Directory Structure projects/{project-slug}/ ├── _index.md MOC: status, component links, linked research ├── concept/ Problem definition, threat models, requirements ├── research/ Deep dives per component, tech evaluation ├── design/ Ar...
|
35 |
| 19871 | senior-backend-dev | codewithowais/senior-backend-dev |
Senior Backend Developer You are a Senior Backend Developer with 12+ years of experience shipping high-traffic, distributed systems. You think in trade-offs, not absolutes. You write code that other engineers want to maintain. You review code the way a great mentor does — firm, clear, and always teaching. Core Principles These principles govern every decision you make: Correctness first, then performance. A slow correct system beats a fast broken one. Optimize only after profiling. Explicit over...
|
35 |
| 19872 | code-review-checklist | erichowens/some_claude_skills |
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when...
|
35 |
| 19873 | ai-generated-ut-code-review | openharmonyinsight/openharmony-skills |
AI UT Code Review Overview Review AI-generated unit tests for effectiveness, coverage, assertions, negative cases, determinism, and maintainability. Output a 0-10 score, a risk level, and a must-fix checklist. Overall line coverage must be >= 80% ; otherwise risk is at least High. When to Use AI-generated UT/test code review or quality evaluation Need scoring, risk level, or must-fix checklist Questions about coverage or assertion validity Workflow Confirm tests target the intended business code...
|
35 |
| 19874 | loop-agent | d-o-hub/rust-self-learning-memory |
Loop Agent Skill Execute workflow agents iteratively for refinement and progressive improvement until quality criteria are met. Quick Reference Modes - Loop termination modes (fixed, criteria, convergence, hybrid) Patterns - Common loop patterns (refinement, test-fix, optimization) Configuration - Loop setup and templates Examples - Complete loop examples When to Use Code needs iterative refinement until quality standards met Tests need repeated fix-validate cycles Performance requires progressi...
|
35 |
| 19875 | refactor:nestjs | snakeo/claude-debug-and-refactor-skills-plugin |
You are an elite NestJS/TypeScript refactoring specialist with deep expertise in writing clean, maintainable, and scalable server-side applications. Your mission is to transform code into exemplary NestJS implementations that follow industry best practices and SOLID principles. Core Refactoring Principles DRY (Don't Repeat Yourself) - Extract repeated code into reusable services, utilities, or custom decorators - Create shared DTOs for common request/response patterns - Use TypeScript gen...
|
35 |
| 19876 | nano-banana-pro-image-gen | wuchubuzai2018/expert-skills-hub |
图片生成与编辑 图片生成技能,可以通过自然语言帮助用户生成图片,通过API易国内代理服务访问,支持Node.js和Python两种运行环境。 使用指引 遵循以下步骤: 第1步:分析需求与参数提取 明确意图 :区分用户是需要【文生图】(生成新图片)还是【图生图】(编辑/修改现有图片)。 提示词(Prompt)分析 : 使用用户原始完整输入 :把用户输入的原始完整问题需求描述(原文)直接作为 -p 提示词的主体,避免自行改写、总结或二次创作,防止细节丢失。 需要补充时先确认 :如果信息不足(例如缺少风格、主体数量、镜头语言、场景细节、文字内容、禁止元素等),先向用户提问确认;用户确认后,再把补充内容 以“追加”的方式 拼接到原始提示词后。 样例: 用户输入:“帮我生成一张猫的图片,风格要可爱一点。” 正例说明:直接使用用户输入作为提示词: -p "帮我生成一张猫的图片,风格要可爱一点。" 反例说明:擅自改写为“生成一张可爱风格的猫的图片”会丢失用户原始输入的细节和语气。 如果需要补充细节(例如颜色、背景等),先提问确认:“你希望猫是什么颜色的?背景有什么要求吗?”用户回答后,再追加到提示词...
|
35 |
| 19877 | prompt-engineering | inference-sh/agent-skills |
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
|
35 |
| 19878 | test-coverage | luongnv89/skills |
Test Coverage Expander Expand unit test coverage by targeting untested branches and edge cases. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remote: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is not clean, stash first, sync, then restore: git stash push -u -m "pre-sync" branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch or...
|
35 |
| 19879 | background-worker-creator | jeremylongshore/claude-code-plugins-plus-skills |
Background Worker Creator Purpose This skill provides automated assistance for background worker creator tasks within the Backend Development domain. When to Use This skill activates automatically when you: Mention "background worker creator" in your request Ask about background worker creator patterns or best practices Need help with backend skills covering node.js, python, go, database design, caching, messaging, and microservices architecture. Capabilities Provides step-by-step guidance for b...
|
34 |
| 19880 | laravel:using-examples-in-prompts | jpcaparas/superpowers-laravel |
Using Examples in Prompts Examples clarify intent better than descriptions. Show the AI what you want, don't just tell it. Reference Existing Code Abstract "Create a service similar to the payment service" Concrete "Create OrderService following the pattern in app/Services/PaymentService.php : class PaymentService { public function __construct ( private PaymentGateway $gateway , private PaymentRepository $repository ) { } public function charge ( Order $order ) : Payment { // Implementation } } ...
|
34 |
| 19881 | optimize-plugin | fradser/dotclaude |
Plugin Optimization Execute plugin validation and optimization workflow. Target: $ARGUMENTS Background Knowledge Load plugin-optimizer:plugin-best-practices skill using the Skill tool for component templates, tool invocation rules, and type classification. Phase 1: Discovery & Validation Goal : Validate structure and detect issues. Orchestrator MUST NOT apply fixes. Actions : Resolve path with realpath and verify existence Validate .claude-plugin/plugin.json exists Find component directories: co...
|
34 |
| 19882 | positioning-and-messaging | oldwinter/skills |
Positioning & Messaging Category: Marketing Source: https://refoundai.com/lenny-skills/s/positioning-messaging Positioning & Messaging | Refound AI Lenny Skills Database SKILLS PLAYBOOKS GUESTS ABOUT SKILLS PLAYBOOKS GUESTS ABOUT Marketing 58 guests | 106 insights Positioning & Messaging Positioning defines the space your product occupies in the customer's mind and determines how they describe it to others. Weak positioning creates friction througho...
|
34 |
| 19883 | video-downloader | skillcreatorai/awesome-agent-skills |
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
|
34 |
| 19884 | fusion-skill-self-report-bug | equinor/fusion-skills |
Self-report Fusion Skill Bugs When to use Use this skill when a Fusion skill workflow fails and you need a consistent, triage-ready bug report draft. Treat this as the default failure handoff for any fusion-* skill execution. Typical triggers: "a fusion-* skill failed" "this skill run failed" "self-report this skill error" "create a bug from this workflow failure" "capture this automation failure for triage" When not to use Do not use this skill for: Feature requests or roadmap planning General ...
|
34 |
| 19885 | fluentd-config-generator | jeremylongshore/claude-code-plugins-plus-skills |
Fluentd Config Generator Purpose This skill provides automated assistance for fluentd config generator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "fluentd config generator" in your request Ask about fluentd config generator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for fluentd conf...
|
34 |
| 19886 | claude-code-debug | 0xdarkmatter/claude-mods |
Claude Code Debug Troubleshoot extensions, hooks, and unexpected behavior. Quick Diagnostics Enable debug mode claude --debug Check loaded extensions /hooks View registered hooks /agents View available agents /memory View loaded memory files /config View current configuration Common Issues Symptom Quick Check Skill not activating Verify description has trigger keywords Hook not running Check chmod +x , run /hooks Agent not delegating Add "Use proactively" to description MCP connection fail...
|
34 |
| 19887 | nansen-perp-trader-profile | nansen-ai/nansen-cli |
Perp Trader Answers: "What is this perp trader doing? What are their positions and track record?" ADDR = < address > nansen research profiler labels --address $ADDR --chain ethereum → label, category (identity, SM labels) nansen research profiler perp-positions --address $ADDR → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd nansen research profiler perp-trades --address $ADDR --days 7 --limit 20 → timestamp, token_symbol, side, action (Open/Close/Redu...
|
34 |
| 19888 | plaid | raintree-technology/claude-starter |
PLAID — Product Led AI Development You are a product development advisor helping a founder go from idea to buildable spec. You are warm, direct, and opinionated. You treat the founder as capable and smart — you’re here to help them articulate what’s already in their head, not to lecture them. The full pipeline is: Vision → Strategy → Spec → Build. Modes PLAID has three modes. Pick the right one based on context: Starting fresh (no vision.json exists): Run the vision intake conversation. See “Vis...
|
34 |
| 19889 | scikit-learn | eyadsibai/ltk |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Install scikit-learn using uv uv uv pip install scikit-learn Optional: Install visualization dependencies uv uv pip install matplotlib seab...
|
34 |
| 19890 | security | travisjneuman/.claude |
/security - Security Audit Workflow Dedicated security analysis for sensitive code. When to Use "Security audit" "Check for vulnerabilities" "Is this secure?" "Review authentication code" "Check for injection attacks" Before handling auth, payments, user data After adding security-sensitive features Workflow Overview ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes Agent Sequence Agent R...
|
34 |
| 19891 | spec-execute | zixun-github/aisdlc |
spec-execute(I2:执行 / plan.md SSOT) 概览 I2 的目标是把 {FEATURE_DIR}/implementation/plan.md 中的任务 按批次执行 ,并把执行状态与最小审计信息 只回写到 plan.md (作为唯一执行清单与状态 SSOT)。 本技能是 skills/executing-plans/SKILL.md 的 Spec 实现阶段版: 重度复用其“五步执行 + 批次检查点 + 遇阻塞即停”骨架 ,但将“计划文件”的语义替换为实现阶段 SOP(见 design/aisdlc_spec_implementation.md )的硬约束: plan.md 是 唯一 执行清单与状态来源(checkbox + 审计信息 + 验证结果摘要) 默认每批执行 前 3 个未完成任务 任何 NEEDS CLARIFICATION / 关键计划缺陷 / 阻塞: 立即停止并汇报 (禁止脑补推进) 若执行中产生决策/契约变更: 仅在 {FEATURE_DIR} 内草拟 ,并在 plan.md 追加 Merge-back 待办清单 (本阶段禁止直接更新 projec...
|
34 |
| 19892 | frontend-ux | austintgriffith/ethskills |
Frontend UX Rules What You Probably Got Wrong "The button works." Working is not the standard. Does it disable during the transaction? Does it show a spinner? Does it stay disabled until the chain confirms? Does it show an error if the user rejects? AI agents skip all of this, every time. "I used wagmi hooks." Wrong hooks. Scaffold-ETH 2 wraps wagmi with useTransactor which waits for transaction confirmation — not just wallet signing. Raw wagmi's writeContractAsync resolves the moment the user c...
|
34 |
| 19893 | k8s-security | eyadsibai/ltk |
Kubernetes Security Policies Implement defense-in-depth security for Kubernetes clusters. Pod Security Standards Restricted (Most Secure) apiVersion : v1 kind : Namespace metadata : name : restricted - ns labels : pod-security.kubernetes.io/enforce : restricted pod-security.kubernetes.io/audit : restricted pod-security.kubernetes.io/warn : restricted Secure Pod Configuration apiVersion : v1 kind : Pod metadata : name : secure - pod spec : securityContext : runAsNonRoot : true runAsUser : 1000 fs...
|
34 |
| 19894 | anime-story-creator | tippyentertainment/skills |
Provided by TippyEntertainment https://github.com/tippyentertainment/skills.git Anime Story Generator Skill Summary Generates original anime story concepts, including worldbuilding, characters, power systems, and multi‑episode arcs, tailored to the user’s preferences (genre, tone, length, target audience). This skill is designed for use on the Tasking.tech agent platform ( https://tasking.tech ) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .ope...
|
34 |
| 19895 | database-design-patterns | nickcrew/claude-ctx-plugin |
Database Design Patterns Expert guidance for designing scalable database schemas, optimizing query performance, and implementing robust data persistence layers across relational and NoSQL databases. When to Use This Skill Designing database schemas for new applications Optimizing slow queries and database performance Choosing between normalization and denormalization strategies Implementing partitioning, sharding, or replication strategies Migrating between database technologies (SQL to NoSQL ...
|
34 |
| 19896 | git-commit | molechowski/claude-skills |
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
|
34 |
| 19897 | xint | 0xnyk/xint |
xint — X Intelligence CLI General-purpose agentic research over X/Twitter. Decompose any research question into targeted searches, iteratively refine, follow threads, deep-dive linked content, and synthesize into a sourced briefing. For X API details (endpoints, operators, response format): read references/x-api.md . Security Considerations This skill requires sensitive credentials. Follow these guidelines: Credentials X_BEARER_TOKEN : Required for X API. Treat as a secret - prefer exported envi...
|
34 |
| 19898 | dev-review-pr | molechowski/claude-skills |
Review PR Change-focused code review for diffs, staged changes, and GitHub PRs. Brutally honest, professionally delivered. Persona Strict tech lead with zero tolerance for sloppy changes. Focus on what CHANGED, not the entire codebase Judge changes in context of surrounding code Flag regressions and new risks introduced by the change No hedge words. Never use "might", "perhaps", "consider", "maybe" Default assumption: changes need scrutiny until proven sound Be specific: cite the diff line, expl...
|
34 |
| 19899 | elysia | epicenterhq/epicenter |
Elysia.js Patterns (v1.2+) When to Apply This Skill Use this pattern when you need to: Write or refactor Elysia handlers to use status() responses. Define per-status response schemas for Eden Treaty type safety. Migrate handlers away from set.status plus error-object returns. Compose Elysia plugins/guards for shared auth and route behavior. Choose between return status(...) and throw status(...) by control-flow context. The status() Helper (ALWAYS use this) Never use set.status + return object. ...
|
34 |
| 19900 | ai-discoverability-audit | brianrwagner/ai-marketing-skills |
AI Discoverability Audit You are an AI discoverability expert. Audit how a brand appears in AI search and recommendation systems, identify gaps, and produce an action plan with a re-audit schedule. Why This Matters: Traditional SEO optimizes for Google. AI discoverability optimizes for how LLMs understand, describe, and recommend a brand. If AI assistants can't describe you accurately, you're invisible to a growing segment of high-intent searchers. Mode Detect from context or ask: "Quick scan, f...
|
34 |