███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25451 | ads-reporter | dengineproblem/agents-monorepo |
Ads Reporter Ты - эксперт по формированию отчетов по рекламным кампаниям Facebook/Instagram. Твои задачи Дневные отчеты - today vs yesterday с today-компенсацией Недельные отчеты - агрегированные данные с трендами Multi-period анализ - данные за 5 периодов Health Score - 5-компонентный расчёт в отчётах Сравнение периодов - week-over-week, month-over-month Custom отчеты - по запросу пользователя Получение данных Multi-period сбор (5 периодов) ВАЖНО: Для полного отчёта собирай данные за все период...
|
41 |
| 25452 | plan-execute | longranger2/claude-gpt-workflow |
Plan Execute Skill Purpose When the user runs /plan-execute {plan-file-path} , start the "orchestrated plan execution" workflow: I (Claude Code) ask Codex to implement the code according to the plan. After Codex finishes, I review the generated code. I write the review into the reviews/ directory, then ask Codex to inspect and fix the issues. Repeat until the code quality bar is met. Core principle: I do not write or edit code myself. I only do two things: review code and orchestrate Codex. All ...
|
41 |
| 25453 | arc-mastery | dylantarre/animation-principles |
Arc Mastery The Natural Path Principle Almost all natural movement follows curved paths. Arms swing in arcs. Heads turn on arcs. Thrown objects travel parabolic arcs. When animation moves in straight lines, it immediately feels mechanical and artificial. Arcs are the signature of organic motion. Core Theory Anatomical basis : Bodies are systems of hinges and pivots. When a joint rotates, everything attached to it moves in an arc centered on that joint. Straight lines require mechanical rails—bio...
|
41 |
| 25454 | ops-commander | gravito-framework/gravito |
Ops Commander You are a DevOps engineer specialized in Bun-based deployments. Your goal is to make the journey from dev to prod as smooth as possible. Workflow 1. Environment Analysis Determine the production target (Fly.io, VPS, Docker Swarm). Review bunfig.toml and package.json for deployment compatibility. 2. Implementation Containerization : Optimize the Dockerfile for minimal layer size and maximum speed. Configuration : Set up fly.toml or docker-compose for orchestration. CI/CD : Configure...
|
41 |
| 25455 | universal-fallback | dylantarre/animation-principles |
Universal Animation Principles Disney's 12 animation principles applied generically across any medium or context. Quick Reference Principle Universal Application Squash & Stretch Show impact and flexibility Anticipation Prepare before action Staging Direct attention clearly Straight Ahead / Pose to Pose Continuous vs keyframe approach Follow Through / Overlapping Elements complete at different rates Slow In / Slow Out Ease acceleration/deceleration Arc Natural curved motion paths Secondary Actio...
|
41 |
| 25456 | change-request-form | dengineproblem/agents-monorepo |
Change Request Form Generator Эксперт в разработке форм заявок на изменения для управления проектами. Основные компоненты Уникальный ID : CR-YYYY-XXX Информация о заявителе : Имя, роль, отдел, дата Классификация : Область, расписание, бюджет, качество, ресурсы Приоритет : Критический, Высокий, Средний, Низкий Оценка воздействия : Технические, финансовые, временные последствия Workflow утверждения : Многоуровневая авторизация Категории изменений Изменения области : - Добавление/удаление функций -...
|
41 |
| 25457 | whatsapp-automation | davepoon/buildwithclaude |
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
|
41 |
| 25458 | project-scaffolder | patricio0312rev/skills |
Project Scaffolder Generate production-ready starter repositories with best-practice conventions for any tech stack. Core Workflow Determine stack : Ask user to specify or infer from context (Next.js, Vite, Nest, FastAPI, etc.) Select template : Use references/templates.md to choose the appropriate project structure Generate structure : Create complete folder tree with all necessary files Add baseline code : Include working "hello world" route/page as proof of concept Configure tooling : Add pac...
|
41 |
| 25459 | github-webhooks | hookdeck/webhook-skills |
GitHub Webhooks When to Use This Skill Setting up GitHub webhook handlers Debugging signature verification failures Understanding GitHub event types and payloads Handling push, pull request, or issue events Essential Code (USE THIS) GitHub Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyGitHubWebhook ( rawBody , signatureHeader , secret ) { if ( ! signatureHeader || ! secret ) return false ; // GitHub sends: sha256=xxxx const [ algorithm , signature ] = s...
|
41 |
| 25460 | tui-testing | colonyops/hive |
TUI Testing Best Practices Comprehensive testing strategies for Bubbletea v2 applications, based on the hive diff viewer implementation. Testing Strategy Overview Use a layered approach with different test types for different concerns: Unit Tests → Pure logic, state transformations Component Tests → Update/View behavior with synthetic messages Golden File Tests → Visual regression testing of rendered output Integration Tests → End-to-end workflows with teatest Test Organization ...
|
41 |
| 25461 | peon-ping-use | peonping/peon-ping |
peon-ping-use Set which voice pack (character voice) plays for the current chat session. How it works When the user types /peon-ping-use <packname> , a beforeSubmitPrompt hook intercepts the command before it reaches the model and handles it instantly: Validates the requested pack exists Enables agentskill rotation mode in config.json Maps the current session ID to the requested pack in .state.json Returns immediate confirmation (zero tokens used) When the hook blocks the message, Cursor keeps y...
|
41 |
| 25462 | modao | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
41 |
| 25463 | skill-creator | openstatushq/openstatus |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
41 |
| 25464 | dashboard | dengineproblem/agents-monorepo |
Dashboard Ты — эксперт по формированию мультиаккаунтных дашбордов. Показываешь статистику по рекламным аккаунтам с иерархией Account → Campaign → AdSet → Ad. Твои задачи Сводка по аккаунтам — общая таблица всех активных аккаунтов Детализация по кампаниям — раскрытие до уровня кампаний Детализация по AdSets — раскрытие до уровня групп объявлений Детализация по Ads — полный дашборд до уровня объявлений WhatsApp метрики — CPQL, Quality Rate для WhatsApp кампаний Custom периоды — любой диапазон дат ...
|
41 |
| 25465 | godot-genre-open-world | thedivergentai/gd-agentic-skills |
Genre: Open World Expert blueprint for open worlds balancing scale, performance, and player engagement. NEVER Do NEVER prioritize size over density — Huge empty maps are boring. Smaller, denser maps beat vast deserts. Density > Size. NEVER save everything — 500MB save files destroy performance. Save only changes (delta compression). Unmodified objects use defaults. NEVER physics at 10km distance — Disable physics processing for chunks >2 units away. Use simple simulation (timers) for distant log...
|
41 |
| 25466 | blockchain-basics | pluginagentmarketplace/custom-plugin-blockchain |
Blockchain Basics Skill Master blockchain fundamentals including consensus mechanisms, cryptographic primitives, and distributed systems architecture. Quick Start Invoke this skill for blockchain fundamentals Skill("blockchain-basics", topic="consensus", depth="intermediate") Topics Covered 1. Consensus Mechanisms Learn how distributed networks achieve agreement: Proof of Work: Mining, hashrate, difficulty adjustment Proof of Stake: Validators, slashing, finality Byzantine Fault Tolerance:...
|
41 |
| 25467 | ascii-diagram-boxflow | teachingai/full-stack-skills |
When to use this skill CRITICAL TRIGGER RULE Use this skill ONLY when the user explicitly mentions the exact skill name: ascii-diagram-boxflow . Trigger phrases include: "ascii-diagram-boxflow" "use ascii-diagram-boxflow" "用 ascii-diagram-boxflow 画 ASCII 流程图/框图" "使用 ascii-diagram-boxflow 生成 box + 箭头连接图" Boundary ASCII output only. Do not output Mermaid/PlantUML. Recommended nodes <= 12; if larger, split into sub-diagrams. Auto-layout is best-effort for linear and simple branching. Complex layout...
|
41 |
| 25468 | anticipation-payoff | dylantarre/animation-principles |
Anticipation & Payoff Think like a comedian setting up a punchline. Every great moment is earned by what came before. The windup is half the pitch. Core Mental Model Before animating any action, ask: What prepares the audience for this? Anticipation isn't just physical preparation—it's a promise. You're telling the audience "something's coming" so they're primed to receive it. The payoff is keeping that promise with interest. The 12 Principles Through Setup-Delivery Anticipation — The prin...
|
41 |
| 25469 | pr-description | pipecat-ai/pipecat |
Update a GitHub pull request description based on the changes in the PR. Arguments /pr-description <PR_NUMBER> [--fixes <ISSUE_NUMBERS>] PR_NUMBER (required): The pull request number to update --fixes (optional): Comma-separated issue numbers that this PR fixes (e.g., --fixes 123,456 ) Examples: /pr-description 3534 /pr-description 3534 --fixes 123 /pr-description 3534 --fixes 123,456,789 Instructions First, gather information about the PR: Use GitHub plugin to get PR details (title, current des...
|
41 |
| 25470 | checkly | checkly/checkly-cli |
Checkly The Checkly CLI provides all the required information via the npx checkly skills command. Use npx checkly skills to list all available actions, and npx checkly skills <action> to access up-to-date information on how to use the Checkly CLI for each action. Progressive Disclosure via npx checkly skills The skill is structured for efficient context usage: Metadata (~80 tokens): Name and description in frontmatter Core Instructions (~1K tokens): Main SKILL.md content with links to reference ...
|
41 |
| 25471 | nix-flakes | knoopx/pi |
Nix Flakes Modern Nix project management with hermeticity and reproducibility through flake.lock. Core Commands Project Management Initialize a new flake in the current directory nix flake init Create a new flake from template nix flake new hello -t templates hello Update flake.lock (updates all inputs) nix flake update Update specific input only nix flake update nixpkgs Lock without updating (create missing entries) nix flake lock Check flake for syntax and common errors nix flake check ...
|
41 |
| 25472 | agent-browser | exceptionless/exceptionless |
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...
|
41 |
| 25473 | v3 core implementation | ruvnet/claude-flow |
V3 Core Implementation What This Skill Does Implements the core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage. Quick Start Initialize core implementation Task ( "Core foundation" , "Set up DDD domain structure and base classes" , "core-implementer" ) Domain implementation (parallel) Task ( "Task domain" , "Implement task management domain with entities and servi...
|
41 |
| 25474 | erpnext-code-validator | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Code Validator Agent This agent validates ERPNext/Frappe code against established patterns, common pitfalls, and version compatibility requirements. Purpose : Catch errors BEFORE deployment, not after When to Use This Agent ┌─────────────────────────────────────────────────────────────────────┐ │ CODE VALIDATION TRIGGERS │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
|
41 |
| 25475 | kiro-skill | feiskyer/codex-settings |
Kiro: Spec-Driven Development Workflow An interactive workflow that transforms ideas into comprehensive feature specifications, design documents, and actionable implementation plans. Quick Start When you mention creating a feature spec, design document, or implementation plan, this skill helps guide you through: Requirements → Define what needs to be built (EARS format with user stories) Design → Determine how to build it (architecture, components, data models) Tasks → Create actionable impl...
|
41 |
| 25476 | agentbox-twitter | cascade-protocol/agentbox |
Twitter Research Paid Twitter/X data API at https://twitter.x402.agentbox.fyi . Costs $0.003 USDC per call via x402 on Solana or Base. Use the x_payment tool for all requests. Endpoints Search Tweets Find tweets matching a query with 50+ advanced operators. x_payment({ "url": "https://twitter.x402.agentbox.fyi/search", "method": "GET", "params": "{\"q\": \"from:elonmusk AI\", \"type\": \"Latest\", \"limit\": 20}" }) Parameters: Param Type Default Description q string required Search query with o...
|
41 |
| 25477 | slidev-transitions | yoanbernabeu/slidev-skills |
Slide Transitions in Slidev This skill covers adding smooth transitions between slides in Slidev, including built-in transitions, custom animations, and directional transitions. When to Use This Skill Adding polish to presentations Creating smooth navigation experiences Emphasizing slide changes Matching presentation themes Creating unique visual effects Setting Transitions Global Transition (Frontmatter) --- transition : slide - left --- Applied to all slides in the presentation. Per-Slide Tran...
|
41 |
| 25478 | tuzi-danger-x-to-markdown | tuziapi/tuzi-skills |
X to Markdown Converts X content to markdown: Tweets/threads → Markdown with YAML front matter X Articles → Full content extraction Script Directory Scripts located in scripts/ subdirectory. Path Resolution : SKILL_DIR = this SKILL.md's directory Script path = ${SKILL_DIR}/scripts/main.ts Consent Requirement Before any conversion , check and obtain consent. Consent Flow Step 1 : Check consent file macOS cat ~/Library/Application \ Support/tuzi-skills/x-to-markdown/consent.json Linux cat ~/.loc...
|
41 |
| 25479 | github-hunter | breverdbidder/life-os |
GitHub Hunter Skill Automatically discovers GitHub repositories relevant to BidDeed.AI and Life OS, scores them 0-100 based on criteria, and archives them to Supabase with integration recommendations. Workflow 1. Discovery Phase Search GitHub for repositories using relevant keywords extracted from: User requests ("find repos for X") Video transcripts (projects mentioned in content) Technology domains (foreclosure data, ADHD productivity, etc.) 2. Scoring Phase (0-100) Score each repository on: S...
|
41 |
| 25480 | rust-engineer | sammcj/agentic-coding |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
41 |
| 25481 | frontend-design | breverdbidder/life-os |
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 :...
|
41 |
| 25482 | emoji-sticker-generation | eachlabs/skills |
Emoji & Sticker Generation Generate custom emoji and sticker packs using each::sense. This skill creates personalized emoji from photos, animated stickers, expression packs, and platform-optimized emoji sets for messaging apps and team collaboration tools. Features Photo to Emoji : Transform photos into cartoon-style emoji Expression Packs : Generate emotion sets from a single reference Animated Stickers : Create moving emoji and GIF stickers Platform Optimization : Sized for Slack, Discord, Wha...
|
41 |
| 25483 | e2e-test-builder | patricio0312rev/skills |
E2E Test Builder Build reliable end-to-end tests for critical user flows. Playwright Test Setup // playwright.config.ts import { defineConfig } from "@playwright/test"; export default defineConfig({ testDir: "./e2e", fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: process.env.CI ? 1 : undefined, reporter: "html", use: { baseURL: "http://localhost:3000", trace: "on-first-retry", screenshot: "only-on-failure", }, project...
|
41 |
| 25484 | excalidraw-diagrams | sammcj/agentic-coding |
Excalidraw Diagram Generator This skill generates Excalidraw diagrams programmatically using Python. Instead of creating ASCII diagrams, use this to produce professional-looking, editable diagrams. Output format: .excalidraw JSON files that can be: Opened at https://excalidraw.com (drag & drop the file) Edited in VS Code with the Excalidraw extension Embedded in documentation Exported to SVG/PNG for embedding in Google Docs, presentations, etc. Quick Start Method 1: Direct Python Script (Reco...
|
41 |
| 25485 | schemantic | genkit-ai/genkit-dart |
Schemantic Schemantic is a general-purpose Dart library used for defining strongly typed data classes that automatically bind to reusable runtime JSON schemas. It is standard for the genkit-dart framework but works independently as well. Core Concepts Always use schemantic when strongly typed JSON parsing or programmatic schema validation is required. Annotate your abstract classes with @Schema() . Use the $ prefix for abstract schema class names (e.g., abstract class $User ). Always run dart ru...
|
41 |
| 25486 | tanstack-query-setup | patricio0312rev/skills |
TanStack Query Setup Manage server state with powerful caching, background updates, and optimistic UI. Core Workflow Install and configure: Set up QueryClient Create queries: Define data fetching hooks Add mutations: Handle data modifications Enable caching: Configure stale times Implement optimistic updates: Instant UI feedback Add infinite queries: Pagination and infinite scroll Installation npm install @tanstack/react-query @tanstack/react-query-devtools Provider Setup Next.js App Router /...
|
41 |
| 25487 | godot-mechanic-revival | thedivergentai/gd-agentic-skills |
Revival & Resurrection Mechanics Overview This skill provides a robust framework for handling player mortality and return. It moves beyond simple "Game Over" screens to integrated risk/reward systems like those found in Sekiro , Hades , or Dark Souls . Core Systems 1. Revival Manager ( revival_manager.gd ) The central state machine for death. Role : Intercepts death signals. Determines if a revival is possible. Key Concept : RevivalCharges . Sekiro Style : 1 charge, requires cooldown or kills to...
|
41 |
| 25488 | magento-php-specialist | maxnorm/magento2-agent-skills |
Magento 2 PHP Specialist Expert specialist in leveraging advanced PHP techniques and modern practices to create high-performance, maintainable Magento 2 applications following enterprise development standards. When to Use Writing PHP code for Magento 2 Implementing business logic Ensuring code quality and standards Working with modern PHP features Implementing design patterns PHP Standards (STRICT ENFORCEMENT) PSR-12 Compliance PSR-12 : Strictly adhere to PSR-12 coding standards Magento2 Coding ...
|
41 |
| 25489 | godot-game-loop-collection | thedivergentai/gd-agentic-skills |
Collection Game Loops Overview This skill provides a standardized framework for "Collection Loops" – gameplay objectives where the player must find and gather a specific set of items (e.g., hidden eggs, data logs, coins). Core Components 1. Collection Manager ( collection_manager.gd ) The central brain of the hunt. Role : Tracks progress ( current / target ). Behavior : Listens for item_collected(id) -> Updates items -> Signals collection_completed on valid count. Tip : Use collection_id strings...
|
41 |
| 25490 | commerce-blueprint | gravito-framework/gravito |
Commerce Blueprint Expert You are a domain specialist in E-commerce. Your role is to provide the "Business Brain" for shopping components, ensuring reliability in transactions, inventory, and cart state. 🛍️ Domain Logic: The Shopping Cart When implementing a Cart, do not just build a "Table". Follow these domain rules: 1. Cart Management Stateless vs Stateful : Determine if the cart is stored in Redis (guest) or Database (logged in). Merge Logic : Implement a strategy to merge a guest cart into ...
|
41 |
| 25491 | requesting-code-review | zenobi-us/dotfiles |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
41 |
| 25492 | terraform-module-writer | dengineproblem/agents-monorepo |
Terraform Module Writer Эксперт по созданию высококачественных, переиспользуемых Terraform модулей с соблюдением industry best practices. Module Structure Standard Directory Layout modules/ └── my-module/ ├── main.tf Primary resource definitions ├── variables.tf Input variable declarations ├── outputs.tf Output value definitions ├── versions.tf Provider version constraints ├── locals.tf Local values and computations ├── data.tf Data source defi...
|
41 |
| 25493 | financial-metrics-analysis | octagonai/skills |
Financial Metrics Analysis Retrieve and analyze year-over-year growth in key income statement items for public companies using the Octagon MCP server. Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions. Workflow 1. Identify Analysis Parameters Determine the following before querying: Ticker : Stock symbol (e.g., AAPL, MSFT, GOOGL) Records : Number of periods to retrieve (e.g., 5 years...
|
41 |
| 25494 | ux-friction | dylantarre/animation-principles |
UX Friction Diagnose animations that block, confuse, or frustrate users. Problem Indicators Users wait for animations to finish Confusion about what happened Repeated clicks/taps during animation Users skip or abandon tasks "Where did that go?" moments Diagnosis by Principle Timing Issue: Animation too slow for the context Fix: Match duration to user intent. Micro-interactions: 100-200ms. Transitions: 200-400ms. Never block input. Anticipation Issue: Action happens without warning Fix: Add ...
|
41 |
| 25495 | uniapp-project-creator | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Create a new uni-app project from scratch - Initialize uni-app project structure and configuration files - Set up development environment for uni-app - Generate project templates with different configurations - Configure manifest.json and pages.json files - Create uni-app pages and components - Set up uni-app project with HBuilderX or CLI How to use this skill To create a uni-app project with a single command or via HBuilderX: - Identify t...
|
41 |
| 25496 | react | teachingai/full-stack-skills |
@json-render/react React renderer that converts JSON specs into React component trees. Quick Start import { defineRegistry , Renderer } from "@json-render/react" ; import { catalog } from "./catalog" ; const { registry } = defineRegistry ( catalog , { components : { Card : ( { props , children } ) => < div > { props . title } { children } < / div > , } , } ) ; Show more Installs 2.8K Repository vercel-labs/json-render GitHub Stars 15.6K First Seen Mar 7, 2026 Security Audits Gen Agent Trust Hub ...
|
41 |
| 25497 | contributing-to-z-schema | zaggino/z-schema |
Contributing to z-schema z-schema is a JSON Schema validator (draft-04 through draft-2020-12) written in TypeScript. This skill covers the development workflow, codebase navigation, and common contribution tasks. Repository setup git clone --recursive https://github.com/zaggino/z-schema.git cd z-schema npm install If already cloned without --recursive (needed for the json-schema-spec/ submodule): git submodule update --init --recursive Quality checks Run all checks before pushing: npm run lint:c...
|
41 |
| 25498 | event-driven-serverless-systems | qodex-ai/ai-agent-skills |
AWS Serverless & Event-Driven Architecture This skill provides comprehensive guidance for building serverless applications and event-driven architectures on AWS based on Well-Architected Framework principles. AWS Documentation Requirement CRITICAL : This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Sear...
|
41 |
| 25499 | azure-expert | personamanagmentlayer/pcl |
Azure Expert Overview Transform into an Azure cloud expert with comprehensive knowledge of Azure services, architecture patterns, deployment strategies, and best practices. This skill provides everything needed to design, deploy, troubleshoot, and optimize Azure solutions across all major services and technology stacks. Core Capabilities 1. Service Selection & Architecture Design Guide users through selecting the right Azure services for their needs using decision trees and comparison matrice...
|
41 |
| 25500 | rds | itsmostafa/aws-agent-skills |
AWS RDS Amazon Relational Database Service (RDS) provides managed relational databases including MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Aurora. RDS handles provisioning, patching, backups, and failover. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts DB Instance Classes Category Example Use Case Standard db.m6g.large General purpose Memory Optimized db.r6g.large High memory workloads Burstable db.t3.medium Variabl...
|
41 |