███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20551 | using-tmux-for-interactive-commands | ovachiever/droid-tings |
Using tmux for Interactive Commands Overview Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane . When to Use Use tmux when: Running vim, nano, or other text editors programmatically Controlling interactive REPLs (Python, Node, etc.) Handling interactive git commands ( git rebase -i , git add -p ) Wor...
|
37 |
| 20552 | data-schema-knowledge-modeling | lyndonkl/claude |
Data Schema & Knowledge Modeling Table of Contents Purpose When to Use What Is It Workflow Schema Types Common Patterns Guardrails Quick Reference Purpose Create rigorous, validated models of entities, relationships, and constraints that enable correct system implementation, knowledge representation, and semantic reasoning. When to Use Invoke this skill when you need to: Design database schema (SQL, NoSQL, graph) for new application Model complex domain with many entities and relationships B...
|
37 |
| 20553 | documentation-production | nickcrew/claude-ctx-plugin |
Documentation Production Overview Provide a consistent, low-friction workflow for producing documentation across formats: focused docs, indexes, diagrams, tutorials, and learning paths. Keep outputs structured and aligned with the repo's docs conventions. When to Use Generating or updating documentation for components, APIs, or features Building a project index or knowledge base Creating Mermaid diagrams for system behavior or architecture Writing tutorials, workshops, or learning paths Explai...
|
37 |
| 20554 | konsta-ui | cap-go/capacitor-skills |
Konsta UI Design Guide Build pixel-perfect iOS and Material Design apps with Konsta UI. When to Use This Skill User wants native-looking UI without Ionic User asks about Konsta UI User wants iOS/Material Design components User is using React/Vue/Svelte User wants lightweight UI framework What is Konsta UI? Konsta UI provides: Pixel-perfect iOS and Material Design components Works with React, Vue, and Svelte Tailwind CSS integration ~40 mobile-optimized components Small bundle size (~30KB gzipped...
|
37 |
| 20555 | managing-tauri-plugin-permissions | dchuk/claude-code-tauri-skills |
Tauri's capability and permission system provides granular security control for desktop and mobile applications. This skill covers configuring capabilities for windows and platforms, using plugin permissions effectively, and writing custom plugin permissions. Core Concepts Capabilities Capabilities are JSON configuration files that assign permissions to specific windows and platforms. They follow the principle of least privilege. Location: `src-tauri/capabilities/` Structure: ``` { "id...
|
37 |
| 20556 | qe code intelligence | proffesor-for-testing/agentic-qe |
QE Code Intelligence Purpose Guide the use of v3's code intelligence capabilities including knowledge graph construction, semantic code search, dependency mapping, and context-aware code understanding with significant token reduction. Activation When understanding unfamiliar code When searching for code semantically When analyzing dependencies When building code knowledge graphs When reducing context for AI operations Quick Start Index codebase into knowledge graph aqe kg index --source src/ --...
|
37 |
| 20557 | q-infographics | tyrealq/q-skills |
Q-Infographics Q-Infographics transforms source documents into business stories and infographic images using the Gemini API. Powered by : google-genai (Nano Banana). Folder Structure skills/q-infographics/ |-- SKILL.md This file |-- requirements.txt Python dependencies |-- assets/ | `-- Logo_Q.png Brand logo, auto-overlaid on infographics |-- prompts/ | |-- story.txt Story generation prompt | `-- image.txt Infographic generation prompt |-- scripts/ | |-- ge...
|
37 |
| 20558 | discover-zig | rand/cc-polymath |
Zig Skills Discovery Provides automatic access to comprehensive zig skills. When This Skill Activates This skill auto-activates when you're working with: Zig systems programming comptime allocators C interop build.zig zon package manager Available Skills Quick Reference The Zig category contains 6 skills: zig-build-system zig-c-interop zig-memory-management zig-package-management zig-project-setup zig-testing Load Full Category Details For complete descriptions and workflows: cat ~/.clau...
|
37 |
| 20559 | ethereum-development | pluginagentmarketplace/custom-plugin-blockchain |
Ethereum Development Skill Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions. Quick Start Invoke this skill for Ethereum development Skill("ethereum-development", topic="gas", network="mainnet") Topics Covered 1. EVM (Ethereum Virtual Machine) Understand the execution environment: Stack Machine: 256-bit words, 1024 depth Memory: Linear byte array, expansion costs Storage: Persistent key-value, 32-byte slots Opcodes: Costs,...
|
37 |
| 20560 | ov-server-operate | volcengine/openviking |
OpenViking Server Operations This guide provides standard operating procedures for deploying, managing, and maintaining OpenViking servers in production environments. Table of Content Service Configuration Environment Setup with uv Server Startup with nohup Server Shutdown Data Cleanup Procedure Verification and Troubleshooting Service Configuration Default Paths and Structure OpenViking uses the following standard directory structure under ~/.openviking/ : ~/.openviking/ ├── ov.conf ...
|
37 |
| 20561 | background-jobs-designer | patricio0312rev/skills |
Background Jobs Designer Design reliable background job processing with retries and monitoring. Queue Integration BullMQ (Node.js): import { Queue, Worker } from "bullmq"; const emailQueue = new Queue("email", { connection: { host: "localhost", port: 6379 }, }); // Add job await emailQueue.add( "send-welcome", { userId: "123", email: "user@example.com", }, { attempts: 3, backoff: { type: "exponential", delay: 2000 }, } ); Celery (Python): from celery import C...
|
37 |
| 20562 | excel-to-markdown | sakumyz/skills |
Excel 转 Markdown 任务目标 将 Excel 文件(.xlsx/.xlsm)转换为合法的 Markdown 表格格式,用于式样书阅读、上下文提供等场景。 前置依赖 openpyxl>=3.0.0 使用 where python 找到 python 的安装路径,如果 安装路径里包含 uv ,则使用 uv run 命令来执行脚本,确保在虚拟环境中运行。如果无法找到 python,可以提示用户安装 python 或者使用虚拟环境,然后结束程序。 最佳实践 将项目式样书 Excel 转为 Markdown 后,可直接作为开发任务的上下文: python scripts/excel_to_markdown_general.py ./式様書.xlsx -o ./式様書.md 如用户没有其他特殊需求,执行上面格式的命令即可,如果有更具体的要求,再看下面的【其他参数】部分。 其他参数 基本转换 python scripts/excel_to_markdown_general.py < excel文件 > [ -o < md文件 > ] 合并单元格处理模式 python scripts/e...
|
37 |
| 20563 | knative | julianobarbosa/claude-code-skills |
Knative is an open-source Kubernetes-based platform for deploying and managing serverless workloads. It provides three main components: | Serving | HTTP-triggered autoscaling runtime | Scale-to-zero, traffic splitting, revisions | Eventing | Event-driven architectures | Brokers, Triggers, Sources, CloudEvents | Functions | Simplified function deployment | `func` CLI, multi-language support Current Version: v1.20.0 (as of late 2024) When to Use This Skill Use this skill when the u...
|
37 |
| 20564 | gitops-cluster-debug | fluxcd/agent-skills |
Flux Cluster Debugger You are a Flux cluster debugger specialized in troubleshooting GitOps pipelines on live Kubernetes clusters. You use the flux-operator-mcp MCP tools to connect to clusters, fetch Flux and Kubernetes resources, analyze status conditions, inspect logs, and identify root causes. General Rules Don't assume the apiVersion of any Kubernetes or Flux resource — call get_kubernetes_api_versions to find the correct one. To determine if a Kubernetes resource is Flux-managed, look for ...
|
37 |
| 20565 | jenkinsfile-generator | akin-ozer/cc-devops-skills |
Jenkinsfile Generator Skill Generate production-ready Jenkinsfiles following best practices. All generated files are validated using devops-skills:jenkinsfile-validator skill. Trigger Phrases "Generate a CI pipeline for Maven/Gradle/npm" "Create a Jenkins deployment pipeline with approvals" "Build a Jenkinsfile with parallel test stages" "Create a scripted pipeline with dynamic stage logic" "Scaffold a Jenkins shared library" "Generate a Jenkinsfile for Docker or Kubernetes agents" When to Use C...
|
37 |
| 20566 | help | yeachan-heo/oh-my-claudecode |
/help - Workspace Discovery Guide users through the capabilities of this workspace setup. Usage /help Interactive guided discovery /help workflows Workflow orchestration skills /help agents Specialist agents catalog /help tools CLI tools (tldr, prove, recall) /help hooks Active hooks and what they do /help advanced MCP, frontmatter, customization /help <name> Deep dive on specific skill/agent Behavi...
|
37 |
| 20567 | posthog-automation | davepoon/buildwithclaude |
PostHog Automation via Rube MCP Automate PostHog product analytics and feature flag management through Composio's PostHog toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/posthog Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PostHog connection via RUBE_MANAGE_CONNECTIONS with toolkit posthog Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API k...
|
37 |
| 20568 | process-modeling | melodic-software/claude-code-plugins |
Process Modeling When to Use This Skill Use this skill when: Process Modeling tasks - Working on process modeling using bpmn notation and flowchart patterns. creates process diagrams with activities, gateways, events, swimlanes, and decision points for workflow documentation Planning or design - Need guidance on Process Modeling approaches Best practices - Want to follow established patterns and standards Overview Create and document business processes using BPMN (Business Process Model and Nota...
|
37 |
| 20569 | design-exploration | yunshu0909/yunshu_skillshub |
用户有一个模糊的想法,想做一个新功能或新模块,但还没想清楚具体要什么。通过结构化的探索流程,帮助用户从模糊想法收敛到明确的设计方案,并产出完整的设计参考文档。 核心原则 不猜,多问 — 没确认范围不出图,没设计规范就问,拿不准就让用户选 ASCII 先行 — 先对齐信息结构和布局逻辑,逻辑对了再投入 HTML 一次多方案 — 批量出 5-8 个方案让用户选方向,不要一个个试 全状态是必须的 — 正常态只是起点,异常态、边界情况、交互反馈必须穷举 决策要落纸 — 对话中确认的每个决策都写进需求总结,不能只存在对话上下文里 输出物 每次探索产出 3 个文件 ,归档到 设计/v{版本号}-{模块名}/ 目录下: 文件 内容 用途 需求总结.md 背景、目标、功能范围、关键决策、技术约束 PRD 阶段的输入,讲清楚"为什么做、做什么" {模块名}-设计稿.html 主界面 HTML mockup PRD + 前端开发的视觉参考 {模块名}-全状态设计参考.html 所有页面状态、Toast、边界情况、交互规则表 前端开发直接对照实现 版本号和模块名由用户决定,必须问用户确认。 工作流程 第 1...
|
37 |
| 20570 | repository-module-architecture | tencentblueking/bk-ci |
Repository 代码库管理模块架构指南 模块定位: Repository 是 BK-CI 的代码库管理模块,负责对接各种代码托管平台(Git、SVN、GitHub、GitLab、TGit、P4),管理代码库的认证、授权、Webhook 等功能。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/repository/ ├── api-repository/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/repository/ │ ├── api/ REST API 接口(30+ 文件) │ │ ├── github/ GitHub 专用接口 │ │ └── scm/ SCM 通用接口 │ ├── constant/ 常量和消息码 │ ├── pojo/ 数据对象(40+...
|
37 |
| 20571 | claude-domain-skills | miles990/claude-domain-skills |
Claude Domain Skills 讓 AI 具備各領域專業知識的 skill 集合 概述 這是一個非技術領域的專業知識庫,設計用於: 搭配 /evolve skill 使用,自動識別任務所需領域 透過 skillpkg 按需載入特定領域知識 提供各領域的框架、方法論、最佳實踐 可用領域 (18) 💰 Finance (金融) 領域 觸發詞 說明 finance/quant-trading 量化, backtest, 策略 量化交易策略開發 finance/investment-analysis 財報, 投資, 估值, ROE 投資分析與估值 finance/strategy-optimization 策略優化, 勝率, 報酬, 回測 交易策略優化方法論 💼 Business (商業) 領域 觸發詞 說明 business/marketing 行銷, SEO, 漏斗, CAC 數位行銷策略 business/sales 銷售, 電商, CRM 銷售與電商營運 business/product-management PRD, OKR, 路線圖 產品管理 business/p...
|
37 |
| 20572 | odoo-frontend | ahmed-lakosha/odoo-upgrade-skill |
Odoo Frontend Development Skill v6.0 Overview This skill provides advanced Odoo frontend development capabilities with: 🎨 /create-theme Command : Generate complete production-ready theme modules with all files 🔧 Theme Feature Activation : theme.utils model with _theme_xxx_post_copy() for template configuration 📋 Complete Dynamic Page Reference : All 11 headers, 9 footers, shop, product, blog templates with XML IDs 🎯 Design Workflow : Figma → Odoo template matching → configuration → enhancement m...
|
37 |
| 20573 | box-automation | davepoon/buildwithclaude |
Box Automation via Rube MCP Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit. Toolkit docs : composio.dev/toolkits/box Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP...
|
37 |
| 20574 | code-review-small | breaking-brake/cc-wf-studio |
Code Review Small Overview Lightweight review for small PRs under 100 lines changed. Checks Code style and formatting Naming conventions Obvious bugs and typos Basic logic errors Output Brief review summary with any issues found
|
37 |
| 20575 | sendgrid-automation | davepoon/buildwithclaude |
SendGrid Automation via Rube MCP Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit. Toolkit docs : composio.dev/toolkits/sendgrid Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active SendGrid connection via RUBE_MANAGE_CONNECTIONS with toolkit sendgrid Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get R...
|
37 |
| 20576 | git-multibranch | letta-ai/skills |
This skill provides guidance for setting up Git-based deployment systems where multiple branches (e.g., main, dev) automatically deploy to different web server locations via post-receive hooks. It covers SSH configuration, Git repository setup, web server configuration, and automated deployment workflows. Prerequisites Verification Before starting, verify all required tools and configurations: - Check for required packages: `git`, `openssh-server`, `sshpass` (for testing), web server (nginx/...
|
37 |
| 20577 | hook-stack-evaluator | nicepkg/ai-workflow |
You are The Hook Evaluator, a sharp-eyed sparring partner who evaluates and sharpens content hooks using The Hook Stack™ framework. What This Does Evaluates any hook (headline, opening line, video intro, carousel opener) against a 5-layer framework and provides actionable scoring and refinement. When to Use - "Evaluate this hook" - "Run this through the hook stack" - "Score my headline" - "Rate this opening" - "Help me sharpen this hook" - When the newsletter-writer agent needs headli...
|
37 |
| 20578 | excalidraw | bahayonghang/my-claude-code-settings |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
37 |
| 20579 | parcel | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
37 |
| 20580 | worker-integration | ruvnet/claude-flow |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/ruvnet/claude-flow)
|
37 |
| 20581 | release-notes | duc01226/easyplatform |
Release Notes Generator Transform technical tickets, PRDs, or internal changelogs into polished, user-facing release notes. Context You are writing release notes for $ARGUMENTS . If the user provides files (JIRA exports, Linear tickets, PRDs, Git logs, or internal changelogs), read them first. If they mention a product URL, use web search to understand the product and audience. Instructions Gather raw material : Read all provided tickets, changelogs, or descriptions. Extract: What changed (featu...
|
37 |
| 20582 | codex | cexll/myclaude |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
37 |
| 20583 | intercom-automation | davepoon/buildwithclaude |
Intercom Automation via Rube MCP Automate Intercom operations through Composio's Intercom toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/intercom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Intercom connection via RUBE_MANAGE_CONNECTIONS with toolkit intercom Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the end...
|
37 |
| 20584 | local-tools | netease-youdao/lobsterai |
Local Tools Skill When to Use This Skill Use the local-tools skill when you need to: Calendar Management - View, create, update, or delete calendar events Examples of when to use: User: "Show me my schedule for tomorrow" User: "Create a meeting at 3 PM" User: "Search for calendar events containing 'project'" User: "Delete tomorrow's meeting" How It Works ┌──────────┐ Bash/PowerShell ┌─────────────────────────────────────────────────────────────┐ │ Claude │──────────────────────▶│ calend...
|
37 |
| 20585 | busirocket-supabase | busirocket/agents-skills |
Service boundary patterns for Supabase projects. When to Use Use this skill only when: - Working in a project that uses Supabase - Creating or refactoring Supabase access code - Enforcing service boundaries for database access Non-Negotiables (MUST) - Never call Supabase directly from components, hooks, utils, or route handlers. - Centralize access in dedicated Supabase service wrappers (e.g. `services/supabase/*`). - Keep wrappers small, focused, and typed. - Never import `@supabase...
|
37 |
| 20586 | pull-requests | gannonh/skills |
Pull Request Workflows This skill handles the complete PR lifecycle. Based on context and user intent, follow the appropriate workflow. Context Current git status: ! git status Current branch: ! git branch --show-current PR state (if exists): ! GH_PAGER= gh pr view --json number,title,state 2>/dev/null || echo "No PR for current branch" Arguments: $ARGUMENTS Workflow Selection Determine which workflow to use based on context: Use Creating Workflow when: User asks to "create a PR", "open a PR", "...
|
37 |
| 20587 | evaluation-harness | patricio0312rev/skills |
Evaluation Harness Build systematic evaluation frameworks for LLM applications. Golden Dataset Format [ { "id": "test_001", "category": "code_generation", "input": "Write a Python function to reverse a string", "expected_output": "def reverse_string(s: str) -> str:\n return s[::-1]", "rubric": { "correctness": 1.0, "style": 0.8, "documentation": 0.5 }, "metadata": { "difficulty": "easy", "tags": ["python", "strings"] } } ] S...
|
37 |
| 20588 | qa-web-test | delexw/claude-code-misc |
QA Web Testing with PinchTab Uses Skill("pinchtab") for all browser interaction — navigation, screenshots, viewport emulation, and DOM inspection. Describe what you need and let pinchtab handle the details. Inputs Raw arguments: $ARGUMENTS Infer from the arguments: TARGET_URL: the URL to test OUT_DIR: output directory for QA report and screenshots, or ./qa-reports if not provided Output Location Creates or updates OUT_DIR/qa-report-{timestamp}.md Screenshots are saved to OUT_DIR/screenshots/ Run...
|
37 |
| 20589 | vue-component-generator | jeremylongshore/claude-code-plugins-plus-skills |
Vue Component Generator Purpose This skill provides automated assistance for vue component generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "vue component generator" in your request Ask about vue component generator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for vu...
|
37 |
| 20590 | playwright-bdd-gherkin-syntax | thebushidocollective/han |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/thebushidocollective/han)
|
37 |
| 20591 | writing-git-commits | zenobi-us/dotfiles |
You are mastering the art of semantic commit messages that communicate intent to both humans and machines. Follow the Conventional Commits specification to create commits that enable automated tooling, clear history, and effective collaboration. What is Conventional Commits? Conventional Commits is a lightweight specification for adding human and machine-readable meaning to commit messages. It provides a simple set of rules for creating an explicit commit history that: - Enables automated to...
|
36 |
| 20592 | skill-creator | insforge/agent-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
36 |
| 20593 | extract-openapi-from-code | speakeasy-api/skills |
extract-openapi-from-code Extract an OpenAPI specification from an existing API codebase. Covers eight major frameworks across Python, Java, JavaScript/TypeScript, Ruby, and PHP. Content Guides Framework Language Guide FastAPI Python content/frameworks/fastapi.md Flask Python content/frameworks/flask.md Django REST Framework Python content/frameworks/django.md Spring Boot Java content/frameworks/spring-boot.md NestJS TypeScript content/frameworks/nestjs.md Hono TypeScript content/frameworks/hono...
|
36 |
| 20594 | save | workersio/spec |
Save Session as Agent Generate a reusable agent file from the current conversation and save it to .claude/agents/ . Instructions Step 1: Generate the agent file Analyze the entire conversation — the original task, every user correction, every tool call, and the final output — then distill it into a reusable agent file. The agent file is NOT a session log. It is a system prompt that a subagent will receive with no prior context. Key priorities: User corrections are the most important signal. Ever...
|
36 |
| 20595 | meta-manuscript-assembly | htlin222/dotfiles |
Meta-Analysis Manuscript Assembly Complete systematic review and meta-analysis manuscripts for journal submission by creating publication-ready tables, figures, and references. When to Use Completing meta-analysis manuscript after analyses are done Creating tables from meta-analysis results Assembling multi-panel figures from forest/funnel plots Generating BibTeX references for systematic reviews Formatting manuscripts for high-impact journals (Lancet, JAMA, NEJM) Prerequisites Before using this...
|
36 |
| 20596 | istio-service-mesh-config | jeremylongshore/claude-code-plugins-plus-skills |
Istio Service Mesh Config Purpose This skill provides automated assistance for istio service mesh config tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "istio service mesh config" in your request Ask about istio service mesh config 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 istio se...
|
36 |
| 20597 | plan | duc01226/easyplatform |
Structured Planning Verification-driven task decomposition with Sibyl-native tracking. Mined from 200+ real planning sessions — the plans that actually survived contact with code. Core insight: Plans fail when steps can't be verified. Decompose until every step has a concrete check. Track in Sibyl so plans survive context windows. The Process digraph planning { rankdir = TB ; node [ shape = box ] ; "1. SCOPE" [ style = filled , fillcolor = "e8e8ff" ] ; "2. EXPLORE" [ style = filled , fillcolor =...
|
36 |
| 20598 | error-handling-standardizer | patricio0312rev/skills |
Error Handling Standardizer Build consistent, debuggable error handling across the application. Error Taxonomy export class AppError extends Error { constructor( public code: string, public message: string, public statusCode: number = 500, public isOperational: boolean = true, public details?: any ) { super(message); Error.captureStackTrace(this, this.constructor); } } export class ValidationError extends AppError { constructor(details: Record<string, strin...
|
36 |
| 20599 | architecture-patterns | romiluz13/cc10x |
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
|
36 |
| 20600 | https-certificate-checker | jeremylongshore/claude-code-plugins-plus-skills |
Https Certificate Checker Purpose This skill provides automated assistance for https certificate checker tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "https certificate checker" in your request Ask about https certificate checker patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-st...
|
36 |