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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
21401 testing-anti-patterns nickcrew/claude-ctx-plugin
Testing Anti-Patterns Overview Tests must verify real behavior, not mock behavior. Mocks are a means to isolate, not the thing being tested. Core principle: Test what the code does, not what the mocks do. Following strict TDD prevents these anti-patterns. The Iron Laws 1. NEVER test mock behavior 2. NEVER add test-only methods to production classes 3. NEVER mock without understanding dependencies Anti-Pattern 1: Testing Mock Behavior The violation: // ❌ BAD: Testing that the mock exists test ( '...
39
21402 git-workflow 0xlayerghost/solidity-agent-kit
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
39
21403 memory hkuds/nanobot
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
39
21404 deployment-checklist-generator patricio0312rev/skills
Deployment Checklist Generator Ensure safe, reliable deployments with comprehensive checklists. Pre-Deployment Checklist Pre-Deployment Checklist Code Quality - [ ] All CI checks passing - [ ] Code review approved (2+ reviewers) - [ ] No known critical bugs - [ ] Security scan passed - [ ] Performance tests passed Dependencies - [ ] All dependencies up to date - [ ] No high/critical vulnerabilities - [ ] Bundle size within budget - [ ] Third-party services operational Database - [ ] ...
39
21405 gemini-3-multimodal adaptationio/skrillz
Comprehensive guide for processing multimodal inputs with Gemini 3 Pro, including image understanding, video analysis, audio processing, and PDF document extraction. This skill focuses on INPUT processing (analyzing media) - see `gemini-3-image-generation` for OUTPUT (generating images). Overview Gemini 3 Pro provides native multimodal capabilities for understanding and analyzing various media types. This skill covers all input processing operations with granular control over quality, perform...
39
21406 wedding-immortalist erichowens/some_claude_skills
Wedding Immortalist Transform wedding photos and video into an eternal, immersive 3D experience. Create living memories that let couples and guests relive the magic forever. When to Use This Skill Use for: Processing thousands of wedding photos into 3DGS scenes Creating theatre-mode experiences where ceremony/reception moments play in-place Building face-clustered guest rosters with best-photo selection Matching design aesthetics to wedding themes (disco, rustic, beach, modern, queer celebra...
39
21407 verification & quality assurance proffesor-for-testing/agentic-qe
Verification & Quality Assurance Skill What This Skill Does This skill provides a comprehensive verification and quality assurance system that ensures code quality and correctness through: Truth Scoring : Real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks Verification Checks : Automated code correctness, security, and best practices validation Automatic Rollback : Instant reversion of changes that fail verification (default threshold: 0.95) Quality Metrics : Statistical an...
39
21408 csctf dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
CSCTF — Chat Shared Conversation To File A Bun-native CLI that turns public ChatGPT, Gemini, Grok, and Claude share links into clean Markdown + HTML transcripts with preserved code fences, stable filenames, and optional GitHub Pages publishing. Why This Exists Copy/pasting AI share links often: Breaks fenced code blocks — loses formatting and structure Loses language hints — no syntax highlighting Produces messy filenames — random or unreadable names Requires manual cleanup — inconsistent fo...
39
21409 claude-sdk-integration-patterns manutej/luxor-claude-marketplace
Claude SDK Integration Patterns Production-ready patterns for integrating Claude API and TypeScript SDK into applications. Master streaming responses, tool execution, error handling, and optimization strategies for AI-powered features. When to Use This Skill Use this skill when you need to: Integrate Claude API into Node.js/TypeScript applications Implement streaming conversations with real-time responses Build applications with Claude tool use (function calling) Handle API errors gracefully...
39
21410 uniapp-ad teachingai/full-stack-skills
Use this skill whenever the user wants to: - Integrate ads into uni-app - Implement ad monetization - Configure different ad types (banner, interstitial, rewarded video, etc.) - Handle ad events (load, show, close, error) - Optimize ad revenue - Set up ad placement and timing - Handle ad policies and compliance How to use this skill To integrate ads: - Identify the ad type from the user's request: Banner ads → Use banner examples - Interstitial ads → Use interstitial examples - Re...
39
21411 competitive-strategist ncklrs/startup-os-skills
Competitive Strategist Expert competitive intelligence and positioning guidance for winning in crowded markets — from research methodologies to sales enablement and everything in between. Philosophy Competitive strategy isn't about copying competitors or tearing them down: Know yourself first — You can't position against others until you know your own strengths Focus on customers, not competitors — What they need matters more than what rivals do Be honest — Lies and FUD destroy credibility faste...
39
21412 visual-composition qodex-ai/ai-agent-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, sh...
39
21413 contract-testing-builder patricio0312rev/skills
Contract Testing Builder Ensure API contracts don't break consumers. Contract Testing Concepts Consumer → Defines expected contract → Provider must satisfy Benefits: - Catch breaking changes early - Independent development - Fast feedback (no integration env needed) - Documentation as code Pact Setup (Consumer Side) // consumer/tests/pacts/user-api.pact.test.ts import { PactV3 } from "@pact-foundation/pact" ; import { userApi } from "../api/userApi" ; const provider = new PactV3 ( { consumer : "...
39
21414 dto-conventions oimiragieo/agent-studio
Dto Conventions Skill Must be of type record, unless specified in a prompt otherwise. Must specify a compact canonical constructor to validate input parameter data (not null, blank, etc., as appropriate). Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
39
21415 moai-design-tools modu-ai/moai-adk
Design Tools Integration Specialist Comprehensive design-to-code workflow guidance covering three major capabilities: Figma MCP (design fetching), Pencil MCP (visual rendering), and Pencil-to-code export (React/Tailwind generation). Default Design Style (shadcn/ui Nova) When no specific design style is requested, use the shadcn/ui Nova preset with Notion-style neutral color scheme: bunx --bun shadcn@latest create --preset "https://ui.shadcn.com/init?base=radix&style=nova&baseColor=neutral&theme=...
39
21416 knot-theory-educator erichowens/some_claude_skills
Knot Theory Educator Transform abstract braid theory and topological concepts into intuitive, visual, interactive learning experiences. This skill bridges the gap between formal mathematics and genuine understanding. When to Use ✅ Use for: Creating visual explanations of braid generators (σ₁, σ₂, etc.) Building step-wise animations showing crossing sequences Designing explainer cards for mathematical terms Translating group theory concepts into physical intuition Creating interactive demonst...
39
21417 document design jamditis/claude-skills-journalism
Document design Create professional, print-ready HTML documents that export to PDF with customizable branding. Brand configuration Before creating documents, check for brand configuration in .claude/pdf-playground.local.md . If found, use those settings. If not, use sensible defaults or ask the user for their brand colors. Reading brand config Look for .claude/pdf-playground.local.md in the project root. Parse the YAML frontmatter: --- brand : name : "Organization Name" tagline : "Tagline" websi...
39
21418 new-rails-project shpigford/skills
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence. Tech Stack Set up the following tech stack: Rails ~8 with PostgreSQL - Server-side framework and database Inertia.js ~2.3 - Bridges Rails and React for SPA-like experience without API React ~19.2 - Frontend UI framework Vite ~5 - JavaScript bundler with HMR Tailwind CSS ~4 - Utility-first CSS framework Sidekiq 8 - Background job processi...
39
21419 building-cicd-pipelines jeremylongshore/claude-code-plugins-plus-skills
Building CI/CD Pipelines Overview Generate CI/CD pipeline configurations for GitHub Actions, GitLab CI, Jenkins, CircleCI, and Azure DevOps. Produce multi-stage workflows covering linting, testing, building container images, security scanning, and deploying to staging/production with proper gating and rollback mechanisms. Prerequisites Git repository hosted on a supported platform (GitHub, GitLab, Bitbucket, Azure DevOps) Container runtime (Docker) if building images Target deployment environmen...
39
21420 ideation nbbaier/agent-skills
Ideation A structured questioning approach to help think through new features, use cases, problems, and opportunities. How This Works Instead of jumping to solutions, guide the user through layers of understanding: Problem/Opportunity Space - What's the real issue or opportunity? Context & Constraints - What's the environment and limitations? User & Stakeholder Lens - Who's affected and how? Solution Exploration - What are the options? Validation & Risks - How do we know it works? Questioning Fr...
39
21421 figma-to-spirit alma-oss/spirit-design-system
Figma to Spirit Component Conversion Component Documentation For detailed API references, examples, and common mistakes: Layout Components - Flex, Grid, Stack, Box, Section, Container Typography Components - Heading, Text Card Components - Card, CardLink, CardTitle, CardDescription Core Principles ALWAYS use Spirit Web React components - Never create custom components or use raw HTML/CSS when a Spirit component exists NEVER use inline CSS - Use component props and styling props instead. Only use...
39
21422 acestep-simplemv ace-step/ace-step-1.5
MV Render Render music videos with waveform visualization and synced lyrics from audio + lyrics input. Prerequisites Remotion project at scripts/ directory within this skill Node.js + npm dependencies installed ffprobe available (for audio duration detection) First-Time Setup Before first use, check and install dependencies: 1. Check Node.js node --version 2. Install npm dependencies cd { project_root } / { .claude or .codex } /skills/acestep-simplemv/scripts && npm install 3. Check ffprobe f...
39
21423 vitest-testing oakoss/agent-skills
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
39
21424 testing-android-code bitwarden/android
Testing Android Code - Bitwarden Testing Patterns This skill provides tactical testing guidance for Bitwarden-specific patterns. For comprehensive architecture and testing philosophy, consult docs/ARCHITECTURE.md . Test Framework Configuration Required Dependencies: JUnit 5 (jupiter), MockK , Turbine (app.cash.turbine) kotlinx.coroutines.test , Robolectric , Compose Test Critical Note: Tests run with en-US locale for consistency. Don't assume other locales. A. ViewModel Testing Patterns Base Cla...
39
21425 esp32-rust-embedded psytraxx/esp32-homecontrol-no-std-rs
ESP32 Embedded Rust Specialist Expert guidance for no-std Rust development on ESP32 microcontrollers using the ESP-RS ecosystem and Embassy async framework. ESP-RS Ecosystem Stack Core Dependencies esp-hal = { version = "1.0.0", features = ["esp32s3", "log-04", "unstable"] } esp-rtos = { version = "0.2.0", features = ["embassy", "esp-alloc", "esp-radio", "esp32s3", "log-04"] } esp-radio = { version = "0.17.0", features = ["esp-alloc", "esp32s3", "wifi", "smoltcp"] } esp-bootloader-esp-idf = { ...
39
21426 gcp-expert aibangjuxin/knowledge
Expert guidance for Google Cloud Platform services and cloud-native architecture. Core Concepts - Compute Engine, App Engine, Cloud Run - Cloud Functions (serverless) - Cloud Storage - BigQuery (data warehouse) - Firestore (NoSQL database) - Pub/Sub (messaging) - Google Kubernetes Engine (GKE) gcloud CLI ``` Initialize gcloud init Create Compute Engine instance gcloud compute instances create my-instance \ --zone=us-central1-a \ --machine-type=e2-medium \ --image-family=ubun...
39
21427 tgcli dapi/tgcli
tgcli Telegram CLI skill for AI agents. Install Install this skill from GitHub: npx skills add dapi/tgcli --skill tgcli --agent '*' -g -y Install CLI: npm install -g @dapi/tgcli Authenticate once: tgcli auth Tool Boundary: tgcli vs telegram-mcp Use tgcli for Use telegram-mcp for Read/search/archive messages edit/delete/forward Send text/files and topic posts reactions Send photo with preview (image as cover) via send_file Forum topics listing/search inline bot buttons Download media from message...
39
21428 critique open-horizon-labs/impeccable
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
39
21429 dinero-currency-patterns dinerojs/skills
Dinero.js Currency Patterns Patterns for handling currencies with Dinero.js : type safety, conversions, custom currencies, database storage, and payment service integration. When to Apply Reference these guidelines when: Converting between currencies with convert Defining custom currencies (e.g., cryptocurrencies, loyalty points) Looking up currencies dynamically from external input Storing monetary values in a database Integrating with payment services (Stripe, PayPal, Square) Rule Categories b...
39
21430 brand-asset sanky369/vibe-building-skills
Brand Asset Skill Overview Brand Asset creates branded visual elements that reinforce your brand identity. This skill teaches you to generate logos, icons, patterns, and other brand elements. Keywords: brand assets, logo design, brand elements, icons, brand patterns, visual identity, brand design, branded graphics Core Methodology Brand assets have three components: Brand Identity — Logo, colors, typography Asset Type — What kind of asset to create Consistency Framework — Ensuring brand coh...
39
21431 one-drive-automation davepoon/buildwithclaude
OneDrive Automation via Rube MCP Automate OneDrive operations including file upload/download, search, folder management, sharing links, permissions management, and drive browsing through Composio's OneDrive toolkit. Toolkit docs : composio.dev/toolkits/one_drive Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active OneDrive connection via RUBE_MANAGE_CONNECTIONS with toolkit one_drive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add...
39
21432 reddit-automation davepoon/buildwithclaude
Reddit Automation via Rube MCP Automate Reddit operations through Composio's Reddit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/reddit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Reddit connection via RUBE_MANAGE_CONNECTIONS with toolkit reddit 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 and it...
39
21433 shell-prompt julianobarbosa/claude-code-skills
Configure high-performance shell prompts with Powerlevel10k and Zsh Vi Mode. Overview Modern shell prompts provide: - Git status with branch, dirty state, and remote tracking - Environment indicators (Python venv, Node version, K8s context) - Execution time for long-running commands - Exit code visualization - Async updates for responsive experience - Vi mode indicators and cursor changes Zsh Vi Mode Zsh supports vi-style line editing with visual feedback through cursor changes and m...
39
21434 knowledge-consolidation learnwy/skills
Knowledge Consolidation Persist valuable knowledge from AI conversations into structured documents. Workflow 1. DETECT AI IDE → Check for .trae/, .claude/, .cursor/ 2. IDENTIFY CANDIDATES → Scan for knowledge worth preserving 3. CLASSIFY TYPE → Select appropriate knowledge type 4. GENERATE PATH → Run get-knowledge-path.sh 5. WRITE DOCUMENT → Use template format Step 1: Detect AI IDE Indicator AI Type Storage Path .trae/ dir trae .trae/knowledges/ .claude/ dir claude-code .claude/knowledges/ .cur...
39
21435 agentic-jujutsu proffesor-for-testing/agentic-qe
Agentic Jujutsu - AI Agent Version Control Quantum-ready, self-learning version control designed for multiple AI agents working simultaneously without conflicts. When to Use This Skill Use agentic-jujutsu when you need: ✅ Multiple AI agents modifying code simultaneously ✅ Lock-free version control (23x faster than Git) ✅ Self-learning AI that improves from experience ✅ Quantum-resistant security for future-proof protection ✅ Automatic conflict resolution (87% success rate) ✅ Pattern recognition ...
39
21436 argocd-cli oldwinter/skills
ArgoCD CLI Skill This skill enables GitOps deployment management using ArgoCD CLI. Environment Connection Server: 192.168.10.117:31006 Web UI: http://192.168.10.117:31006 Credentials: admin / CpfsoneT7ogVKWOh Login Command If token expires, re-authenticate: yes | argocd login 192.168.10.117:31006 --username admin --password CpfsoneT7ogVKWOh --insecure Applications Overview Application Cluster Namespace Environment simplex-k1-prod AWS EKS production 生产环境 simplex-k2-staging AWS EKS staging 预发...
39
21437 flink-job-creator jeremylongshore/claude-code-plugins-plus-skills
Flink Job Creator Purpose This skill provides automated assistance for flink job creator tasks within the Data Pipelines domain. When to Use This skill activates automatically when you: Mention "flink job creator" in your request Ask about flink job creator patterns or best practices Need help with data pipeline skills covering etl, data transformation, workflow orchestration, and streaming data processing. Capabilities Provides step-by-step guidance for flink job creator Follows industry best p...
39
21438 azure-compute-batch-java sickn33/antigravity-awesome-skills
Azure Batch SDK for Java Client library for running large-scale parallel and high-performance computing (HPC) batch jobs in Azure. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-compute-batch </ artifactId > < version > 1.0.0-beta.5 </ version > </ dependency > Prerequisites Azure Batch account Pool configured with compute nodes Azure subscription Environment Variables AZURE_BATCH_ENDPOINT = https:// < account > . < region > .batch.azure.com AZURE_BATCH_ACCOU...
39
21439 writing-evals axiomhq/skills
Writing Evals You write evaluations that prove AI capabilities work. Evals are the test suite for non-deterministic systems: they measure whether a capability still behaves correctly after every change. Prerequisites Complete the Axiom AI SDK Quickstart (instrumentation + authentication) Verify the SDK is installed: ls node_modules/axiom/dist/ If not installed, install it using the project's package manager (e.g., pnpm add axiom ). Always check node_modules/axiom/dist/docs/ first for the correct...
39
21440 obs-memory adamtylerlynch/obsidian-agent-memory-skills
Obsidian Agent Memory You have access to a persistent Obsidian knowledge vault — a graph-structured memory that persists across sessions. Use it to orient yourself, look up architecture and component knowledge, and write back discoveries. Vault Discovery Resolve the vault path using this chain (first match wins): Environment variable : $OBSIDIAN_VAULT_PATH Agent config reference : Parse the vault path from the agent's project or global config (look for "Obsidian Knowledge Vault" section with a p...
39
21441 domain-naming-engine qodex-ai/ai-agent-skills
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project: Analyzes w...
39
21442 universal-industry dylantarre/animation-principles
Apply Disney's 12 principles as flexible foundations that adapt to any industry context with sensible defaults. The 12 Principles Applied 1. Squash & Stretch - Default: Subtle compression on interactive elements - Adjust By: Brand personality (playful = more, serious = less) - Universal Rule: Never distort data or important content 2. Anticipation - Default: Brief pause before significant actions - Adjust By: Action importance (bigger action = more anticipation) - Universal Rule: Alw...
39
21443 web-research merit-systems/x402scan-skills
Web Research Skill This skill provides a structured approach to conducting comprehensive web research using the task tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings. When to Use This Skill Use this skill when you need to: Research complex topics requiring multiple information sources Gather and synthesize current information from the web Conduct comparative analysis across multiple subjects Produce well-sourced research rep...
39
21444 kustomize-overlays thebushidocollective/han
Master environment-specific Kubernetes configuration management using Kustomize overlays, strategic merge patches, and JSON patches for development, staging, and production environments. Overview Overlays enable environment-specific customization of Kubernetes resources without duplicating configuration. Each overlay references a base configuration and applies environment-specific patches, transformations, and resource adjustments. Basic Overlay Structure ``` myapp/ ├── base/ │ ├── kusto...
39
21445 linear wrsmith108/linear-claude-skill
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
39
21446 performance-engineer rmyndharis/antigravity-skills
Performance Engineer Specialist in analyzing and optimizing application performance, identifying bottlenecks, and implementing efficiency improvements. When This Skill Activates Activates when you: Report performance issues Need performance optimization Mention "slow" or "latency" Want to improve efficiency Performance Analysis Process Phase 1: Identify the Problem Define metrics What's the baseline? What's the target? What's acceptable? Measure current performance Response time curl -w "@curl-...
39
21447 style-transfer eachlabs/skills
Image Style Transfer Transform any photo into stunning artistic styles using each::sense. This skill applies artistic techniques from famous painters, illustration styles, and digital art to your images while preserving the original composition and subject. Features Classic Art Styles : Van Gogh, Monet, Picasso, Rembrandt Traditional Media : Watercolor, oil painting, pencil sketch, charcoal Digital Art : Anime/manga, pixel art, pop art, comic book Custom Reference : Use any reference image as a ...
39
21448 skill-creator patricio0312rev/skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
39
21449 flutter-terminal-cheat-sheet rodydavis/skills
Flutter Terminal Cheat Sheet Run Flutter web with SKIA flutter run -d web --release --dart-define=FLUTTER_WEB_USE_SKIA=true Run Flutter web with Canvas Kit flutter run -d chrome --release --dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_TEXT=true Build your Flutter web app to Github Pages to the docs folder flutter build web && rm -rf ./docs && mkdir ./docs && cp -a ./build/web/. ./docs/ Clean rebuild CocoaPods cd ios && pod deintegrate && pod cache clean —all && pod install && cd .. Sometimes ...
39
21450 laravel-actions leeovery/claude-laravel
Actions are the heart of your domain logic. Every business operation lives in an action. Related guides: - [DTOs](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-actions/../laravel-dtos/SKILL.md) - DTOs for passing data to actions - [Controllers](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-actions/../laravel-controllers/SKILL.md) - Controllers delegate to actions - [Models](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-actions...
39