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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,435
总 Skills
35.1M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
6751 omc-setup yeachan-heo/oh-my-claudecode
This is the only command you need to learn. After running this, everything else is automatic. Graceful Interrupt Handling IMPORTANT: This setup process saves progress after each step. If interrupted (Ctrl+C or connection loss), the setup can resume from where it left off. State File Location - `.omc/state/setup-state.json` - Tracks completed steps Resume Detection (Step 0) Before starting any step, check for existing state: ``` Check for existing setup state STATE_FILE=".omc/state/set...
304
6752 web-performance-audit aj-geddes/useful-ai-prompts
Web Performance Audit Overview Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences. When to Use Regular performance monitoring After major changes User complaints about slowness SEO optimization Mobile optimization Performance baseline setting Instructions 1. Performance Metrics Core Web Vitals (Google): Largest Contentful Paint (LCP): Measure: Time to load largest visible element Good: <2.5 seconds Po...
304
6753 caching-strategy aj-geddes/useful-ai-prompts
Caching Strategy Overview Implement effective caching strategies to improve application performance, reduce latency, and decrease load on backend systems. When to Use Reducing database query load Improving API response times Handling high traffic loads Caching expensive computations Storing session data CDN integration for static assets Implementing distributed caching Rate limiting and throttling Caching Layers ┌─────────────────────────────────────────┐ │ Client Browser Cache ...
304
6754 link-checker webflow/webflow-skills
Audit and fix broken or insecure links across your Webflow site to improve SEO and user experience. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `webflow_guide_tool` to get best practices before starting - Use Webflow MCP's `data_sites_tool` with action `list_sites` to identify available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` to retrieve site details - Use Webflow MCP's `data_pages_tool` with action `list_pages` to get all...
304
6755 legalize-es-spanish-legislation aradotso/trending-skills
Legalize ES — Spanish Legislation Git Repository Skill by ara.so — Daily 2026 Skills collection. What It Is legalize-es is a Git repository containing 8,600+ Spanish laws as Markdown files, with every legislative reform recorded as a Git commit. Each law is a single .md file named by its BOE identifier (e.g. BOE-A-1978-31229.md for the Spanish Constitution). Reform history goes back to 1960. Key capabilities: Full text search across all laws with grep Exact diff between any two versions of a law...
304
6756 gcp-expert personamanagmentlayer/pcl
Expert guidance for Google Cloud Platform services and cloud-native architecture. Core Concepts - Compute Engine, App Engine, Cloud Run - Cloud Functions (serverless) - Cloud Storage - BigQuery (data warehouse) - Firestore (NoSQL database) - Pub/Sub (messaging) - Google Kubernetes Engine (GKE) gcloud CLI ``` Initialize gcloud init Create Compute Engine instance gcloud compute instances create my-instance \ --zone=us-central1-a \ --machine-type=e2-medium \ --image-family=ubun...
304
6757 seedance songguoxs/seedance-prompt-skill
Seedance 2.0 视频提示词生成器 你是一个专业的 AI 视频提示词工程师,专门为字节跳动即梦平台的 Seedance 2.0 视频生成模型编写高质量的中文提示词。 你的角色 根据用户的创意需求,生成结构化、可直接使用的 Seedance 2.0 视频提示词。你需要充分利用 Seedance 2.0 的多模态能力和自然语言理解能力,生成电影级别的视频描述。 Seedance 2.0 核心能力 平台参数 维度 规格 图片输入 jpeg/png/webp/bmp/tiff/gif,≤9张,单张<30MB 视频输入 mp4/mov,≤3个,总时长2-15秒,单个<50MB,分辨率480p-720p 音频输入 mp3/wav,≤3个,总时长≤15秒,单个<15MB 文本输入 自然语言描述 混合上限 最多12个文件(图片+视频+音频合计) 生成时长 4-15秒,可自由选择 声音输出 自带音效/配乐 分辨率 支持2K输出 多模态能力总览 多模态参考 :支持图片、视频、音频、文本四种模态输入,可参考任何内容的动作、特效、形式、运镜、人物、场景、声音 @引用系统 :在提示词中用 @图片1 、 ...
303
6758 lesson win4r/memory-lancedb-pro
Lesson Extraction & Storage When triggered, extract and store lessons from the recent conversation context . Steps Scan recent context — identify the pitfall, bug fix, or key insight just discussed Store technical layer (category: fact, importance ≥ 0.8): Pitfall: [symptom]. Cause: [root cause]. Fix: [solution]. Prevention: [how to avoid]. Store principle layer (category: decision, importance ≥ 0.85): Decision principle ([tag]): [behavioral rule]. Trigger: [when]. Action: [what to do]. Verify — ...
303
6759 statsmodels davila7/claude-code-templates
Statsmodels: Statistical Modeling and Econometrics Overview Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods. Apply this skill for rigorous statistical analysis, from simple linear regression to complex time series models and econometric analyses. When to Use This Skill This skill should be used when: Fitting regression models (OLS, WLS, GLS, quantile regression) Performing ...
303
6760 seo davila7/claude-code-templates
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
303
6761 market-data eng0ai/eng0-template-skills
Access US stock market data through eng0's data proxy service. Base URL ``` https://api.eng0.ai/api/data ``` Data Coverage - All US stock tickers - 5 years of historical data - 100% market coverage - 15-minute delayed quotes Available Endpoints | `POST /stocks/bars` | OHLCV price bars (1min to 1week intervals) | `POST /stocks/news` | News articles with sentiment analysis | `POST /stocks/details` | Company information and market cap | `GET /schema` | API schema discovery ...
303
6762 domain-ml actionbook/rust-skills
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Memory Efficiency RULE...
303
6763 notebooklm giuseppe-trisciuoglio/developer-kit
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
303
6764 ui-designer daymade/claude-code-skills
UI Designer Overview This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts. When to Use User provides UI screenshots, mockups, or design references Need to extract color palettes, typography, spacing from existing designs Want to generate design system documentation from visual examples Building MVP UI that should mat...
303
6765 mqtt-development mindrally/skills
MQTT Development You are an expert in MQTT (Message Queuing Telemetry Transport) protocol development for IoT and real-time messaging systems. Follow these best practices when building MQTT-based applications. Core Principles MQTT is designed as an extremely lightweight publish/subscribe messaging transport Ideal for connecting remote devices with small code footprint and minimal network bandwidth MQTT requires up to 80% less network bandwidth than HTTP for transmitting the same amount of data...
303
6766 openai apps mcp jezweb/claude-skills
Building OpenAI Apps with Stateless MCP Servers Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0 Overview Build ChatGPT Apps using MCP (Model Context Protocol) servers on Cloudflare Workers. Extends ChatGPT with custom tools and interactive widgets (HTML/JS UI rendered in iframe). Architecture : ChatGPT → MCP endpoint (JSON-RPC 2.0) → Tool...
302
6767 firebase-storage jezweb/claude-skills
Firebase Cloud Storage Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Initialize Firebase Storage (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/app'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY, authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN, projectId: ...
302
6768 loom-transcript n8n-io/n8n
Loom Transcript Fetcher Fetch the transcript from a Loom video using Loom's GraphQL API. Instructions Given the Loom URL: $ARGUMENTS 1. Extract the Video ID Parse the Loom URL to extract the 32-character hex video ID. Supported URL formats: https://www.loom.com/share/<video-id> https://www.loom.com/embed/<video-id> https://www.loom.com/share/<video-id>?sid=<session-id> The video ID is the 32-character hex string after /share/ or /embed/ . 2. Fetch Video Metadata Use the WebFetch tool to POST to ...
302
6769 create-remotion-geist vercel-labs/skill-remotion-geist
Create Remotion videos styled with Vercel's Geist design system - dark backgrounds, spring animations, Geist fonts, and the 10-step color scale. When to Use - Creating any Remotion video that should look like Vercel - Building motion graphics with Geist's dark theme aesthetic - Making animated content using Geist typography and colors - Producing videos that need the polished Vercel visual style Critical Rules - NEVER use emojis - Use proper Geist icons from `@geist-ui/icons` package -...
302
6770 add-assets opusgamelabs/game-creator
Add Assets Replace basic geometric shapes (circles, rectangles) with pixel art sprites for all game entities. Every character, enemy, item, and projectile gets a recognizable visual identity — all generated as code, no external image files needed. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-assets skill to get the full pixel art system, archetypes, and integration patterns. Step 1: Audit Read package.json to identify the engine (P...
302
6771 gemini davila7/claude-code-templates
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
302
6772 mcp-builder davila7/claude-code-templates
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
302
6773 premortem parcadei/continuous-claude-v3
Pre-Mortem Identify failure modes before they occur by systematically questioning plans, designs, and implementations. Based on Gary Klein's technique, popularized by Shreyas Doshi (Stripe). Usage /premortem Auto-detect context, choose depth /premortem quick Force quick analysis (plans, PRs) /premortem deep Force deep analysis (before implementation) /premortem <file> Analyze specific plan or code Core Concept "Imagine it's 3 months from now and this pro...
302
6774 full-stack-orchestration-full-stack-feature sickn33/antigravity-awesome-skills
Use this skill when Working on full stack orchestration full stack feature tasks or workflows Needing guidance, best practices, or checklists for full stack orchestration full stack feature Do not use this skill when The task is unrelated to full stack orchestration full stack feature You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. I...
302
6775 nextjs-app-router-patterns sickn33/antigravity-awesome-skills
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
302
6776 scanning-tools sickn33/antigravity-awesome-skills
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
302
6777 instagram-content-generation eachlabs/skills
Instagram Content Generation Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices. Features Feed Posts : Square 1:1 images for maximum compatibility Stories & Reels : Vertical 9:16 content for immersive full-screen experiences Carousel Posts : Multiple cohesive images for storytelling Quote Graphics : Typography-focused content for engagement Product Showcases : E-commerce and ...
302
6778 ultrawork yeachan-heo/oh-my-claudecode
Activates maximum performance mode with parallel agent orchestration. When Activated This skill enhances Claude's capabilities by: - Parallel Execution: Running multiple agents simultaneously for independent tasks - Aggressive Delegation: Routing tasks to specialist agents immediately - Background Operations: Using `run_in_background: true` for long operations - Persistence Enforcement: Never stopping until all tasks are verified complete - Smart Model Routing: Using tiered agents to sav...
302
6779 memory-reflect basicmachines-co/basic-memory-skills
Memory Reflect Review recent activity and consolidate valuable insights into long-term memory. Inspired by sleep-time compute — the idea that memory formation happens best between active sessions, not during them. When to Run Cron/heartbeat : Schedule as a periodic background task (recommended: 1-2x daily) On demand : User asks to reflect, consolidate, or review recent memory Post-compaction : After context window compaction events Process 1. Gather Recent Material Find what changed recently, th...
302
6780 technical-debt-assessment aj-geddes/useful-ai-prompts
Technical Debt Assessment Overview Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments. When to Use Legacy code evaluation Refactoring prioritization Sprint planning Code quality initiatives Acquisition due diligence Architectural decisions Implementation Examples 1. Technical Debt Calculator interface DebtItem { id: string; title: string; description: string; category: 'code' | 'architecture' | 'test' | 'documentation' ...
302
6781 ib-check-deck anthropics/financial-services-plugins
IB Deck Checker Perform comprehensive QC on the presentation across four dimensions. Read every slide, then report findings. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting: Add-in — read from the live open deck. Chat — read from the uploaded .pptx file. This is read-and-report only — no edits — so the workflow is identical in both. Workflow Read the deck Pull text from every slide, keeping track of which slide each line came fr...
302
6782 feishu-docx leemysw/agent-kit
Export Feishu/Lark cloud documents to Markdown format for AI analysis. Instructions Setup (One-time) - Install the tool: ``` pip install feishu-docx ``` - Configure Feishu app credentials: ``` feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET or use environment variables ``` - Authorize with OAuth (opens browser): ``` feishu-docx auth ``` Export Documents Export any Feishu document URL to Markdown: ``` feishu-docx export "<FEISHU_URL>" -o ./output ``` T...
301
6783 senior-mobile borghei/claude-skills
Senior Mobile Developer Expert-level mobile application development. Core Competencies iOS development (Swift, SwiftUI) Android development (Kotlin, Jetpack Compose) Cross-platform (React Native, Flutter) Mobile architecture patterns Performance optimization App Store deployment Push notifications Offline-first design Platform Comparison Aspect Native iOS Native Android React Native Flutter Language Swift Kotlin TypeScript Dart UI Framework SwiftUI/UIKit Compose/XML React Widgets Performance B...
301
6784 ak-rss-digest rookie-ricardo/erduo-skills
AK RSS Digest Overview Use this skill to build a current reading list from the feed bundle in references/feeds.opml . Default to the most recent 7 days ending on the current date in Asia/Shanghai , and narrow to a single day only when the user explicitly asks for it. Workflow Run python3 scripts/fetch_today_feed_items.py --format json to collect entries from the configured feeds. This defaults to the most recent 7 days. Treat feed-level network failures as non-fatal. Continue with the feeds that...
301
6785 fusion-issue-task-planning equinor/fusion-skills
User Story Task Planning Experimental caveat This skill is experimental and not yet stable. Behavior, structure, and outputs may change between versions. When to use Use this skill when you need an actionable task plan for a User Story issue before implementation. Typical triggers: "plan tasks for 123" "break this story into steps" "create task issue drafts from this user story" When not to use Do not use this skill for direct code implementation, PR review, or GitHub mutations without explicit ...
301
6786 zafer-skills zaferayan/skills
IMPORTANT: This is a SKILL file, NOT a project. NEVER run npm/bun install in this folder. NEVER create code files here. When creating a new project, ALWAYS ask the user for the project path first or create it in a separate directory (e.g., `~/Projects/app-name`). This guide is created to provide context when working with Expo projects using Claude Code. MANDATORY REQUIREMENTS When creating a new Expo project, you MUST include ALL of the following: Required Screens (ALWAYS CREATE) `src/ap...
301
6787 android-java alinaqi/claude-bootstrap
Android Java Skill Load with: base.md Project Structure project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ │ ├── java/com/example/app/ │ │ │ │ ├── data/ Data layer │ │ │ │ │ ├── local/ Room database, SharedPreferences │ │ │ │ │ ├── remote/ Retrofit services, API clients │ │ │ │ │ └── repository/ Repository implementations │ │ │ │ ├── di/ Dependency injection (Hilt/Dagger) │ │ │ │ ├── domain/ ...
301
6788 mcp integration davila7/claude-code-templates
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service Handle OAuth and complex authentication flows Bundle MCP servers with plugins for automatic setu...
301
6789 using-superpowers davila7/claude-code-templates
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
301
6790 accessibility auditor davila7/claude-code-templates
Accessibility Auditor Comprehensive guidance for creating accessible web experiences that comply with WCAG standards and serve users of all abilities effectively. When to Use This Skill Use this skill when: Auditing websites for accessibility compliance Implementing WCAG 2.1 Level AA or AAA standards Fixing accessibility violations and errors Testing with screen readers (NVDA, JAWS, VoiceOver) Ensuring keyboard navigation works correctly Implementing ARIA attributes and landmarks Preparing for A...
301
6791 openalex-database davila7/claude-code-templates
OpenAlex Database Overview OpenAlex is a comprehensive open catalog of 240M+ scholarly works, authors, institutions, topics, sources, publishers, and funders. This skill provides tools and workflows for querying the OpenAlex API to search literature, analyze research output, track citations, and conduct bibliometric studies. Quick Start Basic Setup Always initialize the client with an email address to access the polite pool (10x rate limit boost): from scripts.openalex_client import OpenAlex...
301
6792 huggingface-accelerate davila7/claude-code-templates
HuggingFace Accelerate - Unified Distributed Training Quick start Accelerate simplifies distributed training to 4 lines of code. Installation: pip install accelerate Convert PyTorch script (4 lines): import torch + from accelerate import Accelerator + accelerator = Accelerator() model = torch.nn.Transformer() optimizer = torch.optim.Adam(model.parameters()) dataloader = torch.utils.data.DataLoader(dataset) + model, optimizer, dataloader = accelerator.prepare(model, optimizer, data...
301
6793 rag-implementation davila7/claude-code-templates
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
301
6794 video-summarizer liang121/video-summarizer
Video Summarizer Overview Download videos from any platform and generate a complete resource package including: Original video file (mp4) Audio file (mp3) Subtitle file (with timestamps, vtt/srt format) Summary file (summary.md) Supports all 1800+ websites supported by yt-dlp. Trigger Conditions When the user: Provides a video link and asks for a summary Says "summarize this video", "what's in this video" Asks to "extract video content", "transcribe video" Says "download this video" Provides a l...
301
6795 financial data fetcher gracefullight/stock-checker
Financial Data Fetcher Skill Provides comprehensive market data access for AI trading agents. Overview This skill fetches: Real-time and historical OHLCV price data Financial news from multiple sources Fundamental data (P/E ratios, earnings, market cap) Market snapshots and quotes Tools 1. get_price_data Fetches historical or real-time price data for symbols. Parameters: symbols (required): List of ticker symbols (e.g., ["AAPL", "MSFT"]) timeframe (optional): "1Min", "5Min", "1Hour", "1Day" (def...
301
6796 ffmpeg-video-editor bryanwhl/ffmpeg-video-editor
FFmpeg Video Editor You are a video editing assistant that translates natural language requests into FFmpeg commands. When the user asks to edit a video, generate the correct FFmpeg command. How to Generate Commands Identify the operation from the user's request Extract parameters (input file, output file, timestamps, formats, etc.) Generate the FFmpeg command using the patterns below If output filename not specified , create one based on the operation (e.g., video_trimmed.mp4 ) Always include -...
301
6797 create-pull-request cline/cline
Create Pull Request This skill guides you through creating a well-structured GitHub pull request that follows project conventions and best practices. Prerequisites Check Before proceeding, verify the following: 1. Check if gh CLI is installed gh --version If not installed, inform the user: The GitHub CLI (gh) is required but not installed. Please install it: macOS: brew install gh Other: https://cli.github.com/ 2. Check if authenticated with GitHub gh auth status If not authenticated, ...
301
6798 accessibility-testing aj-geddes/useful-ai-prompts
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
301
6799 cicd-pipeline-setup aj-geddes/useful-ai-prompts
CI/CD Pipeline Setup Overview Build automated continuous integration and deployment pipelines that test code, build artifacts, run security checks, and deploy to multiple environments with minimal manual intervention. When to Use Automated code testing and quality checks Containerized application builds Multi-environment deployments Release management and versioning Automated security scanning Performance testing integration Artifact management and registry Implementation Examples 1. GitHub Ac...
301
6800 domain-cloud-native actionbook/rust-skills
Cloud-Native Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication 12-Factor Config from env Environment-based config Observability Metrics + traces tracing + opentelemetry Health checks Liveness/readiness Dedicated endpoints Graceful shutdown Clean termination Signal handling Horizontal scale Stateless design No local state Container-friendly Small binaries Release optimization Critical Constraints Stateless Design RULE: No ...
301