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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
10901 explore yonatangross/orchestkit
Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. Usage /explore <depth> [options] Question Flow (No Arguments) If the user types just /explore with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 0: Workflow Selection question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" descripti...
71
10902 digitalocean-agentic-cloud bobmatnyc/claude-mpm-skills
DigitalOcean Agentic Cloud Skill progressive_disclosure: entry_point: summary: "Gradient AI agentic cloud and AI platform for building, training, and deploying AI agents with GPU infrastructure, knowledge bases, and agent routes." when_to_use: - "When building or deploying AI agents on DigitalOcean" - "When selecting Gradient AI for GPU-backed inference" - "When designing agent workflows with knowledge bases and routes" quick_start: - "Choose Gradient AI Agentic Cloud or Gradient AI Platform" - ...
71
10903 pipeline yeachan-heo/oh-my-claudecode
Pipeline Skill Overview The pipeline skill enables chaining multiple agents together in defined workflows where the output of one agent becomes the input to the next. This creates powerful agent pipelines similar to Unix pipes but designed for AI agent orchestration. Core Concepts 1. Sequential Pipelines The simplest form: Agent A's output flows to Agent B, which flows to Agent C. explore -> architect -> executor Flow: Explore agent searches codebase and produces findings Architect receives find...
71
10904 intent-assess arcblock/idd
Intent Assess 评估项目是否适合 IDD,并教育 IDD 方法论。 两个模式 1. 评估模式 (Assessment) /intent-assess 分析当前项目,评估是否适合采用 IDD。 2. 学习模式 (Learning) /intent-assess --learn 教育 IDD 方法论,解释核心概念。 评估模式 工作流程 /intent-assess ↓ ┌───────────────────────────────────┐ │ Phase 1: 项目分析 │ │ - 项目类型识别 │ │ - 代码库规模 │ │ - 现有文档情况 │ │ - 团队协作模式 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │...
71
10905 verification-before-completion bobmatnyc/claude-mpm-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
71
10906 intent-report arcblock/idd
Intent Report 将技术性的 Intent 文件转换成人类可读的报告文档。 用途 给 Stakeholder:项目概览、进度、关键决策 给新成员:快速了解项目架构和设计理由 给文档:生成 README、设计文档、架构说明 给会议:项目汇报、技术评审 工作流程 /intent-report [options] ↓ ┌───────────────────────────────────┐ │ 读取 Intent 文件 │ │ - 项目级 + 模块级 │ │ - 解析结构和元数据 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │ 确定报告类型 │ │ - overview / architecture / │ │ progress / full ...
71
10907 llm-integration yonatangross/orchestkit
Local LLM Integration Skill File Organization: This skill uses split structure. Main SKILL.md contains core decision-making context. See references/ for detailed implementations. 1. Overview Risk Level: HIGH - Handles AI model execution, processes untrusted prompts, potential for code execution vulnerabilities You are an expert in local Large Language Model integration with deep expertise in llama.cpp, Ollama, and Python bindings. Your mastery spans model loading, inference optimization, pro...
71
10908 shopify-automation composiohq/awesome-claude-skills
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
71
10909 technical writer eddiebe147/claude-settings
Technical Writer Transform complex technical concepts into clear, accessible documentation that helps users succeed. This skill specializes in creating API documentation, user guides, README files, tutorials, and reference materials that balance technical accuracy with readability. Whether you're documenting code libraries, software products, system architectures, or processes, this skill ensures your documentation is comprehensive, well-organized, and genuinely helpful. It follows industry best...
71
10910 final-release-review openai/openai-agents-python
Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of origin/main) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the BASE_TAG...TARGET diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. Quick start Ensure repository root: pwd → path-to-workspace/openai-agents-python. Sync tags and pick base (default v*): BASE_TAG="$(.codex/skills/...
71
10911 graphviz markdown-viewer/skills
Graphviz DOT Diagram Generator Important: Use ```dot as the code fence identifier, NOT ```graphviz . Quick Start: Choose digraph (directed) or graph (undirected) → Define nodes with attributes (shape, color, label) → Connect with -> or -- → Set layout (rankdir, spacing) → Wrap in ```dot fence. Default: top-to-bottom ( rankdir=TB ), cluster names must start with cluster_ , use semicolons. Critical Syntax Rules Rule 1: Cluster Naming ❌ subgraph backend { } → Won't render as box ✅ subgraph clu...
71
10912 kb-article anthropics/knowledge-work-plugins
/kb-article If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a publish-ready knowledge base article from a resolved support issue, common question, or documented workaround. Structures the content for searchability and self-service. Usage /kb-article <resolved issue, ticket reference, or topic description> Examples: /kb-article How to configure SSO with Okta — resolved this for 3 customers last month /kb-article Ticket 4521 — customer could...
71
10913 image-optimization secondsky/claude-skills
Image Optimization Overview Images typically comprise 50% of page weight. Optimization dramatically improves performance, especially on mobile networks. When to Use Website optimization Responsive image implementation Performance improvement Mobile experience enhancement Before deployment Instructions 1. Image Compression & Formats Format Selection: JPEG: Best for: Photographs, complex images Compression: Lossy (quality 70-85) Size: ~50-70% reduction Tools: ImageMagick, TinyJPEG Com...
71
10914 digitalocean-teams bobmatnyc/claude-mpm-skills
DigitalOcean Teams Skill progressive_disclosure: entry_point: summary: "Teams and Organizations on DigitalOcean: membership, roles, permissions, and consolidated billing." when_to_use: - "When setting up teams or organizations" - "When managing roles and access permissions" - "When configuring billing and ownership" quick_start: - "Create a team and invite members" - "Assign roles and permissions" - "Configure security settings" - "Use organizations for consolidated billing" token_estimate: entr...
70
10915 table-filters shipshitdev/library
Table Filters When the user is building a table that needs filters, analyze the columns and design the filtering UX. Step 1: Analyze Each Column For each column in the table, determine the filter type: Data Pattern Filter Type Example Columns Free text, names, descriptions Contains Product Name, Notes, Customer Fixed set of values (<20 options) Checkboxes Status, Category, Priority, Type Numeric values Range Price, Quantity, Age, Score Dates Date Range Created, Updated, Due Date Boolean Togg...
70
10916 capacitor-ci-cd cap-go/capgo-skills
CI/CD for Capacitor Applications Automate building, testing, and deploying Capacitor apps. When to Use This Skill User wants to automate builds User needs CI/CD pipeline User asks about GitHub Actions User needs app signing automation User wants automated releases GitHub Actions Complete Workflow .github/workflows/build.yml name : Build and Deploy on : push : branches : [ main , develop ] pull_request : branches : [ main ] env : NODE_VERSION : '20' jobs : Run tests and linting test : runs-on :...
70
10917 joel-writing-style joelhooks/joelclaw
Joel's Writing Style Guide Joel writes like he talks — direct, warm, profane when it serves the point, and always in service of helping someone. His blog is a digital garden, not a content marketing operation. Posts range from 50-word observations to 4,000-word deep dives. Not everything is polished. That's by design. This guide is derived from analyzing 127 posts across joelhooks.com (2012–2026). For curated voice examples from the corpus, see references/voice-examples.md . Core Voice Rules 1. ...
70
10918 agent-creator erichowens/some_claude_skills
Agent Creator Meta-agent specializing in creating new custom agents, skills, and MCP integrations. Transform requirements into fully-functional, well-documented agent systems. Quick Start User: "Create an agent for database optimization" Agent Creator: 1. Analyze requirements (domain, users, problems, scope) 2. Design persona (Senior DBA, 20 years experience) 3. Map capabilities (EXPLAIN analysis, indexing, query rewriting) 4. Select template (Technical Expert) 5. Encode knowledge (anti-patterns...
70
10919 calendly-automation sickn33/antigravity-awesome-skills
Calendly Automation via Rube MCP Automate Calendly operations including event listing, invitee management, scheduling link creation, availability queries, and organization administration through Composio's Calendly toolkit. Toolkit docs : composio.dev/toolkits/calendly Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Calendly connection via RUBE_MANAGE_CONNECTIONS with toolkit calendly Always call RUBE_SEARCH_TOOLS first to get current tool schemas Many operations re...
70
10920 helpdesk-automation composiohq/awesome-claude-skills
HelpDesk Automation via Rube MCP Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/helpdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk 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 a...
70
10921 error-coordinator 404kidwiz/claude-supercode-skills
Error Coordinator Purpose Provides expertise in building resilient multi-agent systems with robust error handling, failure detection, and recovery mechanisms. Covers loop detection, hallucination mitigation, and self-healing agent workflows. When to Use Designing error handling for agent systems Implementing retry and recovery strategies Building self-healing AI workflows Detecting agent loops and infinite recursion Mitigating hallucinations in agent outputs Implementing circuit breakers for a...
70
10922 alicloud-solution-content-article-illustrator cinience/alicloud-skills
Category: solution Content Article Illustrator Preserve the article-illustration workflow model while recommending Alibaba Cloud skills as the default execution backends. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, editorial Validation mkdir -p output/alicloud-solution-content-article-illustrator python3 tests/common/compile_skill_scripts....
70
10923 hindsight-self-hosted vectorize-io/hindsight
You have persistent memory via a self-hosted Hindsight server. This memory bank can be shared with the team, so knowledge stored here benefits everyone working on this codebase. Proactively store team knowledge and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify the Hindsight CLI is configured: ``` cat ~/.hindsight/config ``` If the file doesn't exist or is missing credentials, help the user set it up: - Install the CLI (if...
70
10924 salesforce-development mindrally/skills
Salesforce Development Patterns Lightning Web Component with Wire Service Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations. Bulkified Apex Trigger with Handler Pattern Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention. Queueable Apex for Async Processing Us...
70
10925 square-automation composiohq/awesome-claude-skills
Square Automation via Rube MCP Automate Square payment processing, order management, and invoicing through Composio's Square toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/square Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Square connection via RUBE_MANAGE_CONNECTIONS with toolkit square 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 k...
70
10926 llm-context brave/brave-search-skills
LLM Context Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Brave LLM Context API delivers pre-extracted, relevance-ranked web content optimized for grounding LLM responses in real-time search results. Unlike traditional web search APIs that return links and snippets, LLM Context extracts the actual page content—text chunks, tables, code blocks, and structured data—so your LLM or...
70
10927 godot-state-machine-advanced thedivergentai/gd-agentic-skills
Advanced State Machines Hierarchical states, state stacks, and context passing define complex behavior management. Available Scripts hsm_logic_state.gd Expert HSM base class with state stack management and validation. pushdown_automaton.gd Stack-based state machine for interrupt-resume behavior (pause menus, cutscenes). MANDATORY : Read hsm_logic_state.gd before implementing hierarchical AI behaviors. NEVER Do in Advanced State Machines NEVER forget to call exit() before enter() — Transition wit...
70
10928 software-frontend vasilyu1983/ai-agents-public
Frontend Engineering Production-ready patterns for modern web applications. Modern Best Practices (January 2026): Next.js 16 + Turbopack, React 19.x + Server Components, TypeScript 5.9+ (strict), Tailwind CSS v4, TanStack Query, Zustand, Vitest (browser mode). Breaking Changes: Next.js 16 Upgrade Guide Shared release gates: ../software-clean-code-standard/assets/checklists/frontend-performance-a11y-checklist.md If you use React Server Components (RSC), treat security advisories as blocking:...
70
10929 pipeline-review anthropics/knowledge-work-plugins
/pipeline-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze your pipeline health, prioritize deals, and get actionable recommendations for where to focus. Usage /pipeline-review [segment or rep] Review pipeline for: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ PIPELINE REVIEW │ ├─────────────────────────────...
70
10930 mental-health-analyzer huifer/wellally-health
心理健康分析技能提供全面的心理健康数据分析功能,帮助用户追踪心理状态、识别情绪模式、监测危机风险和优化应对策略。 主要功能模块: - 心理健康评估分析 - PHQ-9/GAD-7等量表评分趋势分析 - 情绪模式识别 - 识别常见情绪、触发因素和应对方式效果 - 心理治疗进展追踪 - 治疗目标达成和症状改善评估 - 危机风险评估 - 多级危机风险检测(高/中/低)和预警 - 睡眠-心理关联分析 - 睡眠质量与心理状态的关联性分析 - 运动-情绪关联分析 - 运动与情绪改善的关系分析 - 营养-心理关联分析 - 饮食对情绪和焦虑的影响分析 - 慢性病-心理关联分析 - 慢性疾病与心理健康的关系分析 触发条件 技能在以下情况下自动触发: - 用户使用 `/mental trend` 查看心理状况趋势 - 用户使用 `/mental pattern` 分析情绪模式 - 用户使用 `/mental therapy progress` 查看治疗进展 - 用户使用 `/crisis assessment` 进行危机风险评估 - 用户使用 `/mental repor...
70
10931 cloudflare-deployment autumnsgrove/groveengine
Cloudflare Deployment Skill When to Activate Activate this skill when: Setting up Cloudflare Workers or Pages Working with KV, R2, or D1 storage Deploying applications to Cloudflare Configuring wrangler.toml Managing Cloudflare resources Quick Commands Install wrangler pnpm add -g wrangler Login wrangler login Initialize new Worker wrangler init my-worker Local development wrangler dev Deploy to Cloudflare wrangler deploy View logs wrangler tail my-worker Service Overview Service Purpose U...
70
10932 context-fundamentals shipshitdev/library
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. When to Activate Activate this skill when: Designing new agent systems or modifying existing architectures Debugging unexpected agent ...
70
10933 todo-tracker sundial-org/awesome-openclaw-skills
TODO Tracker Maintain a persistent TODO.md scratch pad in the workspace. File Location TODO.md in workspace root (e.g., /Users/nuthome/nuri-bot/TODO.md ) Commands View TODO When user asks: "what's on the TODO?", "show TODO", "pending tasks?" cat TODO.md Then summarize the items by priority. Add Item When user says: "add X to TODO", "TODO: X", "remember to X" bash skills/todo-tracker/scripts/todo.sh add "<priority>" "<item>" Priorities: high , medium , low (default: medium) Examples: bash skills/...
70
10934 track-management sickn33/antigravity-awesome-skills
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
70
10935 electron-dev jamditis/claude-skills-journalism
Electron desktop development Patterns and practices for building production-quality Electron applications with React and TypeScript. Architecture patterns Project structure app/ ├── electron/ │ ├── main.cjs Main process (CommonJS required) │ ├── preload.cjs Context bridge for secure IPC │ └── server.cjs Optional: WebSocket/HTTP server ├── src/ │ ├── components/ React components │ ├── services/ Business logic (API clients, F...
70
10936 vibe-prd khazp/vibe-coding-prompt-template
Vibe-Coding PRD Generator You are helping the user create a Product Requirements Document (PRD). This is Step 2 of the vibe-coding workflow. Your Role Guide the user through defining WHAT they're building, WHO it's for, and WHY it matters. Ask questions one at a time. Step 1: Check for Research First, check if research exists: Look for docs/research-*.txt in the project If found, read it and reference insights during Q&A If not found, proceed without it Ask the user: Do you have research...
70
10937 game-engines pluginagentmarketplace/custom-plugin-game-developer
Game Engines & Frameworks Engine Comparison ┌─────────────────────────────────────────────────────────────┐ │ ENGINE COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ UNITY (C): │ │ ├─ Best for: 2D/3D, Mobile, Indie, VR/AR │ │ ├─ Learning: Moderate │ │ ├─ Performance: Good (IL2CPP for native) │ │ └─ Mar...
70
10938 clean-codejs-objects damianwrooby/javascript-clean-code-skills
Clean Code JavaScript – Object & Class Patterns Table of Contents Encapsulation Immutability Cohesion Encapsulation // ❌ Bad user . name = 'John' ; // ✅ Good user . rename ( 'John' ) ; Immutability // ❌ Bad user . age ++ ; // ✅ Good const updatedUser = user . withAge ( user . age + 1 ) ; Cohesion // ❌ Bad class User { calculateTax ( ) { } } // ✅ Good class TaxCalculator { calculate ( user ) { } }
70
10939 debugging-troubleshooting-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
70
10940 transcript zeropointrepo/youtube-skills
Transcript Fetch video transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profile an...
70
10941 typography-system sanky369/vibe-building-skills
Typography System Overview Typography is the voice of your interface. It communicates hierarchy, establishes tone, and guides users through your content. Great typography is invisible—users don't notice it because it works so well. This skill teaches you to think about typography systematically: choosing fonts with intention, creating scales that feel natural, establishing clear hierarchy, and ensuring readability and accessibility across all contexts. Core Methodology: Type Scales and Hierar...
70
10942 personalization-at-scale onewave-ai/claude-skills
Personalization at Scale Generate hundreds of unique, researched first lines in minutes instead of hours. Instructions You are an expert sales development researcher who specializes in finding personalization angles for outbound prospecting at scale. Your mission is to take a list of prospects and generate unique, relevant, authentic personalization that makes cold outreach feel warm. Core Capabilities Research Sources : Company news and press releases LinkedIn activity (posts, comments, job cha...
70
10943 landing page optimizer eddiebe147/claude-settings
Landing Page Optimizer Transform underperforming landing pages into conversion machines. This skill combines copywriting expertise, UX best practices, and conversion psychology to systematically improve every element of your landing pages. Most landing pages leave massive value on the table. Small changes to headlines, CTAs, social proof placement, and form design can dramatically increase conversion rates. This skill provides a systematic audit framework, prioritized optimization recommendation...
70
10944 docusign-automation sickn33/antigravity-awesome-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 ...
70
10945 mf-docs module-federation/core
Module Federation Docs Assistant Answer Module Federation questions by fetching only the relevant documentation pages — not the entire docs. Steps 1. Fetch the documentation index Fetch the index to discover available pages and their descriptions: https://module-federation.io/llms.txt The index is in this format: Section Name - [Page Title](/path/to/page.md): brief description of the page content 2. Identify the relevant page(s) Read the page descriptions in the index and select the 1–3 pages m...
70
10946 coingecko sendaifun/skills
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
70
10947 spotify-api fabioc-aloha/spotify-skill
Spotify API Skill Version: 0.9.1 | Release Date: October 22, 2025 Overview This skill directly interacts with the Spotify Web API to manage music and playlists. ⚡ Unique Capability: Image Generation 🎨 This skill can GENERATE IMAGES - something Claude cannot do natively! It creates custom SVG-based cover art for Spotify playlists with large, readable typography optimized for thumbnail viewing. Each cover art is dynamically generated with theme-appropriate colors, gradients, and text layouts....
70
10948 php-symfony pluginagentmarketplace/custom-plugin-php
Symfony Framework Skill Atomic skill for mastering enterprise-grade Symfony applications Overview Comprehensive skill for building robust Symfony applications. Covers Symfony 6.4 LTS and 7.x with focus on Doctrine ORM, dependency injection, and API Platform. Skill Parameters Input Validation interface SkillParams { topic: | "doctrine" // ORM, DBAL, migrations | "di-container" // Services, autowiring, tags | "routing" // Routes, controllers | "security" ...
70
10949 behavioral-modes vudovn/antigravity-kit
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
70
10950 gemini-review alinaqi/claude-bootstrap
*Load with: base.md + code-review.md* Use Google's Gemini CLI for code review with Gemini 2.5 Pro - featuring a massive 1M token context window that can analyze entire repositories at once. Sources: [Gemini CLI](https://github.com/google-gemini/gemini-cli) | [Code Review Extension](https://github.com/gemini-cli-extensions/code-review) | [Gemini Code Assist](https://codeassist.google/) | [GitHub Action](https://github.com/google-github-actions/run-gemini-cli) Why Gemini for Code Review? | Ge...
70