███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1501 | angular-component | analogjs/angular-skills |
Angular Component Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true. Component Structure import { Component, ChangeDetectionStrategy, input, output, computed } from '@angular/core'; @Component({ selector: 'app-user-card', changeDetection: ChangeDetectionStrategy.OnPush, host: { 'class': 'user-card', '[class.active]': 'isActive()', '(click)': 'handleClick()', }, template: ` <img [src]="avatarUrl()" [alt]="n...
|
10.4K |
| 1502 | wcag-audit-patterns | wshobson/agents |
WCAG Audit Patterns Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies. When to Use This Skill Conducting accessibility audits Fixing WCAG violations Implementing accessible components Preparing for accessibility lawsuits Meeting ADA/Section 508 requirements Achieving VPAT compliance Core Concepts 1. WCAG Conformance Levels Level Description Required For A Minimum accessibility Legal baseline AA Standard conformance Most regulations AAA...
|
10.4K |
| 1503 | slidev | slidevjs/slidev |
Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. When to Use Technical presentations or slidedecks with live code examples Syntax-highlighted code snippets with animations Interactive demos (Monaco editor, runnable code) Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) Record presentations with presenter notes Export to PDF, PPTX, or host as SPA Code walkthroughs for developer talks or workshops Quick Start pnpm create slidev Cre...
|
10.4K |
| 1504 | tanstack-query-best-practices | deckardger/tanstack-agent-skills |
TanStack Query Best Practices Comprehensive guidelines for implementing TanStack Query (React Query) patterns in React applications. These rules optimize data fetching, caching, mutations, and server state synchronization. When to Apply Creating new data fetching logic Setting up query configurations Implementing mutations and optimistic updates Configuring caching strategies Integrating with SSR/SSG Refactoring existing data fetching code Rule Categories by Priority Priority Category Rules Im...
|
10.4K |
| 1505 | session-history | rohitg00/agentmemory |
Fetch recent session history using the memory_sessions MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json ). Pass limit: 20 to get a meaningful window. Present the returned sessions in reverse chronological order: Show the session ID (first 8 chars), project, start time, and status For each session with observations, show the key highlights (type + title) Note the total observation count per session If a session summary exists, surface the title an...
|
10.4K |
| 1506 | recall | rohitg00/agentmemory |
The user wants to recall past context about: $ARGUMENTS Use the memory_smart_search MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json ) with the user's query as the query argument and limit: 10 . The tool runs hybrid BM25 + vector + graph-expanded search over captured observations and returns ranked results. Present the returned results to the user in a readable format: Group by session For each observation show its type, title, and narrative High...
|
10.4K |
| 1507 | python-type-safety | wshobson/agents |
Python Type Safety Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically. When to Use This Skill Adding type hints to existing code Creating generic, reusable classes Defining structural interfaces with protocols Configuring mypy or pyright for strict checking Understanding type narrowing and guards Building type-safe APIs and libraries Core Concepts 1. Type Annotations Declare expected types f...
|
10.4K |
| 1508 | ppt-visual | claude-office-skills/skills |
PPT Visual Skill Overview I help you design visually impactful presentation slides. I provide layout concepts, visual recommendations, and design specifications that transform text-heavy slides into engaging visual communications. What I can do: Design slide layouts and compositions Recommend visual elements (icons, images, shapes) Create color schemes and themes Suggest typography and hierarchy Provide before/after redesign concepts Generate SmartArt and diagram ideas What I cannot do: Create a...
|
10.3K |
| 1509 | startup-financial-modeling | wshobson/agents |
Startup Financial Modeling Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups. Overview Financial modeling provides the quantitative foundation for startup strategy, fundraising, and operational planning. Create realistic projections using cohort-based revenue modeling, detailed cost structures, and scenario analysis to support decision-making and investor presentations. Core Components Reven...
|
10.3K |
| 1510 | parallel-monitor | parallel-web/parallel-agent-skills |
Web Monitor Action: $ARGUMENTS Requires parallel-cli ≥ 0.3.0 (the monitor command was added in 0.3.0). If parallel-cli monitor errors with no such command or similar, tell the user to run parallel-cli update (or pipx upgrade parallel-web-tools if installed via pipx), then retry. What this skill does Monitors are long-running, server-side jobs that re-check the web on a cadence and emit events when something changes. Unlike search/research/findall (one-shot lookups), monitors persist until delete...
|
10.3K |
| 1511 | clickhouse-best-practices | clickhouse/agent-skills |
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
|
10.3K |
| 1512 | parallel-findall | parallel-web/parallel-agent-skills |
FindAll: Entity Discovery Find: $ARGUMENTS Requires parallel-cli ≥ 0.3.0 (the findall command was added in 0.3.0). If parallel-cli findall errors with no such command or similar, tell the user to run parallel-cli update (or pipx upgrade parallel-web-tools if installed via pipx), then retry. When to use this skill Use FindAll when the user wants a structured list of entities matching a description, not webpages or a narrative answer. User asks for… Use "Find all X that…" / "List every Y…" paralle...
|
10.3K |
| 1513 | python-patterns | affaan-m/ecc |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Show more Installs 1.8K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent...
|
10.3K |
| 1514 | llm-evaluation | wshobson/agents |
LLM Evaluation Master comprehensive evaluation strategies for LLM applications, from automated metrics to human evaluation and A/B testing. When to Use This Skill Measuring LLM application performance systematically Comparing different models or prompts Detecting performance regressions before deployment Validating improvements from prompt changes Building confidence in production systems Establishing baselines and tracking progress over time Debugging unexpected model behavior Core Evaluation T...
|
10.3K |
| 1515 | forget | rohitg00/agentmemory |
The user wants to remove data from agentmemory: $ARGUMENTS IMPORTANT : This is a destructive operation. Always confirm with the user before deleting. Steps: First search for matching observations with the memory_smart_search MCP tool (provided by the agentmemory server this plugin wires up via .mcp.json ). Use the user's input as the query with limit: 20 . Show the user what was found — session IDs, observation IDs, titles — and ask for explicit confirmation before deleting. Once confirmed, call...
|
10.3K |
| 1516 | bash-defensive-patterns | wshobson/agents |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
10.3K |
| 1517 | frontend-slides | affaan-m/ecc |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
10.3K |
| 1518 | building-components | vercel/components.build |
Building Components When to use this skill Use when the user is: Building new UI components (primitives, components, blocks, templates) Implementing accessibility features (ARIA, keyboard navigation, focus management) Creating composable component APIs (slots, render props, controlled/uncontrolled state) Setting up design tokens and theming systems Publishing components to npm or a registry Writing component documentation Implementing polymorphism or as-child patterns Working with data attribute...
|
10.3K |
| 1519 | recap | rohitg00/agentmemory |
The user wants a recap. Time window args: $ARGUMENTS Parse $ARGUMENTS to determine the window: today -> sessions started on the current local date this week -> sessions started in the last 7 days last <n> -> the most recent N sessions bare numeric -> treat as last <n> empty -> default to last 10 Call the memory_sessions MCP tool, then filter to the current project (match by cwd against the working directory). Apply the time window. Sort by startedAt descending. Group the surviving sessions by th...
|
10.3K |
| 1520 | commit-context | rohitg00/agentmemory |
The user wants commit context for: $ARGUMENTS Run git blame (or git log -L ) on the target file, function, or line in $ARGUMENTS to extract the most recent commit SHA that touched it. Use git blame -L <start>,<end> <file> when a line range is given, git log -L :<function>:<file> when a function name is given, and git log -n 1 -- <file> when only a path is given. With the SHA in hand, look up the linked agent session via the memory_commit_lookup MCP tool with sha: "<full-sha>" . If the MCP tool i...
|
10.3K |
| 1521 | nature-figure | yuan1z0825/nature-skills |
Nature Figure Making Skill A guide for producing publication-quality scientific figures as a visual argument, not as isolated pretty plots. Every figure starts from a claim, an evidence hierarchy, and a review-risk check before code or aesthetics. The older Python/matplotlib rules in this skill remain valid. The skill now also supports R, especially ggplot2 + patchwork + ComplexHeatmap + ggrepel + svglite/cairo_pdf + ragg . If the user provides a private plotting template collection, use it only...
|
10.3K |
| 1522 | expo-router | expo/skills |
Expo Router Navigation Navigation and routing for Expo Router apps. For screen styling, colors, controls, animations, media, and visual effects, use the expo-native-ui skill. References Consult these resources as needed: references/ route-structure.md Route conventions, dynamic routes, groups, folder organization tabs.md NativeTabs, migration from JS tabs, iOS 26 features toolbar-and-headers.md Stack headers and toolbar buttons, menus, search (iOS only) form-sheet.md ...
|
10.3K |
| 1523 | pollinations-ai | supercent-io/skills-template |
Pollinations.ai Image Generation Free, open-source AI image generation through simple URL parameters. No API key or signup required. When to use this skill Quick prototyping : Generate placeholder images instantly Marketing assets : Create hero images, banners, social media content Creative exploration : Test multiple styles and compositions rapidly No-budget projects : Free alternative to paid image generation services Automated workflows : Script-friendly URL-based API Instructions Step 1: Und...
|
10.2K |
| 1524 | python-mcp-server-generator | github/awesome-copilot |
Generate Python MCP Server Create a complete Model Context Protocol (MCP) server in Python with the following specifications: Requirements Project Structure : Create a new Python project with proper structure using uv Dependencies : Include mcp[cli] package with uv Transport Type : Choose between stdio (for local) or streamable-http (for remote) Tools : Create at least one useful tool with proper type hints Error Handling : Include comprehensive error handling and validation Implementation Detai...
|
10.2K |
| 1525 | create-github-action-workflow-specification | github/awesome-copilot |
Create GitHub Actions Workflow Specification Create a comprehensive specification for the GitHub Actions workflow: ${input:WorkflowFile} . This specification serves as a specification for the workflow's behavior, requirements, and constraints. It must be implementation-agnostic, focusing on what the workflow accomplishes rather than how it's implemented. AI-Optimized Requirements Token Efficiency : Use concise language without sacrificing clarity Structured Data : Leverage tables, lists, and dia...
|
10.2K |
| 1526 | protocol-reverse-engineering | wshobson/agents |
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
|
10.2K |
| 1527 | csharp-async | github/awesome-copilot |
C Async Programming Best Practices Your goal is to help me follow best practices for asynchronous programming in C. Naming Conventions Use the 'Async' suffix for all async methods Match method names with their synchronous counterparts when applicable (e.g., GetDataAsync() for GetData() ) Return Types Return Task<T> when the method returns a value Return Task when the method doesn't return a value Consider ValueTask<T> for high-performance scenarios to reduce allocations Avoid returning void for ...
|
10.2K |
| 1528 | postgres-patterns | affaan-m/ecc |
PostgreSQL Patterns Quick reference for PostgreSQL best practices. For detailed guidance, use the database-reviewer agent. When to Activate Writing SQL queries or migrations Designing database schemas Troubleshooting slow queries Implementing Row Level Security Setting up connection pooling Quick Reference Index Cheat Sheet Show more Installs 1.7K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
10.2K |
| 1529 | handoff | rohitg00/agentmemory |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
10.2K |
| 1530 | commit-history | rohitg00/agentmemory |
The user wants a list of agent-linked commits. Filter args: $ARGUMENTS Parse $ARGUMENTS for optional branch=<name> , repo=<url-or-fragment> , and limit=<n> tokens. A bare numeric token becomes the limit. Defaults: no branch filter, no repo filter, limit 100, max 500. Call the memory_commits MCP tool with the parsed filters. If the MCP tool is unavailable, fall back to HTTP: build GET $AGENTMEMORY_URL/agentmemory/commits and append each filter as a URL-encoded query parameter (use URLSearchParams...
|
10.2K |
| 1531 | workflow-orchestration-patterns | wshobson/agents |
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. When to Use Workflow Orchestration Ideal Use Cases (Source: docs.temporal.io) Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics Long-running workflows (hours to years) with automatic state persistence Failure recovery th...
|
10.2K |
| 1532 | video-editing | affaan-m/ecc |
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
|
10.2K |
| 1533 | api-design | affaan-m/ecc |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
10.2K |
| 1534 | clerk-swift | clerk/skills |
Clerk Swift (Native iOS) This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Swift, SwiftUI, UIKit, or native iOS Clerk implementation. The project appears to be native iOS/Swift (for example .xcodeproj , .xcworkspace , Package.swift , Swift targets). Do not activate this skill when either condition is true: ...
|
10.2K |
| 1535 | django-patterns | affaan-m/ecc |
Django Development Patterns Production-grade Django architecture patterns for scalable, maintainable applications. When to Activate Building Django web applications Designing Django REST Framework APIs Working with Django ORM and models Setting up Django project structure Implementing caching, signals, middleware Project Structure Recommended Layout Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Sny...
|
10.2K |
| 1536 | gmgn-market | gmgnai/gmgn-skills |
Use the gmgn-cli tool to query K-line data for a token or browse trending tokens. Sub-commands Sub-command Description market kline Token candlestick data market trending Trending token swap data Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environment gmgn-cli installed globally: npm install -g gmgn-cli@1.0.1 Kline Parameters Parameter Required Description --chain Yes sol / bsc / ...
|
10.2K |
| 1537 | gmgn-token | gmgnai/gmgn-skills |
Use the gmgn-cli tool to query token information based on the user's request. Sub-commands Sub-command Description token info Basic info + realtime price token security Security metrics (holder concentration, contract risks) token pool Liquidity pool info token holders Top token holders list token traders Top token traders list Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environme...
|
10.2K |
| 1538 | attack-tree-construction | wshobson/agents |
Attack Tree Construction Systematic attack path visualization and analysis. When to Use This Skill Visualizing complex attack scenarios Identifying defense gaps and priorities Communicating risks to stakeholders Planning defensive investments Penetration test planning Security architecture review Core Concepts 1. Attack Tree Structure [Root Goal] | ┌────────────┴────────────┐ │ │ [Sub-goal 1] ...
|
10.2K |
| 1539 | cloud-sql-basics | google/skills |
Cloud SQL Basics Cloud SQL is a fully managed relational database service for MySQL, PostgreSQL, and SQL Server. It automates time-consuming tasks like patches, updates, backups, and replicas, while providing high performance and availability for your applications. Prerequisites Ensure you have the necessary IAM permissions to create and manage Cloud SQL instances. The Cloud SQL Admin ( roles/cloudsql.admin ) role provides full access to Cloud SQL resources. Quick Start (PostgreSQL) Enable the A...
|
10.2K |
| 1540 | attribution | coreyhaines31/marketingskills |
Attribution You help users answer the hardest question in marketing: which of my efforts actually caused this conversion and this revenue? Attribution is where marketers lose the most money — to channels that look good in one dashboard and terrible in another, to "direct" and "branded search" that hide the real source, and to models that quietly encode an opinion as if it were fact. This skill has two pillars. Know which one the user needs before you dive in: (A) Interpretation — choosing an att...
|
10.2K |
| 1541 | agentic-workflow | supercent-io/skills-template |
AI Agent Workflow (Workflow & Productivity) When to use this skill Optimize everyday AI agent work Integrate Git/GitHub workflows Use MCP servers Manage and recover sessions Apply productivity techniques 1. Key commands by agent Claude Code commands Command Function When to use /init Auto-generate a CLAUDE.md draft Start a new project /usage Show token usage/reset time Start of every session /clear Clear conversation history When context is polluted; start a new task /context Context window X-Ra...
|
10.1K |
| 1542 | agentic-development-principles | supercent-io/skills-template |
Agentic development principles (Agentic Development Principles) "AI is the copilot; you are the pilot" AI agents amplify the developer's thinking and take over repetitive work, but final decision-making authority and responsibility always remain with the developer. When to use this skill When starting a collaboration session with an AI agent When deciding an approach before starting a complex task When establishing a context management strategy When reviewing workflows to improve productivity Wh...
|
10.1K |
| 1543 | agent-configuration | supercent-io/skills-template |
AI Agent Configuration Policy (Configuration & Security) When to use this skill Build AI agent environment for new projects Write and optimize project description files Configure Hooks/Skills/Plugins Establish security policies Share team configurations 1. Project Description File Writing Policy Overview Project description files (CLAUDE.md, README, etc.) are project manuals for AI . AI agents reference these files with top priority. Auto-generate (Claude Code) /init Claude analyzes the codebas...
|
10.1K |
| 1544 | agent-evaluation | supercent-io/skills-template |
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
|
10.1K |
| 1545 | sandbox-agent | rivet-dev/skills |
Sandbox Agent provides a universal API for orchestrating AI coding agents in sandboxed environments. What To Do If You Get Stuck If something is not working as intended or you are stuck, prompt the user to join the [Rivet Discord](https://rivet.dev/discord) or file an issue on [GitHub](https://github.com/rivet-dev/sandbox-agent/issues) to report an issue and get help. Provide the user with a pre-generated report with: - Symptoms If this is happening in local dev, deployed, or both - The e...
|
10.1K |
| 1546 | ai-prompt-engineering-safety-review | github/awesome-copilot |
AI Prompt Engineering Safety Review & Improvement You are an expert AI prompt engineer and safety specialist with deep expertise in responsible AI development, bias detection, security analysis, and prompt optimization. Your task is to conduct comprehensive analysis, review, and improvement of prompts for safety, bias, security, and effectiveness. Follow the comprehensive best practices outlined in the AI Prompt Engineering & Safety Best Practices instruction. Your Mission Analyze the provided p...
|
10.1K |
| 1547 | dotnet-upgrade | github/awesome-copilot |
Project Discovery & Assessment name: "Project Classification Analysis" prompt: "Identify all projects in the solution and classify them by type ( .NET Framework , .NET Core , .NET Standard ). Analyze each .csproj for its current TargetFramework and SDK usage." name: "Dependency Compatibility Review" prompt: "Review external and internal dependencies for framework compatibility. Determine the upgrade complexity based on dependency graph depth." name: "Legacy Package Detection" prompt: "Identify l...
|
10.1K |
| 1548 | context7 | intellectronica/agent-skills |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
10.1K |
| 1549 | n8n-workflow-patterns | czlonkowski/n8n-skills |
n8n Workflow Patterns Proven architectural patterns for building n8n workflows. The 5 Core Patterns Based on analysis of real workflow usage: Webhook Processing (Most Common) Receive HTTP requests → Process → Output Pattern: Webhook → Validate → Transform → Respond/Notify HTTP API Integration Fetch from REST APIs → Transform → Store/Use Pattern: Trigger → HTTP Request → Transform → Action → Error Handler Database Operations Read/Write/Sync database data Pattern: Schedule → Query → Trans...
|
10.1K |
| 1550 | unity-ecs-patterns | wshobson/agents |
Unity ECS Patterns Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler. When to Use This Skill Building high-performance Unity games Managing thousands of entities efficiently Implementing data-oriented game systems Optimizing CPU-bound game logic Converting OOP game code to ECS Using Jobs and Burst for parallelization Core Concepts 1. ECS vs OOP Aspect Traditional OOP ECS/DOTS Data layout Object-oriented Data-or...
|
10.1K |