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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,030
总 Skills
106.8M
总安装量
2,603
贡献者
# Skill 仓库 描述 安装量
16251 elegant-design rand/cc-polymath
Designing Elegant Interfaces Philosophy World-class design is intentional, accessible, and delightful. Every element serves a purpose, every interaction feels natural, and the experience adapts gracefully across contexts. Core Principles: Clarity over cleverness - Users should never wonder what to do next Consistency over novelty - Patterns should repeat predictably Performance over features - Fast, smooth interactions trump visual complexity Accessibility always - Design for all users from t...
72
16252 godot-3d-world-building thedivergentai/gd-agentic-skills
3D World Building Expert guidance for level design with GridMaps, CSG, and environmental setup. NEVER Do NEVER forget to bake GridMap navigation — GridMaps don't auto-generate navigation meshes. Use EditorPlugin or manual NavigationRegion3D. NEVER use CSG for final game geometry — CSG is for prototyping. Convert to static meshes for performance (use "Bake CSG Mesh" in editor). NEVER scale GridMap cell size after placing tiles — Changing cell_size doesn't update existing tiles, causing misalignme...
72
16253 skill-sync prowler-cloud/prowler
Purpose Keeps AGENTS.md Auto-invoke sections in sync with skill metadata. When you create or modify a skill, run the sync script to automatically update all affected AGENTS.md files. Required Skill Metadata Each skill that should appear in Auto-invoke sections needs these fields in metadata. auto_invoke can be either a single string or a list of actions: metadata: author: prowler-cloud version: "1.0" scope: [ui] Which AGENTS.md: ui, api, sdk, root ...
72
16254 indicator-dashboard marketcalls/openalgo-indicator-skills
Create a web dashboard for interactive technical analysis using Plotly Dash or Streamlit. Arguments Parse $ARGUMENTS as: type symbol $0 = dashboard type. Default: single Dash types : single , multi-symbol , multi-timeframe , scanner-dashboard Streamlit types : streamlit-single , streamlit-multi , streamlit-scanner $1 = symbol (e.g., SBIN, RELIANCE). Default: SBIN If no arguments, ask the user what kind of dashboard they want and whether they prefer Dash or Streamlit. Instructions Read the indica...
72
16255 aws-cloud-architecture manutej/luxor-claude-marketplace
AWS Cloud Architecture A comprehensive skill for designing, implementing, and operating production-grade AWS cloud architectures following the AWS Well-Architected Framework. Table of Contents AWS Well-Architected Framework Compute Services Storage Services Database Services Networking and Content Delivery Security, Identity, and Compliance Serverless Architecture Cost Optimization Monitoring and Operations High Availability and Disaster Recovery AWS Well-Architected Framework The AWS Well-Ar...
72
16256 aesthetic-analysis qodex-ai/ai-agent-skills
Landing Page Redesign Instructions When requested to redesign a landing page based on a reference: 1. User Interview If not provided in the initial request, ask the user for: Reference URL or Image: The landing page or design to replicate (can be a live website URL or an image URL) Target Page: Which file in the codebase should receive the design (e.g., app/(tabs)/index.tsx, app/landing.tsx) If details are provided in the initial request, skip to step 2 2. Capture Reference Design Use Playwrig...
72
16257 retrieving-mlflow-traces mlflow/skills
Retrieving MLflow Traces Single Fetch vs Search Choose the right approach based on what you have: You have... Use Command Trace ID Single fetch mlflow traces get --trace-id <id> Session/user/filters Search mlflow traces search --experiment-id <id> --filter-string "..." Single fetch - Use when you have a specific trace ID (e.g., from UI, logs, or API response): mlflow traces get --trace-id tr-69f72a3772570019f2f91b75b8b5ded9 Search - Use when you need to find traces by criteria (session, user, st...
72
16258 slidev-styling yoanbernabeu/slidev-skills
This skill covers all styling options in Slidev, including UnoCSS utilities, custom CSS, scoped styles, and advanced styling techniques. When to Use This Skill - Customizing slide appearance - Adding custom colors and typography - Creating reusable style patterns - Implementing animations - Building responsive layouts UnoCSS Basics Slidev uses UnoCSS, an atomic CSS framework similar to Tailwind CSS. Inline Classes ``` <div class="text-xl font-bold text-blue-500"> Styled text </div...
72
16259 moai-library-shadcn modu-ai/moai-adk
Quick Reference Enterprise shadcn/ui Component Library Expert Comprehensive shadcn/ui expertise with AI-powered design system architecture, Context7 integration, and intelligent component orchestration for modern React applications. Core Capabilities: AI-Powered Component Architecture using Context7 MCP Intelligent Design System with automated theme customization Advanced Component Orchestration with accessibility and performance Enterprise UI Framework with zero-configuration design tokens ...
72
16260 docusign-automation composiohq/awesome-claude-skills
DocuSign Automation via Rube MCP Automate DocuSign e-signature workflows through Composio's DocuSign toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/docusign Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active DocuSign connection via RUBE_MANAGE_CONNECTIONS with toolkit docusign 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 ...
72
16261 skill-writing-best-practices sergiodxa/agent-skills
Skill Writing Best Practices Patterns for creating effective AI agent skills that capture coding conventions and best practices. Contains 6 rules covering structure, content, and writing style. When to Apply Reference these guidelines when: Creating a new skill from scratch Extracting patterns from an existing codebase Reviewing or improving existing skills Converting documentation into skill format Rules Summary Structure (HIGH) skill-directory-structure - @rules/skill-directory-structure.md Ev...
72
16262 bad-example-skill bobmatnyc/claude-mpm-skills
⚠️ BAD EXAMPLE - Interdependent Skill (Anti-Pattern) WARNING: This is an ANTI-PATTERN example showing what NOT to do. DO NOT COPY THIS STRUCTURE. See good-self-contained-skill for correct approach. ❌ VIOLATION 1: Relative Path Dependencies Related Documentation For setup instructions, see [../setup-skill/SKILL.md](../setup-skill/SKILL.md) For testing patterns, see: - [../../testing/pytest-patterns/](../../testing/pytest-patterns/) - [../../testing/test-utils/](../../testing/test-utils/) D...
72
16263 mobile-testing proffesor-for-testing/agentic-qe
Mobile Testing <default_to_action> When testing mobile applications: DEFINE device coverage matrix (Tier 1: 60%, Tier 2: 30%, Tier 3: 10%) TEST platform differences (iOS ≠ Android: back button, permissions, UI) VALIDATE touch gestures (tap, swipe, pinch, long-press) TEST mobile-specific scenarios (offline, low battery, interruptions) USE real devices for critical paths, emulators for fast feedback Quick Mobile Checklist: Test on latest iOS + Android flagship devices Test offline mode and net...
72
16264 confluence-automation sickn33/antigravity-awesome-skills
Confluence Automation via Rube MCP Automate Confluence operations including page creation and updates, content search with CQL, space management, label tagging, and page hierarchy navigation through Composio's Confluence toolkit. Toolkit docs : composio.dev/toolkits/confluence Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Confluence connection via RUBE_MANAGE_CONNECTIONS with toolkit confluence Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup ...
72
16265 security rshankras/claude-code-apple-skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
72
16266 powershell-windows vudovn/antigravity-kit
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. 2. Unicode/Emoji Restriction CRITICAL: No Unicode in Scripts Purpose ❌ Don't Use ✅ Use Success ✅ ✓ [OK] [+] Error ❌ ✗ 🔴...
72
16267 brand-strategy jeremylongshore/claude-code-plugins-plus-skills
Brand Strategy Framework A systematic 7-part methodology for building brand foundations — the same process top agencies use with Fortune 500 clients. Overview This skill guides users through a comprehensive brand strategy process, from core identity through measurement. Each phase builds on the previous, creating a cohesive strategic foundation. Walk the user through each phase sequentially. Ask discovery questions, synthesize their answers, and produce structured outputs for each section be...
72
16268 popo-document-browser api/git
No SKILL.md available for this skill. View on GitHub
71
16269 python-data-pipeline-designer jorgealves/agent_skills
Python Data Pipeline Designer Purpose and Intent Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem...
71
16270 zendesk-automation composiohq/awesome-claude-skills
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk 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 endpoint ...
71
16271 intent-plan arcblock/idd
Intent Plan Transform an approved Intent into a structured, executable development plan with strict TDD discipline. Core Principles Test First, Always: Every implementation step starts with writing tests Phased Execution: Break work into phases with clear deliverables Verification Gates: Each phase ends with e2e validation Automation Priority: Prefer CLI/script testing over manual/browser testing Plan Structure Phase 1: [Phase Name] ├── Step 1.1: [Feature/Component] │ ├── Unit 1: Write Tests...
71
16272 dropbox-automation composiohq/awesome-claude-skills
Dropbox Automation via Rube MCP Automate Dropbox operations including file upload/download, search, folder management, sharing links, batch operations, and metadata retrieval through Composio's Dropbox toolkit. Toolkit docs : composio.dev/toolkits/dropbox Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Dropbox connection via RUBE_MANAGE_CONNECTIONS with toolkit dropbox Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://r...
71
16273 multi-agent architect daffy0208/ai-dev-standards
Multi-Agent Architect Design systems where multiple specialized agents collaborate to solve complex problems. Core Principle Divide complex tasks among specialized agents , each expert in their domain, coordinated through clear communication patterns. When to Use Multi-Agent Systems Use Multi-Agent When: ✅ Task requires multiple specializations (research + writing + coding) ✅ Parallel processing speeds up solution (independent subtasks) ✅ Need self-correction through peer review ✅ Complex workfl...
71
16274 performance-profiling vudovn/antigravity-kit
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
71
16275 pdf dedalus-erp-pas/foundation-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
71
16276 instrumenting-with-mlflow-tracing mlflow/skills
MLflow Tracing Instrumentation Guide Language-Specific Guides Based on the user's project, load the appropriate guide: Python projects : Read references/python.md TypeScript/JavaScript projects : Read references/typescript.md If unclear, check for package.json (TypeScript) or requirements.txt / pyproject.toml (Python) in the project. What to Trace Trace these operations (high debugging/observability value): Operation Type Examples Why Trace Root operations Main entry points, top-level pipelines,...
71
16277 hubspot-automation sickn33/antigravity-awesome-skills
HubSpot CRM Automation via Rube MCP Automate HubSpot CRM workflows including contact/company management, deal pipeline tracking, ticket search, and custom property creation through Composio's HubSpot toolkit. Toolkit docs : composio.dev/toolkits/hubspot Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HubSpot connection via RUBE_MANAGE_CONNECTIONS with toolkit hubspot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rub...
71
16278 mapbox-integration-patterns mapbox/mcp-devkit-server
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing vi...
71
16279 ios-design pproenca/dot-skills
Apple SwiftUI iOS Design Best Practices A builder's guide for implementing Apple-quality iOS interfaces in SwiftUI, grounded in two foundational design texts: Ken Kocienda — Creative Selection (empathy for the user, craft in coding, taste in choosing the best solution, demo culture of iterative refinement) John Edson — Design Like Apple (systems thinking, the product is the marketing, design out loud, design with conviction) Contains 62 rules across 8 principle-based categories. Each rule identi...
71
16280 tailwindcss-debugging josiahsiegel/claude-plugin-marketplace
Tailwind CSS Debugging & Troubleshooting Common Issues & Solutions 1. Styles Not Applying Check Content Detection v4 automatically detects content, but if styles are missing: /* Explicitly specify sources */ @import "tailwindcss"; @source "./src//*.{html,js,jsx,ts,tsx,vue,svelte}"; Verify Class Names <!-- WRONG - Dynamic class won't be detected --> <div class={`text-${color}-500`}> <!-- CORRECT - Use complete class names --> <div class={color === 'blue' ? 'text-blue-500' : 'text-red-500'}> ...
71
16281 codemap jordancoin/codemap
Codemap Codemap gives you instant architectural context about any codebase. Use it proactively before exploring or modifying code. Commands codemap . Project structure and top files codemap --deps Dependency flow (imports/functions) codemap --diff Changes vs main branch codemap --diff --ref <branch> Changes vs specific branch When to Use ALWAYS run codemap . when: Starting any new task or feature User asks "where is X?" or "what files hand...
71
16282 cli-developer 404kidwiz/claude-supercode-skills
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
71
16283 github-issue-creator sickn33/antigravity-awesome-skills
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
71
16284 rich-terminal-output autumnsgrove/groveengine
Rich Terminal Output Skill When to Activate Activate this skill when: Building CLI applications Displaying structured data (tables) Showing progress for long operations Creating error/status panels Pretty-printing objects for debugging Enhancing logging output Installation uv add rich Quick test python -c "from rich import print; print('[bold green]Rich working![/]')" Core Concepts Console Object from rich . console import Console console = Console ( ) Basic output console . print ( "Hello, Wo...
71
16285 ghostty-config sammcj/agentic-coding
Ghostty Configuration Guidance for configuring the Ghostty terminal emulator. Ghostty uses text-based config files with sensible defaults and zero required configuration. Config File Locations XDG Path (All Platforms): $XDG_CONFIG_HOME/ghostty/config Defaults to ~/.config/ghostty/config if XDG_CONFIG_HOME undefined macOS Additional Path: ~/Library/Application Support/com.mitchellh.ghostty/config If both XDG and macOS paths exist, both are loaded with macOS path taking precedence Config Syntax C...
71
16286 creating-agent-skills everyinc/compound-engineering-plugin
Creating Agent Skills This skill teaches how to create effective Claude Code Skills following Anthropic's official specification. Core Principles 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct. Assume Claude is smart - only add context Claude doesn't have. 2. Standard Markdown Format Use YAML frontmatter + markdown body. No XML tags - use standard markdown headings. --- name: my-skill-name description: What it does and when to use it --- My Skill Name Qui...
71
16287 powershell-shell-detection josiahsiegel/claude-plugin-marketplace
PowerShell Shell Detection & Cross-Shell Compatibility Critical guidance for distinguishing between PowerShell and Git Bash/MSYS2 shells on Windows, with shell-specific path handling and compatibility notes. Shell Detection Priority (Windows) When working on Windows, correctly identifying the shell environment is crucial for proper path handling and command execution. Detection Order (Most Reliable First) process.env.PSModulePath (PowerShell specific) process.env.MSYSTEM (Git Bash/MinGW spec...
71
16288 git-expert personamanagmentlayer/pcl
Git Expert You are an expert in Git version control with deep knowledge of advanced workflows, branching strategies, collaboration patterns, and best practices. You help teams manage code efficiently and resolve complex version control issues. Core Expertise Essential Git Commands Basic Operations: Initialize repository git init git clone https://github.com/user/repo.git Check status and differences git status git diff Unstaged changes git diff --staged Staged changes git diff main .. .featu...
71
16289 salesforce-automation composiohq/awesome-claude-skills
Salesforce Automation via Rube MCP Automate Salesforce CRM operations through Composio's Salesforce toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/salesforce Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Salesforce connection via RUBE_MANAGE_CONNECTIONS with toolkit salesforce 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 — ...
71
16290 electron-architect tomlord1122/tomtom-skill
Electron Architecture Expert Expert assistant for Electron desktop application architecture, Main/Renderer process design, IPC communication, security best practices, and application packaging. How It Works Analyzes application requirements Designs secure Main/Renderer architecture Implements safe IPC communication patterns Provides packaging and distribution configuration Ensures security best practices Usage Scaffold New Project bash /mnt/skills/user/electron-architect/scripts/scaffold-proje...
71
16291 flutter-patterns cleydson/flutter-claude-code
A comprehensive collection of battle-tested Flutter patterns and best practices for building production-quality applications. Overview This skill provides quick-reference patterns for: - Widget Patterns: Common UI components (cards, lists, forms, dialogs, navigation) - Testing Patterns: Unit, widget, and integration testing approaches - Performance Patterns: Optimization techniques and performance checklists - Security Patterns: Security best practices and vulnerability prevention - Anim...
71
16292 code-hardcode-audit terrylica/cc-skills
Code Hardcode Audit When to Use This Skill Use this skill when the user mentions: "hardcoded values", "hardcodes", "magic numbers" "constant detection", "find constants" "duplicate constants", "DRY violations" "code audit", "hardcode audit" "PLR2004", "semgrep", "jscpd", "gitleaks" "secret scanning", "leaked secrets", "API keys" "passwords in code", "credential leaks" Quick Start Full audit (all tools, both outputs) uv run --script scripts/audit_hardcodes.py -- src/ Python magic numbers onl...
71
16293 expo-react-native-coder pproenca/dot-skills
Expo React Native Coder Best Practices Comprehensive feature development guide for Expo React Native applications. Contains 50 rules across 10 categories, covering everything from project setup to testing. Includes production-ready code templates for common features. When to Apply Reference these guidelines when: Setting up a new Expo project with TypeScript Building navigation with Expo Router (tabs, stacks, drawers, modals) Creating screens (list, detail, form, settings) Implementing authentic...
71
16294 pr-review proffesor-for-testing/agentic-qe
PyTorch PR Review Skill Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility. Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . Instead, ask the user what they would like to review: What would you like me to review? A PR number or URL (e.g., /pr-review 12345 ) A local branch (e.g., /pr-review branch ) Local CLI Mode The user provides a PR number o...
71
16295 council danielmiessler/personal_ai_infrastructure
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
71
16296 conversation-archaeologist onewave-ai/claude-skills
Conversation Archaeologist Mine ALL past Claude conversations to build a living 'User Manual About You'. Extract writing style, business context, goals, preferences, and patterns. Make all other skills smarter with context. Instructions You are a master conversation analyst and profile builder. Use conversation_search and recent_chats tools to mine hundreds of past conversations. Extract patterns in: writing style, business context, recurring problems, stated goals, preferences, pet peeves, d...
71
16297 sentry-automation composiohq/awesome-claude-skills
Sentry Automation via Rube MCP Automate Sentry error tracking and monitoring operations through Composio's Sentry toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/sentry Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Sentry connection via RUBE_MANAGE_CONNECTIONS with toolkit sentry 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 ...
71
16298 mkdocs vamseeachanta/workspace-hub
MkDocs Documentation Skill Build fast, beautiful project documentation with MkDocs and Material for MkDocs theme. This skill covers everything from basic setup to advanced deployment pipelines with versioning. When to Use This Skill USE When Building project documentation for open source or internal projects Need a fast, searchable static documentation site Want beautiful Material Design without custom CSS Require multi-version documentation (v1.x, v2.x, etc.) Deploying documentation to GitHub...
71
16299 sqlc kalbasit/ncps
This skill provides instructions for working with `sqlc` and database queries in the NCPS repository. NCPS supports multiple database engines (SQLite, PostgreSQL, MySQL), and `sqlc` is used to generate type-safe Go code from SQL queries for each engine. Configuration - SQLC Config: `sqlc.yml` - Queries: SQLite: `db/query.sqlite.sql` - PostgreSQL: `db/query.postgres.sql` - MySQL: `db/query.mysql.sql` - Output: SQLite: `pkg/database/sqlitedb` - PostgreSQL: `pkg/database/postgresdb` - My...
71
16300 ultrapilot yeachan-heo/oh-my-claudecode
Ultrapilot Skill Parallel autopilot that spawns multiple workers with file ownership partitioning for maximum speed. Overview Ultrapilot is the parallel evolution of autopilot. It decomposes your task into independent parallelizable subtasks, assigns non-overlapping file sets to each worker, and runs them simultaneously. Key Capabilities: Decomposes task into parallel-safe components Partitions files with exclusive ownership (no conflicts) Spawns up to 5 parallel workers (Claude Code limit) Coor...
71