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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
7151 us-market-bubble-detector tradermonty/claude-trading-skills
US Market Bubble Detection Skill (Revised v2.1) Key Revisions in v2.1 Critical Changes from v2.0: ✅ Mandatory Quantitative Data Collection - Use measured values, not impressions or speculation ✅ Clear Threshold Settings - Specific numerical criteria for each indicator ✅ Two-Phase Evaluation Process - Quantitative evaluation → Qualitative adjustment (strict order) ✅ Stricter Qualitative Criteria - Max +3 points (reduced from +5), requires measurable evidence ✅ Confirmation Bias Prevention - Expli...
284
7152 implement_task parcadei/continuous-claude-v3
Implementation Task Agent You are an implementation agent spawned to execute a single task from a larger plan. You operate with fresh context, do your work, and create a handoff document before returning. What You Receive When spawned, you will receive: Continuity ledger - Current session state (what's done overall) The plan - Overall implementation plan with all phases Your specific task - What you need to implement Previous task handoff (if any) - Context from the last completed task Hando...
284
7153 test parcadei/continuous-claude-v3
Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT=false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Ru...
284
7154 opc-architecture parcadei/continuous-claude-v3
OPC Architecture Understanding OPC (Orchestrated Parallel Claude) extends Claude Code - it does NOT replace it. Core Concept Claude Code CLI is the execution engine. OPC adds orchestration via: Hooks - Intercept Claude Code events (PreToolUse, PostToolUse, SessionStart, etc.) Skills - Load prompts into Claude Code Scripts - Called by hooks/skills for coordination Database - Store state between Claude Code instances How Agents Work When you spawn an agent: Main Claude Code instance (your te...
284
7155 qlty-check parcadei/continuous-claude-v3
Qlty Code Quality Universal code quality tool supporting 70+ linters for 40+ languages via qlty CLI. When to Use Check code for linting issues before commit/handoff Auto-fix formatting and style issues Calculate code metrics (complexity, duplication) Find code smells Quick Reference Check changed files with auto-fix uv run python -m runtime.harness scripts/qlty_check.py --fix Check all files uv run python -m runtime.harness scripts/qlty_check.py --all Format files uv run python -m runtime...
284
7156 rust-backend windmill-labs/windmill
Rust Backend Coding Guidelines Apply these patterns when writing or modifying Rust code in the backend/ directory. Data Structure Design Choose between struct , enum , or newtype based on domain needs: Use enum for state machines instead of boolean flags or loosely related fields Model invariants explicitly using types (e.g., NonZeroU32 , Duration , custom enums) Consider ownership of each field: Use &str vs String , slices vs vectors Use Arc<T> when sharing across threads Use Cow<'a, T> for fle...
284
7157 mcp-chaining parcadei/continuous-claude-v3
MCP Chaining Pipeline A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows. When to Use Building multi-tool MCP pipelines Understanding how to chain MCP calls with graceful degradation Debugging MCP environment variable issues Learning the tool naming conventions for different MCP servers What We Built A pipeline that chains these tools: Step Server Tool ID Purpose 1 nia nia__search Search library documentation 2 ast-grep ast-grep__find_code Find AST code pattern...
284
7158 site-crawler mindmorass/reflex
Site Crawler Skill Respectfully crawl documentation sites and web content for RAG ingestion. Overview Documentation sites, blogs, and knowledge bases contain valuable structured content. This skill covers: Respectful crawling (robots.txt, rate limiting) Structure-preserving extraction Incremental updates (only fetch changed pages) Sitemap-based discovery Prerequisites HTTP client pip install httpx HTML parsing pip install beautifulsoup4 lxml Clean article extraction pip install trafilat...
284
7159 qa-game opusgamelabs/game-creator
QA Game Add automated QA testing with Playwright to an existing game project. Tests verify your game boots, scenes work, scoring functions, and visuals haven't broken — like a safety net for your game. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-qa skill to get the full testing patterns and fixtures. Step 1: Audit testability Read package.json to identify the engine and dev server port Read vite.config.js for the server port Read ...
284
7160 tailwind-4 prowler-cloud/prowler
Styling Decision Tree Tailwind class exists? → className="..." Dynamic value? → style={{ width: `${x}%` }} Conditional styles? → cn("base", condition && "variant") Static only? → className="..." (no cn() needed) Library can't use class?→ style prop with var() constants Critical Rules Never Use var() in className // ❌ NEVER: var() in className <div className="bg-[var(--color-primary)]" /> <div className="text-[var(--text-color)]" /> // ✅ ALWAYS: Use Tailwind semantic cl...
284
7161 react-2026 patternsdev/skills
React Stack Patterns Table of Contents When to Use Instructions Details Source React has come a long way since its early days of simple component libraries. By late 2025, the React ecosystem is rich but complex , offering multiple ways to choose your stack for building apps. Modern React developers face choices at every layer of the stack - from build tools and frameworks to routers and other libraries. The official React documentation (now at react.dev ) encourages using higher-level frameworks...
284
7162 csharp-scripts dotnet/skills
C Scripts When to Use Testing a C concept, API, or language feature with a quick one-file program Prototyping logic before integrating it into a larger project When Not to Use The user needs a full project with multiple files or project references The user is working inside an existing .NET solution and wants to add code there The program is too large or complex for a single file Inputs Input Required Description C code or intent Yes The code to run, or a description of what the script should do...
284
7163 cloudflare-tunnel vm0-ai/vm0-skills
Cloudflare Tunnel / Access Authentication Authenticate HTTP requests to services protected by Cloudflare Access using Service Token headers. When to Use Access internal services exposed via Cloudflare Tunnel Authenticate to Cloudflare Zero Trust protected applications Make API calls to services behind Cloudflare Access Bypass Cloudflare Access login page for automated requests Prerequisites export CF_ACCESS_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.access export CF_ACCESS_CLIENT_SECRET=xxxxxxxxx...
284
7164 alicloud-storage-oss-ossutil cinience/alicloud-skills
Category: tool OSS (ossutil 2.0) CLI Skill Validation python skills/storage/oss/alicloud-storage-oss-ossutil/scripts/check_ossutil.py --output output/alicloud-storage-oss-ossutil/validate.txt Pass criteria: command exits 0 and output/alicloud-storage-oss-ossutil/validate.txt is generated. Output And Evidence Save command outputs, object listings, and sync logs under output/alicloud-storage-oss-ossutil/ . Keep at least one upload or listing result as evidence. Goals Use ossutil 2.0 to manage OSS:...
283
7165 wix-cli-backend-event wix/skills
Wix CLI Backend Event Extension Creates event extensions for Wix CLI applications. Events are triggered when specific conditions occur—on a Wix user's site for app projects, or on your project's site for headless projects. Your project responds using event extensions built on JavaScript SDK webhooks; the CLI subscribes your project to these webhooks. Common use cases: run logic when a contact is created, an order is placed, a booking is confirmed, or a blog post is published. Quick Start Checkli...
283
7166 code-documentation skillcreatorai/ai-agent-skills
Code Documentation README Structure Standard README Template Project Name Brief description of what this project does. Quick Start \`\`\`bash npm install npm run dev \`\`\` Installation Detailed installation instructions... Usage \`\`\`typescript import { something } from 'project'; // Example usage const result = something.doThing(); \`\`\` API Reference `functionName(param: Type): ReturnType` Description of what the function does. Parameters: - `param` - Description of parameter Retur...
283
7167 business-model-canvas scientiacapital/skills
<quick_start> Generate a canvas: /business-model canvas for [company/idea] Claude will analyze all 9 blocks: Customer Segments (who are we serving?) Value Propositions (what value do we deliver?) Channels (how do we reach customers?) Customer Relationships (how do we engage?) Revenue Streams (how do we make money?) Key Resources (what do we need?) Key Activities (what must we do?) Key Partnerships (who helps us?) Cost Structure (what does it cost?) </quick_start> <the_9_blocks> 1. Customer...
283
7168 dart-drift madteacher/mad-agents-skills
Dart Drift Comprehensive guide for using drift database library in Dart applications. Overview Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Quick St...
283
7169 microservices-architecture aj-geddes/useful-ai-prompts
Microservices Architecture Overview Comprehensive guide to designing, implementing, and maintaining microservices architectures. Covers service decomposition, communication patterns, data management, deployment strategies, and observability for distributed systems. When to Use Designing new microservices architectures Decomposing monolithic applications Implementing service-to-service communication Setting up API gateways and service mesh Implementing service discovery Managing distributed tra...
283
7170 time series analysis aj-geddes/useful-ai-prompts
Time Series Analysis Overview Time series analysis examines data points collected over time to identify patterns, trends, and seasonality for forecasting and understanding temporal dynamics. When to Use Forecasting future values based on historical trends Detecting seasonality and cyclical patterns in data Analyzing trends over time in sales, stock prices, or website traffic Understanding autocorrelation and temporal dependencies Making time-based predictions with confidence intervals Decomposin...
283
7171 analyze allenai2014/ai-investment-advisor
/analyze - Answer Data Questions If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Answer a data question, from a quick lookup to a full analysis to a formal report. Usage /analyze <natural language question> Workflow 1. Understand the Question Parse the user's question and determine: Complexity level : Quick answer : Single metric, simple filter, factual lookup (e.g., "How many users signed up last week?") Full analysis : Multi-dimensional explor...
283
7172 documentation-templates davila7/claude-code-templates
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
283
7173 systematic-debugging davila7/claude-code-templates
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
283
7174 competitive-ads-extractor davila7/claude-code-templates
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
283
7175 write-e2e-tests tldraw/tldraw
Writing E2E tests E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com). Test file structure apps/examples/e2e/ ├── fixtures/ │ ├── fixtures.ts Test fixtures (toolbar, menus, etc.) │ └── menus/ Page object models ├── tests/ │ └── test-*.spec.ts Test files └── shared-e2e.ts Shared utilities Name test files test-<feature>.spec.ts. Required declarations When using page.evaluate() to access the ...
283
7176 ethical-hacking-methodology sickn33/antigravity-awesome-skills
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
283
7177 brainstorm buiducnhat/agent-skills
Collaborative Brainstorming Structured ideation using the Double Diamond model, grounded in persistent memory. Mined from 100+ real brainstorming sessions across production projects. Core insight: AI excels at divergent phases (volume, cross-domain connections). Humans excel at convergent phases (judgment, selection). This skill separates the two and uses Sibyl as institutional memory to prevent re-exploring solved problems. The Process digraph brainstorm { rankdir = TB ; node [ shape = box ] ; ...
283
7178 agentica-prompts parcadei/continuous-claude-v3
Agentica Prompt Engineering Write prompts that Agentica agents reliably follow. Standard natural language prompts fail ~35% of the time due to LLM instruction ambiguity. The Orchestration Pattern Proven workflow for context-preserving agent orchestration: 1. RESEARCH (Nia) → Output to .claude/cache/agents/research/ ↓ 2. PLAN (RP-CLI) → Reads research, outputs .claude/cache/agents/plan/ ↓ 3. VALIDATE → Checks plan against best practices ↓ 4. IMPLEMENT (...
283
7179 tldr-overview parcadei/continuous-claude-v3
TLDR Project Overview Get a token-efficient overview of any project using the TLDR stack. Trigger /overview or /tldr-overview "give me an overview of this project" "what's in this codebase" Starting work on an unfamiliar project Execution 1. File Tree (Navigation Map) tldr tree . --ext .py or .ts, .go, .rs 2. Code Structure (What Exists) tldr structure src/ --lang python --max 50 Returns: functions, classes, imports per file 3. Call Graph Entry Points (Architecture) tldr calls src/ R...
283
7180 agentica-infrastructure parcadei/continuous-claude-v3
Agentica Infrastructure Reference Complete API specification for Agentica multi-agent coordination infrastructure. When to Use Building multi-agent workflows with Agentica patterns Need exact constructor signatures for pattern classes Want to understand coordination database schema Implementing custom patterns using primitives Debugging agent tracking or orphan detection Quick Reference 11 Pattern Classes Pattern Purpose Key Method Swarm Parallel perspectives .execute(query) Pipeline Sequentia...
283
7181 agentica-claude-proxy parcadei/continuous-claude-v3
Agentica-Claude Code Proxy Integration Use this skill when developing or debugging the Agentica-Claude proxy integration. When to Use Setting up Agentica agents to use Claude Code tools Debugging agent hallucination issues Fixing permission errors in file operations Understanding the REPL response format Architecture Overview Agentica Agent → S_M_BASE_URL → Claude Proxy → claude -p → Claude CLI (with tools) (localhost:2345) (localhost:8080) Critical Requirements 1. --allowe...
283
7182 idempotent-redundancy parcadei/continuous-claude-v3
Idempotent Redundancy When adding redundant paths (fallbacks, belt-and-suspenders), make them idempotent. Pattern Redundancy without idempotency causes loops, churn, or data corruption. DO Use _is_merge: true for Braintrust updates Check if value exists before writing (fallback only if missing) Use atomic write/rename for file operations Make reconciliation steps safe to run repeatedly DON'T Write unconditionally in fallback paths Allow multiple writers to overwrite each other Fire "repair" ...
283
7183 search-tools parcadei/continuous-claude-v3
Search Tool Hierarchy When searching code, use this decision tree: Decision Tree Need CONCEPTUAL/SEMANTIC search? (how does X work, find patterns, understand architecture) → Use LEANN (/leann-search) - embedding-based semantic search → PreToolUse hook auto-redirects semantic Grep queries Need to understand code STRUCTURE? (find function calls, class usages, refactor patterns) → Use AST-grep (/ast-grep-find) Need to find TEXT in code? → Use Morph (/morph-search) - 20x faster → I...
283
7184 mcp-scripts parcadei/continuous-claude-v3
MCP Script Rules When working with files in scripts/: DO Use CLI arguments for all parameters (argparse) Include USAGE docstring at top of file Use call_mcp_tool("server__tool", params) pattern Handle errors gracefully with informative messages Print results to stdout for Claude to process DON'T Hardcode parameters in the script Edit scripts to change parameters (use CLI args instead) Import from servers/ directly (use runtime.mcp_client) Tool Naming Tool IDs use double underscore: serverName...
283
7185 explicit-identity parcadei/continuous-claude-v3
Explicit Identity Across Boundaries Never rely on "latest" or "current" when crossing process or async boundaries. Pattern Pass explicit identifiers through the entire pipeline. "Most recent" is a race condition. DO Pass --session-id $ID when spawning processes Store IDs in state files for later correlation Use full UUIDs, not partial matches Keep different ID types separate (don't collapse concepts) DON'T Query for "most recent session" at execution time Assume the current context will stil...
283
7186 review-game opusgamelabs/game-creator
Review Game Analyze an existing game codebase and provide a structured review. This is the final step in the pipeline — it checks everything is wired up correctly and gives you a quality score. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). Step 1: Identify the game Detect the engine (Three.js, Phaser, or other) Read package.json for dependencies and scripts Read the main entry point and index.html Identify the game concept/genre Step 2: Architecture Rev...
283
7187 vuetify0 vuetifyjs/0
Vuetify0 - Headless Composables & Components Transform Vue 3 apps with unstyled, logic-focused building blocks for design systems. Quick Start pnpm install @vuetify/v0 No global plugin required. Import only what you need: import { createSelection } from '@vuetify/v0/composables' import { Tabs } from '@vuetify/v0/components' Core Decision Tree Before writing custom logic , check if v0 already provides it: Need Use Guide Single item selection createSingle Single selection patterns Multi-item selec...
283
7188 figma-code-connect-components openai/skills
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Skill Boundaries Use this skill for get_code_connect_suggestions + send_code_connect_mappings workflows. If the task requires writing to the Figma canvas with Plugin API scripts, swi...
283
7189 kordoc-korean-document-parser aradotso/trending-skills
kordoc Korean Document Parser Skill by ara.so — Daily 2026 Skills collection. kordoc is a TypeScript library and CLI for parsing Korean government documents (HWP 5.x, HWPX, PDF) into Markdown and structured IRBlock[] data. It handles proprietary HWP binary formats, table extraction, form field recognition, document diffing, and reverse Markdown→HWPX generation. Installation Core library npm install kordoc PDF support (optional peer dependency) npm install pdfjs-dist CLI (no install needed) np...
283
7190 zustand-5 prowler-cloud/prowler
Basic Store import { create } from "zustand"; interface CounterStore { count: number; increment: () => void; decrement: () => void; reset: () => void; } const useCounterStore = create<CounterStore>((set) => ({ count: 0, increment: () => set((state) => ({ count: state.count + 1 })), decrement: () => set((state) => ({ count: state.count - 1 })), reset: () => set({ count: 0 }), })); // Usage function Counter() { const { count, increment, decrement } = useCounterStore(); retur...
283
7191 senior-architect alirezarezvani/claude-skills
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
283
7192 axiom-swiftui-26-ref charleswiltgen/axiom
SwiftUI 26 Features Overview Comprehensive guide to new SwiftUI features in iOS 26, iPadOS 26, macOS Tahoe, watchOS 26, and visionOS 26. From the Liquid Glass design system to rich text editing, these enhancements make SwiftUI more powerful across all Apple platforms. Core principle From low level performance improvements all the way up through the buttons in your user interface, there are some major improvements across the system. When to Use This Skill Adopting the Liquid Glass design syste...
282
7193 amazon-bestseller-launch breverdbidder/life-os
Amazon 1 Bestseller Launch System Execute the proven 5-phase framework for achieving Amazon 1 Bestseller status. Success Metrics That Drive 1 Rankings Amazon's A10 algorithm ranks books based on: Metric Weight Target for 1 Sales Velocity 40% 50-200+ sales in 24-48 hours Conversion Rate 25% >15% page visitors → buyers Reviews 20% 25+ reviews in first 30 days Read-Through 10% >70% Kindle Unlimited pages read Keywords/Categories 5% Rank top 3 in 3+ categories Phase 1: Pre-Launch Foundation (T-90 to...
282
7194 fact-check leonardomso/33-js-concepts
Fact-Check Skill Systematic verification of claims in generated content. Designed to catch hallucinations, confabulations, and unsupported assertions. Why Separate Passes Matter The Fundamental Problem: LLMs generate plausible-sounding content by predicting what should come next. This same mechanism produces hallucinations—confident statements that feel true but aren't. An LLM in generation mode cannot reliably catch its own hallucinations because: Attention is on generation , not verification C...
282
7195 effect-ts kastalien-research/thoughtbox-dot-claude
Effect-TS Expert Expert guidance for functional programming with the Effect library, covering error handling, dependency injection, composability, and testing patterns. Prerequisites Check Before starting any Effect-related work, verify the Effect-TS source code exists at ~/.effect . If missing, stop immediately and inform the user. Clone it before proceeding: git clone https://github.com/Effect-TS/effect.git ~/.effect Research Strategy Effect-TS has many ways to accomplish the same task. Proact...
282
7196 llm-models inference-sh/skills
LLM Models via OpenRouter Access 100+ language models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Call Claude Sonnet infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Available Models Model App ID Best For Claude Opus 4.5 openrouter/claude-opus-45 Complex reasoning, coding Claude Sonnet 4.5 openrouter/claude-sonnet-45 Balanced performance...
282
7197 flux-image inference-sh/skills
FLUX Image Generation Generate images with FLUX models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run falai/flux-dev-lora --input '{"prompt": "a futuristic city at night"}' FLUX Models Model App ID Speed Quality Use Case FLUX Dev LoRA falai/flux-dev-lora Medium Highest Production, custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fastest Good Fast iteration, 4B/9B...
282
7198 kernel-cli kernel/skills
Kernel CLI The Kernel CLI provides command-line access to Kernel's cloud browser platform. Installation Homebrew: brew install kernel/tap/kernel (>=v0.13.4) npm: npm install -g @onkernel/cli (>=v0.13.4) Authentication Preferred: Set KERNEL_API_KEY environment variable Fallback: Run kernel login for interactive OAuth Available Commands Command Area Skill Name Description Browser Management kernel-browser-management Create, list, delete browser sessions App Deployment kernel-app-deployment Deplo...
282
7199 sympy davila7/claude-code-templates
SymPy - Symbolic Mathematics in Python Overview SymPy is a Python library for symbolic mathematics that enables exact computation using mathematical symbols rather than numerical approximations. This skill provides comprehensive guidance for performing symbolic algebra, calculus, linear algebra, equation solving, physics calculations, and code generation using SymPy. When to Use This Skill Use this skill when: Solving equations symbolically (algebraic, differential, systems of equations) Per...
282
7200 python-testing-patterns sickn33/antigravity-awesome-skills
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
282