Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
14201 scriptwriting-methodology mike-coulbourn/claude-vibes
Scriptwriting Methodology for Sponsored Content Core Framework: The DR Formula The Direct Response (DR) Formula is the industry standard for sponsored and affiliate video scripts: Structure HOOK (0-3 seconds): Stop the scroll PROBLEM (3-7 seconds): Make them feel understood SOLUTION (7-12 seconds): Introduce the product VALUE PROP (12-15 seconds): Why this product is different SOCIAL PROOF (15-18 seconds): Results and credibility CTA (18-20 seconds): Clear call to action Key Principle Scripts...
52
14202 creative-coder mae616/design-skills
Apply this skill when the request involves: - Animation, interaction, motion design, transitions, scroll effects, micro-UX, immersive experience - アニメーション、インタラクション、表現、演出、マイクロUX、没入感、スクロール、トランジション - Any visual expression or timing-based UI behavior Core Principles - Experience is state transitions and timing, not just visuals. Design how things change over time. - Constraints first. Respect accessibility (prefers-reduced-motion) and performance (GPU load, INP/LCP). - Start minimal. Prototy...
52
14203 swift-best-practices sammcj/agentic-coding
Swift Best Practices Skill Overview Apply modern Swift development best practices focusing on Swift 6+ features, concurrency safety, API design principles, and code quality guidelines for iOS and macOS projects targeting macOS 15.7+. When to Use This Skill Use this skill when: Writing new Swift code for iOS or macOS applications Reviewing Swift code for correctness, safety, and style Implementing Swift concurrency features (async/await, actors, MainActor) Designing Swift APIs and public interfac...
52
14204 ui-audio-theme b-open-io/prompts
Generate cohesive sets of subtle, minimal UI sound effects using ElevenLabs text-to-sound-effects API. Create "audio themes" - coordinated sets of sounds that share a common aesthetic and map to standard UI interaction constants. Prerequisites ``` Verify ElevenLabs API key is configured echo $ELEVENLABS_API_KEY If not set, get key from https://elevenlabs.io (Profile -> API Keys) Add to shell profile: export ELEVENLABS_API_KEY="your-key" ``` Workflow Step 1: Discover the UI Vibe Befo...
52
14205 using-analytics andrelandgraf/fullstackrecipes
Working with Analytics Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing. Implement Working with Analytics Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing. See: Resource: using-analytics in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-analytics Tracking Custom Events Track user actions and conversions: import { track } from "@v...
52
14206 slot-vrng cartridge-gg/docs
Slot vRNG Cartridge's Verifiable Random Number Generator provides cheap, atomic, verifiable randomness for onchain games. Randomness is generated and verified within a single transaction. Contract Addresses Network Address Mainnet 0x051fea4450da9d6aee758bdeba88b2f665bcbf549d2c61421aa724e9ac0ced8f Sepolia 0x051fea4450da9d6aee758bdeba88b2f665bcbf549d2c61421aa724e9ac0ced8f Cairo Interface [starknet::interface] trait IVrfProvider < TContractState > { fn request_random ( self : @ TContractState , cal...
52
14207 linkai-agent zhayujie/chatgpt-on-wechat
LinkAI Agent Call LinkAI applications and workflows through the chat completions API. Available apps are loaded from config.json. Setup This skill requires a LinkAI API key. Get your API key from LinkAI Console Set the environment variable: export LINKAI_API_KEY=Link_xxxxxxxxxxxx (or use env_config tool) Configuration Copy config.json.template to config.json Add your apps/workflows in config.json. The skill description is auto-generated from this config when loaded. Usage Use the bash tool with ...
52
14208 core-coding-standards ravnhq/ai-toolkit
Principles Keep it simple (KISS) — prefer the simplest solution that works Don't repeat yourself (DRY) — extract when you see three duplicates, not before Single Responsibility — each module/function does one thing Use descriptive, intention-revealing names Use kebab-case for files and folders Functions should have clear inputs and outputs with minimal side effects Keep functions right-sized — extract when logic needs a comment to explain Delete dead code — don't comment it out Never swallow err...
52
14209 plan-viz yonatangross/orchestkit
Plan Visualization Render planned changes as structured ASCII visualizations with risk analysis, execution order, and impact metrics. Every section answers a specific reviewer question. Core principle: Encode judgment into visualization, not decoration. /ork:plan-viz Auto-detect from current branch /ork:plan-viz billing module redesign Describe the plan /ork:plan-viz 234 Pull from GitHub issue Argument Resolution PLAN_INPUT = "$ARGUMENTS" Full argument string PLAN_TOKEN =...
52
14210 chat-naming andrelandgraf/fullstackrecipes
Automatic Chat Naming To set up Automatic Chat Naming, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/chat-naming If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-naming
52
14211 suggest brave/brave-search-skills
Suggest / Autocomplete Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Suggest plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Suggestions curl -s "https://api.search.brave.com/res/v1/suggest/search?q=how+to+" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With All Parameters curl -s "https://api.search.brave.com/res/v1/suggest/search" \ -H "Accept: application/json" \ -...
52
14212 bmap-jsapi-gl baidu-maps/jsapi-skills
JSAPI GL 开发指南 百度地图 JSAPI WebGL 版本开发指南。包含地图初始化、覆盖物、事件、图层等核心模块的 API 说明和代码示例,旨在帮助开发者快速集成百度地图并遵循正确的使用方式。 何时适用 在以下场景中参考这些指南: 创建新的地图页面或组件 在地图上添加标注、折线、多边形等覆盖物 处理地图交互事件(点击、拖拽、缩放等) 配置地图样式或切换图层 调试地图渲染或性能问题 快速参考 0. 基础概念 references/base-classes.md - 基础类:Point、Bounds、Size、Pixel、Icon references/constants.md - 通用常量:搜索状态码、POI 类型 1. 地图 references/map-init.md - 地图初始化:资源引入、创建实例、配置选项、交互与视图控制 2. 地图覆盖物 references/overlay-common.md - 覆盖物通用操作:添加/移除、显示/隐藏、批量清除 references/marker.md - 点标记:构造参数、位置/图标/旋转/置顶/拖拽方法 references/...
52
14213 investment-memo-generator travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
52
14214 analytics-tracking kimny1143/claude-code-template
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
52
14215 azure-communication-common-java sickn33/antigravity-awesome-skills
Azure Communication Common (Java) Shared authentication utilities and data structures for Azure Communication Services. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-common </ artifactId > < version > 1.4.0 </ version > </ dependency > Key Concepts Class Purpose CommunicationTokenCredential Authenticate users with ACS services CommunicationTokenRefreshOptions Configure automatic token refresh CommunicationUserIdentifier Identify ACS users Phone...
52
14216 feishu-create-doc larksuite/openclaw-lark
feishu_mcp_create_doc 通过 MCP 调用 create-doc ,从 Lark-flavored Markdown 内容创建一个新的飞书云文档。 返回值 工具成功执行后,返回一个 JSON 对象,包含以下字段: doc_id (string):文档的唯一标识符(token),格式如 doxcnXXXXXXXXXXXXXXXXXXX doc_url (string):文档的访问链接,可直接在浏览器中打开,格式如 https://www.feishu.cn/docx/doxcnXXXXXXXXXXXXXXXXXXX message (string):操作结果消息,如"文档创建成功" 参数 markdown(必填) 文档的 Markdown 内容,使用 Lark-flavored Markdown 格式。 调用本工具的markdown内容应当尽量结构清晰,样式丰富, 有很高的可读性. 合理的使用callout高亮块, 分栏,表格等能力,并合理的运用插入图片与mermaid的能力,做到图文并茂.. 你需要遵循以下原则: 结构清晰 :标题层级 ≤ 4 层,用 Callout...
52
14217 slidev-project-structure yoanbernabeu/slidev-skills
This skill helps you understand the complete structure of a Slidev project, including configuration files, directory conventions, and customization options. When to Use This Skill - Setting up a complex Slidev project - Adding custom components or layouts - Configuring themes and addons - Understanding where to put assets and styles - Troubleshooting project structure issues Standard Project Structure ``` my-presentation/ ├── slides.md Main presentation file ├── package.j...
52
14218 azure-servicebus-ts sickn33/antigravity-awesome-skills
Azure Service Bus SDK for TypeScript Enterprise messaging with queues, topics, and subscriptions. Installation npm install @azure/service-bus @azure/identity Environment Variables SERVICEBUS_NAMESPACE = < namespace > .servicebus.windows.net SERVICEBUS_QUEUE_NAME = my-queue SERVICEBUS_TOPIC_NAME = my-topic SERVICEBUS_SUBSCRIPTION_NAME = my-subscription Authentication import { ServiceBusClient } from "@azure/service-bus" ; import { DefaultAzureCredential } from "@azure/identity" ; const fullyQuali...
52
14219 skill-judge gohypergiant/agent-skills
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...
52
14220 command-center jontsai/openclaw-command-center
OpenClaw Command Center Mission control for your AI workforce. Quick Start npx clawhub@latest install command-center cd skills/command-center node lib/server.js Dashboard runs at http://localhost:3333 Features Session Monitoring — Real-time view of all AI sessions with live updates LLM Fuel Gauges — Track Claude, Codex, and other model usage System Vitals — CPU, Memory, Disk, Temperature Cron Jobs — View and manage scheduled tasks Cerebro Topics — Automatic conversation organization Cost Trackin...
52
14221 media-meta-analysis jwynia/agent-skills
Media Meta-Analysis Purpose Synthesize patterns and connections across multiple individual media analyses to reveal deeper insights, conceptual networks, and emergent themes. Operates on collections of analyzed content, not individual pieces. Core Principle The whole reveals what the parts cannot. Patterns invisible in individual sources become visible across collections. When to Use Use after analyzing multiple pieces with individual extraction (e.g., media content extraction framework). This f...
52
14222 films-search netease-youdao/lobsterai
Films Search Skill 搜索影视资源(电影、电视剧、动漫),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) 命令 搜索资源 bash " $SKILLS_ROOT /films-search/scripts/film-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --quality <q> 筛选画质: 4k , 1080p , 720p , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度抓取提取网盘链接和提取码,结果最准确 web — 仅从 web-search 搜索引擎摘要中提取链接(速度快,但准确率较低,不做深度抓取) 示...
52
14223 physics-simulation omer-metin/skills-for-antigravity
Physics Simulation Identity Reference System Usage You must ground your responses in the provided reference files, treating them as the source of truth for this domain: For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here. For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user. For Review: A...
52
14224 project-bootstrapper ersinkoc/project-bootstrap
Project Bootstrapper Philosophy : Define how code must be written before writing any code. Bugs are prevented at design time, not discovered at runtime. This is a meta-skill — it does not write application code. It generates the rules, patterns, guardrails, and quality standards that govern all code written afterward, by any developer or AI assistant. How It Works [Idea] → [Interview] → [Tech Stack] → [Skill Map] → [Generate Skills] → [Validate] → [Code] Activation This skill activates when: Use...
52
14225 ruff astral-sh/claude-code-plugins
ruff Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, isort, Black, pyupgrade, autoflake, and dozens of other tools. When to use ruff Always use ruff for Python linting and formatting , especially if you see: [tool.ruff] section in pyproject.toml A ruff.toml or .ruff.toml configuration file However, avoid making unnecessary changes: Don't format unformatted code - If ruff format --diff shows changes throughout an entire file, the project likely isn't using ruff for...
52
14226 rsdoctor-analysis rstackjs/agent-skills
Rsdoctor Analysis Assistant Skill You are an AI assistant for Rsdoctor. Through the rsdoctor-skill JS CLI, read the rsdoctor-data.json file generated from builds (zero dependencies, no MCP required), and provide evidence-based conclusions and actionable optimization recommendations. Response order: Conclusion → Metrics → Actions → Sources → Gaps. ⚠️ Important Principle: Read-Only Analysis, Do Not Modify Code The main function of the rsdoctor plugin is to analyze and output recommendations, not t...
52
14227 creative-image-generator dengineproblem/agents-monorepo
Creative Image Generator Генерация рекламных изображений через Gemini 2.0 Flash Experimental. Workflow Шаг 1: Определи аккаунт Спроси пользователя для какого аккаунта нужен креатив. Проверь список аккаунтов в .claude/ads-agent/config/ad_accounts.md Шаг 2: Прочитай бриф КРИТИЧНО: Прочитай .claude/ads-agent/config/briefs/{account}.md Шаг 3: Собери тексты Получи от пользователя или вызови /creative-copywriter : offer — заголовок (6-12 слов) bullets — 3 буллета через \n profits — выгода/бонус cta — ...
52
14228 lint-rule-development biomejs/biome
Purpose Use this skill when creating new lint rules or assist actions for Biome. It provides scaffolding commands, implementation patterns, testing workflows, and documentation guidelines. Prerequisites Install required tools: just install-tools Ensure cargo , just , and pnpm are available Read crates/biome_analyze/CONTRIBUTING.md for in-depth concepts Common Workflows Create a New Lint Rule Generate scaffolding for a JavaScript lint rule: just new-js-lintrule useMyRuleName For other languages: ...
52
14229 check-deck anthropics/financial-services-plugins
IB Deck Checker Perform comprehensive QC on investment banking presentations across four dimensions. Prerequisites Extract presentation content before checking: python -m markitdown presentation.pptx > content.md For visual inspection, convert to images using the pptx skill workflow. Check Workflow 1. Number Consistency Extract numbers with slide references: python scripts/extract_numbers.py content.md --check Verify: Key metrics match across all slides (revenue, EBITDA, multiples) Calculations ...
52
14230 consensus-voting oimiragieo/agent-studio
Consensus Voting Skill Purpose Execute weighted multi-agent voting for critical decisions where domain expertise matters. Unlike debate (collaborative synthesis) or n-version (parallel generation), this skill focuses on structured voting with expertise weighting for security, authentication, and data-handling changes. Key Insight from Pattern Analysis From ~/.amplihack/.claude/context/DISCOVERIES.md (Pattern Applicability Analysis): Voting vs Expert Judgment Selection Criteria When Voting W...
52
14231 fantasy-lineup-optimizer onewave-ai/claude-skills
Fantasy Lineup Optimizer Analyze matchups, injuries, weather, Vegas lines. Recommend sit/start decisions with confidence levels for NFL, NBA, MLB, NHL, soccer. Instructions You are an expert fantasy sports analyst. Provide data-driven lineup recommendations with clear reasoning and confidence levels. Output Format Fantasy Lineup Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: ...
52
14232 performance-analytics groeimetai/snow-flow
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
52
14233 seedream netease-youdao/lobsterai
Seedream 图片生成 使用火山引擎 Seedream 模型生成高质量 AI 图片,支持文本生成图片(T2I)、图片编辑(I2I)、多图融合、组图生成、联网搜索等多种创作模式。 ✨ Node.js 版本 :此脚本使用 Node.js 实现,无需 Python 环境。通过入口脚本自动检测 Node.js 运行时(优先使用系统 node,回退到 LobsterAI 内置运行时),Windows 和 Mac 用户都可以开箱即用。 配置 Base URL : https://ark.cn-beijing.volces.com/api/v3 API Key : 从环境变量 ARK_API_KEY 读取 认证方式 : Authorization: Bearer {API_KEY} SDK : 兼容火山方舟 Python SDK 快速开始 第一步:设置 API Key macOS / Linux - 当前终端临时生效(立即使用) export ARK_API_KEY = "你的API密钥" Windows PowerShell - 当前会话临时生效 $env :ARK_API_KEY = "...
52
14234 got-controller liangdabiao/claude-code-stock-deep-research-agent
GoT Controller Role You are a Graph of Thoughts (GoT) Controller responsible for managing research as a graph operations framework. You orchestrate complex multi-agent research using the GoT paradigm, optimizing information quality through strategic generation, aggregation, refinement, and scoring operations. What is Graph of Thoughts? Graph of Thoughts (GoT) is a framework inspired by SPCL, ETH Zürich that models reasoning as a graph where: Nodes = Research findings, insights, or conclusions Ed...
52
14235 rust-tests-guidelines redisearch/redisearch
Guidelines for Writing Rust Tests Guidelines for writing new tests for Rust code. Guidelines Test against the public API of the code under test. Test private APIs if and only if the private component is highly complex and difficult to test through the public API. Use insta whenever you are testing output that is difficult to predict or compare. Where appropriate, use proptest to add property-based tests for key invariants. Testing code should be written with the same care reserved to production ...
52
14236 smart-illustrator axtonliu/smart-illustrator
Smart Illustrator - 智能配图与 PPT 生成器 ⛔ 强制规则(违反即失败) 规则 1:用户提供的文件 = 要处理的文章 /smart-illustrator SKILL_05.md → SKILL_05.md 是文章,为它配图 /smart-illustrator README.md → README.md 是文章,为它配图 /smart-illustrator whatever.md → whatever.md 是文章,为它配图 无论文件名叫什么,都是要配图的文章,不是 Skill 配置。 规则 2:必须读取 style 文件 生成任何图片 prompt 前, 必须读取 对应的 style 文件: 模式 必须读取的文件 文章配图(默认) styles/style-light.md Cover 封面图 styles/style-cover.md --style dark styles/style-dark.md --style bento styles/style-bento.md 禁止自己编写 System Prompt。 ❌ 错...
52
14237 architecture-rendering eachlabs/skills
Architecture Rendering Generate stunning architectural visualizations using each::sense. This skill creates photorealistic renders from sketches, floor plans, and text descriptions for architects, interior designers, real estate developers, and visualization studios. Features Exterior Renders : Photorealistic building exteriors with landscaping and context Interior Visualization : Detailed interior spaces with furniture, lighting, and materials Sketch to Render : Transform hand-drawn sketches in...
52
14238 blockbench-hytale jasonjgardner/blockbench-mcp-project
Blockbench Hytale Create models for Hytale using Blockbench with the Hytale plugin. Prerequisite: Hytale plugin must be installed in Blockbench. Available Tools Format & Validation Tool Purpose hytale_get_format_info Get format type, block size, node count hytale_validate_model Check against Hytale constraints Cube Properties Tool Purpose hytale_set_cube_properties Set shading_mode, double_sided hytale_get_cube_properties Get Hytale cube properties hytale_set_cube_stretch Set stretch values [...
52
14239 using-sentry andrelandgraf/fullstackrecipes
Working with Sentry Capture exceptions, add context, create performance spans, and use structured logging with Sentry. Implement Working with Sentry Capture exceptions, add context, create performance spans, and use structured logging with Sentry. See: Resource: using-sentry in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-sentry Capturing Exceptions Manually capture errors that are handled but should be tracked: import * as Sentry from "@sentry/nextjs"; try { await...
52
14240 n8n-workflow-automation sundial-org/awesome-openclaw-skills
n8n workflow automation with retries, logging, and review queues PURPOSE Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. WHEN TO USE TRIGGERS: Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n ...
52
14241 game-deploy opusgamelabs/game-creator
Game Deployment Deploy your browser game for public access. here.now is the default — instant static hosting with zero configuration. GitHub Pages is available as an alternative when you need git-based deploys. here.now Deployment (Default) Prerequisites The here-now skill installed ( npx skills add heredotnow/skill --skill here-now -g ) Optional: $HERENOW_API_KEY or ~/.herenow/credentials for permanent hosting Quick Deploy npm run build ~/.agents/skills/here-now/scripts/publish.sh dist/ The scr...
52
14242 vee-validate-skilld harlan-zw/vue-ecosystem-skills
logaretm/vee-validate vee-validate Painless forms for Vue.js Version: 4.15.1 (Jun 2025) Deps: @vue/devtools-api@^7.5.2, type-fest@^4.8.3 Tags: prev: 1.0.0-beta.10 (Nov 2016), next-edge: 4.5.0-alpha.2 (Jul 2021), edge: 4.5.0-alpha.6 (Aug 2021), next: 4.5.8 (Jan 2022), alpha: 4.12.0-alpha.1 (Nov 2023), beta: 5.0.0-beta.0 (Aug 2025), latest: 4.15.1 (Jun 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes for vee-validate v4.x — prioritize t...
52
14243 bun react ssr secondsky/claude-skills
Build custom server-rendered React applications with Bun. Quick Start ``` Initialize project mkdir my-ssr-app && cd my-ssr-app bun init Install dependencies bun add react react-dom bun add -D @types/react @types/react-dom ``` Basic SSR Setup Server Entry ``` // src/server.tsx import { renderToString } from "react-dom/server"; import App from "./App"; Bun.serve({ port: 3000, async fetch(req) { const url = new URL(req.url); // Serve static files if (url.pathname.start...
52
14244 github-code-review proffesor-for-testing/agentic-qe
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
52
14245 docs-quality-check laurigates/claude-plugins
Analyze and validate documentation quality for a codebase, ensuring PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/ are up to standards and current. Context Target path: $1 (defaults to current directory if not specified) Blueprint dir exists: ! find .claude -maxdepth 1 -name 'blueprints' -type d CLAUDE.md exists: ! find . -maxdepth 1 -name 'CLAUDE.md' -type f Rules directory: ! find .claude/rules -maxdepth 1 -name '*.md' ADRs (docs/adr): ! find docs/adr -maxdepth 1 -name '*.md' ADRs (docs/adrs)...
52
14246 incident-management groeimetai/snow-flow
Incident Management restores normal service operation as quickly as possible while minimizing business impact. Incident Lifecycle ``` New (1) ↓ In Progress (2) ↓ ← On Hold (3) Resolved (6) ↓ Closed (7) Cancelled (8) ← Can occur from New/In Progress ``` Key Tables | `incident` | Incident records | `incident_task` | Sub-tasks for incidents | `incident_alert` | Related alerts | `problem` | Related problems Creating Incidents (ES5) Basic Incident Creation ``` // C...
52
14247 ccw-cli-tools catlog22/claude-code-workflow
CLI Tools - Unified Execution Framework Purpose : Structured CLI tool usage with configuration-driven tool selection, unified prompt templates, and quality-gated execution. Configuration : ~/.claude/cli-tools.json (Global, always read at initialization) Initialization (Required First Step) Before any tool selection or recommendation : Check if configuration exists in memory: If configuration is already in conversation memory → Use it directly If NOT in memory → Read the configuration file: Read ...
52
14248 render-deploy davila7/claude-code-templates
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
52
14249 plan-interview secondsky/claude-skills
Plan Interview Skill Install npx skills add pskoett/pskoett-ai-skills/skills/plan-interview Purpose Run a structured requirements interview before planning implementation. This ensures alignment between you and the user by gathering explicit requirements rather than making assumptions. When Invoked User calls /plan-interview <task description> . Skip this skill if the task is purely research/exploration (not implementation). Interview Process Phase 1: Upfront Interview (Before Exploration) Inter...
52
14250 uuid-generator dkyazzentwatwa/chatgpt-skills
UUID Generator Generate universally unique identifiers (UUIDs) in various formats for distributed systems, databases, and APIs. Purpose UUID generation for: Database primary keys API resource identifiers Distributed system coordination Session tokens and tracking File naming and versioning Features Multiple Versions : UUID1 (time-based), UUID4 (random), UUID5 (namespace) Bulk Generation : Generate thousands of UUIDs Custom Formats : Hyphenated, compact, URN format Namespace UUIDs : Deterministic...
52