███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20551 | naturalistic-motion | dylantarre/animation-principles |
Naturalistic Motion Think like a biologist watching life unfold. Nothing in nature moves mechanically. Everything breathes, adjusts, responds. Life is continuous subtle motion. Core Mental Model Before animating anything alive, ask: What is this creature feeling and responding to? Living things are never truly still. They shift weight, breathe, notice, adjust. Naturalistic motion isn't about copying reality—it's about capturing aliveness. The 12 Principles Through Organic Life Secondary Ac...
|
42 |
| 20552 | tuzi-compress-image | tuziapi/tuzi-skills |
Image Compressor Compresses images using best available tool (sips → cwebp → ImageMagick → Sharp). Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Image compression CLI Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .tuzi-skills/tuzi-compress-image/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS/Linux/WS...
|
42 |
| 20553 | groove-admin-claude-hooks | andreadellacorte/groove |
groove-admin-claude-hooks Install groove's Claude Code native shell hooks. These run outside the model — deterministic, unconditional — and complement groove's advisory markdown hooks ( .groove/hooks/start.md , end.md ). Use --disable <hook> to remove a specific hook. Use --list to show current status. Outcome Selected hooks are registered in .claude/settings.json and shell scripts are written to .groove/hooks/claude/ . Hooks fire automatically on Claude Code lifecycle events without any model i...
|
42 |
| 20554 | context-optimization | eyadsibai/ltk |
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
|
42 |
| 20555 | airflow-expert | personamanagmentlayer/pcl |
You are an expert in Apache Airflow with deep knowledge of DAG design, task orchestration, operators, sensors, XComs, dynamic task generation, and production operations. You design and manage complex data pipelines that are reliable, maintainable, and scalable. Core Expertise DAG Fundamentals Basic DAG Structure: ``` from airflow import DAG from airflow.operators.python import PythonOperator from airflow.operators.bash import BashOperator from datetime import datetime, timedelta Default ...
|
42 |
| 20556 | biddeed-2025-complete-analysis | breverdbidder/life-os |
BidDeed.AI 2025 Complete Analysis Skill Purpose Generate comprehensive year-end retrospective analysis across all domains: Business (BidDeed.AI/Everest Capital USA), Technical Architecture, Michael D1 Swimming, and Family & Personal Life. When to Use Annual retrospectives (year-end reviews) Strategic planning sessions (analyzing past to inform future) Investor/stakeholder presentations (demonstrating value created) Team performance reviews (autonomous AI team effectiveness) Personal reflection (...
|
42 |
| 20557 | follow-through-overlapping | dylantarre/animation-principles |
Nothing stops all at once. When a character halts, their hair keeps moving. When a car brakes, passengers lurch forward. Follow through and overlapping action capture how different parts of a system respond to forces at different rates—the principle that makes animation feel physically grounded. Core Theory: Two Related Concepts Follow Through: When the main body stops, appendages continue moving due to momentum, then settle. The termination behavior of motion. Overlapping Action: Different ...
|
42 |
| 20558 | 1k-create-pr | onekeyhq/app-monorepo |
Create OneKey App PR Automates the complete PR creation workflow for OneKey app-monorepo changes. Quick Reference Step Action Commands 1 Check status git status , git branch --show-current 2 Create branch (if on x) git checkout -b <branch-name> 3 Lint fix yarn lint --fix 4 Stage & commit git add . , git commit -m "type: description" 5 Push to remote git push -u origin <branch-name> 6 Extract context Analyze conversation for intent, decisions, risks 7 Create PR gh pr create --base x --title "..."...
|
42 |
| 20559 | code-review | sammcj/agentic-coding |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
42 |
| 20560 | team-planex | catlog22/claude-code-workflow |
Team PlanEx Unified team skill: plan-and-execute pipeline for issue-based development. Built on team-worker agent architecture — coordinator orchestrates, workers are team-worker agents loading role-specific instructions from roles/<role>/role.md . Architecture Skill(skill="team-planex", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator ...
|
42 |
| 20561 | cloudflare-deploy | tech-leads-club/agent-skills |
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
|
42 |
| 20562 | continual-learning | cursor/plugins |
Continual Learning Keep AGENTS.md current using transcript deltas instead of full rescans. Inputs Transcript root: ~/.cursor/projects/<workspace-slug>/agent-transcripts/ Existing memory file: AGENTS.md Incremental index: .cursor/hooks/state/continual-learning-index.json Workflow Read existing AGENTS.md first. Load incremental index if present. Discover transcript files and process only: new files not in index, or files whose mtime is newer than indexed mtime. Extract only high-signal, reusable i...
|
42 |
| 20563 | design-sync | chmouel/lazyworktree |
DESIGN.md Synchronization Check Verify that DESIGN.md accurately reflects the current codebase architecture. Current Directory Structure ! ls -la internal/ | grep '^d' DESIGN.md Directory Section ! sed -n '/^ Directory Structure/,/^ /p' DESIGN.md | head -50 Critical File References from DESIGN.md ! grep -oE 'internal/[a-z/]+\.go:[0-9]+-[0-9]+' DESIGN.md | sort -u Recent Changes Since Last DESIGN.md Update ! git log --since="$(git log -1 --format=%ai DESIGN.md 2>/dev/null || echo '1 month ago')" ...
|
42 |
| 20564 | github-labels | laurigates/claude-plugins |
GitHub Labels Reference for discovering and applying labels to GitHub PRs and issues. Discovering Available Labels List all labels with details gh label list --json name,description,color --limit 50 Search for specific labels gh label list --search "bug" Output as simple list gh label list --json name -q '.[].name' Adding Labels to PRs Single label gh pr create --label "bug" Multiple labels (repeat flag) gh pr create --label "bug" --label "priority:high" Comma-separated gh pr create --labe...
|
42 |
| 20565 | laravel:form-requests | jpcaparas/superpowers-laravel |
Promote validation and authorization to dedicated Form Request classes. Keep controllers focused on orchestration and domain intents. Commands ``` Create a request sail artisan make:request UpdateProfileRequest or: php artisan make:request UpdateProfileRequest Use in controller method signature public function update(UpdateProfileRequest $request) { $data = $request->validated(); // ... } ``` Patterns - Define `authorize()` to gate access; prefer Policies for complex chec...
|
42 |
| 20566 | azure-resource-manager-cosmosdb-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.CosmosDB (.NET) Management plane SDK for provisioning and managing Azure Cosmos DB resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.CosmosDB) : Create accounts, databases, containers, configure throughput, manage RBAC Data Plane SDK (Microsoft.Azure.Cosmos) : CRUD operations on documents, queries, stored procedures execution Installation dotnet add package Azure.ResourceManager.CosmosDB dotnet add package Azure.Identity Curre...
|
42 |
| 20567 | azure-cosmos-ts | sickn33/antigravity-awesome-skills |
@azure/cosmos (TypeScript/JavaScript) Data plane SDK for Azure Cosmos DB NoSQL API operations — CRUD on documents, queries, bulk operations. ⚠️ Data vs Management Plane This SDK (@azure/cosmos) : CRUD operations on documents, queries, stored procedures Management SDK (@azure/arm-cosmosdb) : Create accounts, databases, containers via ARM Installation npm install @azure/cosmos @azure/identity Current Version : 4.9.0 Node.js : >= 20.0.0 Environment Variables COSMOS_ENDPOINT = https:// < account > ....
|
42 |
| 20568 | distance-calculator | dkyazzentwatwa/chatgpt-skills |
Distance Calculator Calculate geographic distances and find nearby locations using various methods. Features Point-to-Point Distance: Haversine, Vincenty, great circle Matrix Distances: All pairs distances Nearest Neighbors: Find closest N points Radius Search: Find all points within distance Batch Processing: Process CSV files Multiple Units: km, miles, meters, nautical miles Quick Start from distance_calc import DistanceCalculator calc = DistanceCalculator() Simple distance dist = calc.di...
|
42 |
| 20569 | ceo-skill | guo-yu/skills |
CEO Skill Your intelligent project management dashboard. Think like a CEO - get a bird's-eye view of all your projects, prioritized by potential value and urgency. Role Setting When this skill is invoked, you adopt the persona of: A successful businessman, marketing master, and serial entrepreneur who has: Built and exited multiple startups Deep understanding of product-market fit Expertise in go-to-market strategies and user acquisition Sharp instincts for identifying viable business oppor...
|
42 |
| 20570 | youtube-data | zeropointrepo/youtube-skills |
YouTube Data YouTube data access via TranscriptAPI.com — lightweight alternative to Google's YouTube Data API. 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...
|
42 |
| 20571 | code-formatter-installer | patricio0312rev/skills |
Code Formatter & Linter Installer Establish consistent code formatting and linting across your project. Core Workflow Detect stack: Identify language/framework (JS/TS, Python, Go, Rust) Choose tools: Select appropriate formatters and linters Generate configs: Create config files with best-practice rules Add scripts: Include npm/package scripts for format/lint Configure editor: Provide VS Code, IntelliJ, Vim settings Setup pre-commit: Add git hooks for automatic formatting CI integration: Sugge...
|
42 |
| 20572 | laravel:api-resources-and-pagination | jpcaparas/superpowers-laravel |
Represent models via Resources; keep transport concerns out of Eloquent. Commands ``` Resource sail artisan make:resource PostResource or: php artisan make:resource PostResource Controller usage return PostResource::collection( Post::with('author')->latest()->paginate(20) ); Resource class public function toArray($request) { return [ 'id' => $this->id, 'title' => $this->title, 'author' => new UserResource($this->whenLoaded('author')), 'publishe...
|
42 |
| 20573 | freeze-static | gravito-framework/gravito |
Freeze Static Expert You are a performance-obsessed web developer specialized in static architectures. Your goal is to deliver sub-second page loads via edge networks using the Gravito @gravito/freeze ecosystem. 🏢 Strategy & Architecture 1. Build-Time Detection SOP : Use detector.isStaticSite() to toggle between Dynamic (Hydration) and Static (Native) behavior. Rule : Favor native <a> tags for navigation in static builds to eliminate JS overhead. 2. Locale-Aware Routing Rule : Every static site ...
|
42 |
| 20574 | router-operations | vasilyu1983/ai-agents-public |
Router: Operations Routes QA, testing, deployment, observability, git workflow, and documentation questions through operational skills. Routing Workflow Identify the primary user intent (what they want done). Match the intent to an operations domain (testing, debugging, resilience, observability, DevOps, git, docs). Select a primary skill and optionally 1 supporting skill if the task spans domains. If the request is mostly implementation/build work, hand off to router-engineering. If confidenc...
|
42 |
| 20575 | experiment | simota/agent-skills |
Experiment "Every hypothesis deserves a fair trial. Every decision deserves data." Rigorous scientist — designs and analyzes experiments to validate product hypotheses with statistical confidence. Produces actionable, statistically valid insights. Principles Correlation ≠ causation — Only proper experiments prove causality Learn, not win — Null results save you from bad decisions Pre-register before test — Define success criteria upfront to prevent p-hacking Practical significance — A 0.1% lift ...
|
42 |
| 20576 | database-replication-setup | dengineproblem/agents-monorepo |
Database Replication Expert Эксперт по системам репликации баз данных с глубокими знаниями архитектур репликации master-slave, master-master и кластерных решений. Основные принципы репликации Типы репликации Асинхронная : Высокая производительность, возможная потеря данных при сбоях Синхронная : Гарантия консистентности данных, повышенная задержка Полусинхронная : Баланс между производительностью и консистентностью Master-Slave : Масштабирование чтения, резервное копирование Master-Master : Геог...
|
42 |
| 20577 | godot-genre-rts | thedivergentai/gd-agentic-skills |
Genre: Real-Time Strategy (RTS) Expert blueprint for RTS games balancing strategy, micromanagement, and performance. NEVER Do NEVER pathfinding jitter — Units pushing each other endlessly. Enable RVO avoidance (NavigationAgent2D.avoidance_enabled with radius). NEVER excessive micromanagement — Automate mundane tasks (auto-attack nearby enemies, auto-resume gathering after drop-off). NEVER _process on every unit — For 100+ units, use central UnitManager iterator. Saves massive function call overh...
|
42 |
| 20578 | excitement-energy | dylantarre/animation-principles |
Excitement & Energy Animation Create animations that energize, excite, and create dynamic, high-impact experiences. Emotional Goal Excitement builds through dynamic, escalating motion. Energy comes from fast, varied animations that create momentum and keep users engaged. Disney Principles for Excitement Squash & Stretch Dynamic and impactful (20-35%). High-energy compression and extension. Objects feel springy and responsive. Anticipation Quick, building tension (100-150ms). Like a coiled...
|
42 |
| 20579 | vibe-matcher | erichowens/some_claude_skills |
Vibe Matcher A synesthete designer who translates abstract feelings and brand vibes into concrete visual language - the bridge between "I want it to feel edgy" and "Use FF006E with 800-weight Montserrat". Quick Start Minimal example to translate vibe into visual specs: User: "Make my portfolio feel edgy but still professional" Vibe Matcher: 1. Clarify domain: "Professional software engineer portfolio" 2. Confirm audience: "Technical hiring managers and recruiters" 3. Translate "edgy + profe...
|
42 |
| 20580 | workos-authkit-base | workos/skills |
WorkOS AuthKit Integration Step 1: Fetch AuthKit Documentation (BLOCKING) STOP. Do not proceed until complete. WebFetch: https://workos.com/docs/user-management/authkit This page is the source of truth for AuthKit concepts, supported frameworks, and setup requirements. If this skill conflicts with the docs, follow the docs. Step 2: Detect User's Framework Run these commands to identify the project's framework. Check each in order; use the first match. Next.js grep -q '"next"' package.json 2 > /...
|
42 |
| 20581 | seo-backlink-strategy | ahonn/dotfiles |
SEO Backlink Strategy Plan and execute effective backlink acquisition strategies to build domain authority. Why Backlinks Matter Backlinks = Endorsements . Google views links from other sites as votes of confidence. But not all votes are equal: Domain Authority is logarithmic : DA 50 = 10x more powerful than DA 40 Quality > Quantity : One CNN link (DA 90) > 100 low-DA links Link juice distribution : If a page has 100 links, value is split. 2 links = more value each. In the AI Era : LLMs like Cha...
|
42 |
| 20582 | lint | aaddrick/claude-desktop-debian |
Linting and Code Quality Skill This skill helps you efficiently validate and format code using the project's comprehensive linting infrastructure. When to Use This Skill Use this skill when you: Edit a file and want to format it before committing Need to validate code style, types, or security Want to check for spelling errors or documentation issues Need to validate test infrastructure (suitespec, log messages) Want to run comprehensive quality checks before pushing Key Principles Always format...
|
42 |
| 20583 | media-expert | personamanagmentlayer/pcl |
Expert guidance for media production, content management systems, video streaming, broadcasting systems, and modern media technology solutions. Core Concepts Media Production - Video production workflows - Audio production and mixing - Post-production and editing - Visual effects (VFX) - Color grading and correction - Animation and motion graphics - Live production Streaming and Broadcasting - Video streaming platforms - Content Delivery Networks (CDN) - Adaptive bitrate streamin...
|
42 |
| 20584 | azure-storage-blob-py | sickn33/antigravity-awesome-skills |
Azure Blob Storage SDK for Python Client library for Azure Blob Storage — object storage for unstructured data. Installation pip install azure-storage-blob azure-identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < your-storage-account > Or use full URL AZURE_STORAGE_ACCOUNT_URL = https:// < account > .blob.core.windows.net Authentication from azure . identity import DefaultAzureCredential from azure . storage . blob import BlobServiceClient credential = DefaultAzureCredential ( ) acco...
|
42 |
| 20585 | debug-tools | adeonir/agent-skills |
Debug Tools Iterative debugging workflow with targeted log injection and cleanup. Workflow investigate --> inject logs --> propose fix --> verify --> cleanup ^_________________________________________| The workflow loops back to investigation if the fix doesn't work. Context Loading Strategy Load only the reference matching the current trigger. Multiple references may be loaded during a full debugging session (investigation often leads to log injection). Triggers Trigger Pattern Reference Debug ...
|
42 |
| 20586 | local-knowledge | terraphim/terraphim-skills |
Local Knowledge Search Use this skill when you need to search the developer's personal notes, documentation, or local knowledge base for context-specific information. Overview Terraphim enables AI coding agents to search local knowledge through role-based haystacks. Different roles have access to different knowledge domains: Role Knowledge Domain Haystacks Terraphim Engineer Architecture, system design Local docs + Knowledge Graph Rust Engineer Rust patterns, async, WASM Local notes + Query.rs A...
|
42 |
| 20587 | scalability-playbook | patricio0312rev/skills |
Scalability Playbook Systematic approach to identifying and resolving scalability bottlenecks. Bottleneck Analysis Current System Profile Traffic: 1,000 req/min Users: 10,000 active Data: 100GB database Response time: p95 = 500ms Identified Bottlenecks 1. Database Queries Symptom: Slow page loads (2-3s) Measurement: Query time p95 = 800ms Impact: HIGH - affects all reads Trigger: When p95 >500ms 2. Single Server Symptom: High CPU (>80%) Measurement: Load average >4 Impact: MEDIUM - intermi...
|
42 |
| 20588 | requesting-code-review | guanyang/antigravity-skills |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
42 |
| 20589 | pentest checklist | zebbern/claude-code-guide |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
42 |
| 20590 | frontend-design | duc01226/easyplatform |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
42 |
| 20591 | problem-diagnosis | dylantarre/animation-principles |
Think like a doctor examining symptoms. Something feels wrong. Your job is to identify the specific principle being violated and prescribe the cure. Systematic diagnosis beats random fixes. Core Mental Model When animation feels off, ask: What principle is being violated, and how? "It doesn't look right" isn't actionable. The 12 principles are your diagnostic checklist. Every animation problem is a principle problem—find which one, and the solution becomes clear. Diagnostic Framework Sym...
|
42 |
| 20592 | competitive-cartographer | erichowens/some_claude_skills |
Competitive Cartographer A strategic analyst who maps competitive spaces to reveal positioning opportunities, white space, and differentiation strategies. Creates "you are here" maps in crowded markets. Quick Start User: "How do I stand out as a senior frontend engineer?" Cartographer: 1. Define space: "Professional portfolios for senior frontend engineers" 2. Identify players: - Direct: Other senior frontend engineers in similar tech stacks - Adjacent: Full-stack engineers, design engineers - A...
|
42 |
| 20593 | pytest | gentleman-programming/gentleman-skills |
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
|
42 |
| 20594 | quant-analyst | rmyndharis/antigravity-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
42 |
| 20595 | seo-content-writer | guia-matthieu/clawfu-skills |
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
|
42 |
| 20596 | api-response-mocker | dkyazzentwatwa/chatgpt-skills |
API Response Mocker Generate realistic mock API responses with fake data using Faker. Features Schema-Based Generation: Define response structure Faker Integration: Realistic fake data Nested Objects: Complex nested structures Arrays: Generate lists of objects Relationships: Reference other mock data Multiple Formats: JSON, XML output Quick Start from api_mocker import APIMocker mocker = APIMocker() Generate user response user = mocker.generate({ "id": "uuid", "name": "name", "e...
|
42 |
| 20597 | azure-communication-chat-java | sickn33/antigravity-awesome-skills |
Azure Communication Chat (Java) Build real-time chat applications with thread management, messaging, participants, and read receipts. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-chat </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . chat . ChatClient ; import com . azure . communication . chat . ChatClientBuilder ; import com . azure . communication . chat . ChatThreadClient ; ...
|
42 |
| 20598 | tdd-strict | svenja-dev/claude-code-skills |
Dieser Skill erzwingt TDD-Praktiken basierend auf dem Kernprinzip: "If you didn't watch the test fail, you don't know if it tests the right thing." Wann aktivieren - Bei jeder neuen Feature-Implementierung - Bei Bug Fixes (erst Test der Bug reproduziert, dann Fix) - Bei Refactoring (Tests muessen vor UND nach Aenderung bestehen) - Bei API-Erweiterungen - Bei jeder exportierten Funktion Der Red-Green-Refactor Zyklus 1. RED: Test schreiben der fehlschlaegt ``` // ZUERST: Test schreibe...
|
42 |
| 20599 | gradle-build | apache/beam |
Gradle Build System in Apache Beam Overview Apache Beam is a mono-repo using Gradle as its build system. The entire project (Java, Python, Go, website) is managed as a single Gradle project. Key Files build.gradle.kts - Root build configuration settings.gradle.kts - Project structure and module definitions gradle.properties - Global properties and versions buildSrc/ - Custom Gradle plugins including BeamModulePlugin BeamModulePlugin Located at buildSrc/src/main/groovy/org/apache/beam/gradle/Beam...
|
42 |
| 20600 | homepage-audit | brianrwagner/ai-marketing-skills |
Homepage Audit You are a conversion expert. Your goal: audit a homepage or landing page with systematic scoring, then produce an impact-prioritized action plan with concrete rewrites. Mode Detect from context or ask: "Quick scan, full audit, or full audit with rewrites?" Mode What you get Best for quick 5-second test + top 3 highest-impact fixes Fast gut-check before a launch standard Full section-by-section audit + priority list Website refresh, conversion diagnosis deep Full audit + rewrite re...
|
42 |