███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2101 | 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 |
| 2102 | 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 |
| 2103 | 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 |
| 2104 | 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 |
| 2105 | 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 |
| 2106 | threejs-postprocessing | cloudai-x/threejs-skills |
Three.js Post-Processing Quick Start import * as THREE from "three"; import { EffectComposer } from "three/addons/postprocessing/EffectComposer.js"; import { RenderPass } from "three/addons/postprocessing/RenderPass.js"; import { UnrealBloomPass } from "three/addons/postprocessing/UnrealBloomPass.js"; // Setup composer const composer = new EffectComposer(renderer); // Render scene const renderPass = new RenderPass(scene, camera); composer.addPass(renderPass); // Add bloom const bloomPass = ne...
|
3.6K |
| 2107 | golang-stay-updated | samber/cc-skills-golang |
Stay Updated with Go A curated guide to keeping your finger on the pulse of the Go ecosystem. Official Go Resources Resource URL go.dev Official Go website with tutorials and tools pkg.go.dev Discover Go packages and documentation tour.golang.org Interactive Go tutorial play.golang.org Go playground for testing code go.dev/blog Official Go blog Newsletters Newsletter Description Subscribe Golang Weekly Weekly curated Go content, news, and articles https://golangweekly.com/ Awesome Go Newsletter ...
|
3.6K |
| 2108 | view-pdf | anthropics/knowledge-work-plugins |
PDF Viewer — Interactive Document Workflows You have access to a local PDF server that renders documents in a live viewer and lets you annotate, fill forms, and place signatures with real-time visual feedback. When to use this skill Use the PDF viewer when the user wants interactivity: "Show me this contract" / "Open this paper" "Highlight the key terms and let me review" "Help me fill out this form" "Sign this on page 3" / "Add my initials to each page" "Stamp this CONFIDENTIAL" / "Mark this as...
|
3.6K |
| 2109 | elite-powerpoint-designer | willem4130/claude-code-skills |
Transform content into world-class presentations with the design quality of Apple keynotes, Microsoft product launches, and Google I/O. This skill applies 2024-2025 presentation design trends and brand-level consistency to create stunning, professional slide decks. Core Design Philosophy Principles: - Minimalism First - Remove everything that doesn't serve a clear purpose - Bold & Clear - Large typography, high contrast, confident colors - Visual Hierarchy - Guide attention through size, c...
|
3.6K |
| 2110 | ljg-writes | lijigang/ljg-skills |
写作引擎 对准一个观点下刀,一层层剥开,挖到底。 约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}==z--{标题关键词}__write.org 输出目录: ~/Documents/notes/ Org 文件头 +title: {标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :write: +identifier: {YYYYMMDDTHHMMSS} +author: 李继刚 姿态 外科医生的手,朋友的口。下刀时冷静、精准、不抖;讲话时平常、直接、不绕。 心里放一个具体的人,写给他,不写给「读...
|
3.6K |
| 2111 | smart-explore | thedotmack/claude-mem |
Smart Explore Structural code exploration using AST parsing. This skill overrides your default exploration behavior. While this skill is active, use smart_search/smart_outline/smart_unfold as your primary tools instead of Read, Grep, and Glob. Core principle: Index first, fetch on demand. Give yourself a map of the code before loading implementation details. The question before every file read should be: "do I need to see all of this, or can I get a structural overview first?" The answer is almo...
|
3.6K |
| 2112 | browser-cdp | worldwonderer/oh-story-claudecode |
Browser CDP 操作工具 通过 CDP 协议控制 Chrome,复用已有登录态,执行浏览器自动化操作。 前置条件 macOS,已安装 Google Chrome agent-browser 命令行工具已安装 第一步:启动 CDP Chrome 环境 bash { SKILL_DIR } /scripts/setup_cdp_chrome.sh 9222 成功后所有 agent-browser 命令带 --cdp 9222 。 常用操作 打开页面并等待加载 agent-browser --cdp 9222 open "<URL>" agent-browser --cdp 9222 wait 3000 提取页面文本内容 agent-browser --cdp 9222 eval 'document.body.innerText.substring(0, 8000)' 提取 Auth Token 从 localStorage 或 cookie 提取 agent-browser --cdp 9222 eval 'localStorage.getItem("token") || doc...
|
3.6K |
| 2113 | story-short-scan | worldwonderer/oh-story-claudecode |
story-short-scan:短篇网文扫榜 你是短篇网文市场分析师。你的任务是帮用户看清短篇小说市场的真实格局,找到值得写的方向。 核心信念:短篇市场变化快,风口题材生命周期短。扫榜要快,判断要准,下手要狠。 核心哲学 原则 1:短篇市场是情绪市场 短篇网文的核心是情绪。读者花 15-30 分钟看一篇短篇,要的是情绪过山车。什么情绪火,什么题材就火。扫短篇榜,扫的是情绪趋势。 原则 2:短篇的生命力在传播 短篇不像长篇靠追读赚钱。短篇靠的是单篇完读率和传播(分享、收藏、点赞)。完读率高 = 情绪拉扯到位;传播率高 = 有共鸣或反转让人想转发。 原则 3:短篇风口来得快去得快 一个短篇题材从兴起到饱和可能只有 2-4 周。看到风口不是终点,看到风口后一周内动笔才是。 扫榜流程 Phase 1:确认平台和方向 问用户: 「你想看哪个平台?(知乎盐言/番茄短篇/七猫短篇/其他)有没有想写的类型方向?」 关键判断: 用户已有方向 → 针对该方向做深度扫榜 用户没有方向 → 做全榜概览 + 找趋势 用户想跨平台比较 → 做平台对比分析 Phase 1.5:确定数据来源 扫榜需要真实数据支撑。...
|
3.6K |
| 2114 | threejs-lighting | cloudai-x/threejs-skills |
Three.js Lighting Quick Start import * as THREE from "three"; // Basic lighting setup const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene.add(ambientLight); const directionalLight = new THREE.DirectionalLight(0xffffff, 1); directionalLight.position.set(5, 5, 5); scene.add(directionalLight); Light Types Overview Light Description Shadow Support Cost AmbientLight Uniform everywhere No Very Low HemisphereLight Sky/ground gradient No Very Low DirectionalLight Parallel rays (sun) Yes...
|
3.6K |
| 2115 | ljg-plain | lijigang/ljg-skills |
ljg-plain: 白 让人 grok。 不规定怎么写。规定不能怎么写。下限锁死,上限放开。不同主题有不同的最佳写法——类比、故事、问答、递进的例子、一个长场景——由内容决定形式。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--plain-{简短标题}__plain.org 输出目录: ~/Documents/notes/ Org 文件头 +title: plain-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :plain:atom: +identifier: {YYYYMMDDT...
|
3.6K |
| 2116 | golang-samber-lo | samber/cc-skills-golang |
Persona: You are a Go engineer who prefers declarative collection transforms over manual loops. You reach for lo to eliminate boilerplate, but you know when the stdlib is enough and when to upgrade to lop , lom , or loi . samber/lo — Functional Utilities for Go Lodash-inspired, generics-first utility library with 500+ type-safe helpers for slices, maps, strings, math, channels, tuples, and concurrency. Zero external dependencies. Immutable by default. Official Resources: github.com/samber/lo lo....
|
3.6K |
| 2117 | benchmark | affaan-m/everything-claude-code |
Benchmark — Performance Baseline & Regression Detection When to Use Before and after a PR to measure performance impact Setting up performance baselines for a project When users report "it feels slow" Before a launch — ensure you meet performance targets Comparing your stack against alternatives How It Works Mode 1: Page Performance Measures real browser metrics via browser MCP: 1. Navigate to each target URL 2. Measure Core Web Vitals: - LCP (Largest Contentful Paint) — target < 2.5s - CLS (Cum...
|
3.6K |
| 2118 | make-plan | thedotmack/claude-mem |
Make Plan You are an ORCHESTRATOR. Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts. Delegation Model Use subagents for fact gathering and extraction (docs, examples, signatures, grep results). Keep synthesis and plan authoring with the orchestrator (phase boundaries, task framing, final wording). If a subagent report is incomplete or lacks evidence, re-check with targeted reads/greps before finalizing. Subagent Reporting Contract (MANDATORY) Each sub...
|
3.6K |
| 2119 | code-reviewer | shubhamsaboo/awesome-llm-apps |
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.6K |
| 2120 | hexagonal-architecture | affaan-m/everything-claude-code |
Hexagonal Architecture Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges. When to Use Building new features where long-term maintainability and testability matter. Refactoring layered or framework-heavy code where domain logic is mixed with I/O concerns. Supporting multiple interfaces for the same use case (HTTP, CLI, queue worker...
|
3.6K |
| 2121 | tech-debt | anthropics/knowledge-work-plugins |
Tech Debt Management Systematically identify, categorize, and prioritize technical debt. Categories Type Examples Risk Code debt Duplicated logic, poor abstractions, magic numbers Bugs, slow development Architecture debt Monolith that should be split, wrong data store Scaling limits Test debt Low coverage, flaky tests, missing integration tests Regressions ship Dependency debt Outdated libraries, unmaintained dependencies Security vulns Documentation debt Missing runbooks, outdated READMEs, trib...
|
3.6K |
| 2122 | audit-context-building | trailofbits/skills |
Deep Context Builder Skill (Ultra-Granular Pure Context Mode) 1. Purpose This skill governs how Claude thinks during the context-building phase of an audit. When active, Claude will: Perform line-by-line / block-by-block code analysis by default. Apply First Principles, 5 Whys, and 5 Hows at micro scale. Continuously link insights → functions → modules → entire system. Maintain a stable, explicit mental model that evolves with new evidence. Identify invariants, assumptions, flows, and reasoni...
|
3.6K |
| 2123 | gh-cli | trailofbits/skills |
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
|
3.6K |
| 2124 | sound-effects | elevenlabs/skills |
ElevenLabs Sound Effects Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_sound_effects . convert ( text = "Thunder rumbling in the distance with light rain" , ) with open ( "thunder.mp3" , "wb" ) as f : for chunk in audio : f . write ( chunk )...
|
3.6K |
| 2125 | notion-cli | makenotion/skills |
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
|
3.6K |
| 2126 | langgraph-docs | langchain-ai/deepagents |
langgraph-docs Overview This skill explains how to access LangGraph Python documentation to help answer questions and guide implementation. Instructions 1. Fetch the Documentation Index Use the fetch_url tool to read the following URL: https://docs.langchain.com/llms.txt This provides a structured list of all available documentation with descriptions. 2. Select Relevant Documentation Based on the question, identify 2-4 most relevant documentation URLs from the index. Prioritize: Specific ...
|
3.6K |
| 2127 | ljg-learn | lijigang/ljg-skills |
Usage Instructions 你是概念解剖师。拿到一个概念,从八个方向切开它,最后把所有切面压成一句顿悟。 1. 定锚 这个概念最通行的定义是什么?常见误解在哪? 概念里藏着哪几个核心词素? 2. 八刀 八个方向各切一刀。每刀 2-3 句,只留筋骨,不带水分。 历史 :最早从哪冒出来 → 怎么变的 → 哪一步拐成了今天的意思 辩证 :它的反面是什么 → 正反碰撞后,更高一层的理解是什么 现象 :扔掉所有预设,回到事情本身 → 用一个日常场景把它还原出来 语言 :拆字源(中/英/希腊/拉丁)→ 画出相邻概念的语义网 → 这个词暗含什么隐喻 形式 :写一个公式或形式化表达 → 公式在哪里失效 存在 :这个概念改变了人怎么活着 美感 :它美在哪?用一个具体意象呈现 元反思 :我们在用什么隐喻理解它?这个隐喻挡住了什么?换一个会怎样 3. 内观 变成这个概念本身,用第一人称看世界。3-5 句。 八刀之中,哪几刀指向同一个深层结构?把它提出来。 4. 压缩 公式 : 概念 = ... 一句话 :用最简单的话说出最深的理解 结构图 :纯 ASCII 画出概念的骨架(只用 +-|/<>*=_...
|
3.6K |
| 2128 | python-pro | jeffallan/claude-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
3.6K |
| 2129 | golang-samber-do | samber/cc-skills-golang |
Persona: You are a Go architect setting up dependency injection. You keep the container at the composition root, depend on interfaces not concrete types, and treat provider errors as first-class failures. Using samber/do for Dependency Injection in Go Type-safe dependency injection toolkit for Go based on Go 1.18+ generics. Official Resources: pkg.go.dev/github.com/samber/do/v2 do.samber.dev github.com/samber/do/v2 This skill is not exhaustive. Please refer to library documentation and code exam...
|
3.6K |
| 2130 | building-mcp-server-on-cloudflare | cloudflare/skills |
Building MCP Servers on Cloudflare Creates production-ready Model Context Protocol servers on Cloudflare Workers with tools, authentication, and deployment. When to Use User wants to build a remote MCP server User needs to expose tools via MCP User asks about MCP authentication or OAuth User wants to deploy MCP to Cloudflare Workers Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm install -g wrangler) Quick Start Option 1: Public Server (No ...
|
3.5K |
| 2131 | ralph-loop | andrelandgraf/fullstackrecipes |
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
|
3.5K |
| 2132 | xlsx-manipulation | claude-office-skills/skills |
XLSX Manipulation Skill Overview This skill enables programmatic creation, editing, and manipulation of Microsoft Excel (.xlsx) spreadsheets using the openpyxl library. Create professional spreadsheets with formulas, formatting, charts, and data validation without manual editing. How to Use Describe the spreadsheet you want to create or modify Provide data, formulas, or formatting requirements I'll generate openpyxl code and execute it Example prompts: "Create a budget spreadsheet with monthly t...
|
3.5K |
| 2133 | paddleocr-text-recognition | aidenwu0209/paddleocr-skills |
PaddleOCR Text Recognition Skill When to Use This Skill Invoke this skill in the following situations: Extract text from images (screenshots, photos, scans, charts) Read text from PDFs or document images Extract text from structured documents (invoices, receipts, forms) Extract text from URLs or local files pointing to images/PDFs Do not use this skill in the following situations: Plain text files that can be read directly with the Read tool Code files or markdown documents Tasks that do not inv...
|
3.5K |
| 2134 | product-designer | borghei/claude-skills |
Product Designer Expert-level product design for digital products. Core Competencies User experience design User interface design Design systems Prototyping User research Interaction design Visual design Design thinking Design Process Double Diamond ┌─────────────────────────────────────────────────────────────┐ │ DISCOVER │ │ Diverge: Research, explore, understand the problem │ └──────────────────────────┬──────────────────────────...
|
3.5K |
| 2135 | screenshot | openai/skills |
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
|
3.5K |
| 2136 | healthcare-phi-compliance | affaan-m/everything-claude-code |
Healthcare PHI/PII Compliance Patterns Patterns for protecting patient data, clinician data, and financial data in healthcare applications. Applicable to HIPAA (US), DISHA (India), GDPR (EU), and general healthcare data protection. When to Use Building any feature that touches patient records Implementing access control or authentication for clinical systems Designing database schemas for healthcare data Building APIs that return patient or clinician data Implementing audit trails or logging Rev...
|
3.5K |
| 2137 | laravel-verification | affaan-m/everything-claude-code |
Laravel Verification Loop Run before PRs, after major changes, and pre-deploy. When to Use Before opening a pull request for a Laravel project After major refactors or dependency upgrades Pre-deployment verification for staging or production Running full lint -> test -> security -> deploy readiness pipeline How It Works Run phases sequentially from environment checks through deployment readiness so each layer builds on the last. Environment and Composer checks gate everything else; stop immediat...
|
3.5K |
| 2138 | sharp-edges | trailofbits/skills |
Sharp Edges Analysis Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies designs where the "easy path" leads to insecurity. When to Use Reviewing API or library design decisions Auditing configuration schemas for dangerous options Evaluating cryptographic API ergonomics Assessing authentication/authorization interfaces Reviewing any code that exposes security-relevant choices to developers When NOT to Use Implementation bugs (use standard code r...
|
3.5K |
| 2139 | chat-sdk | vercel/chat |
Chat SDK Unified TypeScript SDK for building chat bots across Slack, Teams, Google Chat, Discord, GitHub, and Linear. Write bot logic once, deploy everywhere. Critical: Read the bundled docs The chat package ships with full documentation in node_modules/chat/docs/ and TypeScript source types. Always read these before writing code: node_modules/chat/docs/ Full documentation (MDX files) node_modules/chat/dist/ Built types (.d.ts files) Key docs to read based on task: docs/get...
|
3.5K |
| 2140 | repo-scan | affaan-m/everything-claude-code |
repo-scan Every ecosystem has its own dependency manager, but no tool looks across C++, Android, iOS, and Web to tell you: how much code is actually yours, what's third-party, and what's dead weight. When to Use Taking over a large legacy codebase and need a structural overview Before major refactoring — identify what's core, what's duplicate, what's dead Auditing third-party dependencies embedded directly in source (not declared in package managers) Preparing architecture decision records for m...
|
3.5K |
| 2141 | architecture | anthropics/knowledge-work-plugins |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
3.5K |
| 2142 | threejs-loaders | cloudai-x/threejs-skills |
Three.js Loaders Quick Start import * as THREE from "three"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; // Load GLTF model const loader = new GLTFLoader(); loader.load("model.glb", (gltf) => { scene.add(gltf.scene); }); // Load texture const textureLoader = new THREE.TextureLoader(); const texture = textureLoader.load("texture.jpg"); LoadingManager Coordinate multiple loaders and track progress. const manager = new THREE.LoadingManager(); // Callbacks manager.onStar...
|
3.5K |
| 2143 | nestjs-patterns | affaan-m/everything-claude-code |
NestJS Development Patterns Production-grade NestJS patterns for modular TypeScript backends. When to Activate Building NestJS APIs or services Structuring modules, controllers, and providers Adding DTO validation, guards, interceptors, or exception filters Configuring environment-aware settings and database integrations Testing NestJS units or HTTP endpoints Project Structure src/ ├── app.module.ts ├── main.ts ├── common/ │ ├── filters/ │ ├── guards/ │ ├── interceptors/ │ └── pipes/ ├──...
|
3.5K |
| 2144 | ljg-invest | lijigang/ljg-skills |
投资报告 生成一份投资分析报告。核心只问一个问题:这个东西在创造新秩序,还是在搬运旧秩序? 认知起点 财富不是钱,是被欲望照亮的秩序。投资就是拿手里的秩序去换一台更好的秩序生成器。 所以不称重,看相: 不问"这个公司值多少钱",问"这台机器转不转得起来" 不问"市场多大",问"市场在用什么过时的眼睛看它" 不问"能涨多少",问"我拿什么换什么,换完之后谁更聪明" 输入 公司名称、BP、文字介绍、对话记录,或任何描述项目的材料。知名公司只给名字即可——用 Research skill 或 subagent 抓取最新财报和行业数据。 报告结构 以下五个区块是骨架,不是填空题。对某个项目来说哪个区块最有料,那个区块就多写;没料的一两句带过或直接跳过。报告为判断服务,不为完整性服务。 一、这是什么 一张表 + 一句自定义赛道定义。 维度 内容 项目名称 赛道定义 用我们自己的语言,不用市场标签 阶段 融资情况 金额 / 估值 / 条款(有则填,无则标注) 数据快照 关键运营数据 赛道定义要穿透表面标签。"搜索引擎公司"是隔的,"人类认知基础设施的垄断运营商"是不隔的——后者告诉你它真正在做什么...
|
3.5K |
| 2145 | ljg-rank | lijigang/ljg-skills |
降秩引擎 输入一个领域,输出它的秩。 秩是什么 秩不是"关键要素",不是"核心原则",不是"总结要点"。 秩是:这个领域里真正独立的生成器有几个?用它们能反向生成全部现象?能,才算找到。 四条心内判据 这四条是你写之前心里过完的内功, 不是叙事的钩子 。 生成性 ——生成器能把每个现象推回来 最小性 ——拿掉任何一根,就有现象解释不了 独立性 ——每对都能找到"一个变另一个没变"的案例 预测力 ——能推出清单外的现象,现实中确实存在 过不了一条,推倒重来。 判据心里扎实过,但 不要写进文章 ——不要出现"砍一刀看看""拆一根试试"这种验证动作。它们会打断读者从"乱"到"简"的那口气。读者看不到验证,但感觉得到背后是硬的。 怎么写 一气呵成的散文。 带读者走一段路——从"这个领域看着挺乱"走到"原来就这几根线在牵"。不设章节,不加小标题,让推理自身推着往前走。 三条要求: 一口气读完 ——不了解这个领域的人也停不下来 记得住 ——读完能转身跟朋友用一句话说清楚 有落差 ——从混沌到极简的反差,就是降秩的美感 文末配一张 ASCII 结构图 光说"这几根线"不够——要 画出这几根之间的关系...
|
3.5K |
| 2146 | ctf-writeup | ljagiello/ctf-skills |
CTF Write-up Generator Generate a standardized submission-style CTF writeup for a solved challenge. Default behavior: During an active competition, optimize for speed, clarity, and reproducibility Keep writeups short enough that a teammate or organizer can validate the solve quickly Always produce a submission -style writeup Prefer one complete solve script from challenge data to final flag Workflow Step 1: Gather Information Collect the following from the current session, challenge files, and u...
|
3.5K |
| 2147 | music | elevenlabs/skills |
ElevenLabs Music Generation Generate music from text prompts - supports instrumental tracks, songs with lyrics, and fine-grained control via composition plans. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . music . compose ( prompt = "A chill lo-fi hip hop beat with jazzy piano chords" , music_length_ms = 30000 ) with open ( "output.mp3" , "wb" ) as f : for chu...
|
3.5K |
| 2148 | golang-samber-oops | samber/cc-skills-golang |
Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer. samber/oops Structured Error Handling samber/oops is a drop-in replacement for Go's standard error handling that adds structured context, stack traces, error codes, public messages, and panic recovery. Variable data goes in .With() attributes (not the message string), so APM tools (Datad...
|
3.5K |
| 2149 | seo | affaan-m/everything-claude-code |
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
|
3.5K |
| 2150 | safety-guard | affaan-m/everything-claude-code |
Safety Guard — Prevent Destructive Operations When to Use When working on production systems When agents are running autonomously (full-auto mode) When you want to restrict edits to a specific directory During sensitive operations (migrations, deploys, data changes) How It Works Three modes of protection: Mode 1: Careful Mode Intercepts destructive commands before execution and warns: Watched patterns: - rm -rf (especially /, ~, or project root) - git push --force - git reset --hard - git checko...
|
3.5K |