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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
22901 performance-expert personamanagmentlayer/pcl
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
47
22902 moai-workflow-thinking modu-ai/moai-adk
Sequential Thinking & UltraThink Structured reasoning system for complex problem analysis and decision-making. Activation Triggers Use Sequential Thinking MCP when: Breaking down complex problems into steps Planning and design with room for revision Architecture decisions affect 3+ files Technology selection between multiple options Performance vs maintainability trade-offs Breaking changes under consideration Multiple approaches exist to solve the same problem Repetitive errors occur Tool P...
47
22903 not-ai-writer dimitrigilbert/ai-skills
Not AI Writer Expert guidance for creating authentic, human-sounding content that avoids common AI-generated writing patterns. This skill helps you identify and eliminate AI markers in vocabulary, structure, tone, and formatting. When to use this skill: Reviewing content for AI-generated patterns Editing text to sound more authentically human Creating content from scratch with a natural, human voice Troubleshooting content flagged as AI-generated Polishing AI-assisted drafts to sound genuinely h...
47
22904 altinity-expert-clickhouse-logs altinity/skills
Analyze system log table health: TTL configuration, disk usage, freshness, and cleanup. Diagnostics Run all queries from the file checks.sql and analyze the results. TTL Recommendations | query_log | 7-30 days | Balance debugging vs disk | query_thread_log | Disable or 3 days | Very verbose | part_log | 14-30 days | Important for RCA | trace_log | 3-7 days | Large, mostly for debugging | text_log | 7-14 days | Important for debugging | metric_log | 7-14 days | Useful ...
47
22905 requirements blogic-cz/blogic-marketplace
Requirements Gathering This skill covers a structured 5-phase requirements gathering workflow for new features. It guides you through initial setup and codebase analysis, context discovery questions, autonomous context gathering, expert requirements questions, and final requirements documentation — producing a comprehensive spec ready for implementation. Start Workflow Begin gathering requirements for a new feature using this structured 5-phase process. Phase 1: Initial Setup & Codebase Analysis...
47
22906 pdca popup-studio-ai/bkit-claude-code
PDCA Skill Unified Skill for managing PDCA cycle. Supports the entire Plan → Design → Do → Check → Act flow. Arguments Argument Description Example plan [feature] Create Plan document /pdca plan user-auth design [feature] Create Design document /pdca design user-auth do [feature] Do phase guide (start implementation) /pdca do user-auth analyze [feature] Run Gap analysis (Check phase) /pdca analyze user-auth iterate [feature] Auto improvement iteration (Act phase) /pdca iterate user-auth report [...
47
22907 echarts eng0ai/eng0-template-skills
Apache ECharts Visualization Skill Create stunning, interactive charts with Apache ECharts - the perfect balance of ease-of-use and extensive customization. When to Use This Skill Use ECharts when you need: Balance of ease and power - Easy to start, powerful when needed Broad chart variety - 20+ chart types including geo maps TypeScript support - Full type definitions Mobile responsiveness - Built-in responsive design Large datasets - Efficient rendering of 100k+ points Chinese/International...
47
22908 frontend-design b-open-io/prompts
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
47
22909 godot-server-architecture thedivergentai/gd-agentic-skills
Server Architecture RID-based server API, direct rendering/physics access, and object pooling define maximum-performance patterns. Available Scripts headless_manager.gd Manager for dedicated server lifecycle, argument parsing, and headless mode optimization. rid_performance_server.gd Expert server wrapper with RID lifecycle management and batch operations. NEVER Do in Server Architecture NEVER forget to free RIDs — RenderingServer.canvas_item_create() without free? Memory leak (GC doesn't track ...
47
22910 component-flattening-analysis tech-leads-club/agent-skills
Component Flattening Analysis This skill identifies component hierarchy issues and ensures components exist only as leaf nodes in directory/namespace structures, removing orphaned classes from root namespaces. How to Use Quick Start Request analysis of your codebase: "Find orphaned classes in root namespaces" "Flatten component hierarchies" "Identify components that need flattening" "Analyze component structure for hierarchy issues" Usage Examples Example 1: Find Orphaned Classes User: "Find orp...
47
22911 axiom-timer-patterns-ref charleswiltgen/axiom
Timer Patterns Reference Complete API reference for iOS timer mechanisms. For decision trees and crash prevention, see axiom-timer-patterns . Part 1: Timer API Timer.scheduledTimer (Block-Based) // Most common — block-based, auto-added to current RunLoop let timer = Timer . scheduledTimer ( withTimeInterval : 1.0 , repeats : true ) { [ weak self ] _ in self ? . updateProgress ( ) } Key detail : Added to .default RunLoop mode. Stops during scrolling. See Part 1 RunLoop modes table below. Timer.sc...
47
22912 v3 mcp optimization proffesor-for-testing/agentic-qe
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
47
22913 rust-refactor pproenca/dot-skills
Rust Refactor Best Practices Architectural refactoring guide for Rust applications. Contains 91 rules across 10 categories, prioritized by impact from critical (type safety, ownership) to incremental (iterator idioms). When to Apply Refactoring existing Rust codebases or planning large-scale restructuring Reviewing PRs for architectural issues and code smells Designing type-safe APIs with proper error handling Organizing Rust project structure with Cargo workspaces Improving module boundaries an...
47
22914 typo3-update dirnbauer/webconsulting-skills
TYPO3 Dual-Version Development: v13 & v14 Strategy: Write code that works on both TYPO3 v13 and v14, with v14 as the preferred target. All patterns in this skill are designed for dual-version compatibility. 1. Version Strategy Target: TYPO3 v13 and v14 Version Status PHP Support Until v12.4 LTS Maintenance 8.1-8.3 April 2026 v13.4 LTS Active LTS 8.2-8.4 ~2028 v14.x Latest 8.2-8.4 ~2029 Best Practice: Target both v13 and v14 for maximum compatibility. New projects should prefer v14. Version C...
47
22915 ubs dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
UBS - Ultimate Bug Scanner Static analysis tool built for AI coding workflows. Catches bugs that AI agents commonly introduce: null safety, async/await issues, security holes, memory leaks. Scans JS/TS, Python, Go, Rust, Java, C++, Ruby, Swift in 3-5 seconds. Why This Exists AI agents move fast. Bugs move faster. You're shipping features in minutes, but: Null pointer crashes slip through Missing await causes silent failures XSS vulnerabilities reach production Memory leaks accumulate UBS is...
47
22916 ralph snarktank/amp-skills
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
47
22917 senior-computer-vision borghei/claude-skills
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
47
22918 swarm-advanced proffesor-for-testing/agentic-qe
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
47
22919 adhd-task-management breverdbidder/life-os
ADHD Task Management Skill Specialized task tracking and intervention system designed for ADHD productivity patterns, context switching detection, and accountability support. When to Use This Skill Tracking task initiation and completion Detecting task abandonment patterns Providing ADHD-optimized interventions Managing context switches Supporting task follow-through Generating task analytics and insights Core Principles No Softening Language - Direct, honest feedback only Pattern Recognition Ov...
47
22920 sql-injection-prevention dengineproblem/agents-monorepo
SQL Injection Prevention Overview Implement comprehensive SQL injection prevention using prepared statements, parameterized queries, ORM best practices, and input validation. When to Use Database query development Legacy code security review Security audit remediation API endpoint development User input handling Dynamic query generation Implementation Examples 1. Node.js with PostgreSQL // secure-db.js const { Pool } = require('pg'); class SecureDatabase { constructor() { this.pool = ne...
47
22921 senior-data-scientist borghei/claude-skills
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
47
22922 erpnext-database openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Database Operations Quick Overview Frappe provides three abstraction levels for database operations: Level API Usage High-level ORM frappe.get_doc , frappe.new_doc Document CRUD with validations Mid-level Query frappe.db.get_list , frappe.db.get_value Reading with filters Low-level SQL frappe.db.sql , frappe.qb Complex queries, reports RULE : Always use the highest abstraction level appropriate for your use case. Decision Tree What do you want to do? │ ├─ Create/modify/delete document? │...
47
22923 godot-genre-battle-royale thedivergentai/gd-agentic-skills
Genre: Battle Royale Expert blueprint for Battle Royale games with zone mechanics, large-scale networking, and survival gameplay. NEVER Do NEVER sync all 100 players every frame — Use relevancy system: only sync players within visual range. Far players update at 4Hz, nearby at 20Hz+. NEVER make zone center fully random — New circle must overlap significantly with old circle, or players teleport. Limit offset to current_radius - target_radius . NEVER use client-side hit detection — Client says "I...
47
22924 conventional-committer caomeiyouren/momei
Conventional Committer Skill (规范提交技能) 能力 (Capabilities) 暂存 (Staging) : 将修改后的文件添加到 git 暂存区。 消息生成 : 创建遵循 type(scope): description 格式的提交消息 (例如: feat(auth): add login page )。 提交 (Committing) : 执行 git commit 。 指令 (Instructions) Worktree 感知 : 提交前确认当前所在目录(如 ../momei-dev ),确保提交是在正确的分支和上下文中进行的。 规范对齐 : 在提交前必须确认遵循 开发规范 - 提交规模与原子化改动 。 规模校验 : 强制检查本次改动的文件数量。原则上文件数 不要超过 10 个 ;对应的功能点必须单一。 任务关联 : 每次提交应且仅应关联 待办事项 (Todo) 中的一个原子条目。 提交前检查 : 在执行任何 git 提交操作前,确认 @code-auditor 已经通过了 pnpm typecheck , pnpm lint 和必要的 定向测试 ...
47
22925 ct commontoolsinc/labs
CT CLI The ct binary is the CLI for CommonTools. Use --help for current commands: deno task ct --help Top-level commands deno task ct piece --help Piece operations deno task ct check --help Type checking Environment Setup Identity key (required for most operations): ls -la claude.key Check for existing For local dev: derive key matching toolshed's "implicit trust" identity deno run -A packages/cli/mod.ts id derive "implicit trust" > claude.key For a fresh random key (e.g., against producti...
47
22926 tmux volcengine/openviking
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
47
22927 doc-spec vladm3105/aidoc-flow-framework
doc-spec Purpose Create Technical Specifications (SPEC) - Layer 10 artifact in the SDD workflow that defines implementation-ready specifications in YAML format, providing complete technical details for code generation. Layer: 10 Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6), REQ (Layer 7), IMPL (Layer 8), CTR (Layer 9) Downstream Artifacts: TASKS (Layer 11), Code (Layer 12) Prerequisites Upstream Artifact Verification (CRITICAL) Before ...
47
22928 configure-tests laurigates/claude-plugins
/configure:tests Check and configure testing frameworks against best practices (Vitest, Jest, pytest, cargo-nextest). When to Use This Skill Use this skill when... Use another approach when... Setting up testing infrastructure Just running tests (use /test:run skill) Checking test framework configuration Tests already properly configured Migrating to modern test frameworks (Vitest, pytest, nextest) Writing individual tests (write tests directly) Validating coverage configuration Debugging failin...
47
22929 vb-core bobmatnyc/claude-mpm-skills
Visual Basic .NET Core Patterns Modern VB.NET (2019+) best practices with focus on type safety, LINQ, async/await, and .NET integration. Quick Start ' Always enable strict type checking Option Strict On Option Explicit On Option Infer On ' Modern class definition Public Class Customer Public Property Id As Integer Public Property Name As String Public Property Email As String ' Constructor Public Sub New ( id As Integer , name As String , email As String ) Me . Id = id Me . Name = name Me . Emai...
47
22930 dashboard-create-screen automattic/wp-calypso
Dashboard Create Screen Skill Creates new screens in client/dashboard with automatic route discovery and registration. Step 1: Discover Available Routes First, find all router files and extract available routes. Find Router Files Use Glob to discover router files: client/dashboard/app/router/*.tsx client/dashboard/app/router/*.ts Extract Routes from Each File For each router file, use Grep to extract route information. Find exported route constants: export \s + const \s + ( \w + Route ) \s * = \...
47
22931 android-notification-builder dengineproblem/agents-monorepo
Android Notification Builder Expert Эксперт по реализации уведомлений Android с использованием NotificationCompat.Builder и notification channels. Notification Channels (API 26+) class NotificationHelper ( private val context : Context ) { companion object { const val CHANNEL_ID_MESSAGES = "messages" const val CHANNEL_ID_UPDATES = "updates" const val CHANNEL_ID_PROMOTIONS = "promotions" } fun createNotificationChannels ( ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . O ) { val mes...
47
22932 code-review shareai-lab/learn-claude-code
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
47
22933 skill-scanner bvinci1-design/skill-scanner
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
47
22934 security-visual-testing proffesor-for-testing/agentic-qe
<default_to_action> When performing security-aware visual testing: - VALIDATE URLs before navigation (check for malicious patterns) - SCAN for PII before saving screenshots (mask sensitive data) - CAPTURE parallel viewports (mobile, tablet, desktop) - COMPARE against baselines (detect visual regressions) - AUDIT accessibility (WCAG 2.1 AA compliance) Quick Security-Visual Checklist: - URL validation (no javascript:, data:, file: schemes) - PII detection (emails, phones, SSN, credit cards...
47
22935 product-marketing openclaudia/openclaudia-skills
Product Marketing Context You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves. The document is stored at .agents/product-marketing.md . Workflow Step 1: Check for Existing Context First, check if .agents/product-marketing.md already exists. Also check .claude/product-marketing.md and the legacy filename product-marketing-context.md (in eith...
47
22936 sprint planner eddiebe147/claude-settings
Sprint Planner The Sprint Planner skill helps teams plan and execute effective Agile sprints using Scrum methodology. It focuses on capacity-based planning, velocity tracking, and continuous improvement through retrospectives. The skill ensures sprints are properly scoped, committed, and executed with clear goals and metrics. This skill excels at breaking down epics and user stories into sprint-sized work, estimating effort using story points or hours, tracking team velocity, and facilitating sp...
47
22937 music-search netease-youdao/lobsterai
Music Search Skill 搜索音乐资源(歌曲、专辑、无损音乐),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) Node.js >= 18 (应用内置,无需额外安装) 命令 搜索资源 bash " $SKILLS_ROOT /music-search/scripts/music-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --format <f> 筛选音频格式: flac , ape , wav , dsd , hires , mp3 , aac , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度页面抓取提取网盘链接和提取码,...
47
22938 chat response generator eddiebe147/claude-settings
Chat Response Generator The Chat Response Generator skill helps you craft quick, effective responses for chat platforms like Slack, Teams, Discord, WhatsApp, or any real-time messaging environment. Whether you're responding to a question, acknowledging a message, providing an update, or handling a sensitive situation, this skill ensures your responses are clear, appropriate, and achieve their purpose. This skill understands that chat communication is fast-paced and contextual. Messages need to b...
47
22939 symmetric-dogfooding terrylica/cc-skills
Symmetric Dogfooding Bidirectional integration validation pattern where two repositories each consume the other for testing, ensuring both sides work correctly together before downstream adoption. Pattern Overview ┌─────────────────────────────────────────────────────────────────┐ │ SYMMETRIC DOGFOODING │ │ │ │ Repo A ◄─────── mutual validation ───────► Repo B │ │ ...
47
22940 tool-design-style-selector heyvhuang/ship-faster
Design Style Selector Scan project, identify intent, recommend and deploy the most suitable design system style. Style Presets This skill can either: Preserve existing style and extract it into design-system.md (recommended when the project already looks “mature”), or Apply one of 30 preset styles and generate design-system.md . Style files live in styles/ and are indexed in: styles-index.md (ID → filename → theme) Quick examples of presets: 05-saas (B2B tools, dashboards) 08-swiss-minimalist (c...
47
22941 airtable membranedev/application-skills
Airtable Airtable is a low-code platform for building collaborative databases and applications. It's used by a wide range of professionals, from project managers to marketers, to organize data and automate workflows. Think of it as a spreadsheet on steroids, with relational database capabilities. Official docs: https://airtable.com/developers/web/api/introduction Airtable Overview Base Table Record Attachment View When to use which actions: Use action names and parameters as needed. Working with...
47
22942 contract-redliner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
47
22943 python-skills llama-farm/llamafarm
Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components Component Path Python Key Dependencies Server server/ 3.12+ FastAPI, Celery, Pydantic, structlog RAG rag/ 3.11+ LlamaIndex, ChromaDB, Celery Universal Runtime runtimes/universal/ 3.11+ PyTorch, transformers, FastAPI Config config/ 3.11+ Pydantic, JSONSchema Common common/ 3.10+ HuggingFace Hub Quick Reference Topic File Key Points Patter...
47
22944 confluence-expert borghei/claude-skills
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
47
22945 redis pluginagentmarketplace/custom-plugin-sql
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
47
22946 maritime-expert personamanagmentlayer/pcl
Expert guidance for maritime systems, vessel tracking, port operations, cargo management, maritime logistics, and shipping industry software. Core Concepts Maritime Systems - Vessel Traffic Services (VTS) - Port Management Systems - Cargo Management Systems - Fleet Management - Maritime Communication Systems - Container Terminal Operating Systems (TOS) - Ship Performance Monitoring Maritime Technologies - AIS (Automatic Identification System) - ECDIS (Electronic Chart Display and ...
47
22947 icon-generator dkyazzentwatwa/chatgpt-skills
Icon Generator Generate app icons in all required sizes from a single image. Features Multi-Platform: iOS, Android, Web, macOS, Windows Batch Generation: All sizes from one source Smart Scaling: Maintain quality at all sizes Format Support: PNG, ICO, ICNS Presets: Platform-specific size sets Rounding Options: Square or rounded corners Quick Start from icon_generator import IconGenerator gen = IconGenerator() Generate all iOS icons gen.load("logo.png") gen.generate_ios("ios_icons/") Genera...
47
22948 team-issue catlog22/claude-code-workflow
Team Issue Resolution Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle. Architecture Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/...
47
22949 vercel-deploy vercel-labs/vercel-skills
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
47
22950 ha-automations laurigates/claude-plugins
Home Assistant Automations When to Use This Skill Use this skill when... Use ha-configuration instead when... Creating automation rules Editing configuration.yaml Writing triggers/conditions/actions Setting up integrations Working with scripts and scenes Managing secrets Using blueprints Organizing packages Device trigger setup General YAML configuration Automation Structure automation : - id : "unique_automation_id" alias : "Descriptive Name" description : "What this automation does" mode : sin...
47