███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14351 | workflow-skill-designer | catlog22/claude-code-workflow |
Workflow Skill Designer Meta-skill for creating structured workflow skills following the orchestrator + phases pattern. Generates complete skill packages with SKILL.md as coordinator and phases/ folder for execution details. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Workflow Skill Designer │ │ → Analyze requirements → Design orchestrator → Generate phases │ └───────────────┬──────────────────────────────...
|
52 |
| 14352 | mobile-offline-support | secondsky/claude-skills |
Mobile Offline Support Overview Design offline-first mobile applications that provide seamless user experience regardless of connectivity. When to Use Building apps that work without internet connection Implementing seamless sync when connectivity returns Handling data conflicts between device and server Reducing server load with intelligent caching Improving app responsiveness with local storage Instructions 1. React Native Offline Storage import AsyncStorage from '@react-native-async-storage...
|
52 |
| 14353 | typescript-expert | dengineproblem/agents-monorepo |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
|
52 |
| 14354 | bun-install | laurigates/claude-plugins |
/bun:install Install all dependencies from package.json using Bun. Context Package file: `find . -maxdepth 1 -name "package.json" | head -1` Lock file: `find . -maxdepth 1 -name "bun.lock*" -o -name "bun.lockb" | head -1` Execution Check if package.json exists Run installation with appropriate flags: Development (default): bun install CI/Reproducible builds: bun install --frozen-lockfile Production deployment: bun install --production Report installed package count and any warnings Post-install ...
|
52 |
| 14355 | ship | open-horizon-labs/skills |
/ship Optimize the delivery path from completed work to working install. The insight: when execution is cheap, delivery is the work. Ship is the final step of the Execution phase. Code that isn't in users' hands isn't delivering value. This skill identifies and removes friction in your delivery path. When to Use Invoke /ship when: Execution is complete - code is ready, tests pass, review is done You need to deploy - getting changes from merged to running Delivery feels slow - the code is do...
|
52 |
| 14356 | plugin-master | josiahsiegel/claude-plugin-marketplace |
Plugin Development Guide Quick Reference Component Location Required Plugin manifest .claude-plugin/plugin.json Yes Commands commands/*.md No (auto-discovered) Agents agents/*.md No (auto-discovered) Skills skills/*/SKILL.md No (auto-discovered) Hooks hooks/hooks.json No MCP Servers .mcp.json No Task Action Create plugin Ask: "Create a plugin for X" Validate plugin Run: /validate-plugin Install from marketplace /plugin marketplace add user/repo then /plugin install name@user Critical Rules Direc...
|
52 |
| 14357 | transcribe | davila7/claude-code-templates |
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
|
52 |
| 14358 | azure-ai-voicelive-py | sickn33/antigravity-awesome-skills |
Azure AI Voice Live SDK Build real-time voice AI applications with bidirectional WebSocket communication. Installation pip install azure-ai-voicelive aiohttp azure-identity Environment Variables AZURE_COGNITIVE_SERVICES_ENDPOINT = https:// < region > .api.cognitive.microsoft.com For API key auth (not recommended for production) AZURE_COGNITIVE_SERVICES_KEY = < api-key > Authentication DefaultAzureCredential (preferred) : from azure . ai . voicelive . aio import connect from azure . identity . a...
|
52 |
| 14359 | financial-analyst | borghei/claude-skills |
Financial Analyst Skill Overview Production-ready financial analysis toolkit providing ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction. Designed for financial modeling, forecasting & budgeting, management reporting, business performance analysis, and investment analysis. 5-Phase Workflow Phase 1: Scoping Define analysis objectives and stakeholder requirements Identify data sources and time periods Establish materiality thresholds and accuracy targets Se...
|
52 |
| 14360 | composable-architecture | johnrogers/claude-swift-engineering |
The Composable Architecture (TCA) TCA provides architecture for building complex, testable features through composable reducers, centralized state management, and side effect handling. The core principle: predictable state evolution with clear dependencies and testable effects. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Reducer St...
|
52 |
| 14361 | contract-testing | proffesor-for-testing/agentic-qe |
Contract Testing <default_to_action> When testing API contracts or microservices: DEFINE consumer expectations (what consumers actually need) VERIFY provider fulfills contracts (Pact verification) DETECT breaking changes before deployment (CI/CD integration) VERSION APIs semantically (breaking = major bump) MAINTAIN backward compatibility for supported versions Quick Contract Testing Steps: Consumer: Define expected request/response pairs Provider: Verify against all consumer contracts CI/CD: Bl...
|
51 |
| 14362 | elevenlabs | vm0-ai/vm0-skills |
ElevenLabs Audio Generation Requires ELEVENLABS_API_KEY in .env . Text-to-Speech from elevenlabs . client import ElevenLabs from elevenlabs import save , VoiceSettings import os client = ElevenLabs ( api_key = os . getenv ( "ELEVENLABS_API_KEY" ) ) audio = client . text_to_speech . convert ( text = "Welcome to my video!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , model_id = "eleven_multilingual_v2" , voice_settings = VoiceSettings ( stability = 0.5 , similarity_boost = 0.75 , style = 0.5 , speed = 1....
|
51 |
| 14363 | graphql-implementation | secondsky/claude-skills |
GraphQL Implementation Overview Implement GraphQL APIs with proper schema design, resolver patterns, error handling, and performance optimization for flexible client-server communication. When to Use Designing new GraphQL APIs Creating GraphQL schemas and types Implementing resolvers and mutations Adding subscriptions for real-time data Migrating from REST to GraphQL Optimizing GraphQL performance Instructions 1. GraphQL Schema Design type User { id: ID! email: String! firstName: String!...
|
51 |
| 14364 | portrait-enhancement | eachlabs/skills |
Portrait Enhancement Transform portrait photos with professional-grade AI retouching using each::sense. This skill provides comprehensive portrait enhancement capabilities for photographers, content creators, and anyone looking to polish their photos. Features Skin Smoothing : Natural texture-preserving skin retouching Teeth Whitening : Brighten smiles while maintaining realism Eye Enhancement : Brighten, sharpen, and enhance eye clarity Blemish Removal : Remove acne, scars, and skin imperfectio...
|
51 |
| 14365 | wechat-daily-report | leonense22/wechat-daily-report-skill |
微信群聊日报生成 Skill 工作流程 1. 运行 analyze_chat.py 分析聊天记录 ↓ 2. AI 根据聊天文本生成内容 (ai_content.json) ↓ 3. 运行 generate_report.py 生成日报图片 (.png) ⚠️ 最终输出是 PNG 图片 ,不是 HTML。确保 --output 参数使用 .png 后缀。 使用步骤 1. 分析聊天记录 python scripts/analyze_chat.py < 聊天记录.json > --output-stats stats.json --output-text simplified_chat.txt 输出 : stats.json - 统计数据(话唠榜、熬夜冠军、词云等) simplified_chat.txt - 压缩格式聊天文本,供 AI 分析 格式: [时间段] 发言人A:内容 | 发言人B:内容/内容/内容 | 分隔不同发言人, / 分隔同一人连续消息 如消息量大(超过1800行),自动拆分为 simplified_chat_1.txt , simplified_chat_2.txt 等多...
|
51 |
| 14366 | project-development | guanyang/antigravity-skills |
Project Development Methodology This skill covers the principles for identifying tasks suited to LLM processing, designing effective project architectures, and iterating rapidly using agent-assisted development. The methodology applies whether building a batch processing pipeline, a multi-agent research system, or an interactive agent application. When to Activate Activate this skill when: Starting a new project that might benefit from LLM processing Evaluating whether a task is well-suited for ...
|
51 |
| 14367 | windows-git-bash-compatibility | josiahsiegel/claude-plugin-marketplace |
Windows & Git Bash Compatibility for Azure Data Factory Overview Azure Data Factory development frequently occurs on Windows machines using Git Bash (MINGW64) as the primary shell. This introduces path conversion challenges that can break CI/CD pipelines, npm commands, and deployment scripts. Git Bash Path Conversion Behavior Automatic Path Conversion Git Bash (MINGW) automatically converts Unix-style paths to Windows paths: Conversions: /foo → C:/Program Files/Git/usr/foo /foo:/bar → C:\ms...
|
51 |
| 14368 | nushell-craft | hustcer/nushell-craft |
Nushell Craft — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists ...
|
51 |
| 14369 | agent-discord | devxoul/agent-messenger |
Agent Discord A TypeScript CLI tool that enables AI agents and humans to interact with Discord servers through a simple command interface. Features seamless token extraction from the Discord desktop app and multi-server support. Quick Start Get server snapshot (credentials are extracted automatically) agent-discord snapshot Send a message agent-discord message send < channel-id > "Hello from AI agent!" List channels agent-discord channel list Authentication Credentials are extracted automatic...
|
51 |
| 14370 | backend-development | aaaaqwq/claude-code-skills |
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
|
51 |
| 14371 | ui-animation | travisjneuman/.claude |
UI Animation Core rules Animate to clarify cause/effect or add deliberate delight. Keep interactions fast (200-300ms; up to 1s only for illustrative motion). Never animate keyboard interactions (arrow-key navigation, shortcut responses, tab/focus). Prefer CSS; use WAAPI or JS only when needed. Make animations interruptible and input-driven. Honor prefers-reduced-motion (reduce or disable). What to animate For movement and spatial change, animate only transform and opacity . For simple state feed...
|
51 |
| 14372 | newt blueprint generator | rknall/claude-skills |
Expert assistance for creating, validating, and managing Pangolin Newt blueprint configurations. When to Use This Skill This skill should be triggered when: - Creating Pangolin blueprint configurations - Generating YAML configuration files for Newt - Creating Docker Compose files with Pangolin labels - Configuring proxy resources (HTTP, TCP, UDP) - Setting up client resources for Olm - Configuring authentication (SSO, basic auth, pincode, password) - Validating blueprint configurations...
|
51 |
| 14373 | proposal-writer | jezweb/claude-skills |
Proposal Writer Strategic expertise for crafting winning sales proposals, pricing presentations, and RFP responses that close deals. Philosophy Great proposals don't describe your product. They describe your buyer's future success . The best sales proposals: Lead with outcomes, not features — Buyers care about their results, not your capabilities Make the decision easy — Remove friction, objections, and confusion Tell a story — Context → Challenge → Solution → Success Respect the reader's time —...
|
51 |
| 14374 | email-sequence | kimny1143/claude-code-template |
Email Sequence Design You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before creating ...
|
51 |
| 14375 | pennant-development | laravel/boost |
Pennant Features When to Apply Activate this skill when: Creating or checking feature flags Managing feature rollouts Implementing A/B testing Documentation Use search-docs for detailed Pennant patterns and documentation. Basic Usage Defining Features use Laravel \ Pennant \ Feature ; Feature :: define ( 'new-dashboard' , function ( User $user ) { return $user -> isAdmin ( ) ; } ) ; Checking Features if ( Feature :: active ( 'new-dashboard' ) ) { // Feature is active } // With scope if ( Feature...
|
51 |
| 14376 | terraform-tasks | josiahsiegel/claude-plugin-marketplace |
Terraform Tasks Skill 🚨 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 docum...
|
51 |
| 14377 | monitoring-setup | eddiebe147/claude-settings |
Monitoring Setup Expert Overview This skill enables AI assistants to set up comprehensive monitoring for NestJS and Next.js applications, including Sentry for error tracking and Google Analytics for user analytics. When to Use This Skill This skill activates when users: Need to set up error tracking (Sentry) Want to configure Google Analytics Need monitoring for production applications Want to track application errors and user behavior Sentry Setup NestJS Backend Install: npm install @sentry/nod...
|
51 |
| 14378 | state-machine | owl-listener/designer-skills |
State Machine You are an expert in modeling complex UI behavior as finite state machines. What You Do You model UI components and flows as state machines to eliminate impossible states and make behavior predictable. State Machine Components States : Distinct modes the UI can be in (idle, loading, success, error) Events : Things that cause transitions (click, submit, timeout, response) Transitions : Rules for moving between states (on event X in state A, go to state B) Actions : Side effects duri...
|
51 |
| 14379 | release | automattic/wordpress-activitypub |
Release Skill Purpose: Take a project from "code is ready" to "tagged and ready to push." Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and curated release notes. Everything is local and reversible. Publishing (including the GitHub Release page) is CI's job. Quick Start /release 1.7 .0 full release: changelog + bump + commit + tag /release 1.7 .0 --dry-run show what would happen, change nothing /release --check readiness ...
|
51 |
| 14380 | problem-management | groeimetai/snow-flow |
Problem Management identifies root causes of incidents and implements permanent solutions. Problem Lifecycle ``` New (1) ↓ Assess (2) ↓ Root Cause Analysis (3) ↓ Fix in Progress (4) ← Known Error Database ↓ Resolved (5) ↓ Closed (6) Cancelled (7) ← Can occur from any state ``` Key Tables | `problem` | Problem records | `problem_task` | Problem investigation tasks | `known_error` | Known Error Database (KEDB) | `incident` | Related incidents Creating Probl...
|
51 |
| 14381 | dependency-updater | connorads/dotfiles |
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
|
51 |
| 14382 | prompt-master | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
51 |
| 14383 | env-validation | andrelandgraf/fullstackrecipes |
Build-Time Environment Variable Validation Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. Implement Environment Validation Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. See: Resource: env-validation in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/env-validation Validating Configs on Server Start Some en...
|
51 |
| 14384 | es5-compliance | groeimetai/snow-flow |
ES5 Compliance for ServiceNow ServiceNow runs on Mozilla Rhino engine which only supports ES5 JavaScript (2009 standard). All server-side scripts MUST use ES5 syntax. Forbidden Syntax (WILL CAUSE SyntaxError) ES6+ Syntax ES5 Alternative const x = 5 var x = 5 let items = [] var items = [] () => {} function() {} `Hello ${name}` 'Hello ' + name for (x of arr) for (var i = 0; i < arr.length; i++) {a, b} = obj var a = obj.a; var b = obj.b; [a, b] = arr var a = arr[0]; var b = arr[1]; ...spread Use Ar...
|
51 |
| 14385 | e-commerce manager | eddiebe147/claude-settings |
E-commerce Manager Comprehensive e-commerce operations and optimization system designed for online retailers, store managers, product managers, and digital marketers. This skill provides product listing optimization, conversion rate analysis, customer journey mapping, pricing strategy, inventory management guidance, and multi-channel retail coordination. The E-commerce Manager excels at writing compelling product descriptions, optimizing product pages for conversion, analyzing sales data to iden...
|
51 |
| 14386 | fal-image-edit | ilkerzg/agent-skills |
fal.ai Image Edit Edit images using AI: style transfer, object removal, background changes, and more. How It Works User provides image URL and editing instructions Script selects appropriate model Sends request to fal.ai API Returns edited image URL Finding Models To discover the best and latest image editing models, use the search API: Search for image editing models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-image" Search for specific editing capabilitie...
|
51 |
| 14387 | uview-pro-vue3 | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Install and set up uView Pro in a uni-app project Use uView Pro components in Vue 3 / uni-app applications Configure uView Pro (theme, i18n, etc.) Use form components (Button, Input, Form, etc.) Use data display components (List, Card, etc.) Use feedback components (Toast, Modal, etc.) Use navigation components (Tabs, NavBar, etc.) Use uView Pro tools and utilities Use uView Pro layout templates Customize component styles and th...
|
51 |
| 14388 | ln-004-agent-config-sync | 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. Agent Sync (Standalone Utility) Type: Standalone Utility Category: 0XX Shared Synchronizes skills and MCP server configurations from Claude Code (source of truth) to Gemini CLI and Codex CLI. Creates symlinks for skills, copies/converts MCP settings. When to Use This Skill After adding/removing MCP servers in Claude Code se...
|
51 |
| 14389 | seo | tech-leads-club/agent-skills |
SEO — Universal SEO Analysis Skill Comprehensive SEO analysis across all industries (SaaS, local services, e-commerce, publishers, agencies). Orchestrates 12 specialized sub-skills and 7 subagents (+ optional extension sub-skills like seo-dataforseo). Quick Reference Command What it does /seo audit <url> Full website audit with parallel subagent delegation /seo page <url> Deep single-page analysis /seo sitemap <url or generate> Analyze or generate XML sitemaps /seo schema <url> Detect, validate,...
|
51 |
| 14390 | sveltia-cms | secondsky/claude-skills |
Sveltia CMS Skill Complete skill for integrating Sveltia CMS into static site projects. Current Versions @sveltia/cms: 0.128.5 (verified January 2026) Status: Public Beta (v1.0 expected early 2026) Maturity: Production-ready (270+ issues solved from predecessor) When to Use This Skill ✅ Use Sveltia CMS When: Git-based workflow desired (content as Markdown/YAML/TOML/JSON in repository) Lightweight solution required (<500 KB vs 1.5-2.6 MB for competitors) Migrating from Decap/Netlify CMS (drop-i...
|
51 |
| 14391 | tailwindcss-v4 | tlq5l/tailwindcss-v4-skill |
Tailwind CSS v4 Skill CSS-first configuration, new directives, migration from v3. Quick Reference v4 Entry Point @import "tailwindcss"; NOT the v3 way: /* ❌ These cause errors in v4 */ @tailwind base; @tailwind components; @tailwind utilities; Key Directives Directive Purpose @theme Define design tokens (colors, spacing, fonts) @utility Create custom utility classes @variant Define custom variants (hover, focus, etc.) @source Control class detection and safelisting @reference Import for @a...
|
51 |
| 14392 | webgpu-specs | gfx-rs/wgpu |
Run sh .claude/skills/webgpu-specs/download.sh to download the WebGPU and WGSL specifications if they are not present or if they have been updated. You do not need to change directory before running the script. After the specs are downloaded, you can search in target/claude/webgpu-spec.bs and target/claude/wgsl-spec.bs for relevant sections of the specification. When referencing the specifications, prefer to use named anchors rather than line numbers. For example, to reference the "Object Descri...
|
51 |
| 14393 | google-gemini-file-search | secondsky/claude-skills |
Google Gemini File Search Setup Overview Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations. What This Skill Provides: Complete @google/genai File Search API setup 8 documented errors with prevention strategies Chunking best practices for optimal retrieval Cost optimization ($0.15/1M tokens indexing, 3x storage multiplier) Cloudflare Work...
|
51 |
| 14394 | configure-dockerfile | laurigates/claude-plugins |
/configure:dockerfile Check and configure Dockerfile against project standards with emphasis on minimal images , non-root users , and multi-stage builds . When to Use This Skill Use this skill when... Use another approach when... Checking Dockerfile compliance with standards Just viewing Dockerfile (use Read tool) Creating Dockerfile from template Dockerfile already follows all standards Validating image size, security, multi-stage builds Need container runtime config (use /configure:container )...
|
51 |
| 14395 | prowler-changelog | prowler-cloud/prowler |
Changelog Locations Component File Version Prefix Current Version UI ui/CHANGELOG.md None 1.x.x API api/CHANGELOG.md None 1.x.x MCP Server mcp_server/CHANGELOG.md None 0.x.x SDK prowler/CHANGELOG.md None 5.x.x Format Rules (keepachangelog.com) Section Order (ALWAYS this order) [X.Y.Z] (Prowler vA.B.C) OR (Prowler UNRELEASED) Added Changed Deprecated Removed Fixed Security Emoji Prefixes (REQUIRED for ALL components) Section Emoji Usage Added 🚀 Added New features, checks, endpoints Chan...
|
51 |
| 14396 | security-operations | groeimetai/snow-flow |
Security Operations (SecOps) integrates security tools and automates incident response. SecOps Architecture ``` Security Sources (SIEM, EDR, Vuln Scanners) ↓ Security Events/Vulnerabilities ↓ Security Incidents / Vuln Items ↓ Investigation & Response ↓ Remediation & Closure ``` Key Tables | `sn_si_incident` | Security incidents | `sn_vul_vulnerable_item` | Vulnerable items | `sn_si_alert` | Security alerts | `sn_ti_indicator` | Threat indicators (IOCs) | `sn_si...
|
51 |
| 14397 | agent-browser | eyadsibai/ltk |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
51 |
| 14398 | kani-proof | workersio/spec |
Kani Formal Verification Kani is a bounded model checker — it explores ALL possible values of symbolic inputs within bounds, making proofs exhaustive (not sampled like fuzzing). Critical Rules These rules prevent the most common proof failures. Violating any one will likely cause the proof to fail. No [kani::unwind] or [kani::solver] on first attempt. Omit both decorators entirely. Only add [kani::unwind(N)] after getting an "unwinding assertion" error, and only add [kani::solver(kissat)] after ...
|
51 |
| 14399 | doc-review | vladm3105/aidoc-flow-framework |
doc-review Description : Multi-agent documentation quality review system that analyzes a single file or all files in a folder for data inconsistencies, reference errors, typos, and unclear terminology. Category : Quality Assurance Complexity : High (multi-agent coordination) Purpose Comprehensive documentation quality review using specialized sub-agents to detect: Data inconsistencies : Contradictory information, wrong data, confusing content Reference errors : Broken links, invalid cross-refere...
|
51 |
| 14400 | nlp pipeline builder | eddiebe147/claude-settings |
NLP Pipeline Builder The NLP Pipeline Builder skill guides you through designing and implementing natural language processing pipelines that transform raw text into structured, actionable insights. From preprocessing to advanced analysis, this skill covers the full spectrum of NLP tasks and helps you choose the right approach for your specific needs. Modern NLP offers multiple paradigms: rule-based approaches, classical ML, and deep learning/LLMs. This skill helps you navigate these options, bui...
|
51 |