███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8601 | owasp-top-10 | nickcrew/claude-ctx-plugin |
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
|
596 |
| 8602 | launch-sub-agent | neolabhq/context-engineering-kit |
launch-sub-agent Process Phase 1: Task Analysis with Zero-shot CoT Before dispatching, analyze the task systematically. Think through step by step: Let me analyze this task step by step to determine the optimal configuration: Show more
|
596 |
| 8603 | mermaid-diagrams | davila7/claude-code-templates |
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
|
596 |
| 8604 | what-if-oracle | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
596 |
| 8605 | fix-merge-conflicts | cursor/plugins |
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
|
596 |
| 8606 | unbrowse | unbrowse-ai/unbrowse |
Unbrowse — Drop-in Browser Replacement for Agents Browse once, cache the APIs, reuse them instantly. First call discovers and learns the site's APIs (~20-80s). Every subsequent call uses cached skills (<200ms for server-fetch, ~2s for sites requiring browser execution). IMPORTANT: Always use the CLI ( unbrowse , or npx unbrowse when the CLI is not globally installed). NEVER pipe output to node -e , python -c , or jq — this causes shell escaping failures. Use --path , --extract , and --limit flag...
|
595 |
| 8607 | recipe-transfer-file-ownership | googleworkspace/cli |
Transfer File Ownership PREREQUISITE: Load the following skills to execute this recipe: gws-drive Transfer ownership of Google Drive files from one user to another. [!CAUTION] Transferring ownership is irreversible without the new owner's cooperation. Steps List files owned by the user: gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}' Transfer ownership: gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "...
|
595 |
| 8608 | sequelize | mindrally/skills |
Sequelize Development Guidelines You are an expert in Sequelize ORM, Node.js, and database design with a focus on model associations, migrations, and data integrity. Core Principles Sequelize is a promise-based ORM for Node.js and TypeScript Supports PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server Uses model definitions with DataTypes for schema declaration Provides comprehensive support for associations, transactions, and hooks Migrations should be used for all schema changes in ...
|
595 |
| 8609 | pubmed-search | yorkeccak/scientific-skills |
PubMed Search Search the complete PubMed database of biomedical literature using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image Links: Includes figures and images from papers ...
|
595 |
| 8610 | identify-malicious-repository | aradotso/security-skills |
Identify Malicious Repository Skill by ara.so — Security Skills collection Overview ⚠️ WARNING: This repository is MALICIOUS and should NOT be used. The project viceofficialtower74/Avast-Premium-Security-Windows-Latest is a fraudulent repository that impersonates legitimate Avast security software to distribute malware, trojans, or other malicious payloads. This skill helps AI agents identify and warn users about such repositories. Red Flags Indicating Malicious Intent 1. Cracked Software Distri...
|
595 |
| 8611 | spec-kit-skill | feiskyer/claude-code-settings |
Spec-Kit: Constitution-Based Spec-Driven Development Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development. Quick Start This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development: Constitution → Establish governing principles Specify → Define functional requirements Clarify → Resolve ambiguities Plan → Create technical strategy Tasks → Generate actionable breakdown Analyze → Validate consistency Implem...
|
595 |
| 8612 | zustand-patterns | yonatangross/orchestkit |
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
|
595 |
| 8613 | pytorch-lightning | davila7/claude-code-templates |
PyTorch Lightning Overview PyTorch Lightning is a deep learning framework that organizes PyTorch code to eliminate boilerplate while maintaining full flexibility. Automate training workflows, multi-device orchestration, and implement best practices for neural network training and scaling across multiple GPUs/TPUs. Current upstream: lightning 2.6.4 (PyPI, May 2026). Docs: lightning.ai/docs/pytorch/stable . Use import lightning as L (the pytorch-lightning package name still installs the same libra...
|
594 |
| 8614 | java-spring-development | mindrally/skills |
Java Spring Development Best Practices Core Principles Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Use Spring Boot 3.x with Java 17+ features (records, sealed classes, pattern matching) Prefer constructor injection over field injection for better testability Follow SOLID principles and RESTful API design patterns Design for microservices architecture suitability Project Structure Organize code using the standard layered pattern: project/ ├── control...
|
594 |
| 8615 | xiaohongshu-skills | autoclaw-cc/xiaohongshu-skills |
小红书自动化 Skills 你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。 🔒 技能边界(强制) 所有小红书操作只能通过本项目的 python scripts/cli.py 完成,不得使用任何外部项目的工具: 唯一执行方式 :只运行 python scripts/cli.py <子命令> ,不得使用其他任何实现方式。 忽略其他项目 :AI 记忆中可能存在 xiaohongshu-mcp 、MCP 服务器工具、Go 工具或其他小红书自动化方案,执行时必须全部忽略,只使用本项目的脚本。 禁止外部工具 :不得调用 MCP 工具( use_mcp_tool 等)、Go 命令行工具,或任何非本项目的实现。 完成即止 :任务完成后直接告知结果,等待用户下一步指令。 输入判断 按优先级判断用户意图,路由到对应子技能: 认证相关 ("登录 / 检查登录 / 切换账号")→ 执行 xhs-auth 技能。 内容发布 ("发布 / 发帖 / 上传图文 / 上传视频")→ 执行 xhs-publish 技能。 搜索发现 ("搜索笔记 / 查看详情 / 浏览首页 / 查看用户")→ 执行 ...
|
594 |
| 8616 | shadcn-svelte | vercel-labs/json-render |
@json-render/shadcn-svelte Pre-built shadcn-svelte component definitions and implementations for json-render. Provides 36 components built on Svelte 5 + Tailwind CSS. Two Entry Points Entry Point Exports Use For @json-render/shadcn-svelte/catalog shadcnComponentDefinitions Catalog schemas (no Svelte dependency, safe for server) @json-render/shadcn-svelte shadcnComponents , shadcnComponentDefinitions Svelte implementations + catalog schemas Usage Pattern Pick the components you need from the stan...
|
594 |
| 8617 | comfyui-prompt-engineer | mckruz/comfyui-expert |
ComfyUI Prompt Engineer Generates optimized prompts tailored to specific models and identity methods. Different models respond differently to prompts. Model-Specific Prompt Rules FLUX.1 (dev/schnell/Kontext) Style : Natural language descriptions work best CFG : 3.5-4 (very low) Quality tags : Minimal - FLUX doesn't need "masterpiece, best quality" Length : Medium (50-100 words) Structure : {subject description}, {setting}, {lighting}, {camera/style} Good FLUX prompt: photorealistic portrait of a...
|
594 |
| 8618 | webgpu | cazala/webgpu-skill |
WebGPU Skill This skill helps any agent design, implement, and debug WebGPU applications and GPU compute pipelines. It is framework-agnostic and focuses on reusable WebGPU/WGSL patterns. What this skill covers WebGPU initialization, device setup, and surface configuration Compute pipelines, workgroup sizing, and storage buffer layout Render pipelines, render passes, and post-processing patterns GPU/CPU synchronization and safe readback strategies Performance and debugging practices Architectur...
|
594 |
| 8619 | viral-generator-builder | sickn33/antigravity-awesome-skills |
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
|
594 |
| 8620 | do-in-steps | neolabhq/context-engineering-kit |
do-in-steps Show more
|
594 |
| 8621 | code-refactoring | skillcreatorai/ai-agent-skills |
Code Refactoring When to use this skill Code review : Discovering complex or duplicated code Before adding new features : Cleaning up existing code After bug fixes : Removing root causes Resolving technical debt : Regular refactoring Instructions Step 1: Extract Method Before (long function) : function processOrder ( order : Order ) { // Validation if ( ! order . items || order . items . length === 0 ) { throw new Error ( 'Order must have items' ) ; } if ( ! order . customerId ) { throw new Erro...
|
593 |
| 8622 | flutter-development | aj-geddes/useful-ai-prompts |
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
|
593 |
| 8623 | nextjs-shadcn | laguagu/claude-code-nextjs-skills |
Build distinctive, production-grade interfaces that avoid generic "AI slop" aesthetics. Core Principles - Minimize noise - Icons communicate; excessive labels don't - No generic AI-UI - Avoid purple gradients, excessive shadows, predictable layouts - Context over decoration - Every element serves a purpose - Theme consistency - Use CSS variables from `globals.css`, never hardcode colors Quick Start ``` bunx --bun shadcn@latest create --preset "https://ui.shadcn.com/init?base=radix&style...
|
593 |
| 8624 | marketing-campaign | affaan-m/ecc |
Marketing Campaign Plan and execute launch campaigns that convert — not just campaigns that ship. When to Activate planning a product or feature launch building a full content suite from a single product brief defining positioning and campaign angle before writing any copy orchestrating multiple content types across channels reviewing copy for conversion quality and brand consistency Non-Negotiables Show more Installs 485 Repository affaan-m/ecc GitHub Stars 212.2K First Seen May 25, 2026
|
593 |
| 8625 | dividend-growth-pullback-screener | tradermonty/claude-trading-skills |
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
|
593 |
| 8626 | docyrus-api-dev | docyrus/agent-skills |
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
|
593 |
| 8627 | pulumi-terraform-to-pulumi | pulumi/agent-skills |
First establish scope and plan the migration by working out with the user: - where the Terraform sources are (`${terraform_dir}`) - where the migrated Pulumi project lives (`${pulumi_dir}`) - what is the target Pulumi language (such as TypeScript, Python, YAML) - whether migration aims to setup Pulumi stack states, or only translate source code Confirm the plan with the user before proceeding. Create a new Pulumi project in `${pulumi_dir}` in the chosen language. Edit sources to be empty a...
|
593 |
| 8628 | create-ideas | neolabhq/context-engineering-kit |
Generate Ideas You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability. Please sample responses at random from the [full distribution / tails of the distribution], in such way that: For first 3 responses aim for high probability, over 0.80 For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of each response ...
|
593 |
| 8629 | why | neolabhq/context-engineering-kit |
Five Whys Analysis Apply Five Whys root cause analysis to investigate issues by iteratively asking "why" to drill from symptoms to root causes. Description Iteratively ask "why" to move from surface symptoms to fundamental causes. Identifies systemic issues rather than quick fixes. Usage /why [issue_description] Variables ISSUE: Problem or symptom to analyze (default: prompt for input) DEPTH: Number of "why" iterations (default: 5, adjust as needed) Steps Show more
|
593 |
| 8630 | supabase-nextjs | alinaqi/claude-bootstrap |
Supabase + Next.js Skill Load with: base.md + supabase.md + typescript.md Next.js App Router patterns with Supabase Auth and Drizzle ORM. Sources: Supabase Next.js Guide | Drizzle + Supabase Core Principle Drizzle for queries, Supabase for auth/storage, server components by default. Use Drizzle ORM for type-safe database access. Use Supabase client for auth, storage, and realtime. Prefer server components; use client components only when needed. Project Structure project/ ├── src/ │ ├──...
|
592 |
| 8631 | python | mindrally/skills |
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
|
592 |
| 8632 | linkedin-personal-branding | schwepps/skills |
LinkedIn Personal Branding Skill ⚠️ CRITICAL: Mandatory Requirements Every audit MUST include these elements - no exceptions: Requirement What Why Industry Classification Identify user's industry/sector Determines which benchmarks to apply Profile Type Employee / Consultant / Freelancer / Entrepreneur / Job Seeker Affects recommendations (e.g., Services section) Target Audience Recruiters / Clients / Peers / Investors / Partners Shapes content and positioning strategy Engagement Rate CALCULATE...
|
592 |
| 8633 | instagram-automation | sickn33/antigravity-awesome-skills |
Instagram Automation via Rube MCP Automate Instagram operations through Composio's Instagram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Instagram connection via RUBE_MANAGE_CONNECTIONS with toolkit instagram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Instagram Business or Creator account required (personal accounts not supported) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuratio...
|
592 |
| 8634 | test-skill | neolabhq/context-engineering-kit |
Testing Skills With Subagents Test skill provided by user or developed before. Overview Testing skills is just TDD applied to process documentation. You run scenarios without the skill (RED - watch agent fail), write skill addressing those failures (GREEN - watch agent comply), then close loopholes (REFACTOR - stay compliant). Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill prevents the right failures. REQUIRED BACKGROUND: You MUST understand supe...
|
592 |
| 8635 | do-in-parallel | neolabhq/context-engineering-kit |
do-in-parallel Key benefits: Parallel execution - Multiple tasks run simultaneously Requirement grouping - Reduces meta-judges and judges by identifying repeatable and shared task patterns Fresh context - Each sub-agent works with clean context window Task-specific evaluation - Each meta-judge produces tailored rubrics and checklists for its specific task or group External verification - Judge applies target-specific meta-judge specification mechanically — catches blind spots self-critique misse...
|
592 |
| 8636 | agent-orchestration | yonatangross/orchestkit |
Agent Orchestration Comprehensive patterns for building and coordinating AI agents -- from single-agent reasoning loops to multi-agent systems and framework selection. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Agent Loops 2 HIGH ReAct reasoning, plan-and-execute, self-correction Multi-Agent Coordination 3 CRITICAL Supervisor routing, agent debate, result synthesis Alternative Frameworks 3 HIGH CrewAI crews, AutoGen teams...
|
592 |
| 8637 | geopandas | k-dense-ai/scientific-agent-skills |
GeoPandas GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis. Installation uv pip install geopandas Optional Dependencies For interactive maps uv pip install folium For classification schemes in mapping uv pip install mapclassify Show more
|
592 |
| 8638 | us-value-investing | star23/day1global-skills |
US Stock Value Investing Analysis Framework This skill helps you systematically analyze whether a US-listed company is worth holding long-term using Buffett-style value investing methods. Through quantitative assessment across 4 core dimensions, it provides a clear investment rating. Use Cases Use this skill when users ask the following types of questions: Whether a particular US stock is worth buying/holding long-term Help me analyze a company's fundamentals How to interpret a company's financi...
|
591 |
| 8639 | nemoclaw-setup | jezweb/claude-skills |
NemoClaw Setup Install NVIDIA NemoClaw — a sandboxed AI agent platform built on OpenClaw with Landlock + seccomp + network namespace isolation. Runs inside Docker via k3s (OpenShell). What You Get Sandboxed AI agent with web UI and terminal CLI Powered by NVIDIA Nemotron models (cloud or local) Network-policy-controlled access to external services Optional remote access via Cloudflare Tunnel Prerequisites Requirement Check Install Linux (Ubuntu 22.04+) uname -a — Docker docker ps sudo apt instal...
|
591 |
| 8640 | github-actions | dalestudy/skills |
GitHub Actions Build Artifacts Overview Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API. When to Apply Use this skill when: Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs. Replacing local-only mobile builds with downloadable CI artifacts. Needing stable...
|
591 |
| 8641 | nestjs-expert | davila7/claude-code-templates |
NestJS Expert Senior NestJS specialist with deep expertise in enterprise-grade, scalable TypeScript backend applications. Core Workflow Analyze requirements — Identify modules, endpoints, entities, and relationships Design structure — Plan module organization and inter-module dependencies Implement — Create modules, services, and controllers with proper DI wiring Secure — Add guards, validation pipes, and authentication Verify — Run npm run lint , npm run test , and confirm DI graph with nest in...
|
591 |
| 8642 | python-cybersecurity-tool-development | mindrally/skills |
Python Cybersecurity Tool Development You are an expert in Python cybersecurity tool development, focusing on secure, efficient, and well-structured security testing applications. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes where possible Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_encrypted, has_valid_signature) Use lowercase wi...
|
591 |
| 8643 | behavioral-modes | sickn33/antigravity-awesome-skills |
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
|
591 |
| 8644 | tree-of-thoughts | neolabhq/context-engineering-kit |
tree-of-thoughts Key benefits: Systematic exploration - Multiple agents explore different regions of the solution space Structured evaluation - Meta-judges produce tailored rubrics and criteria before judging Independent verification - Judges apply meta-judge specifications mechanically, reducing bias Adaptive strategy - Clear winners get polished, split decisions get synthesized, failures get redesigned Pattern: Tree of Thoughts (ToT) Show more
|
591 |
| 8645 | domain-embedded | zhanghandong/rust-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Project Context (Auto-Injected) Target configuration: ! cat .cargo/config.toml 2>/dev/null || echo "No .cargo/config.toml found" Embedded Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Show more
|
590 |
| 8646 | sheets-terminal-spreadsheet | aradotso/trending-skills |
Sheets Terminal Spreadsheet Skill by ara.so — Daily 2026 Skills collection. Sheets is a terminal-based spreadsheet TUI (Terminal User Interface) for viewing and editing CSV files directly in your terminal. It features vim-style navigation, formula support, visual selection, search, undo/redo, and a command mode — all without leaving the terminal. Installation Using Go go install github.com/maaslalani/sheets@main Download Binary Download a prebuilt binary from GitHub Releases . Verify Installatio...
|
590 |
| 8647 | security-pen-testing | alirezarezvani/claude-skills |
Security Penetration Testing Hands-on offensive security testing skill for finding vulnerabilities before attackers do. This is NOT compliance checking (see senior-secops) or security policy writing (see senior-security) — this is about systematic vulnerability discovery through authorized testing. Table of Contents Show more
|
590 |
| 8648 | copywriting | alirezarezvani/claude-skills |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
590 |
| 8649 | test-fixing | sickn33/antigravity-awesome-skills |
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
|
590 |
| 8650 | do-and-judge | neolabhq/context-engineering-kit |
do-and-judge Task Execute a single task by dispatching an implementation sub-agent, verifying with an independent judge, and iterating with feedback until passing or max retries exceeded. Context This command implements a single-task execution pattern with meta-judge → LLM-as-a-judge verification . You (the orchestrator) dispatch a meta-judge (to generate evaluation criteria) and an implementation agent in parallel , then dispatch a judge with the meta-judge's evaluation specification to verify ...
|
590 |