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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,660
总 Skills
168.0M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
18151 ffuf-web-fuzzing jthack/ffuf_claude_skill
FFUF (Fuzz Faster U Fool) Skill Overview FFUF is a fast web fuzzer written in Go, designed for discovering hidden content, directories, files, subdomains, and testing for vulnerabilities during penetration testing. It's significantly faster than traditional tools like dirb or dirbuster. Installation Using Go go install github.com/ffuf/ffuf/v2@latest Using Homebrew (macOS) brew install ffuf Binary download Download from: https://github.com/ffuf/ffuf/releases/latest Core Concepts The FUZZ Keyw...
77
18152 eval-recipes-runner rysweet/amplihack
eval-recipes Runner Skill Purpose Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. When to Use User asks to "test with eval-recipes" User says "run the evals" or "benchmark this change" User wants to validate improvements against codex/claude_code Testing a PR branch to prove it improves scores Capabilities I can run eval-recipes benchmarks to: Test specific amplihack branches Compare against baseline agents (codex, claude_code) Run specific...
77
18153 forex-list octagonai/skills
Forex List Retrieve comprehensive information about actively traded currency pairs in the global forex market 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. Define Scope Determine which currency pair categories you want to explore: Majors : USD paired with major currencies Crosses : Major currencies without USD Exotics : Emerging market c...
77
18154 alicloud-ai-chatbot-test cinience/alicloud-skills
Category: test AI CHATBOT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/service/alicloud-ai-chatbot/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/service/alicloud-ai-chatbot \ --output output/alicloud-ai-chatbot-test/compile-check.json Read the target skill SKILL.md and...
77
18155 feishu-connection xiaomingx/moltbot-connector-feishu-dingtalk
Bridge Feishu bot messages to Clawdbot Gateway over local WebSocket. Architecture ``` Feishu user → Feishu cloud ←WS→ bridge.py (local) ←WS→ Clawdbot Gateway → AI agent ``` - Feishu SDK connects outbound (no inbound port / public IP needed) - Bridge authenticates to Gateway using the existing gateway token - Each Feishu chat maps to a Clawdbot session (`feishu:<chatId>`) Setup 1. Create Feishu bot - Go to [open.feishu.cn/app](https://open.feishu.cn/app) → Create self-built app → Add ...
77
18156 torchforge-rl-training davila7/claude-code-templates
torchforge: PyTorch-Native Agentic RL Library torchforge is Meta's PyTorch-native RL library that separates infrastructure concerns from algorithm concerns. It enables rapid RL research by letting you focus on algorithms while handling distributed training, inference, and weight sync automatically. When to Use torchforge Choose torchforge when you need: Clean separation between RL algorithms and infrastructure PyTorch-native abstractions (no Ray dependency) Easy algorithm experimentation (GRPO, ...
77
18157 performance-expert shipshitdev/library
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
77
18158 xlsx davepoon/buildwithclaude
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
77
18159 oauth2-oidc-implementer patricio0312rev/skills
OAuth 2.0 & OIDC Implementer Implement secure authentication with OAuth 2.0 and OpenID Connect. Core Workflow Choose flow: Authorization Code, PKCE, Client Credentials Configure provider: Set up OAuth/OIDC provider Implement flow: Handle redirects and tokens Secure tokens: Storage and refresh Add providers: Multiple identity providers Handle sessions: Manage authenticated state OAuth 2.0 Flows Overview ┌─────────────────────────────────────────────────────────────┐ │ OAuth...
77
18160 consensus-voting rysweet/amplihack
Consensus Voting Skill Purpose Execute weighted multi-agent voting for critical decisions where domain expertise matters. Unlike debate (collaborative synthesis) or n-version (parallel generation), this skill focuses on structured voting with expertise weighting for security, authentication, and data-handling changes. Key Insight from Pattern Analysis From ~/.amplihack/.claude/context/DISCOVERIES.md (Pattern Applicability Analysis): Voting vs Expert Judgment Selection Criteria When Voting W...
77
18161 web-design-guidelines dedalus-erp-pas/foundation-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
77
18162 sales-strategist ncklrs/startup-os-skills
Sales Strategist Strategic sales operations expertise for B2B SaaS companies — from process design and methodology selection to compensation planning and pipeline optimization. Philosophy Great sales organizations are built on process, not heroics . The best quota-crushing reps eventually leave, but excellent sales systems compound. The best B2B sales strategies: Process before people — A-players in a broken system lose to B-players in a great system Qualify ruthlessly — Time is inventory; don't...
77
18163 expressjs-development manutej/luxor-claude-marketplace
Express.js Development Skill This skill provides comprehensive guidance for building production-ready web applications and REST APIs using Express.js, covering routing, middleware, request/response handling, error handling, authentication, validation, and deployment best practices. When to Use This Skill Use this skill when: Building RESTful APIs for web and mobile applications Creating backend services and microservices Developing web servers with server-side rendering Implementing API gate...
77
18164 github-code-review ruvnet/claude-flow
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
77
18165 slack-gif-creator shajith003/awesome-claude-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
77
18166 mcp-app-builder alpic-ai/skybridge
Creating MCP Apps Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep it up ...
77
18167 offline-sync abelv22/project-foundation
Offline-First & Data Sync Specialist Skill This skill enables the assistant to design and implement a robust synchronization system to solve the "No Offline Queue" issue (P0). Knowledge Areas 1. Local Storage (Native) Room Database: Implementing a local SQLite storage on the Android side to buffer location updates. Data Entities: Defining schema for OfflineLocation that matches the Supabase registros_reten structure. 2. Synchronization Strategies Background Sync: Using WorkManager for reliable d...
77
18168 ai-prompt-engineering vasilyu1983/ai-agents-public
Prompt Engineering — Operational Skill Modern Best Practices (January 2026) : versioned prompts, explicit output contracts, regression tests, and safety threat modeling for tool/RAG prompts (OWASP LLM Top 10: https://owasp.org/www-project-top-10-for-large-language-model-applications/ ). This skill provides operational guidance for building production-ready prompts across standard tasks, RAG workflows, agent orchestration, structured outputs, hidden reasoning, and multi-step planning. All content...
77
18169 using-neon sickn33/antigravity-awesome-skills
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information. Below you'll find a list of resources organized by area ...
77
18170 alicloud-platform-devops-test cinience/alicloud-skills
Category: test PLATFORM DEVOPS Smoke Test Prerequisites Target skill: skills/platform/devops/alicloud-platform-devops/ . Optional online SDK test dependency: python -m pip install -U alibabacloud_devops20210625 alibabacloud_tea_openapi Test Steps Run offline script compilation check: python3 tests/common/compile_skill_scripts.py \ --skill-path skills/platform/devops/alicloud-platform-devops \ --output output/alicloud-platform-devops-test/compile-check.json Run metadata API discovery script: pyth...
77
18171 research-analyst 404kidwiz/claude-supercode-skills
Research Analyst Purpose Provides systematic research capabilities for complex investigations requiring multi-source information gathering, critical analysis, and knowledge synthesis. Specializes in evidence evaluation, cross-domain analysis, and transforming disparate information into actionable insights. When to Use Conducting comprehensive market or technology research Synthesizing information from multiple sources into coherent reports Evaluating competing claims or technologies Building k...
77
18172 smart-test rysweet/amplihack
Optimizes test execution by intelligently selecting which tests to run based on code changes. Instead of running the full test suite every time, this skill: - Maps code changes to affected test files using import dependency analysis - Provides tiered testing strategies for different feedback loop needs - Tracks test reliability to prioritize stable tests in fast runs When I Activate I automatically load when you mention: - "run affected tests" or "run impacted tests" - "smart test" or "i...
77
18173 fastapi pluginagentmarketplace/custom-plugin-python
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
77
18174 component-library shipshitdev/library
Component Library Standards Skill Expert React/Next.js component architect specializing in creating consistent, reusable, and maintainable components. When to Use This Skill Use when you're: Creating new UI components Refactoring existing components for reusability Reviewing component architecture Setting up shared component patterns Optimizing component performance Quick Reference Naming Files: PascalCase (Button.tsx) Props: ComponentNameProps interface Hooks: use- prefix (use-auth.ts) Stru...
77
18175 testing-expert shipshitdev/library
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
77
18176 performance-monitor 404kidwiz/claude-supercode-skills
Provides expertise in monitoring, benchmarking, and optimizing AI agent performance. Specializes in token usage tracking, latency analysis, cost optimization, and implementing quality evaluation metrics (evals) for AI systems. When to Use - Tracking token usage and costs for AI agents - Measuring and optimizing agent latency - Implementing evaluation metrics (evals) - Benchmarking agent quality and accuracy - Optimizing agent cost efficiency - Building observability for AI pipelines - A...
77
18177 pdf-text-extractor willoscar/research-units-pipeline-skills
Optionally collect full-text snippets to deepen evidence beyond abstracts. This skill is intentionally conservative: in many survey runs, abstract/snippet mode is enough and avoids heavy downloads. Inputs - `papers/core_set.csv` (expects `paper_id`, `title`, and ideally `pdf_url`/`arxiv_id`/`url`) - Optional: `outline/mapping.tsv` (to prioritize mapped papers) Outputs - `papers/fulltext_index.jsonl` (one record per attempted paper) - Side artifacts: `papers/pdfs/<paper_id>.pdf` (cached...
77
18178 automate-whatsapp sickn33/antigravity-awesome-skills
Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, app integrations, and D1 database operations. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Edit a workflow graph - Fetch graph: `node scripts/get-graph.js <workflow_id>` (note the `lock_version`) - Edit the JSON (see graph rules below) - Validate: `node scripts/validate-graph.js --definition-file <path>` - Upda...
77
18179 react-server-components-framework yonatangross/orchestkit
React Server Components Framework Overview React Server Components (RSC) enable server-first rendering with client-side interactivity. This skill covers Next.js 16 App Router patterns, Server Components, Server Actions, and streaming. When to use this skill: Building Next.js 16+ applications with the App Router Designing component boundaries (Server vs Client Components) Implementing data fetching with caching and revalidation Creating mutations with Server Actions Optimizing performance with st...
77
18180 alicloud-media-video-translation-test cinience/alicloud-skills
Category: test MEDIA VIDEO TRANSLATION Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/media/video/alicloud-media-video-translation/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/video/alicloud-media-video-translation \ --output output/alicloud-media-video-translation-test...
77
18181 tech-design-doc bahayonghang/my-claude-code-settings
Technical Design Document Skill Execution Flow 1. Assess Complexity Level Scope Sections Required Small Single component, <100 LOC TL;DR, Design, Implementation Medium Cross-component, API changes + Background, Solution Analysis Large System-level, new service Full template 2. Gather Context Explore the codebase before writing: Identify affected components using Glob and Grep for related code. Read existing implementations and patterns. Note dependencies and potential side effects. Check for sim...
77
18182 ml-ops-engineer borghei/claude-skills
MLOps Engineer The agent operates as a senior MLOps engineer, deploying models to production, orchestrating training pipelines, monitoring model health, managing feature stores, and automating ML CI/CD. Workflow Assess ML maturity -- Determine the current level (manual notebooks vs. automated pipelines vs. full CI/CD). Identify the highest-impact gap to close first. Build or extend training pipeline -- Define fetch-data, validate, preprocess, train, evaluate stages. Use Kubeflow, Airflow, or equ...
77
18183 swift-testing-code-review existential-birds/beagle
Swift Testing Code Review Quick Reference Issue Type Reference expect vs require, expression capture, error testing references/expect-macro.md @Test with arguments, traits, zip() pitfalls references/parameterized.md confirmation, async sequences, completion handlers references/async-testing.md @Suite, tags, parallel execution, .serialized references/organization.md Review Checklist Expressions embedded directly in expect (not pre-computed booleans) require used only for preconditions, expect for...
77
18184 alicloud-ai-recommend-airec-test cinience/alicloud-skills
Category: test AI RECOMMEND AIREC Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/recommendation/alicloud-ai-recommend-airec/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/recommendation/alicloud-ai-recommend-airec \ --output output/alicloud-ai-recommend-airec-test/compile...
77
18185 breadboarding rjs/shaping-skills
No SKILL.md available for this skill. View on GitHub
77
18186 owasp-llm-top10 mastepanoski/claude-skills
OWASP Top 10 for LLM Applications Security Audit This skill enables AI agents to perform a comprehensive security assessment of Large Language Model (LLM) and Generative AI applications using the OWASP Top 10 for LLM Applications 2025 , published by the OWASP GenAI Security Project. The OWASP Top 10 for LLM Applications identifies the most critical security risks in systems that integrate large language models, covering vulnerabilities from prompt injection to unbounded resource consumption. Thi...
77
18187 errors yonatangross/orchestkit
Error Pattern Analysis Analyze errors captured from Claude Code sessions to identify patterns and get actionable insights. Quick Start /errors Batch analysis of historical error patterns /debug CC 2.1.30 real-time debug for current session When to Use Which Command Purpose Scope /errors Batch analysis of error patterns (last 24h/7d) Historical patterns /debug Real-time debug of current session state Current session /ork:fix-issue Full RCA workflow for specific bug Single issue Quick Analysis ...
77
18188 tensorrt-llm orchestra-research/ai-research-skills
TensorRT-LLM NVIDIA's open-source library for optimizing LLM inference with state-of-the-art performance on NVIDIA GPUs. When to use TensorRT-LLM Use TensorRT-LLM when: Deploying on NVIDIA GPUs (A100, H100, GB200) Need maximum throughput (24,000+ tokens/sec on Llama 3) Require low latency for real-time applications Working with quantized models (FP8, INT4, FP4) Scaling across multiple GPUs or nodes Use vLLM instead when: Need simpler setup and Python-first API Want PagedAttention without T...
77
18189 project-astrology-vedic vasilyu1983/ai-agents-public
Vedic Astrology (Jyotish) — Expert Advisor Defaults (State These Up Front) Use the sidereal zodiac. Default ayanamsa: Lahiri (unless the user requests Raman/KP/other). Default houses: Whole Sign (unless the user requests another tradition). Default nodes: mean Rahu/Ketu (unless the user requests true nodes). Default timing: Vimshottari Dasha + transits (Jupiter/Saturn emphasis). If any of these defaults materially affect the answer, ask the user to confirm them. Intake (Ask Only What You Need)...
77
18190 alicloud-ai-content-aicontent-test cinience/alicloud-skills
Category: test AI CONTENT AICONTENT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/content/alicloud-ai-content-aicontent/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/content/alicloud-ai-content-aicontent \ --output output/alicloud-ai-content-aicontent-test/compile-check...
77
18191 alicloud-database-analyticdb-mysql-test cinience/alicloud-skills
Category: test DATABASE ANALYTICDB MYSQL Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/database/analyticdb/alicloud-database-analyticdb-mysql/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/database/analyticdb/alicloud-database-analyticdb-mysql \ --output output/alicloud-databa...
77
18192 doctor yonatangross/orchestkit
Doctor — 环境检查与安装向导 本 skill 检查完整数学建模工作流所需的所有工具是否已就绪,并帮助用户安装缺失项。 本 skill 只在用户显式触发时运行,不自动执行。 检查项清单 核心工具 工具 用途 检测命令 typst 论文编译(5writing、6verity,Typst 引擎) command -v typst xelatex 论文编译(5writing、6verity,LaTeX 引擎,中文模板必需) command -v xelatex python3 数值计算与图表(3coding-visual) command -v python3 drawio / draw.io DrawIO 流程图导出 PDF(4drawio) command -v drawio || command -v draw.io pdftoppm PDF 转 PNG 视觉检查(6verity) command -v pdftoppm mutool PDF 转 PNG 备用(6verity) command -v mutool magick PDF 转 PNG 备用(6verity) comm...
77
18193 url-state-management andrelandgraf/fullstackrecipes
URL State Management Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs. Prerequisites Complete these recipes first (in order): Next.js on Vercel Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel Cookbook - Complete These Recipes in Order URL State with nuqs Syn...
77
18194 webflow-automation sickn33/antigravity-awesome-skills
Webflow Automation via Rube MCP Automate Webflow operations including CMS collection management, site publishing, page inspection, asset uploads, and ecommerce order retrieval through Composio's Webflow toolkit. Toolkit docs : composio.dev/toolkits/webflow Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Webflow connection via RUBE_MANAGE_CONNECTIONS with toolkit webflow Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://...
77
18195 notion-automation sickn33/antigravity-awesome-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 :...
77
18196 create-skill launchdarkly/agent-skills
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
77
18197 oracle-codex paulrberg/agent-skills
Codex Oracle Use OpenAI Codex CLI as a read-only oracle — planning, review, and analysis only. Codex provides its perspective; you synthesize and present results to the user. Sandbox is always read-only . Codex must never implement changes. Arguments Parse $ARGUMENTS for: query — the main question or task (everything not a flag). Required — if empty, tell the user to provide a query and stop. --reasoning <level> — override reasoning effort ( low , medium , high , xhigh ). Optional; default is au...
77
18198 flexlayout-react bobmatnyc/claude-mpm-skills
FlexLayout-React - Professional Docking Layouts Overview FlexLayout-React provides IDE-quality docking layouts with drag-and-drop, tabs, splitters, and complex window management. Perfect for dashboards, IDEs, admin panels, and any interface requiring flexible, user-customizable layouts. Key Features: Drag-and-drop panel repositioning Tabbed interfaces with close, maximize, minimize Splitters for resizable panes Border docking areas Layout persistence (save/restore) Programmatic layout control...
77
18199 schema-builder get-convex/convex-agent-plugins
Convex Schema Builder Build well-structured Convex schemas following best practices for relationships, indexes, and validators. When to Use Creating a new convex/schema.ts file Adding tables to existing schema Designing data model relationships Adding or optimizing indexes Converting nested data to relational structure Schema Design Principles Document-Relational : Use flat documents with ID references, not deep nesting Index Foreign Keys : Always index fields used in lookups (userId, teamId, et...
77
18200 enterprise-architecture-patterns manutej/luxor-claude-marketplace
Enterprise Architecture Patterns A comprehensive skill for mastering enterprise architecture patterns, distributed systems design, and scalable application development. This skill covers strategic and tactical patterns for building robust, maintainable, and scalable enterprise systems. When to Use This Skill Use this skill when: Designing microservices architectures for distributed systems Implementing domain-driven design (DDD) in complex business domains Building event-driven architectures...
77