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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
8201 nextjs timelessco/recollect
Next.js App Router - Production Patterns Version: Next.js 16.1.1 React Version: 19.2.3 Node.js: 20.9+ Last Verified: 2026-01-09 Table of Contents When to Use This Skill When NOT to Use This Skill Security Advisories (December 2025) Next.js 16.1 Updates Next.js 16 Breaking Changes Cache Components & Caching APIs Route Handlers (Next.js 16 Updates) Proxy vs Middleware Parallel Routes - default.js Required React 19.2 Features Turbopack (Stable in Next.js 16) Common Errors & Solutions Templates & ...
102
8202 encore-go-database encoredev/skills
Encore Go Database Operations Instructions Database Setup package user import "encore.dev/storage/sqldb" var db = sqldb.NewDatabase("userdb", sqldb.DatabaseConfig{ Migrations: "./migrations", }) Query Methods Encore provides type-safe query methods using generics. Query - Multiple Rows type User struct { ID string Email string Name string } func listActiveUsers(ctx context.Context) ([]*User, error) { rows, err := sqldb.Query[User](ctx, db, ` SELECT id, email...
102
8203 algorithmic-art aiskillstore/marketplace
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
102
8204 telegram-bot-grammy pbnicad/telegram-bot-grammy-skill
`.husky/pre-commit`: ``` pnpm exec lint-staged pnpm test ``` Code Structure Entry File (`src/index.ts`) ``` import { PrismaClient } from "@prisma/client"; import { PrismaD1 } from "@prisma/adapter-d1"; import { Bot, webhookCallback } from "grammy"; export interface Env { BOT_TOKEN: string; BOT_INFO: string; DB: D1Database; } export default { async fetch(request: Request, env: Env): Promise<Response> { const adapter = new PrismaD1(env.DB); const prisma = new PrismaClient(...
102
8205 launchdarkly-flag-cleanup launchdarkly/agent-skills
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
102
8206 e2e-tests-studio mastra-ai/mastra
E2E Behavior Validation for Frontend Modifications Core Principle: Test Product Behavior, Not UI States CRITICAL: Tests must verify that product features WORK correctly, not just that UI elements render. What NOT to test (UI States): ❌ "Dropdown opens when clicked" ❌ "Modal appears after button click" ❌ "Loading spinner shows during request" ❌ "Form fields are visible" ❌ "Sidebar collapses" What TO test (Product Behavior): ✅ "Selecting an LLM provider configures the agent to use that provider"...
102
8207 myvibe-publish arcblock/myvibe-skills
MyVibe Publish Publish web content (HTML file, ZIP archive, or directory) to MyVibe. Usage Publish a ZIP file /myvibe:myvibe-publish --file ./dist.zip Publish a single HTML file /myvibe:myvibe-publish --file ./index.html Publish a directory (auto-zip) /myvibe:myvibe-publish --dir ./dist Import and publish from URL /myvibe:myvibe-publish --url https://example.com/my-app Publish to specific myvibe instance /myvibe:myvibe-publish --file ./dist.zip --hub https://custom-hub.com Options Op...
102
8208 internal-comms skillcreatorai/ai-agent-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
102
8209 inspira-ui secondsky/claude-skills
Inspira UI - Animated Vue/Nuxt Component Library Inspira UI is a collection of 120+ reusable, animated components powered by TailwindCSS v4, motion-v, GSAP, and Three.js — crafted to help ship beautiful Vue and Nuxt applications faster. Table of Contents When to Use Quick Start Component Selection Core Patterns Critical Pitfalls Detailed References When to Use This Skill Use Inspira UI when building: Animated landing pages with hero sections, testimonials, and effects Modern web applications req...
102
8210 datapack-builder anthropics/financial-services-plugins
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
102
8211 nansen-prediction-market nansen-ai/nansen-cli
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
102
8212 linkedin-post-optimizer onewave-ai/claude-skills
Linkedin Post Optimizer Professional narrative style with line breaks, hashtag strategy, and hooks in first 2 lines to avoid truncation Instructions You are an expert at LinkedIn engagement. Create posts that hook readers immediately and drive engagement through professional storytelling. Output Format Linkedin Post Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on conc...
102
8213 bubbletea-code-review existential-birds/beagle
BubbleTea Code Review Quick Reference Issue Type Reference Elm architecture, tea.Cmd as data references/elm-architecture.md Model state, message handling references/model-update.md View rendering, Lipgloss styling references/view-styling.md Component composition, Huh forms references/composition.md Bubbles components (list, table, etc.) references/bubbles-components.md CRITICAL: Avoid False Positives Read elm-architecture.md first! The most common review mistake is flagging correct patterns as ...
102
8214 prose-style jwynia/agent-skills
Prose Style: Diagnostic Skill You diagnose sentence-level craft problems in fiction. Your role is to identify why prose fails to serve the story and guide writers toward vigorous, intentional writing. Core Principle Style is not decoration; style is content. The way something is written shapes what it means. As Truman Capote observed: "I believe a story can be wrecked by a faulty rhythm in a sentence—especially if it occurs toward the end—or a mistake in paragraphing, even punctuation." Pr...
101
8215 api-testing secondsky/claude-skills
API Testing Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python). TypeScript/JavaScript (Supertest) Installation Using Bun bun add -d supertest @types/supertest or: npm install -D supertest @types/supertest Basic Setup import { describe , it , expect } from 'vitest' import request from 'supertest' import { app } from './app' describe ( 'API Tests' , ( ) => { it ( 'returns health status' , async ( ) => { const response = await request ( app ) ....
101
8216 morning-briefing krishagel/geoffrey
Morning Briefing Workflow Overview Generates a daily morning briefing and delivers it three ways: Terminal : Summary displayed immediately Obsidian : Full briefing saved to daily note Email : Briefing text + audio podcast attachment Location Gig Harbor, WA - Use for weather queries Phase 1: Gather Data Execute these data gathering steps: 1.1 Calendar (Today's Events) cd /Users/hagelk/non-ic-code/geoffrey/skills/google-workspace && bun calendar/list_events.js psd --today Returns JSON with today's...
101
8217 c4-context sickn33/antigravity-awesome-skills
C4 Context Level: System Context Use this skill when Working on c4 context level: system context tasks or workflows Needing guidance, best practices, or checklists for c4 context level: system context Do not use this skill when The task is unrelated to c4 context level: system context You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. I...
101
8218 trading-quant lanyasheng/trading-quant
量化交易数据分析 通过腾讯/新浪/东财/同花顺多数据源获取实时行情,提供5维评分体系。 工具列表 所有工具统一入口: python3.12 { baseDir } /scripts/quant.py < tool > [ args .. . ] A股分析 python3.12 { baseDir } /scripts/quant.py stock_analysis [ codes ] python3.12 { baseDir } /scripts/quant.py intraday_snapshot 全球市场 python3.12 { baseDir } /scripts/quant.py us_stock [ symbols ] python3.12 { baseDir } /scripts/quant.py hk_stock [ codes ] python3.12 { baseDir } /scripts/quant.py commodity [ codes ] python3.12 { baseDir } /scripts/quant.py global_overview 市场...
101
8219 sop-creator ognjengt/founder-skills
SOP Creator Purpose Transform unstructured process descriptions into clear, actionable Standard Operating Procedures written at a 5th-grade reading level. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "sop-creator loaded, describe the process you want to document" Then wait for the user to provide their process description in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip th...
101
8220 omnicaptions-transcribe lattifai/omni-captions-skills
Gemini Transcription Transcribe audio/video using Google Gemini API with structured markdown output. YouTube Video Workflow Important: Check for existing captions before transcribing: 1. Check captions: yt-dlp --list-subs "URL" 2. Has caption → Use /omnicaptions:download to get existing captions (better quality) 3. No caption → Transcribe directly with URL (don't download first!) Confirm with user: Before transcribing, ask if they want to check for existing captions first. URL & Local Fil...
101
8221 vitest-testing secondsky/claude-skills
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
101
8222 zustand-state existential-birds/beagle
Zustand State Management Minimal state management - no providers, minimal boilerplate. Quick Reference import { create } from 'zustand' interface BearState { bears: number increase: (by: number) => void } const useBearStore = create<BearState>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) // In component - select only what you need const bears = useBearStore((state) => state.bears) const increase = useBearStore((state) => state.increase...
101
8223 minecraft-bukkit-pro sickn33/antigravity-awesome-skills
Use this skill when Working on minecraft bukkit pro tasks or workflows Needing guidance, best practices, or checklists for minecraft bukkit pro Do not use this skill when The task is unrelated to minecraft bukkit pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playb...
101
8224 codex skills-directory/skill-codex
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
101
8225 axiom-swiftui-search-ref charleswiltgen/axiom
SwiftUI Search API Reference Overview SwiftUI search is environment-based and navigation-consumed . You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs. API Evolution iOS Key Additions 15 .searchable(text:) , isSearching , dismissSearch , suggestions, .searchCompletion() , onSubmit(of: .search) 16 Search scopes ( .searchScopes ), search tokens ( .searc...
101
8226 daily-news-summarizer yulong-me/skills
每日新闻摘要生成器 Overview 此技能使用浏览器自动化(Playwright MCP工具)访问新闻网站,智能提取当日重要新闻并生成详细摘要。每个新闻条目包含3-5句话的AI摘要,最终输出为格式化的Markdown报告。 工作流程 第1步:确定新闻源 首先检查用户指定的新闻源。如果用户未指定,使用以下默认源: 中文新闻网站: 新浪新闻: https://news.sina.com.cn 网易新闻: https://news.163.com 腾讯新闻: https://news.qq.com 搜狐新闻: https://news.sohu.com 国际新闻网站: BBC News: https://www.bbc.com/news Reuters: https://www.reuters.com CNN: https://edition.cnn.com 科技新闻: 36氪: https://36kr.com 虎嗅: https://www.huxiu.com 如果用户有自定义配置文件 ~/.daily-news-config.yaml,优先使用其中的配置。 第2...
101
8227 doc-coauthoring skillcreatorai/ai-agent-skills
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
101
8228 semantic-kernel github/awesome-copilot
Semantic Kernel Use this skill when working with applications, plugins, function-calling flows, or AI integrations built on Semantic Kernel. Always ground implementation advice in the latest Semantic Kernel documentation and samples rather than memory alone. Determine the target language first Choose the language workflow before making recommendations or code changes: Use the .NET workflow when the repository contains .cs , .csproj , .sln , or other .NET project files, or when the user explicitl...
101
8229 fintech-engineer 404kidwiz/claude-supercode-skills
Provides expert guidance on building financial technology systems with proper accounting principles, regulatory compliance, and high-precision calculations. Specializes in ledger design, payment processing architectures, and financial data integrity. When to Use - Designing double-entry ledger systems or accounting databases - Implementing high-precision financial calculations (avoiding floating-point errors) - Building payment processing pipelines - Ensuring PCI-DSS or SOX compliance - I...
101
8230 attack-tree-construction sickn33/antigravity-awesome-skills
Attack Tree Construction Systematic attack path visualization and analysis. When to Use This Skill Visualizing complex attack scenarios Identifying defense gaps and priorities Communicating risks to stakeholders Planning defensive investments Penetration test planning Security architecture review Core Concepts 1. Attack Tree Structure [Root Goal] | ┌────────────┴────────────┐ │ │ [Sub-goal 1] ...
101
8231 airflow-dag-patterns sickn33/antigravity-awesome-skills
Apache Airflow DAG Patterns Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies. When to Use This Skill Creating data pipeline orchestration with Airflow Designing DAG structures and dependencies Implementing custom operators and sensors Testing Airflow DAGs locally Setting up Airflow in production Debugging failed DAG runs Core Concepts 1. DAG Design Principles Principle Description Idempotent Running twice produces same re...
101
8232 investigation-workflow rysweet/amplihack
This skill provides a systematic 6-phase workflow for investigating and understanding existing systems, codebases, and architectures. Unlike development workflows optimized for implementation, this workflow is optimized for exploration, understanding, and knowledge capture. When to Use This Skill Investigation Tasks (use this workflow): - "Investigate how the authentication system works" - "Explain the neo4j memory integration" - "Understand why CI is failing consistently" - "Analyze the ...
101
8233 encore-go-infrastructure encoredev/skills
Encore Go Infrastructure Declaration Instructions Encore Go uses declarative infrastructure - you define resources as package-level variables and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level, not inside functions. Databases (PostgreSQL) package user impor...
101
8234 confluence-expert alirezarezvani/claude-skills
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
101
8235 brave-search badlogic/pi-skills
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
101
8236 linear odysseus0/symphony
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
101
8237 llm-icon-finder daymade/claude-code-skills
Finding AI/LLM Brand Icons Access AI/LLM model brand icons and logos from the lobe-icons library. The library contains 100+ icons for models (Claude, GPT, Gemini), providers (OpenAI, Anthropic, Google), and applications (ComfyUI, LobeChat). Icon Formats and Variants Available formats: SVG (scalable), PNG (raster), WEBP (compressed) Theme variants: light, dark, and color (some icons) CDN URL Patterns Construct URLs using these patterns: SVG https://raw.githubusercontent.com/lobehub/lobe-ic...
101
8238 add-malli-schemas metabase/metabase
Add Malli Schemas to API Endpoints This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase. Reference Files (Best Examples) src/metabase/warehouses/api.clj - Most comprehensive schemas, custom error messages src/metabase/api_keys/api.clj - Excellent response schemas src/metabase/collections/api.clj - Great named schema patterns src/metabase/timeline/api/timeline.clj - Clean, simple examples Quick Checklist When adding Malli schemas to an endp...
101
8239 wp-block-development automattic/agent-skills
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
101
8240 flutter mindrally/skills
Flutter Skill Load with: base.md Project Structure project/ ├── lib/ │ ├── core/ Core utilities │ │ ├── constants/ App constants │ │ ├── extensions/ Dart extensions │ │ ├── router/ go_router configuration │ │ │ └── app_router.dart │ │ └── theme/ App theme │ │ └── app_theme.dart │ ├── data/ Data layer │ │ ├── models/ ...
101
8241 deployment-validation-config-validate sickn33/antigravity-awesome-skills
Configuration Validation You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configuration testing strategies, and ensure configurations are secure, consistent, and error-free across all environments. Use this skill when Working on configuration validation tasks or workflows Needing guidance, best practices, or checklists for configuration validation Do not us...
101
8242 test-driven-development bobmatnyc/claude-mpm-skills
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
101
8243 ln-653-runtime-performance-auditor 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. Runtime Performance Auditor (L3 Worker) Specialized worker auditing runtime performance anti-patterns in async and general code. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit runtime performance (Priority: MEDIUM) Check async anti-patterns, unnecessary alloca...
101
8244 commit-helper cockroachdb/cockroach
Commit Message Helper A skill for creating properly formatted Git commit messages following the Conventional Commits specification. When This Skill Activates This skill activates when you: Ask to commit changes Mention commit messages Request git commit formatting Say "commit" or "git commit" Commit Message Format <type>(<scope>): <subject> <body> <footer> Types Type Description feat A new feature fix A bug fix docs Documentation only changes style Changes that do not affect the meaning of the c...
101
8245 resource-planning anthropics/knowledge-work-plugins
Resource Planning Help plan and optimize resource allocation across projects and teams. Planning Dimensions People Available headcount and skills Current allocation and utilization Planned hires and timeline Contractor and vendor capacity Budget Operating budget by category Project-specific budgets Variance tracking Forecast vs. actual Time Project timelines and dependencies Critical path analysis Buffer and contingency planning Deadline management Utilization Targets Role Type Target Utilizatio...
101
8246 screenshot bobmatnyc/claude-mpm-skills
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...
101
8247 people-analytics anthropics/knowledge-work-plugins
People Analytics Analyze workforce data to surface trends, risks, and opportunities. Key Metrics Retention Overall attrition rate (voluntary + involuntary) Regrettable attrition rate Average tenure Flight risk indicators Diversity Representation by level, team, and function Pipeline diversity (hiring funnel by demographic) Promotion rates by group Pay equity analysis Engagement Survey scores and trends eNPS (Employee Net Promoter Score) Participation rates Open-ended feedback themes Productivity...
101
8248 skill-installer aiskillstore/marketplace
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
101
8249 pm-architect rysweet/amplihack
You are the project manager orchestrating four specialized sub-skills to coordinate software development projects. You delegate to specialists and synthesize their insights for comprehensive project management. When to Activate Activate when the user: - Mentions managing projects or coordinating work - Asks about project status or progress - Wants to organize multiple projects or features - Needs help with project planning or execution - Says "I'm losing track" or "What should I work on?...
101
8250 ln-650-persistence-performance-auditor 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. Persistence & Performance Auditor (L2 Coordinator) Coordinates 4 specialized audit workers to perform database efficiency, transaction correctness, runtime performance, and resource lifecycle analysis. Purpose & Scope Coordinates 4 audit workers (ln-651, ln-652, ln-653, ln-654) running in parallel Research current best prac...
101