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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
13301 product-hunt-launch manojbajaj95/claude-gtm-plugin
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
83
13302 jq-json-processing laurigates/claude-plugins
jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. Core Expertise JSON Operations Query and filter JSON with path expressions Transform JSON structure and shape Combine, merge, and split JSON data Validate JSON syntax and structure Data Extraction Extract specific fields from JSON objects Filter arrays based on conditions Navigate nested JSON structures Handle null values and missing keys Es...
83
13303 nft-standards sickn33/antigravity-awesome-skills
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
83
13304 ask-user-question memtensor/memos
Ask User Question Use this MCP tool to ask users questions and get their responses. This is the ONLY way to communicate with the user - they cannot see CLI/terminal output. Critical Rule The user CANNOT see your text output or CLI prompts! If you write "Let me ask you..." and then just output text - THE USER WILL NOT SEE IT. You MUST call this tool to display a modal in the UI. When to Use Clarifying questions before starting ambiguous tasks Asking user preferences (e.g., "How would you lik...
83
13305 pricing-strategist ognjengt/founder-skills
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
83
13306 tooling-engineer 404kidwiz/claude-supercode-skills
Provides expertise in building developer productivity tools including command-line interfaces, IDE extensions, build system optimizations, and local development environment automation. Focuses on improving developer experience and workflow efficiency. When to Use - Building command-line tools and utilities - Creating IDE/editor extensions (VS Code, JetBrains) - Optimizing build systems and compilation times - Automating repetitive development tasks - Setting up local development environme...
83
13307 geospatial-postgis-patterns linehaul-ai/linehaulai-claude-marketplace
Use when: - Creating geofence boundaries around facilities - Calculating distances between points (truck to facility, origin to destination) - Detecting geofence entry/exit events for tracking - Building ETA calculations or routing features - Querying fleet positions and historical tracks - Implementing spatial indexes for location queries - Integrating with mapping frontends (Mapbox, Leaflet) PostGIS Fundamentals Geography vs Geometry Types Use `geography` for real-world distance ca...
83
13308 base-ui itechmeat/llm-code
Base UI provides unstyled, composable React components. This skill focuses on assembling multi-part components, composing with the `render` prop, and meeting accessibility requirements while you supply styling. When to use Use this skill when the user wants to: - Build UI with `@base-ui/react` primitives. - Compose unstyled components with custom markup and styling. - Implement menus, overlays, toasts, and toolbars. - Build accessible form controls and grouped inputs. Quick navigation (...
83
13309 java-expert personamanagmentlayer/pcl
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
83
13310 debugging-protocol jwilger/agent-skills
Debugging Protocol Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs. Purpose Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists. Practices The Iron Law: No Fixes Without Investigatio...
83
13311 tdd yeachan-heo/oh-my-claudecode
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
83
13312 game-development vudovn/antigravity-kit
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
83
13313 tennis-data machina-sports/sports-skills
Tennis Data (ATP + WTA) Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills tennis get_scoreboard --tour = atp sports-skills tennis get_rankings --tour = wta sports-skills tennis get_calendar --tour = atp --year = 2026 Important: Tennis is Not a Team Sport Tennis data is fundamentally different from team sports (NFL, NBA, etc.): Tournaments, not games : Events are multi-day tournaments containing many matches. Individual athletes : Competitors are individual players (...
83
13314 linkedin-automation sickn33/antigravity-awesome-skills
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the end...
83
13315 code-quality s-hiraoku/synapse-a2a
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
83
13316 pr-draft-summary openai/openai-agents-python
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
83
13317 diagram-generator oimiragieo/agent-studio
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — Mermaid/output patterns from claude-flow code-intelligence, everything-claude-code architect. Processing Limits (Memory Safeguard) Diagram generator can analyze large codebases. To prevent memory exhaustion: File chunk limit: 1000 files per diagram (HARD LIMIT) Each file: ~1-5 KB analysis overhead 1000 files × 2 KB = ~2 MB per diagram Keeps diagram generation memory-efficient Why the limit? Analyzing 5000+ files → 10+ MB memory → context exp...
83
13318 gramio gramiojs/documentation
GramIO GramIO is a modern, type-safe Telegram Bot API framework for TypeScript. It runs on Node.js , Bun , and Deno with full Bot API coverage, a composable plugin system, and first-class TypeScript support. When to Use This Skill Creating or modifying Telegram bots Setting up bot commands, callbacks, inline queries, or reactions Building keyboards (reply, inline, remove, force reply) Formatting messages with entities (bold, italic, code, links, mentions) Uploading/downloading files and media Ma...
83
13319 sast-configuration sickn33/antigravity-awesome-skills
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
83
13320 lsp-setup rysweet/amplihack
LSP Setup for GitHub Copilot CLI UTILITY SKILL — installs and configures Language Server Protocol servers for Copilot CLI. USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding" DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups Workflow Ask the language — use ask_user to ask which programming lang...
83
13321 wechat-title-optimizer steelan9199/wechat-publisher
公众号标题优化专家 你是公众号爆款标题专家,精通传播心理学、平台算法和用户行为分析。专为技术/效率工具类内容创作者优化标题。 核心原则 :标题必须与文章内容高度匹配,不能为了吸引眼球而脱离内容本质。 工作流程 第一步:信息收集 在优化标题前,你必须先收集以下信息: 原标题 - 用户提供的原始标题 文章内容 - 从上下文中智能提取文章正文(如果存在) 目标读者 - 文章面向的受众群体 核心关键词 - 必须保留的技术术语或品牌词 第二步:内容分析(关键步骤) 如果上下文中包含文章内容 ,你必须: 提取文章的核心主题和主旨 识别文章的关键价值点和亮点 分析文章的结构(教程/案例/观点/工具介绍等) 找出最能吸引目标读者的内容钩子 确保标题准确反映文章内容,不夸大、不误导 如果上下文中没有文章内容 ,你需要: 基于标题本身进行优化 明确告知用户:"未检测到文章内容,优化基于标题本身。如能提供文章内容,可生成更精准的标题。" 核心能力 1. 标题诊断 识别原标题的 3 个核心问题 (流量/转化/定位层面) 判断标题匹配的 受众层级 (小白/进阶/专家) 内容匹配度评估 :标题是否准确反映文章核心...
83
13322 projection-patterns sickn33/antigravity-awesome-skills
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
83
13323 daw-music pluginagentmarketplace/custom-plugin-game-developer
DAW & Music Composition DAW Selection ┌─────────────────────────────────────────────────────────────┐ │ DAW COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ REAPER: │ │ Price: $60 │ Best for: Game audio, flexibility │ │ Pros: Lightweight, customizable, great for stems │ ├─────────────────────────────────────────────────────────────┤ │ ABLETON LIV...
83
13324 auth-patterns davepoon/buildwithclaude
Authentication Patterns in Next.js Overview Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management. Authentication Libraries Library Best For NextAuth.js (Auth.js) Full-featured auth with providers Clerk Managed auth service Lucia Lightweight, flexible auth Supabase Auth Supabase ecosystem Custom JWT Full control NextAuth.js v5 Setup Installation npm install next-auth@beta Conf...
83
13325 spec-init zixun-github/aisdlc
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
83
13326 testing-r-packages posit-dev/skills
Testing R Packages with testthat Modern best practices for R package testing using testthat 3+. Initial Setup Initialize testing with testthat 3rd edition: usethis :: use_testthat ( 3 ) This creates tests/testthat/ directory, adds testthat to DESCRIPTION Suggests with Config/testthat/edition: 3 , and creates tests/testthat.R . File Organization Mirror package structure: Code in R/foofy.R → tests in tests/testthat/test-foofy.R Use usethis::use_r("foofy") and usethis::use_test("foofy") to create p...
83
13327 challenge-funnel manojbajaj95/claude-gtm-plugin
Challenge Funnel Build multi-day challenge funnels that activate prospects, deliver quick wins, and build momentum toward core offers (courses, coaching, membership, SaaS). Create experiences that feel like premium bootcamps. Challenge Objectives Deliver transformation or noticeable progress in 5-7 days Build daily engagement through live sessions, community, accountability Create urgency to join flagship offer during/after challenge Capture testimonials, social proof, and user-generated content...
83
13328 ui-designer 404kidwiz/claude-supercode-skills
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
83
13329 iterative-development alinaqi/claude-bootstrap
*Load with: base.md* Concept: Self-referential development loops where Claude iterates on the same task until completion criteria are met. Based on the [Ralph Wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum). Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ ITERATION > PERFECTION │ │ ───────────────────────────────────────────────────────── │ │ Don't aim for perfect on first t...
83
13330 create-voltagent voltagent/skills
Create VoltAgent Skill Complete guide for creating new VoltAgent projects. Includes the CLI flow and a full manual setup. Official documentation: https://voltagent.dev/docs/ Start Here When a user wants to create a VoltAgent project, ask: "How would you like to create your VoltAgent project?" Automatic Setup - run npm create voltagent-app@latest and handle prompts Interactive Guide - walk through each step and confirm choices Manual Installation - set up dependencies and a full working exa...
83
13331 calling-rust-from-tauri-frontend dchuk/claude-code-tauri-skills
Calling Rust from Tauri Frontend This skill covers how to call Rust backend functions from your Tauri v2 frontend using the command system and invoke function. Overview Tauri provides two IPC mechanisms: Commands (recommended): Type-safe function calls with serialized arguments/return values Events: Dynamic, one-way communication (not covered here) Basic Commands Defining a Command in Rust Use the [tauri::command] attribute macro: // src-tauri/src/lib.rs [tauri::command] fn greet(name: Str...
83
13332 workflow-enforcement rysweet/amplihack
Guides Claude to complete all workflow steps by: - Reminding about step completion tracking (use TodoWrite or `~/.amplihack/.claude/runtime/workflow_state.yaml`) - Emphasizing mandatory steps (0, 10, 16-17) that must not be skipped - Providing visual progress indicator format - Defining expected blocking behavior at checkpoints Implementation Status: This skill is currently a SPECIFICATION that guides Claude behavior. Actual blocking enforcement requires either: - Claude self-compliance (c...
83
13333 cli posit-dev/skills
Tambo CLI Agent-friendly CLI for project setup and component management. Quick Start npx tambo init --api-key = sk_ .. . Initialize with API key npx tambo add message-thread-full --yes Add a component npx tambo create-app my-app --template = standard New app from template Non-Interactive Mode The CLI detects non-interactive environments and returns guidance instead of hanging: In CI or piped environments, this returns guidance (exit 2) instead of prompting npx tambo init Error: Project name...
83
13334 crm-integration manojbajaj95/claude-gtm-plugin
Close CRM - Daily driver for SMB sales (simplest API, best value) HubSpot - Marketing + Sales alignment with rich ecosystem Salesforce - Enterprise requirements and complex workflows Cross-CRM Sync - Bidirectional sync with conflict resolution Key deliverables: API client setup with proper authentication CRUD operations for leads, contacts, deals, activities Webhook handlers for real-time sync Pipeline automation and reporting <quick_start> Close CRM (API Key Auth): import httpx class Close...
83
13335 magento-code-reviewer maxnorm/magento2-agent-skills
Magento 2 Code Reviewer Elite code review expert specializing in modern code analysis, security vulnerabilities, performance optimization, and production reliability for Magento 2 applications. Follows Adobe Commerce best practices and Magento 2 Certified Developer standards. When to Use Reviewing code before commits or pull requests Ensuring code quality and standards compliance Security vulnerability assessment Performance optimization review Architecture and design pattern validation Pre-depl...
83
13336 token-saver-context-compression oimiragieo/agent-studio
Token Saver Context Compression Use this skill to reduce token usage while preserving grounded evidence. This integrates: pnpm search:code (hybrid retrieval) token-saver Python compression scripts MemoryRecord persistence into framework memory spawn prompt evidence injection ( [mem:*] / [rag:*] ) Activation The token-saver skill can be invoked in two ways: Manual Invocation (always available) Skill ( { skill : 'token-saver-context-compression' } ) ; Use this when context pressure is high, pnpm s...
83
13337 agent-browser andreadellacorte/groove
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
83
13338 skill-navigator manojbajaj95/claude-gtm-plugin
Skill Navigator The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had. Instructions You are the master skill navigator and orchestrator. You have knowledge of all 99 Claude skills in the library. When a user describes what they want to accomplish, you: 1) Identify which skill(s) can help, 2) Explain how to trigger them, 3) Suggest skill combinations for com...
83
13339 specstory-project-stats specstoryai/agent-skills
Fetches project statistics from SpecStory's cloud platform, showing contributor counts, session activity, and other project metrics. How It Works - Identifies the project via `.specstory/.project.json`, git remote, or folder name - Calls the SpecStory Cloud API - Returns project statistics in JSON format - Presents the data in a readable summary Prerequisites - Project must be synced to SpecStory Cloud - Node.js must be available to run the script Usage Slash Command | `/specstory...
83
13340 mcp-manager rysweet/amplihack
Natural language interface to MCP Manager CLI tool for managing Model Context Protocol server configurations. Users interact conversationally: "enable the filesystem MCP", "add a database server", "show me all my MCPs". Activation Activates on MCP keywords within 3-message window or explicit invocation: `/mcp-manager` Commands 1. List MCPs Display all configured MCP servers with status. - "List all my MCPs" / "Show me my MCP servers" - CLI: `python3 -m mcp-manager.cli list` 2. Enable...
83
13341 dx-optimizer sickn33/antigravity-awesome-skills
Use this skill when Working on dx optimizer tasks or workflows Needing guidance, best practices, or checklists for dx optimizer Do not use this skill when The task is unrelated to dx optimizer 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. If detailed examples are required, open resources/implementation-playbook.md . You are a Devel...
83
13342 article-extractor dedalus-erp-pas/foundation-skills
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
83
13343 ai-engineer 404kidwiz/claude-supercode-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
83
13344 notion-automation composiohq/awesome-claude-skills
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
83
13345 pydantic-ai-testing existential-birds/beagle
Testing PydanticAI Agents TestModel (Deterministic Testing) Use TestModel for tests without API calls: import pytest from pydantic_ai import Agent from pydantic_ai.models.test import TestModel def test_agent_basic(): agent = Agent('openai:gpt-4o') Override with TestModel for testing result = agent.run_sync('Hello', model=TestModel()) TestModel generates deterministic output based on output_type assert isinstance(result.output, str) TestModel Configuration from pydanti...
83
13346 firebase alinaqi/claude-bootstrap
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
83
13347 capacitor-keyboard cap-go/capgo-skills
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
83
13348 abstract-strategy jwynia/agent-skills
Abstract Strategy Game Design Purpose Design abstract strategy games—games with perfect information, no randomness, and strategic depth. Provides frameworks for ideation, design, and evaluation. Core Definition Abstract strategy games require: Perfect Information: All game state visible to all players No Randomness: Outcomes determined solely by player decisions Minimal Theme: Mechanics over narrative Player Agency: Success depends on strategic thinking Quick Reference: Game Types Type Core ...
83
13349 devops-flow vladm3105/aidoc-flow-framework
devops-flow Description: Infrastructure as Code, CI/CD pipeline automation, and deployment management Category: DevOps & Deployment Complexity: High (multi-cloud + orchestration + automation) Purpose Automate infrastructure provisioning, CI/CD pipelines, and deployment processes based on SPEC documents and ADR decisions. Ensures consistent, repeatable, and secure deployments across environments. Capabilities 1. Infrastructure as Code (IaC) Terraform: Cloud-agnostic infrastructure provision...
83
13350 payment-integration 404kidwiz/claude-supercode-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration 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. If detailed examples are required, open resources/implementation-playbook...
83