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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
8501 akka-net-management aaronontheweb/dotnet-skills
Use this skill when: - Deploying Akka.NET clusters to Kubernetes or cloud environments - Replacing static seed nodes with dynamic service discovery - Configuring cluster bootstrap for auto-formation - Setting up health endpoints for load balancers - Integrating with Azure Table Storage, Kubernetes API, or config-based discovery Overview Akka.Management provides HTTP endpoints for cluster management and integrates with Akka.Cluster.Bootstrap to enable dynamic cluster formation using servi...
97
8502 construction-expert personamanagmentlayer/pcl
Expert guidance for construction management, project planning, Building Information Modeling (BIM), safety compliance, and modern construction technology solutions. Core Concepts Construction Management - Project planning and scheduling - Cost estimation and control - Resource management - Quality assurance - Contract management - Risk management - Change order management Technologies - Building Information Modeling (BIM) - Construction management software - Drone surveying and i...
97
8503 kibana-streams elastic/agent-skills
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
97
8504 senior-fullstack borghei/claude-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
97
8505 powershell-master josiahsiegel/claude-plugin-marketplace
PowerShell Master 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documenta...
97
8506 setup-auditor useai-pro/openclaw-skills-security
Setup Auditor You are an environment security auditor for OpenClaw. You check the user's workspace, config, and sandbox setup to determine if it's safe to run skills. One-liner: Tell me about your setup → I tell you if it's ready + what to fix. When to Use Before running any skill with fileRead access (your secrets could be exposed) When setting up a new OpenClaw environment After a security incident (re-verify setup) Periodic security hygiene check Wizard Protocol (ask the user these questions)...
97
8507 google-calendar sanjay3290/ai-skills
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
97
8508 react-specialist 404kidwiz/claude-supercode-skills
React Specialist Purpose Provides expert React development expertise specializing in React 18+, Next.js ecosystem, and modern React patterns. Builds performant, scalable React applications using hooks, concurrent features, state management solutions like Zustand, and data fetching with TanStack Query. When to Use Building React applications with modern patterns (React 18+) Implementing Server Components and SSR with Next.js Managing state with Zustand, TanStack Query, or other solutions Optimi...
97
8509 agile-coordinator jwynia/agent-skills
Agile Coordinator Orchestrates multiple worker agents to implement groomed tasks from the backlog, handling task assignment, progress monitoring, merge coordination, and verification. Core Principle Coordinate, don't implement. The coordinator assigns tasks to workers, monitors their progress, coordinates merges, and verifies results. Workers execute the actual implementation via the agile-workflow skill. Quick Reference When to Use Multiple ready tasks in the backlog need implementation You...
97
8510 encore-go-getting-started encoredev/skills
Getting Started with Encore Go Instructions Install Encore CLI macOS brew install encoredev/tap/encore Linux/WSL curl -L https://encore.dev/install.sh | bash Windows (PowerShell) iwr https://encore.dev/install.ps1 | iex Create a New App Interactive - choose from templates encore app create my-app Or start with a blank Go app encore app create my-app --example=hello-world Project Structure A minimal Encore Go app: my-app/ ├── encore.app App configuration ├── go.mod ...
97
8511 plugin-settings aiskillstore/marketplace
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
96
8512 babysit a5c-ai/babysitter
babysit Orchestrate .a5c/runs/<runId>/ through iterative execution. Use the SDK CLI to drive the orchestration loop. Dependencies Babysitter SDK and CLI make sure you have the latest version of the cli: npm i -g @a5c-ai/babysitter@latest @a5c-ai/babysitter-sdk@latest @a5c-ai/babysitter-breakpoints@latest then use the CLI alias: CLI="babysitter" Alternatively, use the CLI alias: CLI="npx -y @a5c-ai/babysitter-sdk@latest" jq make sure you have jq installed and available in the path. if not, instal...
96
8513 nextjs-on-vercel andrelandgraf/fullstackrecipes
Next.js on Vercel To set up Next.js on Vercel, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/nextjs-on-vercel If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
96
8514 simplify brianlovin/agent-config
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. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refi...
96
8515 generate-component-story longbridge/gpui-component
Instructions When creating component stories: Follow existing patterns: Base stories on the styles found in crates/story/src/stories (examples: tabs_story.rs, group_box_story.rs, etc.) Use sections: Organize the story with section! calls for each major part Comprehensive coverage: Include all options, variants, and usage examples of the component Examples A typical story structure includes: Basic usage examples Different variants and states Interactive examples Edge cases and error states
96
8516 multi-agent-coordinator 404kidwiz/claude-supercode-skills
Provides advanced multi-agent orchestration expertise for managing complex coordination of agents across distributed systems. Specializes in hierarchical control, dynamic scaling, intelligent resource allocation, and sophisticated conflict resolution for enterprise-level multi-agent environments. When to Use - Enterprise-level deployments with hundreds of specialized agents - Global operations requiring coordination across multiple time zones - Complex business processes with interdependent...
96
8517 critical-code-reviewer posit-dev/skills
You are a senior engineer conducting PR reviews with zero tolerance for mediocrity and laziness. Your mission is to ruthlessly identify every flaw, inefficiency, and bad practice in the submitted code. Assume the worst intentions and the sloppiest habits. Your job is to protect the codebase from unchecked entropy. You are not performatively negative; you are constructively brutal. Your reviews must be direct, specific, and actionable. You can identify and praise elegant and thoughtful code when ...
96
8518 php security patterns thebushidocollective/han
Security is paramount in PHP applications as they often handle sensitive user data, authentication, and financial transactions. PHP's flexibility and dynamic nature create opportunities for vulnerabilities if security best practices aren't followed. Common PHP security vulnerabilities include SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF), insecure password storage, session hijacking, and file inclusion attacks. Each can lead to data breaches, unauthorized access, ...
96
8519 openapi-spec-generation sickn33/antigravity-awesome-skills
OpenAPI Spec Generation Comprehensive patterns for creating, maintaining, and validating OpenAPI 3.1 specifications for RESTful APIs. Use this skill when Creating API documentation from scratch Generating OpenAPI specs from existing code Designing API contracts (design-first approach) Validating API implementations against specs Generating client SDKs from specs Setting up API documentation portals Do not use this skill when The task is unrelated to openapi spec generation You need a different d...
96
8520 senior-qa-engineer javalenciacai/qaskills
Senior QA Engineer You are a Senior QA Engineer with expertise across the entire software development and testing lifecycle. You apply systematic, professional QA practices from initial requirements through continuous improvement. Core Principle: Orchestrator-First Approach CRITICAL RULES: ALL tasks MUST use a skill - Never execute without an appropriate skill ALWAYS activate multi-agent-orchestration FIRST - It's the mandatory master coordinator Let orchestrator manage everything - Discovery, i...
96
8521 conventional-commits patricio0312rev/skills
Conventional Commits Write standardized, semantic commit messages that enable automated versioning and changelog generation. Core Workflow Analyze changes : Review staged files and modifications Determine type : Select appropriate commit type (feat, fix, etc.) Identify scope : Optional component/module affected Write description : Concise summary in imperative mood Add body : Optional detailed explanation Include footer : Breaking changes, issue references Commit Message Format <type>[optional s...
96
8522 mise-expert samhvw8/dotfiles
Mise Expert Skill Purpose Specialized skill for mise - a unified development environment manager combining tool version management (asdf replacement), environment variable management (direnv replacement), and task running (make/npm scripts replacement). When to Use This Skill Tool & Runtime Management Installing and managing runtime versions (node, python, go, ruby, rust, etc.) Setting up project-specific tool versions for reproducibility Switching between multiple language versions in polyglo...
96
8523 sf-ai-agentforce-persona jaganpro/sf-skills
Agent Persona Design How to Use This skill designs an AI agent persona through a guided questionnaire. It walks you through identity traits, archetype selections across dimensions, settings for brevity and humor, tone boundaries, and phrase book generation — one step at a time. What it produces: A persona document ( generated/[agent-name]-persona.md ) defining who the agent is, how it sounds, and what it never does A scorecard file ( generated/[agent-name]-persona-scorecard.md ) evaluating the p...
96
8524 aspire-service-defaults aaronontheweb/dotnet-skills
Use this skill when: - Building Aspire-based distributed applications - Need consistent observability (logging, tracing, metrics) across services - Want shared health check configuration - Configuring HttpClient resilience and service discovery What is ServiceDefaults? ServiceDefaults is a shared project that provides common configuration for all services in an Aspire application: - OpenTelemetry - Logging, tracing, and metrics - Health Checks - Readiness and liveness endpoints - Servi...
96
8525 seo-specialist 404kidwiz/claude-supercode-skills
SEO Specialist Expert-level search engine optimization. Core Competencies Technical SEO On-page optimization Content SEO Link building Keyword research Local SEO Analytics and reporting Algorithm updates Technical SEO Site Audit Checklist Crawlability: Robots.txt properly configured XML sitemap submitted No crawl errors in Search Console Proper use of noindex/nofollow Canonical tags implemented Indexability: Important pages indexed Duplicate content resolved Thin content identified...
96
8526 agile-coach borghei/claude-skills
Agile Coach Expert-level agile coaching for team and organizational transformation. Core Competencies Agile transformation Team coaching Framework implementation Organizational design Change management Facilitation Metrics and improvement Leadership coaching Agile Frameworks Framework Comparison Aspect Scrum Kanban SAFe LeSS Roles SM, PO, Dev Flexible Many defined SM, PO, Dev Cadence Fixed sprints Continuous PI Planning Sprints Planning Sprint Planning On-demand PI Planning Sprint Planning Bes...
96
8527 imagemagick-conversion laurigates/claude-plugins
Project: Project-independent Gitignored: Yes Trigger Use this skill when users request image manipulation tasks including: - Converting between image formats (PNG, JPEG, WebP, GIF, TIFF, etc.) - Resizing images (dimensions, percentages, aspect ratios) - Batch processing multiple images - Adjusting image quality and compression - Creating thumbnails - Basic image transformations (rotate, flip, crop) Overview ImageMagick is a powerful command-line tool for image processing. This skill ...
96
8528 design-trends-2026 guia-matthieu/clawfu-skills
Design Trends 2026 Apply the 10 dominant graphic design aesthetics of 2026 to any creative project — based on Kittl × Savee's trend report, backed by Adobe, Figma, and Pinterest platform data. When to Use This Skill Briefing a designer or AI image generator — translate vague "make it modern" into precise style vocabulary Creating brand identity or visual refresh — pick aesthetics that match your audience and positioning Building mood boards — combine trends with intent, not just screenshots Desi...
96
8529 akka-hosting-actor-patterns aaronontheweb/dotnet-skills
Use this skill when: - Building entity actors that represent domain objects (users, orders, invoices, etc.) - Need actors that work in both unit tests (no clustering) and production (cluster sharding) - Setting up scheduled tasks with akka-reminders - Registering actors with Akka.Hosting extension methods - Creating reusable actor configuration patterns Core Principles - Execution Mode Abstraction - Same actor code runs locally (tests) or clustered (production) - GenericChildPerEntityPa...
96
8530 ln-724-artifact-cleaner 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. ln-724-artifact-cleaner Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Removes platform-specific artifacts from projects exported from online platforms, preparing them for production deployment. Overview Aspect Details Input Project directory, platform (auto-detect or manual) Output Clean ...
96
8531 domain-name-brainstormer skillcreatorai/ai-agent-skills
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
96
8532 cqrs-implementation sickn33/antigravity-awesome-skills
CQRS Implementation Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns. When to Use This Skill Separating read and write concerns Scaling reads independently from writes Building event-sourced systems Optimizing complex query scenarios Different read/write data models needed High-performance reporting requirements Core Concepts 1. CQRS Architecture ┌─────────────┐ │ Client │ └──────┬──────┘ │ ┌────────────┴────────────┐ │ │ ▼...
96
8533 playwright-skill dedalus-erp-pas/foundation-skills
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
96
8534 xml-to-compose-migration new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
96
8535 pine-backtester traderspost/pinescript-agents
Specialized in adding comprehensive testing and validation capabilities to Pine Script indicators and strategies. Core Responsibilities Strategy Performance Metrics - Win rate and profit factor - Maximum drawdown analysis - Sharpe and Sortino ratios - Risk-adjusted returns - Trade distribution analysis Indicator Accuracy Testing - Signal accuracy measurements - False positive/negative rates - Lag analysis - Divergence detection accuracy - Multi-timeframe validation Statistical ...
96
8536 us-market-bubble-detector tradermonty/claude-trading-skills
US Market Bubble Detection Skill (Revised v2.1) Key Revisions in v2.1 Critical Changes from v2.0: ✅ Mandatory Quantitative Data Collection - Use measured values, not impressions or speculation ✅ Clear Threshold Settings - Specific numerical criteria for each indicator ✅ Two-Phase Evaluation Process - Quantitative evaluation → Qualitative adjustment (strict order) ✅ Stricter Qualitative Criteria - Max +3 points (reduced from +5), requires measurable evidence ✅ Confirmation Bias Prevention - Expli...
96
8537 go-backend-microservices mindrally/skills
Go Backend Development for Microservices Core Principles Apply Clean Architecture with clear separation into handlers, services, repositories, and domain models Prioritize interface-driven development with explicit dependency injection Write short, focused functions with a single responsibility Ensure safe use of goroutines, and guard shared state with channels or sync primitives Project Structure Maintain modular project structure with clear directories: project/ ├── cmd/ Applicati...
96
8538 openclaw-config aradotso/trending-skills
OpenClaw Operations Runbook Diagnose and fix real problems. Every command here is tested and works. Quick Health Check Run this first when anything seems wrong. Copy-paste the whole block: echo "=== GATEWAY ===" && \ ps aux | grep -c "[o]penclaw" && \ echo "=== CONFIG JSON ===" && \ python3 -m json.tool ~/.openclaw/openclaw.json > /dev/null 2 > &1 && echo "JSON: OK" || echo "JSON: BROKEN" && \ echo "=== CHANNELS ===" && \ cat ~/.openclaw/openclaw.json | jq -r '.channels | to_entries[] | "\(.key)...
96
8539 wechat-publisher-yashu steelan9199/wechat-publisher
微信公众号文章发布工具 功能概述 将本地 Markdown 文章一键发布到微信公众号草稿箱。 如何获取微信开发者平台的 AppID 和 AppSecret(可选) 如果默认配置发布失败,或用户想使用自己的公众号,指导用户按以下步骤获取: 登录微信开发者平台(首页/公众号) https://developers.weixin.qq.com/platform 点击 前往控制台 点击 我的业务/公众号 公众号页面的 基础信息 下方就能看到"AppID" 公众号页面的 开发秘钥 下方就能看到"AppSecret" 工作流程 根据用户需求执行不同的操作流程: 场景一:预览主题效果 当用户说"我要预览主题"或类似表达时: 直接提供预览链接 : https://5g6pxtj3zg.coze.site/ 简单说明 :告知用户该网站提供了一个固定包含各种元素的 markdown 文章,用于展示不同主题的实际效果 无需执行任何本地操作 场景二:发布文章到公众号 当用户需要将 Markdown 文章发布到微信公众号时,按以下步骤执行: 1. 环境检查与准备 确保环境满足要求: Node.js >= 24....
96
8540 incident-response-incident-response sickn33/antigravity-awesome-skills
Use this skill when Working on incident response incident response tasks or workflows Needing guidance, best practices, or checklists for incident response incident response Do not use this skill when The task is unrelated to incident response incident response 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 ...
96
8541 xiaohongshu-publisher solar-luna/fully-automatic-article-generation-skill
小红书自动发布 Skill 自动将内容发布到小红书平台。 功能 格式转换 : 将文章内容转换为小红书格式(≤1000字,emoji风格) 智能压缩 : 将长文章压缩到1000字以内,提取核心要点 直接发布 : 通过xiaohongshu-mcp服务直接发布到小红书账号 使用场景 当用户说以下类似话术时使用此Skill: "发布到小红书" "推送到小红书" "小红书发布" "同步到小红书" "发一篇小红书" 使用方法 方法1:简化脚本发布(推荐,快速) cd ~/.claude/skills/xiaohongshu-publisher python3 simple_publish.py "标题" "内容内容" 示例 : python3 simple_publish.py \ "Gemini 3 Pro炸场了" \ "🔥 Gemini 3 Pro炸场了!核心亮点:🏆推理能力第一..." 方法2:完整功能发布 cd ~/.claude/skills/xiaohongshu-publisher python3 publisher.py \ --title "文章标题" \ --content ...
96
8542 launchdarkly-flag-discovery launchdarkly/agent-skills
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags — search and browse flags with filtering by state, type,...
96
8543 tailwind-responsive-design thebushidocollective/han
Tailwind CSS - Responsive Design Tailwind CSS provides a mobile-first responsive design system using breakpoint prefixes that make it easy to build adaptive layouts. Key Concepts Mobile-First Approach Tailwind uses a mobile-first breakpoint system. Unprefixed utilities apply to all screen sizes, and breakpoint prefixes apply from that breakpoint and up: <!-- Mobile: full width, Tablet+: half width, Desktop+: third width --> <div class="w-full md:w-1/2 lg:w-1/3"> Responsive width </div> De...
96
8544 auth0-authentication mindrally/skills
Auth0 Authentication You are an expert in Auth0 authentication implementation. Follow these guidelines when working with Auth0 in any project. Core Principles Always use HTTPS for all Auth0 communications and callbacks Store sensitive configuration (client secrets, API keys) in environment variables, never in code Implement proper error handling for all authentication flows Follow the principle of least privilege for scopes and permissions Environment Variables Required Auth0 Configuration AU...
96
8545 canghe-slide-deck freestylefly/canghe-skills
Slide Deck Generator Transform content into professional slide deck images. Usage /canghe-slide-deck path/to/content.md /canghe-slide-deck path/to/content.md --style sketch-notes /canghe-slide-deck path/to/content.md --audience executives /canghe-slide-deck path/to/content.md --lang zh /canghe-slide-deck path/to/content.md --slides 10 /canghe-slide-deck path/to/content.md --outline-only /canghe-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md...
96
8546 devops-engineer 404kidwiz/claude-supercode-skills
DevOps Engineer Senior DevOps engineer specializing in CI/CD pipelines, infrastructure as code, and deployment automation. Role Definition You are a senior DevOps engineer with 10+ years of experience. You operate with three perspectives: Build Hat: Automating build, test, and packaging Deploy Hat: Orchestrating deployments across environments Ops Hat: Ensuring reliability, monitoring, and incident response When to Use This Skill Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins...
96
8547 chrome-cdp-live-browser aradotso/trending-skills
Chrome CDP Live Browser Skill Skill by ara.so — Daily 2026 Skills collection Connect your AI agent to a live, already-running Chrome session — no fresh browser, no re-login, no automation framework. This skill uses Chrome DevTools Protocol (CDP) directly to interact with tabs you have open right now. What It Does Reads and interacts with authenticated pages (Gmail, GitHub, internal tools) without re-authenticating Takes screenshots of live tab state Evaluates JavaScript in page context Clicks el...
96
8548 kubernetes mindrally/skills
Kubernetes Quick Start (kubectl) kubectl describe pod/<pod> -n <ns> kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30 kubectl logs pod/<pod> -n <ns> --previous --tail=200 Production Minimums Health: readinessProbe and startupProbe for safe rollouts Resources: set requests/limits to prevent noisy-neighbor failures Security: run as non-root and grant least privilege Load Next (References) references/core-objects.md — choose the right workload/controller and service type references/...
96
8549 fastapi-expert martinholovsky/claude-skills-generator
FastAPI Expert Senior FastAPI specialist with deep expertise in async Python, Pydantic V2, and production-grade API development. Role Definition You are a senior Python engineer with 10+ years of API development experience. You specialize in FastAPI with Pydantic V2, async SQLAlchemy, and modern Python 3.11+ patterns. You build scalable, type-safe APIs with automatic documentation. When to Use This Skill Building REST APIs with FastAPI Implementing Pydantic V2 validation schemas Setting up a...
96
8550 skill-creator base/skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
96