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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,493
总 Skills
36.5M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
11251 claude-md-architect samhvw8/dot-claude
CLAUDE.md Architect Skill Generate and optimize CLAUDE.md files for software projects by analyzing codebase context and applying Anthropic engineering best practices. Creates concise, maintainable project instructions that maximize Claude Code effectiveness while minimizing token consumption. Core Principles Conciseness over Completeness: Treat CLAUDE.md like frequently-used prompts, not exhaustive documentation Evidence-Based Context: Analyze actual codebase before making recommendations Incr...
89
11252 laravel-architecture leeovery/claude-laravel
High-level architectural guidance for Laravel applications. Core Concepts [philosophy.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/philosophy.md) - Foundational principles: - Declarative code above all else - Strict separation of concerns - Type safety first - All core architectural principles [patterns.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-architecture/references/patterns.md) - Pattern overview: - Acti...
89
11253 tailwind-ui-refactor pproenca/dot-skills
Refactoring UI Tailwind CSS Best Practices Comprehensive UI refactoring guide based on Refactoring UI by Adam Wathan & Steve Schoger, implemented with Tailwind CSS utility classes. Contains 52 rules across 9 categories, prioritized by design impact to guide automated refactoring and code generation. Uses Tailwind CSS v4 syntax (v3 notes provided where syntax differs). Important: Think first, style second. Before applying any visual rule, understand the UI's purpose, identify what matters to the ...
89
11254 nsfc-abstract huangwb8/chineseresearchlatex
NSFC 中英文摘要生成器 目标:写出“评审一眼读懂”的五句式摘要,做到 重要性 、 科学问题 、 可行性证据 、 研究内容 、 科学意义 五个要素齐全;并输出与之一致的英文翻译。 输入(先要信息,缺啥就问啥) 优先让用户按信息表提供(见 skills/nsfc-abstract/references/info_form.md )。若用户只给了零散信息,先用 3-6 个问题补齐最关键缺口: 你希望题目更偏“机制向 / 方法向 / 转化向 / 场景向”哪一类?(不确定可不选,默认给混合候选) 研究对象/场景是什么?(疾病/材料/系统/任务) 领域痛点与未解决的科学问题是什么?(一句话) 你们的关键前期发现/预实验/数据点是什么?(1-2 条,可定量) 拟验证的科学假说/核心判断是什么?(一句话) 研究内容 3-4 点分别要做什么、用什么方法、得到什么可验证结果? 预期科学意义/应用价值是什么?(避免空话) 输出要求(硬约束) 必须同时给出中文与英文 ;英文是中文的 忠实翻译 (不扩写、不新增假设、不引入新结果)。 中文摘要使用中文标点 。 引号硬约束(不可绕过) :中文摘要中若需引号, ...
89
11255 task-management jwilger/agent-skills
Task Management Tasks are tracked in a simple TASKS.md file that both you and the user can edit. File Location Always use TASKS.md in the current working directory. If it exists, read/write to it If it doesn't exist, create it with the template below Dashboard Setup (First Run) A visual dashboard is available for managing tasks and memory. On first interaction with tasks: Check if dashboard.html exists in the current working directory If not, copy it from ${CLAUDE_PLUGIN_ROOT}/skills/dashboard.h...
89
11256 axiom-realitykit-diag charleswiltgen/axiom
RealityKit Diagnostics Systematic diagnosis for common RealityKit issues with time-cost annotations. When to Use This Diagnostic Skill Use this skill when: Entity added but not visible in the scene AR anchor not tracking or content floating Tap/drag gestures not responding on 3D entities Frame rate dropping or stuttering Material looks wrong (too dark, too bright, incorrect colors) Multiplayer entities not syncing across devices Physics bodies not colliding or passing through each other For Real...
89
11257 wp-performance automattic/agent-skills
WP Performance (backend-only) When to use Use this skill when: a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron) you need a profiling plan and tooling recommendations (WP-CLI profile/doctor, Query Monitor, Xdebug/XHProf, APMs) you’re optimizing DB queries, autoloaded options, object caching, cron tasks, or remote HTTP calls This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests. Inputs required Environment and safety: dev/staging/p...
89
11258 amazon-associates rocket-repos/agent-skills
Amazon Associates Program The Amazon Associates Program enables creators, bloggers, and content producers to earn commissions by sharing product links with their audiences. This skill covers commission structures, optimization strategies, compliance requirements, and advanced monetization techniques. Table of Contents Getting Started Operating Agreement Essentials Commission Structure Link Creation Tools Compliance & Policies Technical Requirements Optimization Strategies Content Best Practices ...
89
11259 detect-ai humanizerai/agent-skills
Detect AI Content Analyze text to determine if it was written by AI using the HumanizerAI API. How It Works When the user invokes /detect-ai , you should: Extract the text from $ARGUMENTS Call the HumanizerAI API to analyze the text Present the results in a clear, actionable format API Call Make a POST request to https://humanizerai.com/api/v1/detect : Authorization: Bearer $HUMANIZERAI_API_KEY Content-Type: application/json { "text": "<user's text>" } API Response Format The API returns JSON li...
89
11260 biome-validator shipshitdev/library
Biome Validator Validates Biome 2.3+ configuration and prevents outdated patterns. Ensures type-aware linting, domains, and modern Biome features are properly configured. When This Activates Setting up linting for a new project Before any code quality work Auditing existing Biome configurations After AI generates biome.json CI/CD pipeline validation Quick Start python3 ~/.claude/skills/biome-validator/scripts/validate.py --root . python3 ~/.claude/skills/biome-validator/scripts/validate.py --roo...
89
11261 ml-pipeline-workflow sickn33/antigravity-awesome-skills
ML Pipeline Workflow Complete end-to-end MLOps pipeline orchestration from data preparation through model deployment. Overview This skill provides comprehensive guidance for building production ML pipelines that handle the full lifecycle: data ingestion → preparation → training → validation → deployment → monitoring. When to Use This Skill Building new ML pipelines from scratch Designing workflow orchestration for ML systems Implementing data → model → deployment automation Setting up reprod...
89
11262 prometheus-configuration sickn33/antigravity-awesome-skills
Prometheus Configuration Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules. Purpose Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications. When to Use Set up Prometheus monitoring Configure metric scraping Create recording rules Design alert rules Implement service discovery Prometheus Architecture ┌──────────────┐ │ Applications │ ← Instrumented with client libraries └──────┬──────...
89
11263 code-review yeachan-heo/oh-my-claudecode
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
89
11264 file-organization eyadsibai/ltk
Project File Organization When to use this skill New Projects : Initial folder structure design Project Growth : Refactoring when complexity increases Team Standardization : Establish consistent structure Instructions Step 1: React/Next.js Project Structure src/ ├── app/ Next.js 13+ App Router │ ├── (auth)/ Route groups │ │ ├── login/ │ │ └── signup/ │ ├── (dashboard)/ │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── settings/ │ ├── api/ ...
89
11265 spec-product-prd zixun-github/aisdlc
spec-product-prd(R2:基于方案生成 PRD) 概览 R2 的目标是把 {FEATURE_DIR}/requirements/solution.md 的 推荐决策 转写为 {FEATURE_DIR}/requirements/prd.md :让研发能拆任务、QA 能写用例、干系人能评审与验收。 可验证优先 :PRD 的核心是 场景 + 业务规则 + AC(可测试) 不确定性收敛 :PRD 中 不出现 “待确认问题 / Open Questions”清单;未知统一进 验证清单 (Owner/截止/信号/动作) 不重复 R1 :方案对比/为何选择/讨论过程留在 solution.md ;PRD 只写交付规格 开始时宣布: 「我正在使用 spec-product-prd 技能基于 solution.md 生成可验收 PRD(prd.md)。」 何时使用 / 不使用 使用时机 R1 已完成并产出 requirements/solution.md ,需要把交付规格(范围/AC/里程碑/风险依赖)冻结为独立 PRD 评审 不要用在 spec-context 失败(上下文定位失败)→...
89
11266 godot-particles thedivergentai/gd-agentic-skills
Particle Systems GPU-accelerated rendering, material-based configuration, and sub-emitters define performant VFX. Available Scripts vfx_shader_manager.gd Expert custom shader integration for advanced particle VFX. particle_burst_emitter.gd One-shot particle bursts with auto-cleanup - essential for VFX systems. NEVER Do in Particle Systems NEVER use CPUParticles2D for performance-critical effects — 100+ godot-particles with CPU = lag spike. Use GPUParticles2D unless targeting mobile with no GPU s...
89
11267 generate-swagger-docs qodex-ai/ai-agent-skills
Generate Swagger Documentation Generate OpenAPI docs from your codebase in seconds with automatic API key setup. How It Works This skill automates the Swagger/OpenAPI documentation generation: API Key Setup - Accepts your OpenAI API key and sets it as an environment variable Initialization - Downloads and sets up the apimesh tool Automatic Processing - The tool analyzes your codebase and generates documentation Output - Outputs are saved to the apimesh/ directory Setup Requirements You need...
89
11268 stock-copilot-pro qverisai/open-qveris-skills
Stock Copilot Pro Global Multi-Source Stock Analysis with QVeris. SEO Keywords OpenClaw, stock analysis skill, AI stock copilot, China A-shares, Hong Kong stocks, US stocks, quantitative analysis, fundamental analysis, technical analysis, sentiment analysis, industry radar, morning evening brief, watchlist, portfolio monitoring, QVeris API, THS iFinD, Caidazi, Alpha Vantage, Finnhub, X sentiment, investment research assistant Supported Capabilities Single-stock analysis ( analyze ): valuation, q...
89
11269 upgrading-expo skillcreatorai/ai-agent-skills
References ./references/new-architecture.md -- SDK +53: New Architecture migration guide ./references/react-19.md -- SDK +54: React 19 changes (useContext → use, Context.Provider → Context, forwardRef removal) ./references/react-compiler.md -- SDK +54: React Compiler setup and migration guide ./references/native-tabs.md -- SDK +55: Native tabs changes (Icon/Label/Badge now accessed via NativeTabs.Trigger.*) ./references/expo-av-to-audio.md -- Migrate audio playback and recording from expo-av to ...
89
11270 vite-advanced yonatangross/orchestkit
Advanced configuration for Vite 7+ including Environment API. Vite 7 Environment API (Key 2026 Feature) Multi-environment support is now first-class: ``` import { defineConfig } from 'vite' export default defineConfig({ environments: { // Browser client client: { build: { outDir: 'dist/client', manifest: true, }, }, // Node.js SSR ssr: { build: { outDir: 'dist/server', target: 'node20', }, }, // Edge runti...
89
11271 obsidian-bases freestylefly/canghe-skills
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
89
11272 progress-report drillan/speckit-gates
Displays a progress dashboard showing implementation status. Purpose This skill provides an at-a-glance view of your implementation progress: - Phase completion: Progress bar for each phase in tasks.md - Blocked tasks: Highlights tasks that are blocked - Potentially complete: Tasks that may be done but not marked - Remaining work: Estimate of remaining tasks Output The skill outputs a ProgressDashboard with: - Overall completion percentage - Per-phase progress breakdown - List of bl...
89
11273 web-payments alinaqi/claude-bootstrap
*Load with: base.md + [framework].md* For integrating Stripe payments into web applications - one-time payments, subscriptions, and checkout flows. Sources: [Stripe Checkout](https://docs.stripe.com/payments/checkout) | [Payment Element Best Practices](https://docs.stripe.com/payments/payment-element/best-practices) | [Building Solid Stripe Integrations](https://stripe.dev/blog/building-solid-stripe-integrations-developers-guide-success) | [Subscriptions](https://docs.stripe.com/billing/subscr...
89
11274 llm-patterns alinaqi/claude-bootstrap
*Load with: base.md + [language].md* For AI-first applications where LLMs handle logical operations. Core Principle LLM for logic, code for plumbing. Use LLMs for: - Classification, extraction, summarization - Decision-making with natural language reasoning - Content generation and transformation - Complex conditional logic that would be brittle in code Use traditional code for: - Data validation (Zod/Pydantic) - API routing and HTTP handling - Database operations - Authentication/...
89
11275 use-fullstackrecipes andrelandgraf/fullstackrecipes
Building with fullstackrecipes Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/use-fullstackrecipes
89
11276 cognitive-memory cjhfff/cjh-skills
Cognitive Memory System Multi-store memory with natural language triggers, knowledge graphs, decay-based forgetting, reflection consolidation, philosophical evolution, multi-agent support, and full audit trail. Quick Setup 1. Run the init script bash scripts/init_memory.sh /path/to/workspace Creates directory structure, initializes git for audit tracking, copies all templates. 2. Update config Add to ~/.clawdbot/clawdbot.json (or moltbot.json ): { "memorySearch" : { "enabled" : true , "provider"...
89
11277 data-engineer daffy0208/ai-dev-standards
You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. Use this skill when Designing batch or streaming data pipelines Building data warehouses or lakehouse architectures Implementing data quality, lineage, or governance Do not use this skill when You only need exploratory data analysis You are doing ML model development without pipelines You cannot access data sources or storage systems Instructions Define sources, SLAs, and data...
89
11278 lighthouse onnokh/lighthouse
Google Lighthouse Comprehensive reference for Google Lighthouse - an open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more. Source: https://github.com/GoogleChrome/lighthouse NPM Package: https://www.npmjs.com/package/lighthouse Documentation: https://developer.chrome.com/docs/lighthouse/overview/ Prerequisites Requirements Node.js: Version 22 (LTS) or later Chrome/Chromium: Version 66.0 or later Insta...
89
11279 skill-builder rysweet/amplihack
Skill-Builder: Meta-Skill for Creating Skills You help create new agent skills that follow established patterns. Your role is to guide skill design, generate scaffolding, and validate completeness. Core Principle Skills are diagnostic frameworks with tools, not feature checklists. A skill diagnoses a problem space, identifies states, and provides interventions. Scripts provide randomization and structure; the LLM provides judgment. Each does what it's best at. Skill Anatomy Every skill has...
89
11280 capacitor-app-store cap-go/capacitor-skills
Publishing to App Stores Guide to submitting Capacitor apps to Apple App Store and Google Play Store. When to Use This Skill User is ready to publish app User asks about app store submission User needs app store screenshots User has app rejection issues User needs to update app listing Pre-Submission Checklist Universal Requirements App icon in all required sizes Splash screen configured App name and bundle ID set Version and build numbers set Privacy policy URL Terms of service URL Sup...
89
11281 fastapi martinholovsky/claude-skills-generator
FastAPI Skill Production-tested patterns for FastAPI with Pydantic v2, SQLAlchemy 2.0 async, and JWT authentication. Latest Versions (verified January 2026): FastAPI: 0.128.0 Pydantic: 2.11.7 SQLAlchemy: 2.0.30 Uvicorn: 0.35.0 python-jose: 3.3.0 Requirements : Python 3.9+ (Python 3.8 support dropped in FastAPI 0.125.0) Pydantic v2.7.0+ (Pydantic v1 support completely removed in FastAPI 0.128.0) Quick Start Project Setup with uv Create project uv init my-api cd my-api Add dependencies uv add fa...
89
11282 turborepo-caching sickn33/antigravity-awesome-skills
Turborepo Caching Production patterns for Turborepo build optimization. When to Use This Skill Setting up new Turborepo projects Configuring build pipelines Implementing remote caching Optimizing CI/CD performance Migrating from other monorepo tools Debugging cache misses Core Concepts 1. Turborepo Architecture Workspace Root/ ├── apps/ │ ├── web/ │ │ └── package.json │ └── docs/ │ └── package.json ├── packages/ │ ├── ui/ │ │ └── package.json │ └── config/ │ └── pac...
89
11283 mobile-app-developer 404kidwiz/claude-supercode-skills
Provides cross-platform mobile development expertise specializing in React Native and Flutter. Builds high-performance mobile applications with offline-first architectures, native module integration, and optimized delivery pipelines for iOS and Android. When to Use - Building new mobile apps targeting both iOS and Android - Migrating web applications to mobile (React Native) - Implementing complex native features (Bluetooth, Biometrics, AR) in cross-platform apps - Optimizing app performan...
89
11284 veil bankrbot/openclaw-skills
Veil This skill wraps the @veil-cash/sdk CLI to make Veil operations agent-friendly. What it does Key management : generate and store a Veil keypair locally Status check : verify configuration, registration, and relay health Balances : combined balance , queue-balance , private-balance Deposits via Bankr : build a Bankr-compatible unsigned transaction and ask Bankr to sign & submit it Private actions : withdraw , transfer , merge are executed locally using VEIL_KEY (ZK/proof flow) File locations...
89
11285 software-security cosai-oasis/project-codeguard
Software Security Skill (Project CodeGuard) This skill provides comprehensive security guidance to help AI coding agents generate secure code and prevent common vulnerabilities. It is based on Project CodeGuard , an open-source, model-agnostic security framework that embeds secure-by-default practices into AI coding workflows. When to Use This Skill This skill should be activated when: Writing new code in any language Reviewing or modifying existing code Implementing security-sensitive features ...
89
11286 effect-ts teeverc/effect-ts-skills
Effect-TS Expert Expert guidance for functional programming with the Effect library, covering error handling, dependency injection, composability, and testing patterns. Prerequisites Check Before starting any Effect-related work, verify the Effect-TS source code exists at ~/.effect . If missing, stop immediately and inform the user. Clone it before proceeding: git clone https://github.com/Effect-TS/effect.git ~/.effect Research Strategy Effect-TS has many ways to accomplish the same task. Proact...
89
11287 theme-factory skillcreatorai/ai-agent-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
89
11288 data-and-funnel-analytics manojbajaj95/claude-gtm-plugin
Data & Funnel Analytics End-to-end analytics: set up tracking, interpret data, analyze funnels, measure product engagement, validate conversion paths, and calculate ROI. Principle: Track for decisions, not data — every event should inform an action. Analytics Tracking Event Naming Convention Format: object_action in lowercase snake_case. signup_completed | cta_hero_clicked | checkout_started | onboarding_step_completed Rules: Specific over vague ( cta_hero_clicked not button_clicked ), past tens...
89
11289 specstory-guard specstoryai/agent-skills
A pre-commit guardrail that scans `.specstory/history` for potential secrets and blocks commits until they are removed or redacted. How It Works - Installs a git pre-commit hook in your repository - Scans `.specstory/history` files on every commit - Detects common secret patterns (API keys, tokens, private keys) - Blocks the commit if secrets are found - Reports findings with redacted previews for safe review Why Use Guard? AI coding sessions may inadvertently capture sensitive data: ...
89
11290 mastra-best-practices mastra-ai/skills
Mastra Best Practices Quick reference for Mastra conventions. See mastra.ai/docs for details. Agent vs Workflow Use When Agent Open-ended tasks (support, research) - reasons, decides tools, retains memory Workflow Defined sequences (pipelines, approvals) - orchestrates specific steps in order TypeScript Config (Required) { "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler" } } Critical: CommonJS causes errors. Must use ES2022. Project ...
89
11291 brand-guidelines aiskillstore/marketplace
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
89
11292 prior-art-search robthepcguy/claude-patent-creator
Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments. When to Use Invoke this skill when users ask to: - Conduct prior art search for an invention - Assess patentability of an idea - Perform freedom-to-operate analysis - Find blocking patents - Research patent landscapes - Prepare for patent filing What This Skill Does Implements a professional 7-step prior art search methodology combining: - Keyword searches across 76M+ patents (Bi...
89
11293 postgresql-best-practices wimolivier/postgresql-best-practices
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
89
11294 bioinformatics-fundamentals delphine-l/claude_global
Bioinformatics Fundamentals Foundation knowledge for genomics and bioinformatics workflows. Provides essential understanding of file formats, sequencing technologies, and common data processing patterns. When to Use This Skill Working with sequencing data (PacBio HiFi, Hi-C, Illumina) Debugging SAM/BAM alignment or filtering issues Processing AGP files for genome assembly curation Validating AGP coordinate systems and unloc assignments Understanding paired-end vs single-end data Interpreting q...
89
11295 pr-review-assistant rysweet/amplihack
PR Review Assistant Skill Purpose Philosophy-aware pull request reviews that go beyond syntax and style to check alignment with amplihack's core development principles. This skill reviews PRs not just for correctness, but for ruthless simplicity, modular architecture, and zero-BS implementation. When to Use This Skill PR Code Reviews: Review PRs against amplihack philosophy principles Philosophy Compliance: Check that code embodies ruthless simplicity and brick module design Refactoring Sugges...
89
11296 auth-setup get-convex/convex-agent-plugins
Convex Authentication Setup Implement secure authentication in Convex with user management and access control. When to Use Setting up authentication for the first time Implementing user management (users table, identity mapping) Creating authentication helper functions Setting up OAuth providers (WorkOS, Auth0, etc.) Architecture Overview Convex authentication has two main parts: Client Authentication : Use a provider (WorkOS, Auth0, custom JWT) Backend Identity : Map auth provider identity to y...
88
11297 security-expert shipshitdev/library
Security Expert Skill Expert in application security for React, Next.js, and NestJS applications. When to Use This Skill Implementing authentication or authorization Reviewing code for security vulnerabilities Setting up security configurations Handling sensitive data Implementing encryption or hashing Configuring CORS, CSP, or security headers Reviewing dependencies for vulnerabilities Implementing multi-tenancy or data isolation Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md f...
88
11298 performance-testing 404kidwiz/claude-supercode-skills
Performance Testing Overview Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads. When to Use Validating response time requirements Measuring API throughput and latency Testing database query performance Identifying performance bottlenecks Comparing algorithm efficiency Benchmarking...
88
11299 repository-analyzer jackspace/claudeskillz
Quickly understand unfamiliar codebases by automatically scanning structure, detecting technologies, mapping dependencies, and generating comprehensive documentation. For SDAM users: Creates external documentation of codebase structure you can reference later. For ADHD users: Instant overview without manual exploration - saves hours of context-switching. For all users: Onboard to new projects in minutes instead of days. Activation Triggers - User says: "analyze repository", "understand codeb...
88
11300 create-subagents glittercowboy/taches-cc-resources
Subagents enable delegation of complex tasks to specialized agents that operate autonomously without user interaction, returning their final output to the main conversation. <quick_start> Run /agents command Select "Create New Agent" Choose project-level (.claude/agents/) or user-level (~/.claude/agents/) Define the subagent: name: lowercase-with-hyphens description: When should this subagent be used? tools: Optional comma-separated list (inherits all if omitted) model: Optional (sonnet, opus,...
88