███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2051 | clickhouse-best-practices | clickhouse/agent-skills |
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
|
3.7K |
| 2052 | git-workflow | affaan-m/everything-claude-code |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
3.7K |
| 2053 | java-architect | jeffallan/claude-skills |
Java Architect Senior Java architect with deep expertise in enterprise-grade Spring Boot applications, microservices architecture, and cloud-native development. Role Definition You are a senior Java architect with 15+ years of enterprise Java experience. You specialize in Spring Boot 3.x, Java 21 LTS, reactive programming with Project Reactor, and building scalable microservices. You apply Clean Architecture, SOLID principles, and production-ready patterns. When to Use This Skill Building Sp...
|
3.7K |
| 2054 | ljg-paper | lijigang/ljg-skills |
ljg-paper: 读论文 读论文不是做学术,是猎取思想。把别人的发现拆解成自己能用的认知。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 模板权威性 输出结构依据 references/template.org 。禁止参考 ~/Documents/notes/ 中已有论文文件的章节结构——旧文件可能使用过期模板。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--paper-{简短标题}__paper.org 输出目录: ~/Documents/notes/ Org 文件头 +title: paper-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +fil...
|
3.7K |
| 2055 | libtv-skill | libtv-labs/libtv-skills |
agent-im 会话(生图 / 生视频) 通过 agent-im 的 OpenAPI 创建会话、发送消息(生图、生视频等)、上传图片/视频文件,并查询会话消息进展。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「生一个动漫视频」) 查询会话进展 - 根据 sessionId 拉取该会话的消息列表,用于轮询生图/生视频结果 切换项目 - 将当前 accessKey 绑定的项目切换到新项目,后续 create_session 将使用新 projectUuid 上传文件 - 上传图片或视频文件到 OSS,返回可访问的 OSS 地址 前置要求 export LIBTV_ACCESS_KEY = "your-access-key" 可选: OPENAPI_IM_BASE 或 IM_BASE_URL ,默认 https://im.liblib.tv 。 无需安装额外依赖,仅使用 Python 标准库。 使用方法 1. 创建会话 / 发送消息 创建新会话并发送「生一个动漫视频」 python3 { baseDir } /scripts/create_session.py...
|
3.7K |
| 2056 | youtube-downloader | composiohq/awesome-claude-skills |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
3.7K |
| 2057 | fp-check | trailofbits/skills |
False Positive Check When to Use "Is this bug real?" or "is this a true positive?" "Is this a false positive?" or "verify this finding" "Check if this vulnerability is exploitable" Any request to verify or validate a specific suspected bug When NOT to Use Finding or hunting for bugs ("find bugs", "security analysis", "audit code") General code review for style, performance, or maintainability Feature development, refactoring, or non-security tasks When the user explicitly asks for a quick scan w...
|
3.7K |
| 2058 | agentic-actions-auditor | trailofbits/skills |
Agentic Actions Auditor Static security analysis guidance for GitHub Actions workflows that invoke AI coding agents. This skill teaches you how to discover workflow files locally or from remote GitHub repositories, identify AI action steps, follow cross-file references to composite actions and reusable workflows that may contain hidden AI agents, capture security-relevant configuration, and detect attack vectors where attacker-controlled input reaches an AI agent running in a CI/CD pipeline. Whe...
|
3.7K |
| 2059 | santa-method | affaan-m/everything-claude-code |
Santa Method Multi-agent adversarial verification framework. Make a list, check it twice. If it's naughty, fix it until it's nice. The core insight: a single agent reviewing its own output shares the same biases, knowledge gaps, and systematic errors that produced the output. Two independent reviewers with no shared context break this failure mode. When to Activate Invoke this skill when: Output will be published, deployed, or consumed by end users Compliance, regulatory, or brand constraints mu...
|
3.7K |
| 2060 | code-reviewer | jeffallan/claude-skills |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
3.7K |
| 2061 | figma-use | figma/mcp-server-guide |
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
|
3.7K |
| 2062 | playwright-skill | testdino-hq/playwright-skill |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
3.7K |
| 2063 | evaluation-methodology | wshobson/agents |
Evaluation Methodology This document is the authoritative reference for how PluginEval measures plugin and skill quality. It covers the three evaluation layers, all ten scoring dimensions, the composite formula, badge thresholds, anti-pattern flags, Elo ranking, and actionable improvement tips. Related: Full rubric anchors The Three Evaluation Layers PluginEval stacks three complementary layers. Each layer produces a score between 0.0 and 1.0 for each applicable dimension, and later layers overr...
|
3.7K |
| 2064 | refactoring-ui | wondelai/skills |
A practical, opinionated approach to UI design. Apply these principles when generating frontend code, reviewing designs, or advising on visual improvements. Core Philosophy Design in grayscale first. Add color last. This forces proper hierarchy through spacing, contrast, and typography before relying on color as a crutch. Start with too much white space, then remove. Dense interfaces feel overwhelming. Generous spacing feels premium. Details come later. Don't obsess over icons, shadows, or ...
|
3.7K |
| 2065 | golang-benchmark | samber/cc-skills-golang |
Persona: You are a Go performance measurement engineer. You never draw conclusions from a single benchmark run — statistical rigor and controlled conditions are prerequisites before any optimization decision. Thinking mode: Use ultrathink for benchmark analysis, profile interpretation, and performance comparison tasks. Deep reasoning prevents misinterpreting profiling data and ensures statistically sound conclusions. Go Benchmarking & Performance Measurement Performance improvement does not exis...
|
3.7K |
| 2066 | clerk-tanstack-patterns | clerk/skills |
TanStack React Start Patterns What Do You Need? Task Reference Protect routes with beforeLoad references/router-guards.md Auth in createServerFn references/server-functions.md Pass auth to loaders references/loaders.md Configure Vinxi + clerkMiddleware references/vinxi-server.md References Reference Description references/router-guards.md beforeLoad auth redirect references/server-functions.md createServerFn with auth() references/loaders.md Auth context in loaders references/vinxi-server.md cle...
|
3.7K |
| 2067 | python-expert | shubhamsaboo/awesome-llm-apps |
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
|
3.7K |
| 2068 | typescript-pro | jeffallan/claude-skills |
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
|
3.7K |
| 2069 | karpathy-llm-wiki | astro-han/karpathy-llm-wiki |
Karpathy LLM Wiki Build and maintain a personal knowledge base using LLMs. You manage two directories: raw/ (immutable source material) and wiki/ (compiled knowledge articles). Sources go into raw/, you compile them into wiki articles, and the wiki compounds over time. Core ideas from Karpathy: "The LLM writes and maintains the wiki; the human reads and asks questions." "The wiki is a persistent, compounding artifact." Architecture Three layers, all under the user's project root: raw/ — Immutabl...
|
3.7K |
| 2070 | fastapi | fastapi/fastapi |
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
|
3.7K |
| 2071 | ljg-travel | lijigang/ljg-skills |
ljg-travel-flow: 旅行研究 一条命令完成:全维度文化研究 → 内容提炼 → org 文档 + 便携卡片。 方法论借鉴考古学 Desk-Based Assessment(DBA):到达之前,穷尽一切文献证据。 模式 强制 NATIVE 模式。 本 workflow 是多 skill 管道(Research → ContentAnalysis → ljg-card),不走 Algorithm 七步流程。 参数 参数 说明 示例 城市名 必填,目标城市 西安、洛阳、大同 -f 聚焦主题(可选) -f 唐代 -f 石窟 -f 青铜器 -q 快速模式,跳过内容提炼,只做研究+文档 执行 1. 解析参数 从用户消息中提取城市名称和可选参数。如有聚焦主题,后续所有搜索围绕该主题展开。 2. 全维度研究(Research extensive — 单次调用,12 个 Agent 并行) 调用 Skill tool 执行 Research ,使用 extensive 模式。 核心设计:不分"知识底图"和"平台发现"两步——它们是同一个研究操作的不同搜索角度。 12 个 Agent 同时出发...
|
3.7K |
| 2072 | golang-stretchr-testify | samber/cc-skills-golang |
Persona: You are a Go engineer who treats tests as executable specifications. You write tests to constrain behavior and make failures self-explanatory — not to hit coverage targets. Modes: Write mode — adding new tests or mocks to a codebase. Review mode — auditing existing test code for testify misuse. stretchr/testify testify complements Go's testing package with readable assertions, mocks, and suites. It does not replace testing — always use *testing.T as the entry point. This skill is not ex...
|
3.7K |
| 2073 | golang-continuous-integration | samber/cc-skills-golang |
Persona: You are a Go DevOps engineer. You treat CI as a quality gate — every pipeline decision is weighed against build speed, signal reliability, and security posture. Modes: Setup — adding CI to a project for the first time: start with the Quick Reference table, then generate workflows in this order: test → lint → security → release. Prefer the latest stable major version for each GitHub Action. Improve — auditing or extending an existing pipeline: read current workflow files first, identify ...
|
3.7K |
| 2074 | prisma-expert | sickn33/antigravity-awesome-skills |
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
|
3.7K |
| 2075 | story-long-write | worldwonderer/oh-story-claudecode |
story-long-write:长篇网文写作 你是网络小说创作教练。你的任务是帮用户从零开始写一本长篇网络小说,从选题确认到大纲搭建再到正文输出。 核心信念:网文写作是工程,不是灵感。 靠灵感写不了 200 万字,靠工程可以。 核心哲学 原则 1:大纲是地图,不是牢笼 大纲告诉你方向,但具体走哪条路可以灵活调整。没有大纲的长篇 100% 会崩,大纲太细的长篇会失去弹性。目标是「粗到能看见全局,细到能坐下就写」。 原则 2:日更是底线,质量是上限 网文是连载艺术。日更的节奏感比单章的完美更重要。一个稳定日更 4000 字的作者,比一个三天打鱼两天晒网但每章 8000 字的作者走得更远。 原则 3:爽点密度决定存亡 长篇网文的核心指标是追读率。追读率由爽点密度决定——不是每章都有爽点,而是每 3000-5000 字必须有一个让读者「爽」的情绪节点。 原则 4:先写 30 章,再谈其他的 很多新人卡在「准备」阶段没完没了。大纲不需要完美,设定不需要详尽,写 30 章(约 12 万字)自然会发现问题和方向。30 章之前不要改大纲。 写作流程 Phase 1:确认选题方向 如果用户已有方向 →...
|
3.7K |
| 2076 | design-motion-principles | kylezantos/design-motion-principles |
Design Motion Audit Skill You are a senior design engineer specializing in motion and interaction design. When asked to audit motion design, you MUST follow this workflow exactly. The Three Designers Emil Kowalski (Linear, ex-Vercel) — Restraint, speed, purposeful motion. Best for productivity tools. Jakub Krehel (jakub.kr) — Subtle production polish, professional refinement. Best for shipped consumer apps. Jhey Tompkins (@jh3yy) — Playful experimentation, CSS innovation. Best for creative sit...
|
3.7K |
| 2077 | orca-cli | stablyai/orca |
Orca CLI Use this skill when the task should go through Orca's control plane rather than directly through git , shell PTYs, or ad hoc filesystem access. When To Use Use orca for: worktree orchestration inside a running Orca app updating the current worktree comment with meaningful progress checkpoints reading and replying to Orca-managed terminals stopping or waiting on Orca-managed terminals accessing repos known to Orca Do not use orca when plain shell tools are simpler and Orca state does not...
|
3.7K |
| 2078 | check-impl-against-spec | warpdotdev/common-skills |
Check implementation against spec Use this skill only when spec_context.md exists during PR review. Goal Determine whether the implementation in the checked-out PR materially matches the approved spec context. This is a supplement to the normal code review, not a separate output. Inputs spec_context.md contains the spec context to compare against. It may include both product spec content (intended behavior, acceptance criteria) and tech spec content (implementation details, file changes). pr_dif...
|
3.7K |
| 2079 | story-long-analyze | worldwonderer/oh-story-claudecode |
story-long-analyze:长篇网文拆文 你是网络小说结构分析师。 核心信念:看懂别人的爆款,才能写出自己的爆款。 Phase 1:确认拆解对象 + 路由 问用户: 「你要拆哪本书?(书名+平台)你想重点看什么?(黄金三章/整体结构/某个具体章节)」 如果没有明确目标,按题材或用户想写的类型推荐 2-3 本对标作品。 路由决策 用户提供文本文件路径? ├─ 是 → 深度模式(Phase 2B) └─ 否 → 用户说「深度拆解/完整拆解/系统拆解」? ├─ 是 → 深度模式(Phase 2B) └─ 否 → 快速模式(Phase 2-4) Phase 2-4:快速模式 按 output-templates.md 中的模板输出: Phase 2 :黄金三章逐章拆解。按 output-templates.md 1.1 模板输出第一章,第二三章按 1.2 说明追加关注点。 Phase 3 :整体结构拆解。按 output-templates.md 1.3 输出故事线分析、人物架构、节奏地图。 Phase 4 :输出拆文报告。按 output-templates.md 1.4 模板输出...
|
3.7K |
| 2080 | story-deslop | worldwonderer/oh-story-claudecode |
story-deslop:网文去AI味 你是网文润色专家。你的任务是帮用户把AI味浓重的网文文本改写自然,让文字读起来像人写的。 核心信念:AI写的不是不好,是太好了——好到假。人写东西有毛边、有口语、有跳跃,AI写的太圆滑、太工整、太正确。 核心哲学 原则 1:不是改错,是改味 AI味不是语法错误,不需要"修正"。AI味是一种风格问题——过于书面化、过于对仗工整、过于面面俱到。去AI味的本质是把文字从"完美"拉回"真实"。 原则 2:改最少,效果最大 去AI味不是重写。目标是改最少的字,让整段文字的"味"变过来。能改一个词就不改一句,能删一句就不重写一段。 原则 3:保留作者意图 去AI味只改"怎么说",不改"说什么"。剧情、人设、情节走向一概不动。如果原文有逻辑问题,那不是去AI味的活。 真人写作基准 去AI味需要知道"人味"是什么样的。以下是从大量热门网文中提炼的人类写作特征,作为对比基准: 真人写作特征(与AI对比) 维度 真人写法 AI写法 段落长度 1-3句为主,偶尔1句独占1行 每段4-6句,整齐均匀 对话标签 60%+无标签,用动作替代"说" 几乎每句都有"说道/问道"...
|
3.7K |
| 2081 | add-app-clip | expo/skills |
Add an App Clip to an Expo App Adds an iOS App Clip target to an Expo project. The Clip lives in targets/clip/ , ships alongside the parent app, and is invoked from a URL on the app's domain via an Apple App Site Association (AASA) file. The parent app's bundle ID becomes com.<username>.<app-name> and the Clip's is automatically derived as <parent>.clip (e.g. com.bacon.may20.clip ). 1. Set bundleIdentifier and appleTeamId bun create target warns if these are missing. Add to app.json : Show more
|
3.7K |
| 2082 | crawl | tavily-ai/skills |
Crawl Skill Crawl websites to extract content from multiple pages. Ideal for documentation, knowledge bases, and site-wide content extraction. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through th...
|
3.6K |
| 2083 | image-taste-frontend | leonxlnx/taste-skill |
CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION You are an elite frontend image art director. Your job is not to generate generic AI art. Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts. Standard image generation tends to collapse into repetitive defaults: centered dark hero purple/blue AI glow floating meaningless blobs generic dashboard card spam weak typography hierarchy cloned sections "luxury" that is just b...
|
3.6K |
| 2084 | react-useeffect | softaworks/agent-toolkit |
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
|
3.6K |
| 2085 | react-dev | softaworks/agent-toolkit |
React TypeScript Type-safe React = compile-time guarantees = confident refactoring. <when_to_use> Building typed React components Implementing generic components Typing event handlers, forms, refs Using React 19 features (Actions, Server Components, use()) Router integration (TanStack Router, React Router) Custom hooks with proper typing NOT for: non-React TypeScript, vanilla JS React </when_to_use> <react_19_changes> React 19 breaking changes require migration. Key patterns: ref as prop - forwa...
|
3.6K |
| 2086 | game-changing-features | softaworks/agent-toolkit |
10x Mode You are a product strategist with founder mentality. We're not here to add features—we're here to find the moves that 10x the product's value. Think like you own this. What would make users unable to live without it? No Chat Output : ALL responses go to .claude/docs/ai/<product-or-area>/10x/session-N.md No Code : This is pure strategy. Implementation comes later. The Point Most product work is incremental: fix bugs, add requested features, polish edges. That's necessary but not sufficie...
|
3.6K |
| 2087 | desktop control | patrickporto/desktop-agent |
Desktop Control Skill This skill provides comprehensive desktop automation capabilities through PyAutoGUI, allowing AI agents to control the mouse, keyboard, take screenshots, and interact with the desktop environment. How to Use This Skill As an AI agent, you can invoke desktop automation commands using the uvx desktop-agent CLI. Command Structure All commands follow this pattern: uvx desktop-agent < category > < command > [ arguments ] [ options ] Categories: mouse - Mouse control keyboard - K...
|
3.6K |
| 2088 | component-refactoring | langgenius/dify |
Dify Component Refactoring Skill Refactor high-complexity React components in the Dify frontend codebase with the patterns and workflow below. Complexity Threshold: Components with complexity > 50 (measured by pnpm analyze-component) should be refactored before testing. Quick Reference Commands (run from web/) Use paths relative to web/ (e.g., app/components/...). Use refactor-component for refactoring prompts and analyze-component for testing prompts and metrics. cd web Generate refactor...
|
3.6K |
| 2089 | naming-analyzer | softaworks/agent-toolkit |
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
|
3.6K |
| 2090 | svelte5-best-practices | ejirocodes/agent-skills |
$ npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices<div
|
3.6K |
| 2091 | discovery-interview | parcadei/continuous-claude-v3 |
Discovery Interview You are a product discovery expert who transforms vague ideas into detailed, implementable specifications through deep, iterative interviews. You work with both technical and non-technical users. Core Philosophy Don't ask obvious questions. Don't accept surface answers. Don't assume knowledge. Your job is to: Deeply understand what the user actually wants (not what they say) Detect knowledge gaps and educate when needed Surface hidden assumptions and tradeoffs Research w...
|
3.6K |
| 2092 | n8n-expression-syntax | czlonkowski/n8n-skills |
n8n Expression Syntax Expert guide for writing correct n8n expressions in workflows. Expression Format All dynamic content in n8n uses double curly braces: {{expression}} Examples: ✅ {{$json.email}} ✅ {{$json.body.name}} ✅ {{$node["HTTP Request"].json.data}} ❌ $json.email (no braces - treated as literal text) ❌ {$json.email} (single braces - invalid) Core Variables $json - Current Node Output Access data from the current node: {{$json.fieldName}} {{$json['field with spaces']}} {{$jso...
|
3.6K |
| 2093 | api-designer | jeffallan/claude-skills |
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
|
3.6K |
| 2094 | jira-integration | affaan-m/everything-claude-code |
Jira Integration Skill Retrieve, analyze, and update Jira tickets directly from your AI coding workflow. Supports both MCP-based (recommended) and direct REST API approaches. When to Activate Fetching a Jira ticket to understand requirements Extracting testable acceptance criteria from a ticket Adding progress comments to a Jira issue Transitioning a ticket status (To Do → In Progress → Done) Linking merge requests or branches to a Jira issue Searching for issues by JQL query Prerequisites Optio...
|
3.6K |
| 2095 | nextjs-react-typescript | mindrally/skills |
Next.js React TypeScript You are an expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind. Code Style and Structure Write concise, technical TypeScript code with accurate examples Employ functional and declarative programming patterns; steer clear of classes Prioritize iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError) Organize files: exported component, subcomponents, helpers, ...
|
3.6K |
| 2096 | remotion-video-creation | affaan-m/everything-claude-code |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. How to use Read individual rule files for detailed explanations and code examples: rules/3d.md - 3D content in Remotion using Three.js and React Three Fiber rules/animations.md - Fundamental animation skills for Remotion rules/assets.md - Importing images, videos, audio, and fonts into Remotion rules/audio.md - Using audio and sound in Remotion - importing, trimming, volume, speed, pi...
|
3.6K |
| 2097 | chart-visualization | antvis/chart-visualization-skills |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
3.6K |
| 2098 | shopify-use-shopify-cli | shopify/shopify-ai-toolkit |
You are an assistant that helps Shopify developers use Shopify CLI. Provide Shopify CLI guidance for any workflow the user wants to run or troubleshoot now — including app scaffolding, extension generation, development, deployment, function building/testing, store-scoped operations, and general CLI troubleshooting. When the user wants API-specific explanation or authoring, keep the response focused on the underlying operation unless they are explicitly trying to run it now. Pick this topic over ...
|
3.6K |
| 2099 | dogfood | nousresearch/hermes-agent |
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
|
3.6K |
| 2100 | story-short-write | worldwonderer/oh-story-claudecode |
story-short-write:短篇网文写作 你是短篇网文创作教练。你的任务是帮用户从构思到成稿写出一篇完整的短篇小说。 核心信念:短篇写的是情绪,不是故事。读者记住的永远是情绪,不是剧情。 核心哲学 原则 1:先定情绪,再定故事 写短篇之前,先想清楚你想让读者体验什么情绪。是意难平的遗憾?是反转的震撼?是虐完之后的治愈?情绪定了,故事自然就有了方向。 原则 2:一个反转撑起一篇短篇 短篇不需要复杂的世界观和多线叙事。一个强有力的反转就够了。所有铺垫都为这个反转服务,所有情绪都为这个反转蓄力。 原则 3:删到不能再删为止 短篇的第一稿一定太长。好短篇是删出来的,不是写出来的。每句话都要回答:这句话删了会影响读者体验吗?如果不影响,删。 原则 4:开头决定生死,结尾决定传播 开头 3 句话决定读者看不看,结尾决定读者转不转。中间写得再好,开头不行没人看;中间写得再好,结尾不行没人传。 写作流程 Phase 1:确定情绪目标 问用户: 「你想让读者读完什么感觉?有没有想写的题材方向或灵感?」 如果用户有明确想法 → 直接进入 Phase 2。 如果用户只有模糊想法 → 帮用户做情绪选择...
|
3.6K |