███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 18151 | context-mode | mksglu/claude-context-mode |
Context Mode: Default for All Large Output MANDATORY RULE <context_mode_logic> <mandatory_rule> Default to context-mode for ALL commands. Only use Bash for guaranteed-small-output operations. </mandatory_rule> </context_mode_logic> Bash whitelist (safe to run directly): File mutations : mkdir , mv , cp , rm , touch , chmod Git writes : git add , git commit , git push , git checkout , git branch , git merge Navigation : cd , pwd , which Process control : kill , pkill Package management : npm inst...
|
50 |
| 18152 | blueprint-feature-tracker-sync | laurigates/claude-plugins |
Synchronize the feature tracker JSON with TODO.md and manage task progress. Note : As of v1.1.0, feature-tracker.json is the single source of truth for progress tracking. The tasks section replaces work-overview.md. Usage : /blueprint:feature-tracker-sync [--summary] Flags : Flag Description --summary Generate human-readable markdown summary (stdout only, no file) Mode: Generate Summary ( --summary ) When --summary is provided, generate a human-readable progress report without modifying any file...
|
50 |
| 18153 | swift_swiftui | swiftzilla/skills |
SwiftUI This skill covers SwiftUI framework concepts for building declarative user interfaces. Overview SwiftUI is Apple's modern declarative framework for building user interfaces across all Apple platforms using a reactive, state-driven approach. Available References Property Wrappers - @State, @Binding, @ObservedObject, @StateObject, @Environment Quick Reference State Management Decision Tree Need local mutable state? ├── YES → Is it a value type? │ ├── YES → Use @State │ └── NO → Use @St...
|
50 |
| 18154 | founder-playbook | tenequm/claude-plugins |
Founder Playbook Last updated: November 2025. Statistics and ecosystem data reflect this period. A structured thinking partner for startup founders. Use this to pressure-test decisions, validate your next steps, and think through challenges using proven frameworks (GROW, Solution-Focused) with deep knowledge of 2025 startup realities and crypto/web3 ecosystem specifics. Core Approach: Genuine Empowerment Through Honest Partnership Your job is to make founders more capable, confident, and clear-h...
|
50 |
| 18155 | aws-solution-architect | borghei/claude-skills |
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
|
50 |
| 18156 | canvas-design | guanyang/antigravity-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
50 |
| 18157 | vibe-coding | jamditis/claude-skills-journalism |
Vibe Coding Help the user build software using AI tools and natural language, using frameworks and insights from 3 product leaders. How to Help When the user asks for help with vibe coding: Understand the goal - Ask what they're trying to build and who it's for (prototype, internal tool, production app) Guide the approach - Help them break down the problem into smaller pieces for iterative AI prompts Set expectations - Discuss what vibe coding is good for (prototypes, MVPs) versus when professio...
|
50 |
| 18158 | pueue-job-orchestration | terrylica/cc-skills |
Pueue Job Orchestration Universal CLI telemetry layer and job management — every command routed through pueue gets precise timing, exit code capture, full stdout/stderr logs, environment snapshots, and callback-on-completion. Overview Pueue is a Rust CLI tool for managing shell command queues. It provides: Daemon persistence - Survives SSH disconnects, crashes, reboots Disk-backed queue - Auto-resumes after any failure Group-based parallelism - Control concurrent jobs per group Easy failure reco...
|
50 |
| 18159 | tool-search | oimiragieo/agent-studio |
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — embedding/semantic tool discovery from everything-claude-code backend-patterns, tdd-workflow. Tool Search Skill Identity Tool Search - Provides semantic tool discovery using embeddings to scale from dozens to thousands of tools with 90%+ context reduction. Capabilities Semantic Tool Search : Find relevant tools based on task context Embedding-Based Matching : Use embeddings for accurate tool discovery On-Demand Loading : Load tools only when...
|
50 |
| 18160 | aws-advisor | tech-leads-club/agent-skills |
AWS Advisor Expert AWS consulting with accuracy-first approach using MCP tools. Core Principles Search Before Answer : Always use MCP tools to verify information No Guessing : Uncertain? Search documentation first Context-Aware : Adapt recommendations to user's stack, preferences, and constraints Security by Default : Every recommendation considers security No Lock-in : Present multiple options with trade-offs, let user decide Adaptive Behavior Before recommending tools/frameworks , understand t...
|
50 |
| 18161 | ai-workflow-automation | omer-metin/skills-for-antigravity |
Ai Workflow Automation Identity You are an AI workflow architect who has built content automation systems that generate, review, approve, and distribute thousands of pieces of content across multiple channels—all while maintaining brand consistency, quality standards, and human oversight at critical decision points. You understand that the hard part isn't getting AI to generate content—it's building systems that consistently produce on-brand, high-quality content at scale. You've seen workflow...
|
50 |
| 18162 | grpc-golang | sickn33/antigravity-awesome-skills |
gRPC Golang (gRPC-Go) Overview Comprehensive guide for designing and implementing production-grade gRPC services in Go. Covers contract standardization with Buf, transport layer security via mTLS, and deep observability with OpenTelemetry interceptors. Use this skill when Designing microservices communication with gRPC in Go. Building high-performance internal APIs using Protobuf. Implementing streaming workloads (unidirectional or bidirectional). Standardizing API contracts using Protobuf and B...
|
50 |
| 18163 | bun sveltekit | secondsky/claude-skills |
Bun SvelteKit Run SvelteKit applications with Bun for faster development and builds. Quick Start Create new SvelteKit project bunx sv create my-app cd my-app Install dependencies bun install Development bun run dev Build bun run build Preview bun run preview Project Setup package.json { "scripts" : { "dev" : "vite dev" , "build" : "vite build" , "preview" : "vite preview" } , "devDependencies" : { "@sveltejs/adapter-auto" : "^7.0.0" , "@sveltejs/kit" : "^2.0.0" , "svelte" : "^5.0.0" , "vite...
|
50 |
| 18164 | sap-ai-core | secondsky/sap-skills |
SAP AI Core is a service on SAP Business Technology Platform (BTP) that manages AI asset execution in a standardized, scalable, hyperscaler-agnostic manner. SAP AI Launchpad provides the management UI for AI runtimes including the Generative AI Hub. Core Capabilities | Generative AI Hub | Access to LLMs from multiple providers with unified API | Orchestration | Modular pipeline for templating, filtering, grounding, masking | ML Training | Argo Workflows-based batch pipelines for model ...
|
50 |
| 18165 | task-management-protocol | oimiragieo/agent-studio |
Task Management Protocol Standardized protocol for task synchronization, progress tracking, and context handoff between agents and sessions using Claude Code's native task tools. Problem Statement Background agents complete work but main sessions don't receive notifications. Agents don't update task descriptions with findings. No protocol exists for structured context handoff between agents or sessions. This skill solves: Lost context when sessions end or agents complete Background agent finding...
|
50 |
| 18166 | laravel:tdd-with-pest | jpcaparas/superpowers-laravel |
Write the test first. Watch it fail. Write minimal code to pass. Keep tests fast and realistic. Test Runner ``` Sail sail artisan test --parallel Non-Sail php artisan test --parallel ``` Prefer Pest (default in new Laravel apps). PHPUnit is fine if your project uses it. RED – Write a failing test - Use model factories; avoid heavy mocking - Feature tests for HTTP/controllers; unit tests for pure services - Name tests by behavior Example (feature): ``` it('rejects empty email on si...
|
50 |
| 18167 | analyze-crypto | jssfy/k-skills |
Analyze Crypto — 一键加密货币综合分析 输入代币名称或符号,自动并行采集五个维度的数据,综合分析后输出标准报告。 When to Use 当用户请求以下操作时触发: "分析BTC" / "分析以太坊" / "分析SOL" "analyze BTC" / "analyze Ethereum" "比特币怎么样" / "ETH最近为什么涨/跌" "帮我看看SOL" / "DOGE值得买吗" Phase 0: 解析输入 根据用户输入,识别以下信息: 代币名称映射 (常用代币中英文对照) 比特币/Bitcoin → BTC 以太坊/Ethereum → ETH 索拉纳/Solana → SOL 瑞波/Ripple → XRP 币安币/BNB Chain → BNB 艾达/Cardano → ADA 狗狗币/Dogecoin → DOGE 波卡/Polkadot → DOT 雪崩/Avalanche → AVAX 马蹄/Polygon → POL 链接/Chainlink → LINK 莱特币/Litecoin → LTC Uniswap → UNI Aave → AAVE Ton...
|
50 |
| 18168 | data-metabase | vasilyu1983/ai-agents-public |
Metabase Automate Metabase via API: reports (cards), dashboards, and chart settings. Quick Start Inputs (env vars) METABASE_URL (e.g., https://metabase.example.com) Preferred: METABASE_API_KEY Fallback: METABASE_USERNAME + METABASE_PASSWORD Sanity checks python3 frameworks/shared-skills/skills/data-metabase/scripts/metabase_api.py health python3 frameworks/shared-skills/skills/data-metabase/scripts/metabase_api.py whoami Live API documentation Your Metabase instance serves OpenAPI docs at /a...
|
50 |
| 18169 | azure-mgmt-mongodbatlas-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.MongoDBAtlas SDK Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace. Package Information Property Value Package Azure.ResourceManager.MongoDBAtlas Version 1.0.0 (GA) API Version 2025-06-01 Resource Type MongoDB.Atlas/organizations NuGet Azure.ResourceManager.MongoDBAtlas Installation dotnet add package Azure.ResourceManager.MongoDBAtlas dotnet add package Azure.Identity dotnet add package Azure.ResourceManager Important ...
|
50 |
| 18170 | defense-in-depth | zenobi-us/dotfiles |
Defense-in-Depth Validation Overview When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks. Core principle: Validate at EVERY layer data passes through. Make the bug structurally impossible. Why Multiple Layers Single validation: "We fixed the bug" Multiple layers: "We made the bug impossible" Different layers catch different cases: Entry validation catches most bugs Busines...
|
50 |
| 18171 | better-auth-best-practices | connorads/dotfiles |
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
|
50 |
| 18172 | backtest-expert | nicepkg/ai-workflow |
Backtest Expert Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results. Core Philosophy Goal : Find strategies that "break the least", not strategies that "profit the most" on paper. Principle : Add friction, stress test assumptions, and see what survives. If a strategy holds up under pessimistic conditions, it's more likely to work in live trading. When to Use This Skill Use this skill when: Developing or valid...
|
50 |
| 18173 | service-integration | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-services.sh references/ service-patterns.md Service Integration Implementation This skill guides you through integrating external services into applications, from service selection to production deployment. It leverages GoodVibes precision tools for type-safe, resilient service integrations with proper error handling and testing. When to Use This Skill Use this skill when you need to: Integrate email providers (Resend, SendGrid, Postmark) Set up content management sys...
|
50 |
| 18174 | opencode | volcengine/openviking |
OpenCode Skill Use helper scripts to manage your OpenCode instances. Helper Scripts All scripts are in the workspace skills directory. Run them with: uv run python skills/opencode/script_name.py Note: Do not kill the opencode process. Scripts list_sessions.py Listing all OpenCode sessions Example: uv run python skills/opencode/list_sessions.py list_messages_of_session.py Listing latest OpenCode messages by session_id Example: uv run python skills/opencode/list_sessions.py {session_id} Session St...
|
50 |
| 18175 | ios-design-system | pproenca/dot-skills |
Airbnb iOS Design System Best Practices Opinionated, strict design system engineering for SwiftUI iOS 26 / Swift 6.2 apps. Contains 50 rules across 8 categories, prioritized by impact. Derived from Airbnb's Design Language System (DLS), Airbnb Swift Style Guide, Apple Human Interface Guidelines, and WWDC sessions. Mandates @Equatable on every view, @Observable for state, and style protocols as the primary component API. Mandated Architecture Alignment This skill is designed to work alongside swi...
|
50 |
| 18176 | code-review | unclecatvn/agent-skills |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
50 |
| 18177 | workers-migration | secondsky/claude-skills |
Migrate existing applications to Cloudflare Workers from various platforms. Migration Decision Tree ``` What are you migrating from? ├── AWS Lambda │ └── Node.js handler? → Lambda adapter pattern │ └── Python? → Consider Python Workers │ └── Container/custom runtime? → May need rewrite ├── Vercel/Next.js │ └── API routes? → Minimal changes with adapter │ └── Full Next.js app? → Use OpenNext adapter │ └── Middleware? → Direct Workers equivalent ├── Express/Node.js │ └── Simple AP...
|
50 |
| 18178 | code-simplifier | aktsmm/agent-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
50 |
| 18179 | domain-classifier | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 18180 | project-test-loop | laurigates/claude-plugins |
Run automated TDD cycle: test → fix → refactor. Note : Configure project-specific test/build commands in CLAUDE.md or .claude/rules/ for automatic detection. Steps : Detect test command (if not already configured): Check package.json for scripts.test (Node.js) Check for pytest or python -m unittest (Python) Check for cargo test (Rust) Check for go test ./... (Go) Check Makefile for test target If not found, ask user how to run tests Run test suite : Run detected test command [ test_command ] An...
|
50 |
| 18181 | api-architect | erichowens/some_claude_skills |
API Architect Expert API designer specializing in REST, GraphQL, gRPC, and WebSocket architectures. Activation Triggers Activate on: "API design", "REST API", "GraphQL schema", "gRPC service", "OpenAPI", "Swagger", "API versioning", "endpoint design", "rate limiting", "OAuth flow", "API gateway" NOT for: Database schema → data-pipeline-engineer | Frontend consumption → web-design-expert | Deployment → devops-automator Quick Start Define API contract first (API-first design) Choose paradigm:...
|
50 |
| 18182 | dataset-comparer | dkyazzentwatwa/chatgpt-skills |
Dataset Comparer Compare two CSV/Excel datasets to identify differences, additions, deletions, and value changes. Features Row Comparison: Find added, removed, and matching rows Value Changes: Detect changed values in matching rows Column Comparison: Identify schema differences Statistics: Summary of differences Diff Reports: HTML, CSV, and JSON output Flexible Matching: Compare by key columns or row position Quick Start from dataset_comparer import DatasetComparer comparer = DatasetComparer(...
|
50 |
| 18183 | api-design | mgd34msu/goodvibes-plugin |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
50 |
| 18184 | template-renderer | oimiragieo/agent-studio |
Template Renderer Step 1: Validate Inputs (SECURITY - MANDATORY) Template Path Validation (SEC-SPEC-002): Verify template file exists within PROJECT_ROOT Reject any path traversal attempts (../) Only allow templates from .claude/templates/ Token Whitelist Validation (SEC-SPEC-003): // Allowed tokens by template type const SPEC_TOKENS = [ 'FEATURE_NAME' , 'VERSION' , 'AUTHOR' , 'DATE' , 'STATUS' , 'ACCEPTANCE_CRITERIA_1' , 'ACCEPTANCE_CRITERIA_2' , 'ACCEPTANCE_CRITERIA_3' , 'TERM_1' , 'TERM_2' , ...
|
50 |
| 18185 | carousels-sliders | dylantarre/animation-principles |
Carousel & Slider Animation Principles Apply Disney's 12 principles to carousels and sliders for smooth, intuitive navigation. Principles Applied to Carousels 1. Squash & Stretch Slides can slightly compress in scroll direction during fast swipes. Expands perception of speed and momentum. 2. Anticipation Before slide change, current slide can shift 5-10px in direction of navigation. Button can depress before triggering. 3. Staging Current/active slide should be prominently displayed: larg...
|
50 |
| 18186 | csm-patterns | groeimetai/snow-flow |
Customer Service Management for ServiceNow CSM enables organizations to deliver exceptional customer service through cases, accounts, and self-service. CSM Architecture Account (customer_account) ├── Contacts (customer_contact) ├── Contracts (ast_contract) │ └── Entitlements (service_entitlement) ├── Assets (alm_asset) └── Cases (sn_customerservice_case) ├── Case Tasks └── Communications Key Tables Table Purpose customer_account Customer accounts customer...
|
50 |
| 18187 | write-blog | openclaudia/openclaudia-skills |
Write Blog Post Skill You are an expert SEO content writer. Create comprehensive, well-researched blog posts optimized for both search engines and readers. Follow the E-E-A-T framework (Experience, Expertise, Authoritativeness, Trustworthiness). Blog Writing Process Step 1: Research & Briefing Before writing a single word, gather intelligence: 1A. Understand the keyword Ask or infer: Target keyword: Primary keyword to rank for Secondary keywords: 3-5 related terms to include naturally Search int...
|
50 |
| 18188 | prospect-research-compiler | onewave-ai/claude-skills |
Prospect Research Compiler Aggregate prospect intelligence from multiple sources including news, social media, company websites, and financial data. Instructions You are an expert at prospect research and intelligence gathering. Compile comprehensive prospect profiles from multiple sources with actionable insights for outreach. Output Format Prospect Research Compiler Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] ...
|
50 |
| 18189 | linear-search | finesssee/linear-cli |
Linear Search Search Linear.app issues and projects using linear-cli . Search Issues Search by text linear-cli s issues "authentication bug" Limit results linear-cli s issues "login" --limit 5 JSON output for parsing linear-cli s issues "error" --output json With specific fields linear-cli s issues "crash" --output json --fields identifier,title,state.name Search Projects Search projects linear-cli s projects "backend" Limit results linear-cli s projects "api" --limit 10 JSON output linea...
|
50 |
| 18190 | database-layer | mgd34msu/goodvibes-plugin |
Resources scripts/ database-checklist.sh references/ orm-comparison.md Database Layer Implementation This skill guides you through implementing database layers in applications, from initial schema design to query optimization. It leverages GoodVibes precision tools and project analysis tools for type-safe, production-ready database implementations. When to Use This Skill Use this skill when you need to: Set up a new database connection and ORM Design and implement database schemas Create and run...
|
50 |
| 18191 | design-patterns | florianbruniaux/claude-code-ultimate-guide |
Skill 27: BK-CI 项目设计模式实践指南 概述 本指南总结了 BK-CI 项目中广泛使用的设计模式及其实际应用场景,帮助开发者理解项目架构并遵循统一的设计模式规范。 1. 工厂模式(Factory Pattern) 1.1 简单工厂(Simple Factory) 应用场景:创建特定类型的对象,通过类型参数决定实例化哪个类。 实际案例: TaskFactory - 任务工厂 位置:worker-common/src/main/kotlin/com/tencent/devops/worker/common/task/TaskFactory.kt 实现方式: object TaskFactory { private val taskMap = ConcurrentHashMap<String, KClass<out ITask>>() fun init() { // 注册内置任务 register(LinuxScriptElement.classType, LinuxScriptTask::class) ...
|
50 |
| 18192 | configure-linting | laurigates/claude-plugins |
/configure:linting Check and configure linting tools against modern best practices. When to Use This Skill Use this skill when... Use another approach when... Setting up modern linting (Biome, Ruff, Clippy) Just running linter (use /lint:check skill) Migrating from ESLint/Prettier to Biome Linters already properly configured Validating linter configuration Fixing specific lint errors (run linter and fix) Ensuring language-specific best practices Simple script with no linting needs Configuring pr...
|
50 |
| 18193 | agent-prompt | getsentry/warden |
You are a prompt engineering specialist helping users write effective agent prompts and Warden skills. Reference Documents The following documents contain detailed guidance. Read the relevant ones based on the user's question: Document Use When references/core-principles.md Writing any prompt - foundational rules references/skill-structure.md Creating or reviewing skill files references/system-prompts.md Understanding Warden's prompt architecture references/output-formats.md Designing structured...
|
50 |
| 18194 | review-doc-consistency | heyvhuang/ship-faster |
Documentation Consistency Reviewer Goal Systematically identify all "outdated" or "inconsistent with implementation" descriptions in README + docs/, outputting ≥30 issue items. Core Principles Code is truth - When documentation conflicts with code, source code/config/contract files are authoritative Evidence before conclusions - Each issue must cite code/config location as evidence Contracts first - OpenAPI/proto/schema/TS types are treated as SSOT (Single Source of Truth) Security default tight...
|
50 |
| 18195 | risk-management-specialist | borghei/claude-skills |
Risk Management Specialist ISO 14971:2019 risk management implementation throughout the medical device lifecycle. Table of Contents Risk Management Planning Workflow Risk Analysis Workflow Risk Evaluation Workflow Risk Control Workflow Post-Production Risk Management Risk Assessment Templates Decision Frameworks Tools and References Risk Management Planning Workflow Establish risk management process per ISO 14971. Workflow: Create Risk Management Plan Define scope of risk management activities: ...
|
50 |
| 18196 | pattern-debug | commontoolsinc/labs |
Debug Pattern Use Skill("ct") for ct CLI documentation if debugging deployment or piece issues. Read First docs/development/debugging/workflow.md - 5-step debugging process docs/development/debugging/README.md - Error reference matrix Process Check TypeScript errors: deno task ct check pattern.tsx --no-run Match error to documentation: Read the error message carefully Check docs/development/debugging/README.md for matching errors Check gotchas: docs/development/debugging/gotchas/handler-inside-p...
|
50 |
| 18197 | ha-validate | laurigates/claude-plugins |
/ha:validate Validate Home Assistant configuration files for YAML syntax errors and common issues. Context Config path: {{ path or '.' }} YAML files: ! find {{ path or '.' }} -name "*.yaml" -type f Validation Steps 1. YAML Syntax Validation Validate all YAML files for proper syntax: find { { path or '.' } } -name "*.yaml" -type f -exec python3 -c " import yaml import sys try: with open('{}', 'r') as f: yaml.safe_load(f) print('OK: {}') except yaml.YAMLError as e: print('ERROR: {}') print(str(e)[...
|
50 |
| 18198 | slot-deploy | cartridge-gg/docs |
Slot Deploy Manage the lifecycle of Slot deployments — Katana (execution layer) and Torii (indexer). Prerequisites Install the Slot CLI: curl -L https://slot.cartridge.sh | bash Authenticate: slot auth login For CI/scripts, generate a token and set the SLOT_AUTH env var: slot auth token Creating Deployments Katana slot deployments create < Project Name > katana Torii Torii requires a TOML configuration file: slot deployments create < Project Name > torii --config < path/to/torii.toml > Minimal t...
|
50 |
| 18199 | image-metadata-tool | dkyazzentwatwa/chatgpt-skills |
Image Metadata Tool Extract, analyze, and manage EXIF metadata from images with GPS mapping and privacy features. Features EXIF Extraction: Camera, lens, settings, timestamps GPS Data: Extract coordinates, map locations Metadata Removal: Strip EXIF for privacy Batch Processing: Process multiple images Map Generation: Create location maps from photos Export: JSON, CSV, HTML reports Quick Start from image_metadata import ImageMetadata meta = ImageMetadata() meta.load("photo.jpg") Get all meta...
|
50 |
| 18200 | code-review | groeimetai/snow-flow |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
50 |