███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8551 | mindos-zh | geminilight/mindos |
MindOS 技能 CLI 命令 使用 mindos file <子命令> 完成所有知识库操作。加 --json 获取结构化输出。 操作 命令 列出文件 mindos file list 读取文件 mindos file read <路径> 写入/覆盖 mindos file write <路径> --content "..." 创建新文件 mindos file create <路径> --content "..." 追加内容 mindos file append <路径> --content "..." 编辑段落 mindos file edit-section <路径> -H " 标题" --content "..." 标题后插入 mindos file insert-heading <路径> -H " 标题" --content "..." 追加 CSV 行 mindos file append-csv <路径> --row "列1,列2,列3" 删除文件 mindos file delete <路径> 重命名/移动 mindos file rename <旧> <新> 搜索 ...
|
246 |
| 8552 | dart-test-fundamentals | kevmoo/dash_skills |
Dart Test Fundamentals When to use this skill Use this skill when: Writing new test files. structuring test suites with group . Configuring test execution via dart_test.yaml . Understanding test lifecycle methods. Core Concepts 1. Test Structure ( test and group ) test : The fundamental unit of testing. test ( 'description' , ( ) { // assertions } ) ; group : Used to organize tests into logical blocks. Groups can be nested. Descriptions are concatenated (e.g., "Group Description Test Description...
|
246 |
| 8553 | sandbox-guard | useai-pro/openclaw-skills-security |
Sandbox Guard You are a sandbox configuration generator for OpenClaw. When a user wants to run an untrusted skill, you generate a secure Docker-based sandbox that isolates the skill from the host system. Why Sandbox OpenClaw skills run with the permissions they request. A malicious skill with shell access can compromise your entire system. Sandboxing limits the blast radius. Sandbox Profiles Profile: Minimal (for read-only skills) FROM node:20-alpine RUN adduser -D -h /workspace openclaw WORKDIR...
|
246 |
| 8554 | lambda-labs-gpu-cloud | davila7/claude-code-templates |
Lambda Labs GPU Cloud Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters. When to use Lambda Labs Use Lambda Labs when: Need dedicated GPU instances with full SSH access Running long training jobs (hours to days) Want simple pricing with no egress fees Need persistent storage across sessions Require high-performance multi-node clusters (16-512 GPUs) Want pre-installed ML stack (Lambda Stack with PyTorch, CUDA, NCCL) Key feature...
|
246 |
| 8555 | sparse-autoencoder-training | davila7/claude-code-templates |
SAELens: Sparse Autoencoders for Mechanistic Interpretability SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity. GitHub: jbloomAus/SAELens (1,100+ stars) The Problem: Polysemanticity & Superposition Individual neurons in neural networks are polysemantic - they activate in multiple, semanti...
|
246 |
| 8556 | implementing-llms-litgpt | davila7/claude-code-templates |
LitGPT - Clean LLM Implementations Quick start LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows. Installation: pip install 'litgpt[extra]' Load and use any model: from litgpt import LLM Load pretrained model llm = LLM.load("microsoft/phi-2") Generate text result = llm.generate( "What is the capital of France?", max_new_tokens=50, temperature=0.7 ) print(result) List available models: litgpt download list...
|
246 |
| 8557 | skill-developer | davila7/claude-code-templates |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
246 |
| 8558 | phoenix-observability | davila7/claude-code-templates |
Phoenix - AI Observability Platform Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring. When to use Phoenix Use Phoenix when: Debugging LLM application issues with detailed traces Running systematic evaluations on datasets Monitoring production LLM systems in real-time Building experiment pipelines for prompt/model comparison Self-hosted observability without vendor lock-in Key features: Tracin...
|
246 |
| 8559 | environment-setup-guide | davila7/claude-code-templates |
Environment Setup Guide Overview Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly. When to Use This Skill Use when starting a new project and need to set up the development environment Use when onboarding new team members to a project Use when switching to a new machine or operating system Use when troubleshoot...
|
246 |
| 8560 | axolotl | davila7/claude-code-templates |
Axolotl Skill Comprehensive assistance with axolotl development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with axolotl Asking about axolotl features or APIs Implementing axolotl solutions Debugging axolotl code Learning axolotl best practices Quick Reference Common Patterns Pattern 1: To validate that acceptable data transfer speeds exist for your training job, running NCCL Tests can help pinpoint bottlenecks, for example: ....
|
246 |
| 8561 | mdr-745-specialist | davila7/claude-code-templates |
Senior MDR 2017/745 Specialist and Consultant Expert-level EU MDR 2017/745 compliance specialist with comprehensive knowledge of medical device regulation requirements, technical documentation, clinical evidence, and post-market surveillance obligations. Core MDR Competencies 1. MDR Classification and Risk Assessment Provide expert guidance on device classification under MDR Annex VIII and conformity assessment route selection. Classification Decision Framework: Preliminary Classification Assess...
|
246 |
| 8562 | system-info | agno-agi/agno |
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
|
246 |
| 8563 | ansible-expert | personamanagmentlayer/pcl |
Expert guidance for Ansible - configuration management, application deployment, and IT automation using declarative YAML playbooks. Core Concepts Ansible Architecture - Control node (runs Ansible) - Managed nodes (target systems) - Inventory (hosts and groups) - Playbooks (YAML automation scripts) - Modules (units of work) - Roles (reusable automation units) - Plugins (extend functionality) Key Features - Agentless (SSH-based) - Idempotent operations - Declarative syntax - Human...
|
246 |
| 8564 | typescript-unit-testing | bmad-labs/skills |
Unit Testing Skill Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies. Workflows For guided, step-by-step execution of unit testing tasks, use the appropriate workflow: Workflow Purpose When to Use Setup Initialize test infrastructure New project or missing test setup Writing Write new unit tests Creating tests for components Reviewing Review existing tests Code review, quality audit Running Execute tests Running tests, analyzi...
|
246 |
| 8565 | correlation-tracing | aj-geddes/useful-ai-prompts |
Correlation & Distributed Tracing Overview Implement correlation IDs and distributed tracing to track requests across multiple services and understand system behavior. When to Use Microservices architectures Debugging distributed systems Performance monitoring Request flow visualization Error tracking across services Dependency analysis Latency optimization Implementation Examples 1. Correlation ID Middleware (Express) import express from 'express'; import { v4 as uuidv4 } from 'uuid'; // Asy...
|
246 |
| 8566 | mocking-stubbing | aj-geddes/useful-ai-prompts |
Mocking and Stubbing Overview Mocking and stubbing are essential techniques for isolating units of code during testing by replacing dependencies with controlled test doubles. This enables fast, reliable, and focused unit tests that don't depend on external systems like databases, APIs, or file systems. When to Use Isolating unit tests from external dependencies Testing code that depends on slow operations (DB, network) Simulating error conditions and edge cases Verifying interactions between o...
|
246 |
| 8567 | container-registry-management | aj-geddes/useful-ai-prompts |
Container Registry Management Overview Implement comprehensive container registry management including image scanning, vulnerability detection, retention policies, access control, and multi-region replication. When to Use Container image storage and distribution Security scanning and compliance Image retention and cleanup Registry access control Multi-region deployments Image signing and verification Cost optimization Implementation Examples 1. AWS ECR Setup and Management ecr-setup.yaml apiV...
|
246 |
| 8568 | svg-art | kv0906/cc-skills |
SVG Art: Programmatic Generation Generate high-quality SVG graphics using Python scripts. All scripts output valid SVG to stdout (or file with -o). Available Scripts Script Purpose Key Options generate_grid.py Grid patterns --cols, --rows, --shape, --vary-* generate_radial.py Radial/spiral/sunburst --spiral, --concentric, --sunburst generate_fractal.py Fractals (tree, koch, sierpinski) --tree, --koch, --sierpinski, --depth generate_wave.py Waves and audio viz --layers, --noise, --bars generate...
|
246 |
| 8569 | conductor-new-track | sickn33/antigravity-awesome-skills |
New Track Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan. Use this skill when Working on new track tasks or workflows Needing guidance, best practices, or checklists for new track Do not use this skill when The task is unrelated to new track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionab...
|
246 |
| 8570 | django-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on django pro tasks or workflows Needing guidance, best practices, or checklists for django pro Do not use this skill when The task is unrelated to django pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Django expe...
|
246 |
| 8571 | ruby-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on ruby pro tasks or workflows Needing guidance, best practices, or checklists for ruby pro Do not use this skill when The task is unrelated to ruby pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Ruby expert speci...
|
246 |
| 8572 | appwrite-python | appwrite/agent-skills |
Appwrite Python SDK Installation pip install appwrite Setting Up the Client from appwrite . client import Client from appwrite . id import ID from appwrite . query import Query from appwrite . services . users import Users from appwrite . services . tablesdb import TablesDB from appwrite . services . storage import Storage from appwrite . services . functions import Functions from appwrite . enums . o_auth_provider import OAuthProvider import os client = ( Client ( ) . set_endpoint ( 'https://<R...
|
246 |
| 8573 | fastapi-templates | sickn33/antigravity-awesome-skills |
FastAPI Project Templates Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs. When to Use This Skill Starting new FastAPI projects from scratch Implementing async REST APIs with Python Building high-performance web services and microservices Creating async applications with PostgreSQL, MongoDB Setting up API projects with proper structure and testing Core Concepts 1. Project Structure Recomme...
|
246 |
| 8574 | git-master | josiahsiegel/claude-plugin-marketplace |
Git Mastery - Complete Git Expertise 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes ( \ ) in file paths, NOT forward slashes ( / ). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER crea...
|
246 |
| 8575 | feed-catchup | readwiseio/readwise-skills |
You are helping the user catch up on their Readwise Reader RSS feed. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise move <id> <location> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup IMPORTANT — do this in a single p...
|
246 |
| 8576 | og-image-design | inference-sh/skills |
OG Image Design Create social sharing images (Open Graph) via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate an OG image with HTML-to-image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,1a1a2e,16213e);display:flex;align-items:center;padding:60px;font-family:system-ui;color:white\"><div><h1 style=\"...
|
246 |
| 8577 | twitter-thread-creation | inference-sh/skills |
Twitter/X Thread Creation Write high-engagement Twitter/X threads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-create --input '{ "text": "I analyzed 1,000 landing pages.\n\n90% make the same 5 mistakes.\n\nHere are the fixes (with examples):\n\n🧵👇" }' Character Limits Element Limit Tweet text 280 characters (free), 25,000 (Premium) Thread length N...
|
246 |
| 8578 | react | mindrally/skills |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
246 |
| 8579 | tailwindcss | mindrally/skills |
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
|
246 |
| 8580 | figma-integration | mindrally/skills |
Figma Integration Guidelines You are an expert in integrating Figma designs with development workflows. Apply these guidelines when working with Figma designs and implementing them in code. Design-to-Code Workflow Extracting Design Information Identify component structure and hierarchy from Figma layers Extract color values, typography settings, and spacing values Note responsive behavior and breakpoint variations Document interactive states (hover, active, focus, disabled) Capture animation a...
|
246 |
| 8581 | email-design | inference-sh/skills |
Email Design Design high-converting marketing emails with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate email header banner infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:250px;background:linear-gradient(135deg,667eea,764ba2);display:flex;align-items:center;justify-content:center;font-family:system-ui;color:white;...
|
246 |
| 8582 | secrets-rotation | aj-geddes/useful-ai-prompts |
Secrets Rotation Overview Implement automated secrets rotation strategy for credentials, API keys, certificates, and encryption keys with zero-downtime deployment and comprehensive audit logging. When to Use API key management Database credentials TLS/SSL certificates Encryption key rotation Compliance requirements Security incident response Service account management Implementation Examples 1. Node.js Secrets Manager with Rotation // secrets-manager.js const AWS = require('aws-sdk'); const cr...
|
246 |
| 8583 | refactor | pproenca/dot-skills |
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
|
246 |
| 8584 | hack | yaklang/hack-skills |
HACKING SKILLS / HackSkills Overview 这是一个面向 漏洞赏金、Web 安全、API 安全、授权渗透测试 的总入口技能。 它的核心作用不是替代所有专题技巧,而是帮助 Agent: 先确定测试阶段(Recon / 验证 / 提权 / 组合链) 再选择正确的漏洞类别 避免只依赖基础训练数据,优先使用结构化方法论 优先关注 AI 容易忽略但在实战里很重要的边界条件 Trust Model 本知识库强调内容安全与可审查性。 使用时应限定在 授权目标 、 合法研究 、 防御验证 、 漏洞赏金规则允许 的范围内。 不要把这里的技巧用于未授权攻击。 When to Use This Skill 在以下场景优先使用本技能: 你刚接手一个新的漏洞赏金目标,不知道先测什么 你需要决定应该加载 XSS / SQLi / SSRF / IDOR / JWT / API 等哪类思路 你想让 Agent 按更稳定的方法论进行 Web/API 安全测试 你需要把零散的现象路由到合适的攻击面 你希望 AI 在安全领域少漏掉关键测试点 Operating Model Step 1: 先...
|
246 |
| 8585 | hugging-face-paper-publisher | huggingface/skills |
Overview This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management. Integration with HF Ecosystem Paper Pages: Index and discover papers on Hugging Face Hub arXiv Integration: Automatic paper indexing from arXiv IDs Model/Dataset Linking: Connect papers to relevant ...
|
245 |
| 8586 | git-commit-push-pr | everyinc/compound-engineering-plugin |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit, Push, and PR Go from working changes to an open pull request, or rewrite an existing PR description. Asking the user: When this skill says "ask the user", use the platform's blocking question tool ( AskUserQuestion in Claude Code, request_user_input in Codex, ask_user in Gemini). If unavailable, present the question and wait for a r...
|
245 |
| 8587 | senior-prompt-engineer | alirezarezvani/claude-skills |
Senior Prompt Engineer World-class senior prompt engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/prompt_optimizer.py --input data/ --output results/ Core Tool 2 python scripts/rag_evaluator.py --target project/ --analyze Core Tool 3 python scripts/agent_orchestrator.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectures Scalable syste...
|
245 |
| 8588 | home-assistant-esphome | bradsjm/hassio-addons |
ESPHome + Home Assistant Workflow Identify the task: new device/adopt, offline troubleshooting, or YAML feature changes. For HA-side validation, discover ESPHome entities and map to devices before changing names. For YAML changes, edit in ESPHome Device Builder (UI-first), validate, then install (USB first flash, OTA thereafter). When building automations from ESPHome entities, follow home-assistant-best-practices for automation patterns. HA-side discovery (common) Check integration state: ha_ge...
|
245 |
| 8589 | openscad | mitsuhiko/agent-stuff |
OpenSCAD Skill Create, validate, and export OpenSCAD 3D models. Supports parameter customization, visual preview from multiple angles, and STL export for 3D printing platforms like MakerWorld. Prerequisites OpenSCAD must be installed. Install via Homebrew: brew install openscad Tools This skill provides several tools in the tools/ directory: Preview Generation Generate a single preview image ./tools/preview.sh model.scad output.png [--camera=x,y,z,tx,ty,tz,dist] [--size=800x600] Genera...
|
245 |
| 8590 | gmail-skill | idanbeck/claude-skills |
Read, search, and send Gmail emails. Access Google contacts. CRITICAL: Email Sending Confirmation Required Before sending ANY email, you MUST get explicit user confirmation. When the user asks to send an email: - First, show them the complete email details: From (which account) - To - CC/BCC (if any) - Subject - Full body text - Ask: "Do you want me to send this email?" - ONLY run the send command AFTER the user explicitly confirms (e.g., "yes", "send it", "go ahead") - NEVER send a...
|
245 |
| 8591 | gh-address-comments | davila7/claude-code-templates |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
245 |
| 8592 | skill-judge | davila7/claude-code-templates |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
245 |
| 8593 | openrlhf-training | davila7/claude-code-templates |
OpenRLHF - High-Performance RLHF Training Quick start OpenRLHF is a Ray-based RLHF framework optimized for distributed training with vLLM inference acceleration. Installation: Launch Docker container docker run --runtime=nvidia -it --rm --shm-size="10g" --cap-add=SYS_ADMIN \ -v $PWD:/openrlhf nvcr.io/nvidia/pytorch:25.02-py3 bash Uninstall conflicts sudo pip uninstall xgboost transformer_engine flash_attn pynvml -y Install OpenRLHF with vLLM pip install openrlhf[vllm] PPO Training (H...
|
245 |
| 8594 | alphafold-database | davila7/claude-code-templates |
AlphaFold Database Overview AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by DeepMind and EMBL-EBI. Access structure predictions with confidence metrics, download coordinate files, retrieve bulk datasets, and integrate predictions into computational workflows. When to Use This Skill This skill should be used when working with AI-predicted protein structures in scenarios such as: Retrieving protein structure predictions by ...
|
245 |
| 8595 | resource-scout | nicepkg/ai-workflow |
Resource Scout Search and discover existing Claude Code skills and MCP servers before building custom solutions. Quick Search Strategy For Skills: WebSearch: site:skillsmp.com [topic] or claude skill [topic] Check GitHub: awesome-claude-skills [topic] Browse: skillhub.club, claudeskills.info For MCP: WebSearch: MCP server [tool/service name] Check: glama.ai/mcp/servers, mcpmarket.com Official: github.com/modelcontextprotocol/servers Skill Search Workflow Step 1: Define Need Before searchi...
|
245 |
| 8596 | create-pr | davila7/claude-code-templates |
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
|
245 |
| 8597 | writing-clearly-and-concisely | davila7/claude-code-templates |
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
|
245 |
| 8598 | scanpy | davila7/claude-code-templates |
Scanpy: Single-Cell Analysis Overview Scanpy is a scalable Python toolkit for analyzing single-cell RNA-seq data, built on AnnData. Apply this skill for complete single-cell workflows including quality control, normalization, dimensionality reduction, clustering, marker gene identification, visualization, and trajectory analysis. When to Use This Skill This skill should be used when: Analyzing single-cell RNA-seq data (.h5ad, 10X, CSV formats) Performing quality control on scRNA-seq datasets...
|
245 |
| 8599 | docx-to-markdown | duc01226/easyplatform |
docx-to-markdown Convert Microsoft Word (.docx) documents to Markdown format. Installation Required cd .claude/skills/docx-to-markdown npm install Dependencies: mammoth, turndown, @truto/turndown-plugin-gfm Quick Start Basic conversion node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./document.docx Custom output path node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./doc.docx \ --output ./output/doc.md Extract images to directory node .claude/sk...
|
245 |
| 8600 | follow-builders | xiaoxuerenww/follow-builders |
Follow Builders, Not Influencers You are an AI-powered content curator that tracks the top builders in AI — the people actually building products, running companies, and doing research — and delivers digestible summaries of what they're saying. Philosophy: follow builders with original opinions, not influencers who regurgitate. Detecting Platform Before doing anything, detect which platform you're running on by running: which openclaw 2 > /dev/null && echo "PLATFORM=openclaw" || echo "PLATFORM=o...
|
245 |