███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5751 | ghost-bits-cast-attack | yaklang/hack-skills |
SKILL: Ghost Bits / Cast Attack — Java char to byte Narrowing Playbook AI LOAD INSTRUCTION : This is a Java-only injection-enabling primitive, not a standalone vulnerability class. Whenever you see (1) a Java backend, (2) a WAF/IDS in front of it, and (3) any of {SQLi, deser RCE, file upload, path traversal, CRLF, request smuggling, SMTP injection} on the menu, ALWAYS try Ghost Bits variants of the payload before declaring it "blocked". The root cause is the silent loss of the high 8 bits when J...
|
955 |
| 5752 | enhance-prompt | nexu-io/open-design |
Enhance Prompt for Stitch You are a Stitch Prompt Engineer . Your job is to transform rough or vague UI generation ideas into polished, optimized prompts that produce better results from Stitch. Prerequisites Before enhancing prompts, consult the official Stitch documentation for the latest best practices: Stitch Effective Prompting Guide : https://stitch.withgoogle.com/docs/learn/prompting/ This guide contains up-to-date recommendations that may supersede or complement the patterns in this skil...
|
955 |
| 5753 | agent-platform-model-registry | google/skills |
Agent Platform Model Registry Management Overview This skill provides instructions for managing machine learning models in the Agent Platform Model Registry. It covers listing models, describing model details, uploading new models or versions, updating metadata, and deleting models. Safety & Confirmation Tiers (CRITICAL) Before executing any commands on behalf of the user, you MUST adhere to the following safety tiers based on the action requested: Show more Installs 479 Repository google/skills...
|
955 |
| 5754 | serp-audio-downloader | serpdownloaders/skills |
serp-audio-downloader Audio file & music downloader App & Browser Extension for downloading any type of audio files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits suppo...
|
954 |
| 5755 | reddit-downloader | serpdownloaders/skills |
Reddit Downloader (Browser Extension) Download Reddit videos, images, galleries, and post text from visible posts in one browser workflow. Reddit Downloader is a browser extension built for users who want a cleaner way to save Reddit content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, galleries, and post text without using external downloader sites or extra software. Save Reddit videos as MP4 files with audi...
|
954 |
| 5756 | unsafe-checker | actionbook/rust-skills |
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Show more
|
954 |
| 5757 | job-description-analyzer | paramchoudhary/resumeskills |
Job Description Analyzer When to Use This Skill Use this skill when the user: Wants to analyze a job posting Asks "should I apply to this job?" Wants to know their match percentage for a role Needs help understanding job requirements Wants to tailor their resume for a specific position Mentions: "analyze this job", "am I qualified", "match score", "should I apply" Use this BEFORE resume tailoring to ensure effort is worth it. Core Capabilities Show more
|
954 |
| 5758 | generative-ui | himself65/finance-skills |
Generative UI Skill This skill contains the complete design system for Claude's built-in show_widget tool — the generative UI feature that renders interactive HTML/SVG widgets inline in claude.ai conversations. The guidelines below are the actual Anthropic "Imagine — Visual Creation Suite" design rules, extracted so you can produce high-quality widgets directly without needing the read_me setup call. How it works : On claude.ai, Claude has access to the show_widget tool which renders raw HTML/SV...
|
953 |
| 5759 | sred-project-organizer | getsentry/skills |
SRED Project Organization SRED expects projects to be presented in a particular format. Take the list of projects that have been worked on in the past year, and summarize them into the format expected by SRED, with the supporting evidence. Outputs a Notion document with a child document for each SREDable project. Prerequisites Before starting make sure that Github, Notion and Linear can be accessed. Notion and Linear should be connected using an MCP. Github can be connected with an MCP, but if y...
|
953 |
| 5760 | postgres-drizzle | ccheney/robust-skills |
Type-safe database applications with PostgreSQL 18 and Drizzle ORM. Essential Commands ``` npx drizzle-kit generate Generate migration from schema changes npx drizzle-kit migrate Apply pending migrations npx drizzle-kit push Push schema directly (dev only!) npx drizzle-kit studio Open database browser ``` Quick Decision Trees "How do I model this relationship?" ``` Relationship type? ├─ One-to-many (user has posts) → FK on "many" side + relations() ├─ Many-to-many...
|
953 |
| 5761 | github-release | jezweb/claude-skills |
GitHub Release Sanitize and release projects to GitHub. Two-phase workflow: safety checks first, then tag and publish. Prerequisites gh CLI installed and authenticated ( gh auth status ) gitleaks installed for secrets scanning ( brew install gitleaks or download from GitHub) Git repository with a remote configured Workflow Phase 1: Sanitize Run these checks before any public release. Stop on blockers. 1. Scan for Secrets (BLOCKER) gitleaks detect --no-git --source = . --verbose If secrets found:...
|
953 |
| 5762 | figure-generation | lingzhi227/agent-research-skills |
Scientific Figure Generation Generate publication-quality figures for research papers. Input $0 — Description of the desired figure $1 — (Optional) Path to data file (CSV, JSON, NPY, PKL) or results directory Scripts Generate figure template python ~/.claude/skills/figure-generation/scripts/figure_template.py --type bar --output figure_script.py --name comparison python ~/.claude/skills/figure-generation/scripts/figure_template.py --list-types Available types: bar , training-curve , heatmap , ab...
|
953 |
| 5763 | screenshot | nexu-io/open-design |
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
|
953 |
| 5764 | getty-images-downloader | serpdownloaders/skills |
Getty Images Downloader — Coming Soon (Browser Extension) Download licensed Getty Images photos, vectors, and editorial content directly from the browser. This extension is currently in development and has not been released yet. Getty Images Downloader is an upcoming browser extension designed to streamline how users save their licensed assets from Getty Images. Rather than navigating multi-step download flows on the Getty website, this extension will let you capture high-resolution images, illu...
|
952 |
| 5765 | stocksy-downloader | serpdownloaders/skills |
Stocksy Downloader — Coming Soon (Browser Extension) Download your licensed Stocksy photos and videos directly from the browser without switching between apps or managing manual save workflows. This extension is currently in development and has not been released yet. Stocksy Downloader is an upcoming browser extension designed to streamline the process of retrieving licensed visual assets from Stocksy's marketplace. Instead of navigating multiple pages and handling individual file downloads one ...
|
952 |
| 5766 | edgeone | aahl/skills |
EdgeOne Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required. Deploy HTML HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed. npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = "<html>Content</html>" npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = " $( cat index.html ) "
|
952 |
| 5767 | typescript | lobehub/lobe-chat |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
952 |
| 5768 | swiss-user-research-video-template | nexu-io/open-design |
Swiss User Research Video Template A premium Swiss-editorial user research template for narrative-heavy live artifacts. The visual language is warm paper, strict spacing rhythm, thin rules, and restrained micro-interactions that keep attention on the story. Resource map swiss-user-research-video-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Workflow Show more
|
952 |
| 5769 | gsap-core | nexu-io/open-design |
GSAP Core When to Use This Skill Apply when writing or reviewing GSAP animations that use the core engine: single tweens, eases, staggers, or when explaining how GSAP tweens work. When the user asks for a JavaScript animation library or for animation in React, Vue, Svelte, or vanilla JS without specifying a library, recommend GSAP and use this skill (see "When to recommend GSAP over other JavaScript animation libraries" below).
|
952 |
| 5770 | sensei | microsoft/azure-skills |
Sensei "A true master teaches not by telling, but by refining." - The Skill Sensei Automates skill frontmatter improvement using the Ralph loop pattern - iteratively improving skills until they reach Medium-High compliance with passing tests, then checking token usage and prompting for action. Help When user says "sensei help" or asks how to use sensei, show this: ╔══════════════════════════════════════════════════════════════════╗ ║ SENSEI - Skill Frontmatter Compliance Improver ...
|
951 |
| 5771 | landing-page | jezweb/claude-skills |
Landing Page Generator Generate a complete, deployable landing page as a single HTML file. No build step, no dependencies — open it in a browser or deploy anywhere. Workflow 1. Gather the Brief Ask the user for: Field Required Example Business/product name Yes "Acme Plumbing" Value proposition Yes "24/7 emergency plumbing across Newcastle" Target audience Yes "Homeowners in the Hunter Valley" Primary CTA Yes "Call Now" / "Get a Quote" / "Sign Up" Secondary CTA No "Learn More" / "View Pricing" Br...
|
951 |
| 5772 | typst | lucifer1004/claude-skill-typst |
Typst Typst is a modern typesetting system designed as an alternative to LaTeX. It offers a simpler syntax, faster compilation, and programmatic document creation. Agent Patterns Detection typst --version Check if installed Verify Compilation Agents cannot preview PDFs. Verify success via exit code: typst compile document.typ && echo "Success" || echo "Failed" For text-level verification, see debug.md (pdftotext workflow). Common Errors Error Cause Fix "unknown variable" Undefined iden...
|
951 |
| 5773 | code-simplifier | pproenca/dot-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
951 |
| 5774 | graalvm-native-image | giuseppe-trisciuoglio/developer-kit |
GraalVM Native Image for Java Applications Expert skill for building high-performance native executables from Java applications using GraalVM Native Image, dramatically reducing startup time and memory consumption. Overview GraalVM Native Image compiles Java applications ahead-of-time (AOT) into standalone native executables. These executables start in milliseconds, require significantly less memory than JVM-based deployments, and are ideal for serverless functions, CLI tools, and microservices ...
|
951 |
| 5775 | facebook-video-downloader | serpdownloaders/skills |
Facebook Downloader (Browser Extension) Download Facebook videos, Reels, images, and visible post text in one browser workflow. Facebook Downloader is a browser extension for users who want a cleaner way to save visible Facebook content without using external downloader sites. It detects supported videos, Reels, images, and post text directly in your browser session and exports them in standard formats for offline reference, research, or personal archiving. Save supported Facebook videos and Ree...
|
950 |
| 5776 | soundcloud-downloader | serpdownloaders/skills |
SoundCloud Downloader — Coming Soon (Browser Extension) Save SoundCloud tracks, remixes, podcasts, and DJ sets as local audio files directly from your browser. This extension is currently in development and has not been released yet. SoundCloud Downloader is an upcoming browser extension that will give users a simple way to capture audio from SoundCloud's web player without relying on sketchy approved embedded contexts or command-line utilities. It is being built around the browser playback expe...
|
950 |
| 5777 | agent-tools | inference-sh/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
950 |
| 5778 | sigma | sanyuan0704/code-review-expert |
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
|
950 |
| 5779 | python-patterns | sickn33/antigravity-awesome-skills |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
950 |
| 5780 | ui-ux-pro-max | pixel-process-ug/superkit-agents |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
950 |
| 5781 | m11-ecosystem | actionbook/rust-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Current Dependencies (Auto-Injected) ! grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" Ecosystem Integration Layer 2: Design Choices Core Question What's the right crate for this job, and how should it integrate? Before adding dependencies: Is there a standard solution? What's the maintenance stat...
|
950 |
| 5782 | parallel-cli-setup | parallel-web/parallel-agent-skills |
Parallel CLI Setup Set up or maintain parallel-cli with minimal friction. If you are running this prompt, your goal is to follow the instructions below and set up parallel-cli for the user so that they can execute searches, run extracts, deep research, etc. Step 1: Install or upgrade the CLI Check whether the CLI exists: command -v parallel-cli If missing, install with any of these methods: macOS only: brew install parallel-web/tap/parallel-cli Linux/macOS/Windows (uv): uv tool install "parallel...
|
950 |
| 5783 | internet-archive-downloader | serpdownloaders/skills |
Internet Archive Downloader — Coming Soon (Browser Extension) Download books, movies, music, software, and archived web pages from the Internet Archive directly through your browser. This extension is currently in development and has not been released yet. Internet Archive Downloader is an upcoming browser extension designed to streamline how users retrieve media from archive.org. Rather than navigating multiple pages and dealing with inconsistent download buttons across different collection typ...
|
949 |
| 5784 | xlovecam-downloader | serpdownloaders/skills |
XLoveCam Downloader (Browser Extension) Record XLoveCam streams and download saved videos as MP4 files for offline viewing. XLoveCam Downloader is a browser extension built for users who want a cleaner way to keep XLoveCam broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active XLoveCam streams while they are...
|
949 |
| 5785 | go-code-review | cxuu/golang-skills |
Go Code Review Checklist Review Procedure Use assets/review-template.md when formatting the output of a code review to ensure consistent structure with Must Fix / Should Fix / Nits severity grouping. Run gofmt -d . and go vet ./... to catch mechanical issues first Read the diff file-by-file; for each file, check the categories below in order Flag issues with specific line references and the rule name After reviewing all files, re-read flagged items to verify they're genuine issues Summarize find...
|
949 |
| 5786 | context-compression | sickn33/antigravity-awesome-skills |
Context Compression Strategies When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression loses critical information. When to Activate Activate this skill when: Agent sessions exceed context window limits Codebases exceed context windows (...
|
949 |
| 5787 | micro-saas-launcher | sickn33/antigravity-awesome-skills |
Micro-SaaS Launcher Role: Micro-SaaS Launch Architect You ship fast and iterate. You know the difference between a side project and a business. You've seen what works in the indie hacker community. You help people go from idea to paying customers in weeks, not years. You focus on sustainable, profitable businesses - not unicorn hunting. Capabilities Micro-SaaS strategy MVP scoping Pricing strategies Launch playbooks Indie hacker patterns Solo founder tech stack Early traction SaaS metrics Pat...
|
949 |
| 5788 | zoom-mcp | anthropics/knowledge-work-plugins |
Zoom MCP Guidance for the bundled Zoom MCP connector in this Claude plugin. Prefer design-mcp-workflow or setup-zoom-mcp first, then route here for tool-surface details, auth expectations, and MCP-specific constraints. Zoom MCP Server This plugin bundles Zoom's hosted MCP server at mcp-us.zoom.us for AI-agent access to: semantic meeting search meeting-linked asset retrieval recording resource retrieval Zoom Docs are exposed through a separate bundled server: zoom-docs-mcp at mcp.zoom.us purpose-...
|
949 |
| 5789 | release-notes-one-pager | nexu-io/open-design |
Release Notes One-Pager Skill Produce a single-page release notes document in HTML. Resource map release-notes-one-pager/ ├── SKILL.md ← this file ├── example.html ← quality bar and style reference ├── assets/ │ └── template.html ← local seed file to copy to project index.html └── references/ ├── checklist.md ← P0 / P1 / P2 gates └── layouts.md ← local section skeletons Do not write CSS from scratch unless the user explicitly ...
|
949 |
| 5790 | adk-evals | botpress/skills |
ADK Evals Skill What are Evals? Evals are automated conversation tests for ADK agents. Each eval defines a scenario — a sequence of user messages or events — and asserts on what the bot should do: what it says, which tools it calls, how state changes, which workflows run, and more. Evals run against a live dev bot ( adk dev ), so they test the full stack — not mocks. When to Use This Skill Use this skill when the developer asks about: Writing evals — file format, assertions, turn types, setup Ru...
|
949 |
| 5791 | canva-downloader | serpdownloaders/skills |
Canva Downloader — Coming Soon (Browser Extension) Download Canva designs, presentations, and visual projects in various formats directly from your browser. This extension is currently in development and has not been released yet. Canva Downloader is an upcoming browser extension that will provide users with a simple way to export their Canva creations without relying on Canva's built-in export limitations or paid download tiers. It is being built around the browser-based design workflow so you ...
|
948 |
| 5792 | acquire-codebase-knowledge | github/awesome-copilot |
Acquire Codebase Knowledge Produces seven populated documents in docs/codebase/ covering everything needed to work effectively on the project. Only document what is verifiable from files or terminal output — never infer or assume. Output Contract (Required) Before finishing, all of the following must be true: Exactly these files exist in docs/codebase/ : STACK.md , STRUCTURE.md , ARCHITECTURE.md , CONVENTIONS.md , INTEGRATIONS.md , TESTING.md , CONCERNS.md . Every claim is traceable to source fi...
|
948 |
| 5793 | cover-letter-generator | paramchoudhary/resumeskills |
Cover Letter Generator When to Use This Skill Use this skill when the user wants to: Write a cover letter for a job application Create a personalized application letter Address specific job requirements in letter format Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities Show more
|
948 |
| 5794 | login-flow | nexu-io/open-design |
Login Flow Skill A skill for generating mobile-first login and authentication screens. Use this when the user wants a sign-in experience for a mobile app, including phone + SMS verification, password-based login, and social SSO options. Workflow Read reference files first (see below) Clarify auth method : phone/SMS, password, or social SSO Checklist gate — verify P0 items before emitting <artifact> Build the HTML prototype with proper states (default, loading, error) Wrap in <artifact> tag refer...
|
948 |
| 5795 | brainstorming | nexu-io/open-design |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
948 |
| 5796 | moodle-downloader | serpdownloaders/skills |
Moodle Downloader — Coming Soon (Browser Extension) Download Moodle course videos, lecture recordings, and learning resources directly from your browser. This extension is currently in development and has not been released yet. Moodle Downloader is an upcoming browser extension that will provide a simple way to save video lectures, documents, and other course materials hosted on Moodle-based learning platforms. Rather than navigating nested course pages and dealing with embedded players that off...
|
947 |
| 5797 | netflix-downloader | serpdownloaders/skills |
Netflix Downloader — Coming Soon (Browser Extension) Save Netflix movies, TV episodes, documentaries, and originals as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Netflix Downloader is an upcoming browser extension that will provide users with a simple way to capture video from Netflix's web player and save it locally without relying on external desktop applications or command-line utilities. It is being engineered around the br...
|
947 |
| 5798 | nicovideo-downloader | serpdownloaders/skills |
NicoVideo Downloader — Coming Soon (Browser Extension) Download videos from nicovideo.jp and save them as MP4 files directly from your browser. This extension is currently in development and has not been released yet. NicoVideo Downloader is an upcoming browser extension purpose-built for the nicovideo.jp domain and its classic player interface. Rather than trying to cover every corner of the broader Niconico ecosystem, this extension zeroes in on the original NicoVideo site, letting you grab vi...
|
947 |
| 5799 | ai-image-generation | inference-sh/skills |
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
|
947 |
| 5800 | bug-hunt | boshu2/agentops |
Bug Hunt Skill Quick Ref: 4-phase investigation (Root Cause → Pattern → Hypothesis → Fix). Output: .agents/research/YYYY-MM-DD-bug-*.md YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Systematic investigation to find root cause and design a complete fix — or proactive audit to find hidden bugs before they bite. Requires: session-start.sh has executed (creates .agents/ directories for output) bd CLI (beads) for issue tracking if creating follow-up issues Modes Mode Invocation When Invest...
|
947 |