███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7851 | liquid-glass-design | affaan-m/ecc |
Liquid Glass Design System (iOS 26) Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content, and reacts to touch and pointer interactions. Covers SwiftUI, UIKit, and WidgetKit integration. When to Activate Building or updating apps for iOS 26+ with the new design language Implementing glass-style buttons, cards, toolbars, or containers Creating morphing transitions between glass elements Applying Liquid G...
|
659 |
| 7852 | spice-sim | diodeinc/pcb |
Spice Simulation Add a small ngspice-backed testbench to a .zen design. Workflow Confirm the target is simulation-capable by running a dummy sim. pcb sim <path/to/file.zen> --setup "* empty setup check" If the SPICE model is missing, add it. Find a vendor model, download it, or create a simple behavioral model if needed. Wire it through the leaf component with spice_model=SpiceModel(...) before writing the testbench. Create a focused testbench file. Use a generic package-local path such as <pack...
|
659 |
| 7853 | chrome-devtools | mrgoonie/claudekit-skills |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
658 |
| 7854 | tech-news-digest | draco-agent/tech-news-digest |
Tech News Digest Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation. Quick Start Configuration Setup : Default configs are in config/defaults/ . Copy to workspace for customization: mkdir -p workspace/config cp config/defaults/sources.json workspace/config/tech-news-digest-sources.json cp config/defaults/topics.json workspace/config/tech-news-digest-topics.json Environment Variables : TWITTERAPI_IO_KEY - twitterapi.io ...
|
658 |
| 7855 | seaborn | k-dense-ai/scientific-agent-skills |
Seaborn Statistical Visualization Overview Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code. Design Philosophy Seaborn follows these core principles: Dataset-oriented : Work directly with DataFrames and named variables rather than abstract coordinates Semantic mapping : Automatically translate data...
|
658 |
| 7856 | openfda-database | google-deepmind/science-skills |
openFDA Search and Query Prerequisites Show more Installs 421 Repository google-deepmind…e-skills GitHub Stars 881 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
658 |
| 7857 | pymol | google-deepmind/science-skills |
PyMOL Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the license at https://www.pymol.org/ , then (2) create the file recording the notification text and timestamp. Overview All PyMOL commands run on the host via uv with OSMesa software rendering — no GPU, display, or X server is needed. Structu...
|
658 |
| 7858 | cost-tracking | affaan-m/ecc |
Cost Tracking Use this skill to analyze Claude Code cost and usage history from a local SQLite database. It is intended for users who already have a cost-tracking hook or plugin writing usage rows to ~/.claude-cost-tracker/usage.db . Source: salvaged from stale community PR 1304 by MayurBhavsar . When to Use The user asks "how much have I spent?", "what did this session cost?", or "what is my token usage?" The user mentions budgets, spending limits, overruns, or cost controls. The user wants a c...
|
658 |
| 7859 | django-tdd | affaan-m/ecc |
Django Testing with TDD Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework. When to Activate Writing new Django applications Implementing Django REST Framework APIs Testing Django models, views, and serializers Setting up testing infrastructure for Django projects TDD Workflow for Django Red-Green-Refactor Cycle Step 1: RED - Write failing test def test_user_creation ( ) : user = User . objects . create_user ( email = 'test@example.com' , passwo...
|
658 |
| 7860 | make-interfaces-feel-better | affaan-m/ecc |
Details that make interfaces feel better Great interfaces rarely come from a single thing. It's usually a collection of small details that compound into a great experience. Apply these principles when building or reviewing UI code. Quick Reference Category When to Use Typography Text wrapping, font smoothing, tabular numbers Layout & Spacing Border radius, optical alignment, shadows, image outlines Animations Interruptible animations, enter/exit transitions, icon animations Core Principles 1. Co...
|
658 |
| 7861 | laravel-security | affaan-m/ecc |
Laravel Security Best Practices Comprehensive security guidance for Laravel applications to protect against common vulnerabilities. When to Activate Adding authentication or authorization Handling user input and file uploads Building new API endpoints Managing secrets and environment settings Hardening production deployments How It Works Middleware provides baseline protections (CSRF via VerifyCsrfToken , security headers via SecurityHeaders ). Guards and policies enforce access control ( auth:s...
|
658 |
| 7862 | ui-to-vue | affaan-m/ecc |
UI To Vue Batch-convert UI design screenshots into Vue 3 Composition API component code. When to Use The user provides a directory of design screenshots or design-export images. The target application is Vue 3. The user wants a first pass of page components, shared components, and router wiring. The user specifies Vant, Element Plus, or Ant Design Vue as the component library. When Not to Use The user has only one screenshot and wants a bespoke component. The target project is not Vue. The desig...
|
658 |
| 7863 | rust-deps-visualizer | zhanghandong/rust-skills |
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
|
657 |
| 7864 | senior-pm | alirezarezvani/claude-skills |
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. Provides portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for complex, multi-project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, MoSCoW) Strategic roadmap development aligned wit...
|
657 |
| 7865 | landing-page-design | inference-sh/skills |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
|
657 |
| 7866 | ck | affaan-m/ecc |
ck — Context Keeper You are the Context Keeper assistant. When the user invokes any /ck:* command, run the corresponding Node.js script and present its stdout to the user verbatim. Scripts live at: ~/.claude/skills/ck/commands/ (expand ~ with $HOME ). Data Layout ~/.claude/ck/ ├── projects.json ← path → {name, contextDir, lastUpdated} └── contexts/<name>/ ├── context.json ← SOURCE OF TRUTH (structured JSON, v2) └── CONTEXT.md ← generated view — do not hand-edit...
|
657 |
| 7867 | skill-comply | affaan-m/ecc |
skill-comply: Automated Compliance Measurement Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavioral sequences (specs) from any .md file Auto-generating scenarios with decreasing prompt strictness (supportive → neutral → competing) Running claude -p and capturing tool call traces via stream-json Classifying tool calls against spec steps using LLM (not regex) Checking temporal ordering deterministically Generating self-contained...
|
657 |
| 7868 | claude-devfleet | affaan-m/ecc |
Claude DevFleet Multi-Agent Orchestration When to Use Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling. Requires a running Claude DevFleet instance connected via MCP: claude mcp add devfleet --transport http http://localhost:18801/mcp How It Works User → "Build a REST API with auth and tests" ↓ plan_project(prompt) → project_id + mission DAG ↓ Show plan to user → get approval ↓ ...
|
657 |
| 7869 | cost-aware-llm-pipeline | affaan-m/ecc |
Cost-Aware LLM Pipeline Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline. When to Activate Building applications that call LLM APIs (Claude, GPT, etc.) Processing batches of items with varying complexity Need to stay within a budget for API spend Optimizing cost without sacrificing quality on complex tasks Core Concepts 1. Model Routing by Task Complexity Automatically select chea...
|
657 |
| 7870 | angular-developer | affaan-m/ecc |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
657 |
| 7871 | find-community | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user find their community — the foundation of a minimalist business. Core Principle Start with community, not with a product idea. The best minimalist businesses are built by people who are already deeply embedded in a community and notice a problem worth solving. You don't "find" a community — you already belong to several. Framework: Identify Your Communities Walk the user through th...
|
656 |
| 7872 | software-architecture-design | vasilyu1983/ai-agents-public |
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
|
656 |
| 7873 | spacing-system | owl-listener/designer-skills |
Spacing System You are an expert in creating systematic spacing for consistent, harmonious interfaces. What You Do You create spacing systems that bring consistency and rhythm to layouts. Base Unit Choose a base unit (typically 4px or 8px) and build a scale: 2xs: 2px xs: 4px sm: 8px md: 16px lg: 24px xl: 32px 2xl: 48px 3xl: 64px Spacing Types Inset : Padding inside containers (equal or squish/stretch variants) Stack : Vertical space between stacked elements Inline : Horizontal space between inli...
|
656 |
| 7874 | memory-evolution | nhadaututtheky/neural-memory |
Memory Evolution Agent You are a Memory Evolution Specialist for NeuralMemory. You analyze how memories are actually used — what gets recalled, what gets ignored, what causes confusion — and transform those observations into concrete optimization actions. You operate like a database performance tuner, but for human-like neural memory graphs. Instruction Analyze memory usage patterns and optimize: $ARGUMENTS If no specific focus given, run the full evolution cycle. Required Output Usage analysis ...
|
656 |
| 7875 | database-lookup | k-dense-ai/scientific-agent-skills |
Database Lookup You have access to 78 public databases through their REST APIs. Your job is to figure out which database(s) are relevant to the user's question, query them, and return the raw JSON results along with which databases you used. Core Workflow Understand the query — What is the user looking for? A compound? A gene? A pathway? A patent? Expression data? An economic indicator? This determines which database(s) to hit. Select database(s) — Use the database selection guide below. When in...
|
656 |
| 7876 | exploratory-data-analysis | k-dense-ai/scientific-agent-skills |
Exploratory Data Analysis Overview Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file type detection, format-specific analysis, data quality assessment, and generates detailed markdown reports suitable for documentation and downstream analysis planning. Key Capabilities: Automatic detection and analysis of 200+ scientific file formats Comprehensive format-specific metadata extraction Data quality and integ...
|
656 |
| 7877 | weread-year-in-review-video-template | nexu-io/open-design |
WeRead Year in Review Video Template Create a vertical HyperFrames composition for annual reading reports: WeRead, Goodreads, Readwise, Notion reading logs, book clubs, or personal learning recaps. The template turns reading time, active days, bookshelf assets, notes, keywords, and a reading persona into a shareable 9:16 video. Resource Map weread-year-in-review-video-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Show more Installs...
|
656 |
| 7878 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
656 |
| 7879 | content-hash-cache-pattern | affaan-m/ecc |
Content-Hash File Cache Pattern Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes. When to Activate Building file processing pipelines (PDF, images, text extraction) Processing cost is high and same files are processed repeatedly Need a --cache/--no-cache CLI option Want to add caching to existing pure func...
|
656 |
| 7880 | django-security | affaan-m/ecc |
Django Security Best Practices Comprehensive security guidelines for Django applications to protect against common vulnerabilities. When to Activate Setting up Django authentication and authorization Implementing user permissions and roles Configuring production security settings Reviewing Django application for security issues Deploying Django applications to production Core Security Settings Production Settings Configuration settings/production.py import os DEBUG = False CRITICAL: Never use ...
|
656 |
| 7881 | skill-stocktake | affaan-m/ecc |
skill-stocktake Slash command ( /skill-stocktake ) that audits all Claude skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. Scope The command targets the following paths relative to the directory where it is invoked : Path Description ~/.claude/skills/ Global skills (all projects) {cwd}/.claude/skills/ Project-level skills (if the directory exists) At the start of Phase 1, th...
|
656 |
| 7882 | repo-scan | affaan-m/ecc |
repo-scan Every ecosystem has its own dependency manager, but no tool looks across C++, Android, iOS, and Web to tell you: how much code is actually yours, what's third-party, and what's dead weight. When to Use Taking over a large legacy codebase and need a structural overview Before major refactoring — identify what's core, what's duplicate, what's dead Auditing third-party dependencies embedded directly in source (not declared in package managers) Preparing architecture decision records for m...
|
656 |
| 7883 | jira-integration | affaan-m/ecc |
Jira Integration Skill Retrieve, analyze, and update Jira tickets directly from your AI coding workflow. Supports both MCP-based (recommended) and direct REST API approaches. When to Activate Fetching a Jira ticket to understand requirements Extracting testable acceptance criteria from a ticket Adding progress comments to a Jira issue Transitioning a ticket status (To Do → In Progress → Done) Linking merge requests or branches to a Jira issue Searching for issues by JQL query Prerequisites Optio...
|
656 |
| 7884 | lead-intelligence | affaan-m/ecc |
Lead Intelligence Agent-powered lead intelligence pipeline that finds, scores, and reaches high-value contacts through social graph analysis and warm path discovery. When to Activate User wants to find leads or prospects in a specific industry Building an outreach list for partnerships, sales, or fundraising Researching who to reach out to and the best path to reach them User says "find leads", "outreach list", "who should I reach out to", "warm intros" Needs to score or rank a list of contacts ...
|
656 |
| 7885 | blender-motion-state-inspection | affaan-m/ecc |
Blender Motion State Inspection When to Use A Blender character looks twisted, mirrored, flattened, offset, or foot-sliding in an animation. A user asks whether an imported avatar, armature, or retargeted motion matches an expected pose. You need to compare rendered evidence with structured facts such as bones, bounding boxes, contacts, and facing vectors. A workflow depends on deciding whether a model is a character, prop, proxy mesh, control rig, or broken import. Core Principle Do not judge a...
|
656 |
| 7886 | django-verification | affaan-m/ecc |
Django Verification Loop Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security. When to Activate Before opening a pull request for a Django project After major model changes, migration updates, or dependency upgrades Pre-deployment verification for staging or production Running full environment → lint → test → security → deploy readiness pipeline Validating migration safety and test coverage Phase 1: Environment Check Verify Python version python ...
|
656 |
| 7887 | dart-flutter-patterns | affaan-m/ecc |
Dart/Flutter Patterns When to Use Use this skill when: Starting a new Flutter feature and need idiomatic patterns for state management, navigation, or data access Reviewing or writing Dart code and need guidance on null safety, sealed types, or async composition Setting up a new Flutter project and choosing between BLoC, Riverpod, or Provider Implementing secure HTTP clients, WebView integration, or local storage Writing tests for Flutter widgets, Cubits, or Riverpod providers Wiring up GoRouter...
|
656 |
| 7888 | crawl4ai | brettdavies/crawl4ai-skill |
Crawl4AI Overview Crawl4AI provides comprehensive web crawling and data extraction capabilities. This skill supports both CLI (recommended for quick tasks) and Python SDK (for programmatic control). Choose your interface: CLI ( crwl ) - Quick, scriptable commands: CLI Guide Python SDK - Full programmatic control: SDK Guide Quick Start Installation pip install crawl4ai crawl4ai-setup Verify installation crawl4ai-doctor CLI (Recommended) Basic crawling - returns markdown crwl https://example.com...
|
656 |
| 7889 | app-sizzle | pika-labs/pika-plugins |
App Sizzle — GPT-Image-2 Enhanced iOS App Teaser Generate a polished 15-second app teaser from real app screens. Each selected screen is passed through GPT-image-2 before Seedance so compressed captures become cleaner references without inventing UI. Generation contract: use resolution="1080p" , duration=15 , and sound=True . Skip fast=true because it caps Seedance at 720p. The skill owns duration and sound so the user only has to supply app identity, screens, logo, and aspect ratio. The visual ...
|
656 |
| 7890 | llm-public-opinion-analytics-assistant | aradotso/data-skills |
LLM-Based Intelligent Public Opinion Analytics Assistant Skill by ara.so — Data Skills collection. Overview This project is an intelligent public opinion analysis assistant that combines real-time data from 26 trending lists across 15 mainstream platforms with large language model (LLM) analysis capabilities. It provides conversational hot search queries, topic-specific searches, topic clustering analysis, and sentiment analysis through a web interface. The system supports keyboard shortcuts for...
|
656 |
| 7891 | deployment-procedures | sickn33/antigravity-awesome-skills |
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
|
655 |
| 7892 | skill-creator | anthropics/financial-services-plugins |
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...
|
655 |
| 7893 | drizzle-orm | mindrally/skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
655 |
| 7894 | context-engineering | neolabhq/context-engineering-kit |
Context Engineering Overview Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too little and the agent hallucinates, too much and it loses focus. Context engineering is the practice of deliberately curating what the agent sees, when it sees it, and how it's structured. When to Use Starting a new coding session Agent output quality is declining (wrong patterns, hallucinated APIs, ignoring conventions) Switching between different p...
|
655 |
| 7895 | mapbox-maplibre-migration | mapbox/mapbox-agent-skills |
MapLibre to Mapbox Migration Skill Expert guidance for migrating from MapLibre GL JS to Mapbox GL JS. Covers the shared history, API compatibility, migration steps, and the advantages of Mapbox's platform. Understanding the Fork History MapLibre GL JS is an open-source fork of Mapbox GL JS v1.13.0 , created in December 2020 when Mapbox changed their license starting with v2.0. Timeline: Pre-2020: Mapbox GL JS was open source (BSD license) Dec 2020: Mapbox GL JS v2.0 introduced proprietary licens...
|
655 |
| 7896 | to-issues | vinvcn/mattpocock-skills-zh-cn |
To Issues Break a plan into independently-grabbable GitHub issues using vertical slices (tracer bullets). Process 1. Gather context Work from whatever is already in the conversation context. If the user passes a GitHub issue number or URL as an argument, fetch it with gh issue view <number> (with comments). 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. 3. Draft vertical slices Break the plan into tracer bullet...
|
655 |
| 7897 | google-workspace-ops | affaan-m/ecc |
Google Workspace Ops This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation. When to Use User needs to find a doc, sheet, or deck and update it in place Consolidating plans, trackers, notes, or customer lists stored in Google Drive Cleaning or restructuring a shared spreadsheet Importing, repairing, or reformatting a Google Slides deck Producing summaries from Docs, Sheets, or Slides for decision-making Preferred Tool Surface U...
|
655 |
| 7898 | iterative-retrieval | affaan-m/ecc |
Iterative Retrieval Pattern Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. The Problem Subagents are spawned with limited context. They don't know: Which files contain relevant code What patterns exist in the codebase What terminology the project uses Standard approaches fail: Send everything: Exceeds context limits Send nothing: Agent lacks critical information Guess what's needed: Often wrong The Solution:...
|
655 |
| 7899 | gateguard | affaan-m/ecc |
GateGuard — Fact-Forcing Pre-Action Gate A PreToolUse hook that forces Claude to investigate before editing. Instead of self-evaluation ("are you sure?"), it demands concrete facts. The act of investigation creates awareness that self-evaluation never did. When to Activate Working on any codebase where file edits affect multiple modules Projects with data files that have specific schemas or date formats Teams where AI-generated code must match existing patterns Any workflow where Claude tends to...
|
655 |
| 7900 | laravel-tdd | affaan-m/ecc |
Laravel TDD Workflow Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature). When to Use New features or endpoints in Laravel Bug fixes or refactors Testing Eloquent models, policies, jobs, and notifications Prefer Pest for new tests unless the project already standardizes on PHPUnit How It Works Red-Green-Refactor Cycle Write a failing test Implement the minimal change to pass Refactor while keeping tests green Test Layers Unit : pure PHP cla...
|
655 |