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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18501 agent-mail dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
MCP Agent Mail A mail-like coordination layer for coding agents exposed as an HTTP-only FastMCP server. Provides memorable identities, inbox/outbox, file reservation leases, contact policies, searchable message history, and Human Overseer messaging. Backed by Git (human-auditable artifacts) and SQLite (fast queries with FTS5). Why This Exists Without coordination, multiple agents: Overwrite each other's edits or panic on unexpected diffs Miss critical context from parallel workstreams Require hu...
49
18502 sales-ops-analyst ncklrs/startup-os-skills
Sales Ops Analyst Strategic sales operations expertise for revenue teams — from CRM architecture and pipeline analytics to territory design and commission automation. Philosophy Great sales ops isn't about more data. It's about actionable insights that accelerate revenue. The best sales operations teams: Enable, don't police — Make it easier for reps to do the right thing Measure what matters — Vanity metrics create vanity pipeline Automate the mundane — Free reps to sell, not update fields Buil...
49
18503 ai-drawio gbsoss/ai-drawio
AI Draw.io Diagram Generator You are a diagram creation assistant specializing in draw.io XML generation. You help users create visual diagrams through precise XML specifications and render them in a browser. Workflow Understand Request: Analyze what diagram the user wants Generate XML: Create valid draw.io XML following the format rules Save HTML: Write an HTML file with embedded diagram Open Browser: Use browser automation to render the diagram XML Generation Rules Basic Structure Generate ...
49
18504 notion-research-documentation makenotion/claude-code-notion-plugin
Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). Quick start Find sources with Notion:notion-search using targeted queries; confirm scope with the user. Fetch pages via Notion:notion-fetch ; note key sections and capture citations ( reference/citations.md ). Choose output format (brief, summary, comparison, comprehensive report) using reference/format-selection-guide.md . Draft in Notion with Noti...
49
18505 k8s-manifest-generator oimiragieo/agent-studio
Kubernetes Manifest Generator Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. Purpose This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions. When to Use This Skill Use this skill when you need to: Create new Kubernetes Deployment manifests Define Serv...
49
18506 sms-text-optimizer onewave-ai/claude-skills
Sms Text Optimizer Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone. Instructions You are an expert at concise communication. Compress messages to SMS length while maintaining clarity and appropriate tone. Output Format Sms Text Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs Use Templ...
49
18507 project-directory-migration terrylica/cc-skills
Project Directory Migration Safely migrate Claude Code project context (sessions, memory, history) when renaming a project directory. When to Use This Skill Use this skill when: Renaming a project directory (e.g., my-old-name/ to my-new-name/ ) Moving a project to a different path User says "No conversations found" after a directory rename Reorganizing workspace directories Package rename requires matching directory name to GitHub repo name Recovering sessions that became orphaned after a direct...
49
18508 session-memory romiluz13/cc10x
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
49
18509 spacetimedb-best-practices isyn/stdb-skills
Comprehensive development guide for SpacetimeDB applications, covering both TypeScript server modules and client SDK integration with React. Contains rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Package: `spacetimedb` (v1.4.0+) When to Apply Reference these guidelines when: - Writing SpacetimeDB server modules in TypeScript - Designing table schemas and indexes - Implementing reducers for state mutations - Setting up client subscrip...
49
18510 godot-genre-puzzle thedivergentai/gd-agentic-skills
Genre: Puzzle Expert blueprint for puzzle games emphasizing clarity, experimentation, and "Aha!" moments. NEVER Do NEVER punish experimentation — Puzzles are about testing ideas. Always provide undo/reset. No punishment for trying. NEVER require pixel-perfect input — Logic puzzles shouldn't need precision aiming. Use grid snapping or forgiving hitboxes. NEVER allow undetected unsolvable states — Detect softlocks automatically or provide prominent "Reset Level" button. NEVER hide the rules — Visu...
49
18511 bun-outdated laurigates/claude-plugins
/bun:outdated Check which dependencies have newer versions available. Execution bun outdated Output Format Shows table with: Package name Current version Wanted version (within semver range) Latest version Follow-up Actions Update within ranges: bun update Update to latest (ignore ranges): bun update --latest Interactive update: bun update --interactive Update specific package: bun update < package > Post-check Report count of outdated packages Highlight major version updates (breaking changes) ...
49
18512 x-collect kangarooking/x-skills
X Collect Collect trending topics and research materials for X content creation using a systematic 4-round web search strategy. Prerequisites WebSearch tool available Internet connection Workflow Input User provides: Topic (required): The subject to research (e.g., "AI Agent最新进展", "Claude 4 发布") Language (optional): Output language, defaults to Chinese (zh-CN) 4-Round Search Strategy Simulate human research thinking process with progressive depth: Round 1: Official Sources (权威信息) Search: ...
49
18513 bigquery lanej/dotfiles
BigQuery Expert Engineer Skill This skill provides a comprehensive guide for BigQuery development. 1. bq Command Line Tool Basics 1.1. Query Execution Execute query with Standard SQL bq query --use_legacy_sql = false 'SELECT * FROM `project.dataset.table` LIMIT 10' Output results in CSV format bq query --use_legacy_sql = false --format = csv 'SELECT * FROM `project.dataset.table`' Dry run (cost estimation) bq query --use_legacy_sql = false --dry_run 'SELECT * FROM `project.dataset.table`' Sa...
49
18514 ai-integration mgd34msu/goodvibes-plugin
Resources scripts/ validate-ai-integration.sh references/ ai-patterns.md AI Integration Implementation This skill guides you through integrating AI and LLM capabilities into applications, from basic chat interfaces to complex RAG pipelines and function calling. It leverages GoodVibes precision tools and project analysis for production-ready AI implementations. When to Use This Skill Use this skill when you need to: Implement chat interfaces with LLM providers Add streaming response capabilities ...
49
18515 web-design-guidelines epicenterhq/epicenter
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
49
18516 doc-req vladm3105/aidoc-flow-framework
doc-req Purpose Create Atomic Requirements (REQ) documents - Layer 7 artifact in the SDD workflow that decomposes system requirements into atomic, implementation-ready requirements using REQ v3.0 format. Layer: 7 Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6) Downstream Artifacts: IMPL (Layer 8), CTR (Layer 9), SPEC (Layer 10), Code (Layer 13) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST...
49
18517 vue3 partme-ai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Learn or apply Vue 3 guide topics (from Introduction to advanced extras) Implement Vue 3 components, reactivity, templates, and routing Follow Vue 3 best practices, TypeScript usage, or performance guidance Check Vue 3 API reference for specific functions or options How to use this skill Identify the topic from the user request. Open the matching guide example file in examples/. If API details are needed, open the matching file ...
49
18518 kotlin-expert personamanagmentlayer/pcl
Expert guidance for Kotlin development, Android, coroutines, Kotlin Multiplatform, and modern JVM development. Core Concepts Kotlin Fundamentals - Null safety - Extension functions - Data classes - Sealed classes - Coroutines and Flow - Higher-order functions Android Development - Jetpack Compose - ViewModel and LiveData - Room database - Retrofit networking - Dependency injection (Hilt) - Android lifecycle Kotlin Multiplatform - Shared business logic - Platform-specific im...
49
18519 stock_analyzer zhulinsen/daily_stock_analysis
股票分析器 本技能基于 analyzer_service.py 的逻辑,提供分析股票和整体市场的功能。 输出结构 ( AnalysisResult ) 分析函数返回一个 AnalysisResult 对象(或其列表),该对象具有丰富的结构。以下是其关键组件的简要概述,并附有真实的输出示例: dashboard 属性包含核心分析,分为四个主要部分: core_conclusion : 一句话总结、信号类型和仓位建议。 data_perspective : 技术数据,包括趋势状态、价格位置、量能分析和筹码结构。 intelligence : 定性信息,如新闻、风险警报和积极催化剂。 battle_plan : 可操作的策略,包括狙击点(买/卖目标)、仓位策略和风险控制清单。 配置 ( Config ) 所有分析函数都可以接受一个可选的 config 对象。该对象包含应用程序的所有配置,例如 API 密钥、通知设置和分析参数。 如果未提供 config 对象,函数将自动使用从 .env 文件加载的全局单例实例。 参考: Config 函数 1. 分析单只股票 描述: 分析单只股票并返回分析结...
49
18520 bdd-scenarios thebushidocollective/han
BDD Scenarios Learn to write clear, maintainable BDD scenarios that effectively capture business requirements and drive implementation. Writing Good Scenarios A good scenario should be: Specific: Test one behavior Declarative: Describe what, not how Business-focused: Use domain language Independent: No dependencies on other scenarios Good scenario - specific and declarative Scenario: Customer receives loyalty discount Given a customer with Gold membership status And a cart total of $100...
49
18521 docs-sync laurigates/claude-plugins
Docs Sync Overview Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements. Workflow Confirm scope and base branch Identify the current branch and default branch (usually main ). Prefer analyzing the current branch to keep work aligned with in-flight changes. If the current branch is not main , analyze only the diff vs main to scope doc updates. Avoid switching branches if it wo...
49
18522 speech-to-text connorads/dotfiles
ElevenLabs Speech-to-Text Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) with open ( "audio.mp3" , "rb" ) as audio_file : result = client . speech_to_text . convert ( file = audio_file , model_id = "scribe_v2" ) print ( result . text ) JavaScript import { ElevenLabsClient } ...
49
18523 domain-separation groeimetai/snow-flow
Domain Separation for ServiceNow Domain Separation enables multi-tenancy by partitioning data and processes between domains. Domain Architecture TOP (Global) ├── Domain A (Customer 1) │ ├── Sub-domain A1 │ └── Sub-domain A2 └── Domain B (Customer 2) └── Sub-domain B1 Key Tables Table Purpose domain Domain definitions sys_user_has_domain User domain membership domain_path Domain hierarchy paths sys_db_object Table domain settings Domain Configuration (ES5) Create Do...
49
18524 golang-style fredrikaverpil/dotfiles
Go Coding Conventions Follow these conventions strictly when writing Go code. Happy Path Coding Structure code so the successful path flows straight down. Handle errors immediately, then continue with main logic. // Correct: happy path flows down. func ProcessUser(id string) (*User, error) { user, err := db.GetUser(id) if err != nil { return nil, fmt.Errorf("get user %s: %w", id, err) } if err := user.Validate(); err != nil { return nil, fmt.Errorf("validate ...
49
18525 siliconflow-api-skills wwwzhouhui/skills_collection
SiliconFlow API Skills Comprehensive assistance with SiliconFlow API development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with SiliconFlow API Asking about SiliconFlow features or APIs Implementing SiliconFlow solutions Debugging SiliconFlow code Learning SiliconFlow best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive ...
49
18526 django framework pluginagentmarketplace/custom-plugin-python
Django Framework Overview Master Django, the high-level Python web framework that encourages rapid development and clean, pragmatic design. Learn to build secure, scalable web applications with Django's batteries-included approach. Learning Objectives Build full-stack web applications using Django MVC pattern Design and implement database models with Django ORM Implement user authentication and authorization Create RESTful APIs with Django REST Framework Deploy Django applications to production ...
49
18527 alicloud-ai-audio-cosyvoice-voice-clone cinience/alicloud-skills
Category: provider Model Studio CosyVoice Voice Clone Use the CosyVoice voice enrollment API to create cloned voices from public reference audio. Critical model names Use model="voice-enrollment" and one of these target_model values: cosyvoice-v3.5-plus cosyvoice-v3.5-flash cosyvoice-v3-plus cosyvoice-v3-flash cosyvoice-v2 Recommended default in this repo: target_model="cosyvoice-v3.5-plus" Region and compatibility cosyvoice-v3.5-plus and cosyvoice-v3.5-flash are available only in China mainland...
49
18528 cloudflare hoodini/ai-agents-skills
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
49
18529 observability-monitoring manutej/luxor-claude-marketplace
Observability & Monitoring Complete observability stack with structured logging, error tracking, and web analytics. Cookbook - Complete These Recipes in Order Pino Logging Setup Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/pino-logging-setup Sentry Setup Configure Sentry for error tracking, performance monitoring,...
49
18530 weightloss-analyzer huifer/wellally-health
分析减肥数据,计算代谢率,追踪能量缺口,管理减肥阶段。 功能 1. 身体成分分析 BMI计算与分类 - BMI = 体重(kg) / 身高(m)² - 分类标准(WHO亚洲标准): 偏瘦:BMI < 18.5 - 正常:18.5 ≤ BMI < 24 - 超重:24 ≤ BMI < 28 - 肥胖:BMI ≥ 28 体脂率评估 - 男性:15-20%(正常),20-25%(偏高),>25%(肥胖) - 女性:20-25%(正常),25-30%(偏高),>30%(肥胖) 围度分析 - 腰围评估 男性:< 90cm(正常),≥ 90cm(腹部肥胖) - 女性:< 85cm(正常),≥ 85cm(腹部肥胖) - 腰臀比 男性:< 0.9(正常),≥ 0.9(腹部肥胖) - 女性:< 0.85(正常),≥ 0.85(腹部肥胖) 理想体重计算 - BMI法:理想体重 = 身高(m)² × 22 - Broca法修正:理想体重 = (身高cm - 100) × 0.9 2. 代谢率计算 Harris-Benedict公式(1919原始版) -...
49
18531 content-brief nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
49
18532 dma-attack-techniques gmh5225/awesome-game-security
DMA Attack Techniques Overview This skill covers Direct Memory Access (DMA) attack resources from the awesome-game-security collection, focusing on FPGA-based PCIe attacks, pcileech usage, and hardware-level memory access techniques. DMA Fundamentals What is DMA Attack? DMA attacks exploit the ability of PCIe devices to directly access system memory without CPU involvement. An attacker can: - Read arbitrary physical memory - Write to physical memory - Bypass software-based protections - Remain...
49
18533 frontend architecture exceptionless/exceptionless
Frontend Architecture Located in src/Exceptionless.Web/ClientApp . The Svelte SPA is the primary client. Directory Structure src/ ├── lib/ │ ├── features/ Feature slices (vertical organization) │ │ ├── auth/ │ │ │ ├── api.svelte.ts │ │ │ ├── models/ │ │ │ ├── schemas.ts │ │ │ └── components/ │ │ ├── organizations/ │ │ ├── projects/ │ │ ├── events/ │ │ └── shared/ Cross-feature shared code │ ├── components/ App-wide shar...
49
18534 sustainability-esg travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
49
18535 task-management commontoolsinc/labs
Task Management Tasks are tracked in a simple TASKS.md file that both you and the user can edit. File Location Always use TASKS.md in the current working directory. If it exists, read/write to it If it doesn't exist, create it with the template below Dashboard Setup (First Run) A visual dashboard is available for managing tasks and memory. On first interaction with tasks: Check if dashboard.html exists in the current working directory If not, copy it from ${CLAUDE_PLUGIN_ROOT}/skills/dashboard.h...
49
18536 tool-ui-ux-pro-max heyvhuang/ship-faster
No SKILL.md available for this skill. View on GitHub
49
18537 doc-tasks vladm3105/aidoc-flow-framework
doc-tasks Purpose Create Task Breakdown (TASKS) - Layer 11 artifact in the SDD workflow that decomposes SPEC into actionable, AI-structured TODO tasks for implementation. Layer: 11 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), SPEC (Layer 10) Downstream Artifacts: Code (Layer 12) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing ...
49
18538 spreadsheet builder eddiebe147/claude-settings
Spreadsheet Builder The Spreadsheet Builder skill enables creation of professional Excel (.xlsx) and CSV files with advanced formatting, formulas, charts, and data analysis features. Using libraries like exceljs and xlsx , this skill handles everything from simple data exports to complex financial models and dashboards. Generate data reports, financial statements, inventory lists, analysis dashboards, and any tabular data visualization. Support for multiple sheets, cell styling, conditional form...
49
18539 pre-ship-review terrylica/cc-skills
Pre-Ship Review Structured quality review before shipping code at any checkpoint: PRs, releases, milestones. Catches the failures that occur at integration boundaries -- where contracts, examples, constants, and tests must all agree. Core thesis : AI-generated code excels at isolated components but fails systematically at boundaries between components. This skill systematically checks those boundaries. When to Use This Skill Use before any significant code shipment: Pull requests with multiple n...
49
18540 aviz-skills-installer aviz85/claude-skills-library
AVIZ Skills Installer A conversational guide to installing skills from the AVIZ Skills Library. Important: Fetch Real-Time Data DO NOT use hardcoded skill lists. Always fetch current data from these sources: Skills List & Setup Guides: https://aviz.github.io/claude-skills-library/ GitHub Repository: https://github.com/aviz85/claude-skills-library Individual Skill Pages: https://aviz.github.io/claude-skills-library/skills/{skill-name}.html Use WebFetch or WebSearch to get the latest availabl...
49
18541 secure-auth jamditis/claude-skills-journalism
Secure authentication Production-ready authentication patterns. These aren't the simplest implementations—they're the ones that won't get you sued. Authentication architecture decision Sessions vs JWTs Use sessions when: Server-rendered application Need immediate logout/revocation Single domain Simpler to implement correctly Use JWTs when: Multiple services need to verify auth Stateless architecture required Mobile app + API Third-party integrations Common mistake: Using JWTs because a tu...
49
18542 systematic-debugging guanyang/antigravity-skills
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
49
18543 typescript conventions exceptionless/exceptionless
All single-line control statements need braces: ``` // ✅ Good: Always use braces if (condition) { doSomething(); } for (const item of items) { process(item); } // ❌ Bad: No braces if (condition) doSomething(); ``` Interface Naming Follow HTTP verb prefixes for API-related types: ``` // Request/Response interfaces interface PostOrganizationRequest { name: string; billing_email: string; } interface GetOrganizationParams { id: string; } interface PatchUserRequest { ...
48
18544 laravel-architecture fusengine/agents
High-level architectural guidance for Laravel applications. Core Concepts [philosophy.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/philosophy.md) - Foundational principles: - Declarative code above all else - Strict separation of concerns - Type safety first - All core architectural principles [patterns.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/patterns.md) - Pattern overview: - Acti...
48
18545 openharmony-cpp openharmonyinsight/openharmony-skills
OpenHarmony C++ Coding Skills Core Mandates (Common Pitfalls) These rules are strictly enforced in OpenHarmony and often differ from general C++ projects. 1. Strict Naming & Formatting Extensions: Always use .cpp and .h . Files: Filenames must match class names (Unix-like, e.g., my_class.cpp ). Variables: Global vars must start with g_ (e.g., g_config ). Class members must end with _ (e.g., value_ ). Braces: K&R Style is mandatory (opening brace on the same line). Details: See naming_formatting....
48
18546 busirocket-tailwindcss-v4 busirocket/agents-skills
Setup and styling patterns for Tailwind CSS v4 projects. When to Use Use this skill when: - Setting up Tailwind CSS v4 in a project - Writing component styles with Tailwind utilities - Deciding when to extract custom CSS vs using utilities - Avoiding style drift and maintaining consistency Non-Negotiables (MUST) - Import Tailwind via a single global CSS entry: `@import 'tailwindcss';` - Keep that global CSS imported from the root layout. - Prefer Tailwind utilities in `className` for...
48
18547 book-writing-workspace aktsmm/agent-skills
Book Writing Workspace Set up a professional book writing workspace with AI-assisted workflow support. When to use Creating a new book or technical writing project Setting up Markdown → Re:VIEW → PDF workflow Establishing multi-chapter document structure with AI agent support Setup Workflow Step 1: Gather Project Information Ask the user for project configuration: 📚 Book Writing Workspace Setup Please provide the following information: 1. Project Name (folder name, e.g., "my-book-project")...
48
18548 release-gate xiaolai/vmark
Release Gate Overview Run the full VMark gate ( pnpm check:all ) and summarize outcomes. Workflow Confirm current branch and dirty state ( git status -sb ). Run the full gate: pnpm check:all Or run individual steps: pnpm lint && pnpm test && pnpm build If failures occur, capture the first error block and stop. Report: Which steps ran (lint/test/build) Pass/fail status Key errors and next actions Notes Prefer the full gate over partial commands unless asked. Do not run interactive dev servers.
48
18549 test-focus laurigates/claude-plugins
Context Project files: ! find . -maxdepth 1 \( -name 'pyproject.toml' -o -name 'package.json' -o -name 'Cargo.toml' -o -name 'go.mod' \) Playwright config: ! find . -maxdepth 1 -name 'playwright.config.*' Vitest config: ! find . -maxdepth 1 \( -name 'vitest.config.*' -o -name 'vite.config.*' \) Jest config: ! find . -maxdepth 1 -name 'jest.config.*' Pytest config: ! grep -l "pytest" pyproject.toml setup.cfg Package.json exists: ! find . -maxdepth 1 -name 'package.json' -type f Parameters $1 (req...
48
18550 terragrunt-generator akin-ozer/cc-devops-skills
Terragrunt Generator Overview Generate production-ready Terragrunt configurations following current best practices, naming conventions, and security standards. All generated configurations are automatically validated. Trigger Phrases Use this skill when the user asks for: A new root.hcl , terragrunt.hcl , or terragrunt.stack.hcl Multi-environment Terragrunt layouts ( dev/staging/prod ) Terragrunt dependency wiring ( dependency or dependencies blocks) Terragrunt module source setup (local, Git, T...
48