███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11101 | gap-analysis | aj-geddes/useful-ai-prompts |
Gap Analysis Overview Gap analysis systematically compares current capabilities with desired future state, revealing what needs to change and what investments are required. When to Use Strategic planning and goal setting Technology modernization assessment Process improvement initiatives Skills and training planning System evaluation and selection Organizational change planning Capability building programs Instructions 1. Gap Identification Framework Systematic gap identification class GapAn...
|
340 |
| 11102 | ml model training | aj-geddes/useful-ai-prompts |
ML Model Training Training machine learning models involves selecting appropriate algorithms, preparing data, and optimizing model parameters to achieve strong predictive performance. Training Phases Data Preparation : Cleaning, encoding, normalization Feature Engineering : Creating meaningful features Model Selection : Choosing appropriate algorithms Hyperparameter Tuning : Optimizing model settings Validation : Cross-validation and evaluation metrics Deployment : Preparing models for productio...
|
340 |
| 11103 | circuit-breaker-pattern | aj-geddes/useful-ai-prompts |
Circuit Breaker Pattern Overview Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail. When to Use External API calls Microservices communication Database connections Third-party service integrations Preventing cascading failures Implementing fallback mechanisms Rate limiting protection Timeout handling Circuit States ┌──────────┐ │ CLOSED │ ◀─── Normal operation └────┬─────┘ │ Failures exceed threshold ▼ ┌────────...
|
340 |
| 11104 | cloud-security-configuration | aj-geddes/useful-ai-prompts |
Cloud Security Configuration Overview Cloud security requires comprehensive strategies spanning identity management, encryption, network controls, compliance, and threat detection. Implement defense-in-depth with multiple layers of protection and continuous monitoring. When to Use Protecting sensitive data in cloud Compliance with regulations (GDPR, HIPAA, PCI-DSS) Implementing zero-trust security Securing multi-cloud environments Threat detection and response Identity and access management Ne...
|
340 |
| 11105 | serverless-architecture | aj-geddes/useful-ai-prompts |
Serverless Architecture Overview Serverless architecture enables building complete applications without managing servers. Design event-driven, scalable systems using managed compute services, databases, and messaging systems. Pay only for actual usage with automatic scaling. When to Use Event-driven applications API backends and microservices Real-time data processing Batch jobs and scheduled tasks Workflow automation IoT data pipelines Multi-tenant SaaS applications Mobile app backends Implem...
|
340 |
| 11106 | fda-consultant-specialist | davila7/claude-code-templates |
FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, Quality System Regulation (QSR), HIPAA compliance, and device cybersecurity requirements. Table of Contents FDA Pathway Selection 510(k) Submission Process QSR Compliance HIPAA for Medical Devices Device Cybersecurity Resources FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. Decision Framework Predicat...
|
340 |
| 11107 | codex-oauth-automation-extension | aradotso/trending-skills |
Codex OAuth Automation Extension Skill by ara.so — Daily 2026 Skills collection. A Chrome extension that automates the full OpenAI OAuth registration/login flow including email verification, CPA callback handling, and multi-round batch execution. Supports DuckDuckGo, QQ Mail, 163 Mail, and Inbucket as verification code sources. Installation Clone the repository: git clone https://github.com/QLHazyCoder/codex-oauth-automation-extension.git cd codex-oauth-automation-extension Load in Chrome: Navig...
|
340 |
| 11108 | puremac-macos-cleaner | aradotso/trending-skills |
PureMac macOS Cleaner Skill by ara.so — Daily 2026 Skills collection. PureMac is a free, native SwiftUI macOS application that cleans system junk, user caches, Xcode derived data, Homebrew caches, mail attachments, and purgeable APFS space. It is a privacy-respecting, open-source alternative to CleanMyMac X with no telemetry, no subscriptions, and no network calls. Install Homebrew (recommended) brew tap momenbasel/tap brew install --cask puremac Direct Download Download the latest .app from Rel...
|
340 |
| 11109 | webapp-testing | davila7/claude-code-templates |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
340 |
| 11110 | design-md | sickn33/antigravity-awesome-skills |
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
|
340 |
| 11111 | interactive-portfolio | davila7/claude-code-templates |
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
|
340 |
| 11112 | performance-profiling | davila7/claude-code-templates |
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
|
340 |
| 11113 | ln-730-devops-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates DevOps infrastructure setup by delegating to specialized workers. Purpose & Scope Orchestrates the complete DevOps setup for a project: - Does: Auto-detect stack, delegate to workers, verify configuration - Does NOT: Generate files directly (delegates to ln-731, ln-732, ln-733) Overview | Input | Project directory with source code | Output | Docker, CI/CD, environment configurati...
|
340 |
| 11114 | video-lens | kar2phi/video-lens |
You are a YouTube content analyst. Given a YouTube URL, you will extract the video transcript and produce a structured summary in the video's original language. When to Activate Trigger this skill when the user: Shares a YouTube URL (youtube.com/watch, youtu.be, youtube.com/embed, youtube.com/live) or a bare 11-character video ID — even without explanation Asks to summarise, digest, or analyse a video Uses phrases like "what's this video about", "give me the highlights", "TL;DR this", "make note...
|
340 |
| 11115 | nodejs-development | mindrally/skills |
Node.js Development Guidelines You are an expert in Node.js development with TypeScript, covering various frameworks and patterns. Payload CMS with Next.js Project Setup project/ ├── src/ │ ├── app/ Next.js app directory │ ├── collections/ Payload collections │ ├── blocks/ Custom blocks │ ├── fields/ Custom fields │ └── access/ Access control functions ├── payload.config.ts Payload configuration └── next.config.js Next.js con...
|
340 |
| 11116 | task | camacho/ai-skills |
/task Surface Routing Before starting, pick the right tool for the job: Activity Tool Why Architecture planning Claude Code /plan Opus, 1M context Feature implementation Claude Code Hooks, subagents, worktrees Quick single-file fix VS Code Claude ext Faster for small scope DevOps / terminal Codex CLI Strong at terminal tasks Background refactor Codex Cloud Fire-and-forget PR Code review GitHub Actions Async, no session cost Test writing subagent: test-writer (CC) / inline (Codex) Isolated contex...
|
340 |
| 11117 | symfony:tdd-with-phpunit | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-phpunit<div
|
340 |
| 11118 | typescript-mcp | jezweb/claude-skills |
TypeScript MCP on Cloudflare Workers Last Updated: 2026-01-21 Versions: @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5 Spec Version: 2025-11-25 Quick Start npm install @modelcontextprotocol/sdk@latest hono zod npm install -D @cloudflare/workers-types wrangler typescript Transport Recommendation: Use StreamableHTTPServerTransport for production. SSE transport is deprecated and maintained for backwards compatibility only. Streamable HTTP provides better error recovery, bidirectional ...
|
339 |
| 11119 | crypto-agent-trading | crypto-com/crypto-agent-trading |
Skill: crypto-agent-trading Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract f...
|
339 |
| 11120 | huggingface-tokenizers | davila7/claude-code-templates |
HuggingFace Tokenizers - Fast Tokenization for NLP Fast, production-ready tokenizers with Rust performance and Python ease-of-use. When to use HuggingFace Tokenizers Use HuggingFace Tokenizers when: Need extremely fast tokenization (<20s per GB of text) Training custom tokenizers from scratch Want alignment tracking (token → original text position) Building production NLP pipelines Need to tokenize large corpora efficiently Performance: Speed: <20 seconds to tokenize 1GB on CPU Implementat...
|
339 |
| 11121 | busybox-on-windows | sickn33/antigravity-awesome-skills |
BusyBox is a single binary that implements many common Unix tools. Use this skill only on Windows. If you are on UNIX, then stop here. Run the following steps only if you cannot find a busybox.exe file in the same directory as this document is. These are PowerShell commands, if you have a classic cmd.exe terminal, then you must use powershell -Command "..." to run them. Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed Print t...
|
339 |
| 11122 | review-and-simplify-changes | dimillian/skills |
Review and Simplify Changes Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-agents to review in parallel, but keep those sub-agents read-only: they should only inspect code and send findings back to the main agent. Only the main agent may apply high-confidence, behavior-preserving fixes. Modes Choose the mode from the user's request: review-only : user asks to review, audit, or check the changes safe-fixes : user asks to simplify, clean up, or refactor the c...
|
339 |
| 11123 | xlsx | bobmatnyc/claude-mpm-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
339 |
| 11124 | ln-140-test-docs-creator | levnikolaevich/claude-code-skills |
This skill creates and validates test documentation: testing-strategy.md (universal testing philosophy) + tests/README.md (test organization structure and Story-Level Test Task Pattern). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only test documentation (testing-strategy.md + tests/README.md) - Validating existing test documentation structure and content - Setting up test philosoph...
|
339 |
| 11125 | ln-631-test-business-logic-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing tests for Business Logic Focus (Category 1). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Business Logic Focus (Category 1: High Priority) - Detect tests validating framework/library behavior (NOT our code) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with framework detection patterns, tech stack, test file list. Workflow - Parse context - Scan test files for framework/library tests - Collect fi...
|
339 |
| 11126 | uptime-monitoring | aj-geddes/useful-ai-prompts |
Uptime Monitoring Overview Set up comprehensive uptime monitoring with health checks, status pages, and incident tracking to ensure visibility into service availability. When to Use Service availability tracking Health check implementation Status page creation Incident management SLA monitoring Instructions 1. Health Check Endpoints // Node.js health check const express = require('express'); const app = express(); app.get('/health', (req, res) => { res.json({ status: 'ok', timestamp...
|
339 |
| 11127 | form-validation | aj-geddes/useful-ai-prompts |
Form Validation Overview Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety. When to Use User input validation Form submission handling Real-time error feedback Complex validation rules Multi-step forms Implementation Examples 1. React Hook Form with TypeScript // types/form.ts export interface LoginFormData { email: string; password: string; rememberMe: boolean; } export interfa...
|
339 |
| 11128 | interaction-design | aj-geddes/useful-ai-prompts |
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
|
339 |
| 11129 | encore-frontend | encoredev/skills |
Frontend Integration with Encore Instructions Encore provides tools to connect your frontend applications to your backend APIs. Generate a TypeScript Client Generate client for local development encore gen client --output=./frontend/src/client.ts --env=local Generate client for a deployed environment encore gen client --output=./frontend/src/client.ts --env=staging This generates a fully typed client based on your API definitions. Using the Generated Client // frontend/src/client.ts is a...
|
339 |
| 11130 | maestro-e2e | raphaelbarbosaqwerty/maestro-dev-skills |
When to use Use this skill whenever you are: Creating E2E, UI, or integration tests Testing login, registration, or navigation flows Handling permission dialogs (camera, location, notifications) Debugging test failures or exploring UI hierarchy Working with Maestro test files (.yaml) Captions When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information. When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics ...
|
339 |
| 11131 | algorithmic-trading | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
339 |
| 11132 | model-pruning | davila7/claude-code-templates |
Model Pruning: Compressing LLMs When to Use This Skill Use Model Pruning when you need to: Reduce model size by 40-60% with <1% accuracy loss Accelerate inference using hardware-friendly sparsity (2-4× speedup) Deploy on constrained hardware (mobile, edge devices) Compress without retraining using one-shot methods Enable efficient serving with reduced memory footprint Key Techniques: Wanda (weights × activations), SparseGPT (second-order), structured pruning, N:M sparsity Papers: Wanda ICLR ...
|
339 |
| 11133 | nansen-smart-money-alpha | nansen-ai/nansen-cli |
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
|
339 |
| 11134 | ln-761-secret-scanner | levnikolaevich/claude-code-skills |
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation. Purpose & Scope - Detect hardcoded secrets using available tools (gitleaks, trufflehog) or manual patterns - Classify findings by severity (Critical/High/Medium/Low) - Filter false positives via baseline and allowlists - Provide remediation guidance per finding type - Return normalized report to parent orchestrator (ln-760) When to Use - During project bootstrap (via ln-760-security-set...
|
339 |
| 11135 | go-api-development | mindrally/skills |
Go API Development with Standard Library Core Principles Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, net/http package, and the new ServeMux introduced in Go 1.22 Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for the API structure, endpoints, and data flow in pseudocode, written out in great detail Write correct, up-to-date, bug-free, fully functional, secure, and efficien...
|
339 |
| 11136 | argocd-expert | personamanagmentlayer/pcl |
ArgoCD Expert You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices. Core Expertise ArgoCD Architecture Components: ArgoCD: ├── API Server (UI/CLI/API) ├── Repository Server (Git interaction) ├── Application Controller (K8s reconciliation) ├── Redis (caching) ├── Dex (SSO/RBAC) └── ApplicationSet Controller ...
|
339 |
| 11137 | skill-creator | dalestudy/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...
|
339 |
| 11138 | cms-collection-setup | webflow/webflow-skills |
CMS Collection Setup Create a new CMS collection with custom fields, relationships, and proper configuration. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details and plan limits Use Webflow MCP's data_cms_tool with action get_collection_list to...
|
338 |
| 11139 | cloudflare-durable-objects | jezweb/claude-skills |
Cloudflare Durable Objects Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs: https://developers.cloudflare.com/durable-objects/ Recent Updates (2025): Oct 2025: WebSocket message size 1 MiB → 32 MiB, Data Studio UI for SQLite DOs (view/edit storage in dashboard) Aug 2025: getByName() API shortcut for named DOs June 2025: @cloudflare/actors library (beta)...
|
338 |
| 11140 | security | cognitedata/dune-skills |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
338 |
| 11141 | performance | cognitedata/dune-skills |
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
|
338 |
| 11142 | integrate-atlas-chat | cognitedata/dune-skills |
Integrate Atlas Agent Chat Add a streaming Atlas Agent chat UI to this Flows app. Agent external ID: $ARGUMENTS Dependencies The atlas-agent library files (copied in Step 2) require these npm packages: Package Version @sinclair/typebox ^0.33.0 ajv ^8.17.1 ajv-formats ^2.1.1 @cognite/sdk is assumed to already be present in Flows apps. Show more
|
338 |
| 11143 | dune-app-review | cognitedata/dune-skills |
Dune App Review Fetch the official review command and follow it exactly: gh api repos/cognitedata/dune-app-reviews/contents/.claude/commands/dune-review.md \ --jq '.content' | base64 -d Adapt it for a local developer review : Treat the current workspace as the app under review. Skip all ticket, PR, overview, submodule, and reviews/<TICKET-ID>/... setup steps. If the upstream command asks for Jira ticket or PR input, ignore that requirement and continue with the local codebase. Use reviews/dune-a...
|
338 |
| 11144 | integrate-todo-list | cognitedata/dune-skills |
Integrate Todo List Add a structured task-tracking feature to this Flows app. The agent will use a TodoWrite tool to create and update a task list as it works through multi-step queries, giving the user real-time visibility into what the agent is doing and why. Prerequisite: integrate-atlas-chat must already be complete — useAtlasChat must be wired (typically from ./atlas-agent/react ), src/atlas-agent/ must contain the vendored atlas-agent sources, and @sinclair/typebox , ajv , ajv-formats must...
|
338 |
| 11145 | hive | rllm-org/hive |
Hive Experiment Loop You are an agent in a collaborative swarm. Multiple agents work on the same task. Results flow through the shared hive server. The goal is to improve the global best , not your local best. Read program.md for task-specific constraints (what to modify, metric, rules). Know Your Mode Check .hive/fork.json → mode field: fork (public tasks): You have your own repo copy. Any branch name works. branch (private tasks): You share a repo with other agents. Your branch must start with...
|
338 |
| 11146 | here-be-git | intellectronica/agent-skills |
Here Be Git Initialise a git repository with optional configuration for agent workflows. Workflow Step 1: Initialise Git Repository Run git init in the current working directory. Confirm to the user that the repository has been initialised. Step 2: Agent Commit Instructions Ask the user: Would you like me to add instructions for the agent to always commit when it's done with a task? If the user confirms: Check if AGENTS.md exists in the current directory If it exists, append the commit i...
|
338 |
| 11147 | ln-201-opportunity-discoverer | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
|
338 |
| 11148 | publish-skill | camacho/ai-skills |
When to invoke User says "publish skill", "update skill", "push skill changes", "/publish-skill" After editing a skill locally in .agents/skills/ Steps 1. Pre-flight Locate ai-skills path (in order): $AI_SKILLS_REPO env var ~/projects/camacho/ai-skills Ask user Then check it's clean: git -C " $AI_SKILLS_PATH " status --porcelain If non-empty: STOP. Tell user to commit or stash ai-skills changes first. Show more
|
338 |
| 11149 | openclaw-mission-control | 0xindiebruh/openclaw-mission-control-skill |
Mission Control Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Overview Mission Control lets you run multiple AI agents that collaborate on tasks: Team Lead : Creates and assigns tasks, reviews completed work Worker Agents : Poll for tasks via heartbeat, execute work, log progress Kanban Board : Visual task management at http://localhost:8080 HTTP API : Agents interact via REST endpoints Local Storage : All data stored in JSON files — no external database needed Qu...
|
338 |
| 11150 | frontend-testing | aj-geddes/useful-ai-prompts |
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
|
338 |