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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18851 dashboard-create-screen automattic/wp-calypso
Dashboard Create Screen Skill Creates new screens in client/dashboard with automatic route discovery and registration. Step 1: Discover Available Routes First, find all router files and extract available routes. Find Router Files Use Glob to discover router files: client/dashboard/app/router/*.tsx client/dashboard/app/router/*.ts Extract Routes from Each File For each router file, use Grep to extract route information. Find exported route constants: export \s + const \s + ( \w + Route ) \s * = \...
47
18852 android-notification-builder dengineproblem/agents-monorepo
Android Notification Builder Expert Эксперт по реализации уведомлений Android с использованием NotificationCompat.Builder и notification channels. Notification Channels (API 26+) class NotificationHelper ( private val context : Context ) { companion object { const val CHANNEL_ID_MESSAGES = "messages" const val CHANNEL_ID_UPDATES = "updates" const val CHANNEL_ID_PROMOTIONS = "promotions" } fun createNotificationChannels ( ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . O ) { val mes...
47
18853 code-review shareai-lab/learn-claude-code
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...
47
18854 skill-scanner bvinci1-design/skill-scanner
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
47
18855 security-visual-testing proffesor-for-testing/agentic-qe
<default_to_action> When performing security-aware visual testing: - VALIDATE URLs before navigation (check for malicious patterns) - SCAN for PII before saving screenshots (mask sensitive data) - CAPTURE parallel viewports (mobile, tablet, desktop) - COMPARE against baselines (detect visual regressions) - AUDIT accessibility (WCAG 2.1 AA compliance) Quick Security-Visual Checklist: - URL validation (no javascript:, data:, file: schemes) - PII detection (emails, phones, SSN, credit cards...
47
18856 product-marketing openclaudia/openclaudia-skills
Product Marketing Context You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves. The document is stored at .agents/product-marketing.md . Workflow Step 1: Check for Existing Context First, check if .agents/product-marketing.md already exists. Also check .claude/product-marketing.md and the legacy filename product-marketing-context.md (in eith...
47
18857 sprint planner eddiebe147/claude-settings
Sprint Planner The Sprint Planner skill helps teams plan and execute effective Agile sprints using Scrum methodology. It focuses on capacity-based planning, velocity tracking, and continuous improvement through retrospectives. The skill ensures sprints are properly scoped, committed, and executed with clear goals and metrics. This skill excels at breaking down epics and user stories into sprint-sized work, estimating effort using story points or hours, tracking team velocity, and facilitating sp...
47
18858 music-search netease-youdao/lobsterai
Music Search Skill 搜索音乐资源(歌曲、专辑、无损音乐),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) Node.js >= 18 (应用内置,无需额外安装) 命令 搜索资源 bash " $SKILLS_ROOT /music-search/scripts/music-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --format <f> 筛选音频格式: flac , ape , wav , dsd , hires , mp3 , aac , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度页面抓取提取网盘链接和提取码,...
47
18859 chat response generator eddiebe147/claude-settings
Chat Response Generator The Chat Response Generator skill helps you craft quick, effective responses for chat platforms like Slack, Teams, Discord, WhatsApp, or any real-time messaging environment. Whether you're responding to a question, acknowledging a message, providing an update, or handling a sensitive situation, this skill ensures your responses are clear, appropriate, and achieve their purpose. This skill understands that chat communication is fast-paced and contextual. Messages need to b...
47
18860 symmetric-dogfooding terrylica/cc-skills
Symmetric Dogfooding Bidirectional integration validation pattern where two repositories each consume the other for testing, ensuring both sides work correctly together before downstream adoption. Pattern Overview ┌─────────────────────────────────────────────────────────────────┐ │ SYMMETRIC DOGFOODING │ │ │ │ Repo A ◄─────── mutual validation ───────► Repo B │ │ ...
47
18861 tool-design-style-selector heyvhuang/ship-faster
Design Style Selector Scan project, identify intent, recommend and deploy the most suitable design system style. Style Presets This skill can either: Preserve existing style and extract it into design-system.md (recommended when the project already looks “mature”), or Apply one of 30 preset styles and generate design-system.md . Style files live in styles/ and are indexed in: styles-index.md (ID → filename → theme) Quick examples of presets: 05-saas (B2B tools, dashboards) 08-swiss-minimalist (c...
47
18862 airtable membranedev/application-skills
Airtable Airtable is a low-code platform for building collaborative databases and applications. It's used by a wide range of professionals, from project managers to marketers, to organize data and automate workflows. Think of it as a spreadsheet on steroids, with relational database capabilities. Official docs: https://airtable.com/developers/web/api/introduction Airtable Overview Base Table Record Attachment View When to use which actions: Use action names and parameters as needed. Working with...
47
18863 contract-redliner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
47
18864 python-skills llama-farm/llamafarm
Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components Component Path Python Key Dependencies Server server/ 3.12+ FastAPI, Celery, Pydantic, structlog RAG rag/ 3.11+ LlamaIndex, ChromaDB, Celery Universal Runtime runtimes/universal/ 3.11+ PyTorch, transformers, FastAPI Config config/ 3.11+ Pydantic, JSONSchema Common common/ 3.10+ HuggingFace Hub Quick Reference Topic File Key Points Patter...
47
18865 confluence-expert borghei/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...
47
18866 redis pluginagentmarketplace/custom-plugin-sql
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
47
18867 maritime-expert personamanagmentlayer/pcl
Expert guidance for maritime systems, vessel tracking, port operations, cargo management, maritime logistics, and shipping industry software. Core Concepts Maritime Systems - Vessel Traffic Services (VTS) - Port Management Systems - Cargo Management Systems - Fleet Management - Maritime Communication Systems - Container Terminal Operating Systems (TOS) - Ship Performance Monitoring Maritime Technologies - AIS (Automatic Identification System) - ECDIS (Electronic Chart Display and ...
47
18868 icon-generator dkyazzentwatwa/chatgpt-skills
Icon Generator Generate app icons in all required sizes from a single image. Features Multi-Platform: iOS, Android, Web, macOS, Windows Batch Generation: All sizes from one source Smart Scaling: Maintain quality at all sizes Format Support: PNG, ICO, ICNS Presets: Platform-specific size sets Rounding Options: Square or rounded corners Quick Start from icon_generator import IconGenerator gen = IconGenerator() Generate all iOS icons gen.load("logo.png") gen.generate_ios("ios_icons/") Genera...
47
18869 team-issue catlog22/claude-code-workflow
Team Issue Resolution Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle. Architecture Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/...
47
18870 vercel-deploy vercel-labs/vercel-skills
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
47
18871 ha-automations laurigates/claude-plugins
Home Assistant Automations When to Use This Skill Use this skill when... Use ha-configuration instead when... Creating automation rules Editing configuration.yaml Writing triggers/conditions/actions Setting up integrations Working with scripts and scenes Managing secrets Using blueprints Organizing packages Device trigger setup General YAML configuration Automation Structure automation : - id : "unique_automation_id" alias : "Descriptive Name" description : "What this automation does" mode : sin...
47
18872 swarm orchestration proffesor-for-testing/agentic-qe
Swarm Orchestration Skill Purpose Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. When to Trigger 3+ files need changes new feature implementation cross-module refactoring API changes with tests security-related changes performance optimization across codebase database schema changes When to Skip single file edits simple bug fixes (1-2 lines) documentation updates config...
47
18873 environment-variables-handler jeremylongshore/claude-code-plugins-plus-skills
Environment Variables Handler Purpose This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "environment variables handler" in your request Ask about environment variables handler patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-st...
47
18874 tax strategist eddiebe147/claude-settings
Tax Strategist Expert tax planning agent that develops tax-efficient strategies, identifies deductions, optimizes entity structures, and ensures compliance. Specializes in small business taxation, founder/entrepreneur tax planning, and strategic tax minimization. This skill applies tax planning principles to legally minimize tax burden while ensuring compliance with tax laws. Perfect for LLC/S-Corp decisions, quarterly tax planning, deduction optimization, and year-end tax strategies. Disclaimer...
47
18875 quickbooks-online-api linehaul-ai/linehaulai-claude-marketplace
QuickBooks Online API Expert Guide Overview The QuickBooks Online API provides comprehensive access to accounting data and operations for QuickBooks Online companies. This skill enables you to build integrations that handle invoicing, payments, customer management, inventory tracking, and financial reporting. The API uses OAuth 2.0 for authentication and supports operations across all major accounting entities including customers, invoices, payments, items, accounts, and more. The QuickBooks Onl...
47
18876 git-ai-search git-ai-project/git-ai
Git AI Search Skill Search and restore AI conversation context from git history using git-ai search and git-ai continue . Overview Git AI tracks AI-generated code and the conversations that produced it. This skill helps you: Search - Find AI prompt sessions by commit, file, pattern, or author Continue - Restore AI session context to continue work where someone left off Show - View the full transcript of a specific prompt When to Use Each Command You want to... Use... See what AI context exists f...
47
18877 alicloud-ai-audio-cosyvoice-voice-design-test cinience/alicloud-skills
Category: test Minimal Viable Test Recommended check python skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-design/scripts/prepare_cosyvoice_design_request.py \ --target-model cosyvoice-v3.5-plus \ --prefix announcer \ --voice-prompt "沉稳的中年男性播音员,低沉有磁性,语速平稳。" \ --preview-text "各位听众朋友,大家好。"
47
18878 project-analyze catlog22/claude-code-workflow
Project Analysis Skill Generate comprehensive project analysis reports through multi-phase iterative workflow. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Context-Optimized Architecture │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Phase 1: Requirements → analysis-config.json │ │ ↓ ...
47
18879 debugging-with-opensrc blogic-cz/blogic-marketplace
Debugging with OpenSrc Overview CRITICAL: Never guess how a library works. Always verify by reading the actual source code. OpenSrc provides access to the exact version of external libraries installed in this project. Use it BEFORE making assumptions. When to Use This Skill Something doesn't work as expected Documentation is unclear or missing Need to understand library internals Debugging integration issues Before implementing patterns with external libraries When error messages are cryptic Ope...
47
18880 dbos-python sickn33/antigravity-awesome-skills
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
47
18881 jira-expert borghei/claude-skills
Atlassian Jira Expert Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira. Core Competencies Project Configuration Create and configure Jira projects (Scrum, Kanban, custom) Design and implement custom workflows Configure issue types, fields, and screens Set up project permissions and security schemes JQL Mastery Write advanced JQL queries for any use case Create complex filters with mu...
47
18882 mcp-builder guanyang/antigravity-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
47
18883 recommend-evolution oimiragieo/agent-studio
Recommend Evolution Overview Recommend ecosystem evolution when repeated evidence indicates missing capability, and record the recommendation in a standard machine-readable format. When to Use Reflection identifies recurring delivery failures with the same root cause Router/analysis signals no suitable agent or skill for recurring requests Repeated integration gaps imply missing artifact type or policy User explicitly requests a new capability path Iron Laws NEVER spawn evolution-orchestrator di...
47
18884 blueprint-generate-rules laurigates/claude-plugins
Generate project-specific rules from Product Requirements Documents. When to Use This Skill Use this skill when... Use alternative when... Need to generate rules from existing PRDs Use /blueprint:rules to manually create/edit rules Want path-scoped rules for specific file types Use /blueprint:claude-md for general project instructions Automating rule creation from requirements Writing custom rules without PRD reference Extracting architecture/testing patterns from PRDs Need to create one-off rul...
47
18885 full-stack-master caomeiyouren/momei
Full Stack Master Workflow Skill 一、能力定位 (Capability) 工作流自动编排 :串联需求设计开发测试质量文档提交审核发布的全链路。 Git Worktree 编排 :根据任务维度(dev/test/fix/docs)自动选择物理隔离的工作目录,加速并行开发。 技能聚合 :集成所有核心原子技能(Todo Manager、Technical Planning、Backend Logic Expert、Vue Frontend Expert、Database Expert、Code Quality Auditor、Test Engineer、UI Validator、Conventional Committer)。 可复用与可拓展 :可合并新场景(如数据库迁移、API 变更、运营发布等),支持多项目切换。 分阶段接棒/派单 :可手动或脚本分配阶段任务给对应技能或专项 agent。 二、强制参考文档 (Mandatory Documentation) 在执行任何写操作 or 决策前,必须确保已读取并理解以下文档的最新内容: 全周期基石 : AGENT...
47
18886 kml-geojson-converter dkyazzentwatwa/chatgpt-skills
KML/GeoJSON Converter Convert geographic data between KML, GeoJSON, and other geo formats for mapping and GIS applications. Purpose Geo format conversion for: Google Maps / Earth integration Web mapping applications (Leaflet, Mapbox) GIS data interchange Spatial data processing GPS track conversion Features Bidirectional Conversion: KML ↔ GeoJSON Feature Preservation: Maintain properties, styles, descriptions Batch Processing: Convert multiple files Coordinate Systems: WGS84, UTM support Val...
47
18887 wechat-tech-article samzong/samzong
结构化地完成一篇微信公众号技术文章,从选题到定稿。遵循 `blogs/wechat` 的规范与既有文章风格。 Hard Gates (必须满足) - 风格来源(强制):写作前必须读取: `blogs/wechat/README.md`(目录/命名/发布节奏) - `skills/wechat-tech-article/references/style-guide.md`(你的固定文风与结构套路) - 目录命名:`posts/YYYY/YYYY-MM-DD-<kebab-case-english-slug>/` - 文件命名:目录名与 .md 文件名完全一致 - Slug 规则:只用英文(不用拼音)、用 `-` 分隔、尽量简短 - 引用路径:文章内引用本地文件使用相对路径 `./` - 结构硬门槛(强制): 第一行必须是 ` 标题` - 标题后 10-15 行内必须出现:入口链接(GitHub/下载/在线体验其一)+ 一句加粗 `tagline` - 文章正文只用 `` / `` 标题(禁止使用 `` 及更深层级) - 可复现优先(强制):至少 2 个可复制代...
47
18888 koota pmndrs/koota
Koota ECS Koota manages state using entities with composable traits. Glossary Entity - A unique identifier pointing to data defined by traits. Spawned from a world. Trait - A reusable data definition. Can be schema-based (SoA), callback-based (AoS), or a tag. Relation - A directional connection between entities to build graphs. World - The context for all entities and their data (traits). Archetype - A unique combination of traits that entities share. Query - Fetches entities matching an archety...
47
18889 habit tracker eddiebe147/claude-settings
Habit Tracker The Habit Tracker skill helps you design, implement, and maintain positive habits using proven behavioral science principles. Rather than relying on willpower alone, this skill applies implementation intentions, habit stacking, and environmental design to make new behaviors stick. This skill recognizes that habit formation is about systems, not motivation. It guides you through creating "tiny habits" that are easy to start, anchoring new behaviors to existing routines, and building...
47
18890 reasoningbank with agentdb proffesor-for-testing/agentic-qe
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
47
18891 github-issues tartinerlabs/skills
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
47
18892 advanced-evaluation guanyang/antigravity-skills
Advanced Evaluation LLM-as-a-Judge techniques for evaluating AI outputs. Not a single technique but a family of approaches - choosing the right one and mitigating biases is the core competency. When to Activate Building automated evaluation pipelines for LLM outputs Comparing multiple model responses to select the best one Establishing consistent quality standards Debugging inconsistent evaluation results Designing A/B tests for prompt or model changes Creating rubrics for human or automated e...
47
18893 spec-implementation-execute zixun-github/aisdlc
spec-implementation-execute(I2:执行 / plan.md SSOT) 概览 I2 的目标是把 {FEATURE_DIR}/implementation/plan.md 中的任务 按批次执行 ,并把执行状态与最小审计信息 只回写到 plan.md (作为唯一执行清单与状态 SSOT)。 本技能是 skills/executing-plans/SKILL.md 的 Spec 实现阶段版: 重度复用其“五步执行 + 批次检查点 + 遇阻塞即停”骨架 ,但将“计划文件”的语义替换为实现阶段 SOP(见 design/aisdlc_spec_implementation.md )的硬约束: plan.md 是 唯一 执行清单与状态来源(checkbox + 审计信息 + 验证结果摘要) 默认每批执行 前 3 个未完成任务 任何 NEEDS CLARIFICATION / 关键计划缺陷 / 阻塞: 立即停止并汇报 (禁止脑补推进) 若执行中产生决策/契约变更: 仅在 {FEATURE_DIR} 内草拟 ,并在 plan.md 追加 Merge-back 待办清单 (本...
47
18894 team-quality-assurance catlog22/claude-code-workflow
Team Quality Assurance Orchestrate multi-agent QA: scout -> strategist -> generator -> executor -> analyst. Supports discovery, testing, and full closed-loop modes with parallel generation and GC loops. Architecture Skill(skill="team-quality-assurance", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordin...
47
18895 infra-deploy terrylica/cc-skills
Infrastructure Deployment Deploy Cal.com self-hosted to GCP Cloud Run with Supabase PostgreSQL, or run locally via Docker Compose. Mandatory Preflight Step 1: Check GCP Project Configuration echo "CALCOM_GCP_PROJECT: ${CALCOM_GCP_PROJECT :- NOT_SET} " echo "CALCOM_GCP_ACCOUNT: ${CALCOM_GCP_ACCOUNT :- NOT_SET} " echo "CALCOM_GCP_REGION: ${CALCOM_GCP_REGION :- us-central1} " If NOT_SET : These must be configured in .mise.local.toml . Run the setup command. Step 2: Verify GCP Authentication gcloud ...
47
18896 altinity-expert-clickhouse-ingestion altinity/skills
Insert Performance and Ingestion Analysis Diagnose INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Quick Diagnostics (Run First) 1. Current Insert Activity select query_id, user, elapsed, formatReadableSize(written_bytes) as written, written_rows, formatReadableSize(memory_usage) as memory, substring(query, 1, 80) as query_preview from system.processes where query_kind = 'Insert' order by elapsed desc limit 20 2. Recent Insert P...
47
18897 sql injection testing zebbern/claude-code-guide
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
47
18898 linux-perf mohitmishra786/low-level-dev-skills
Linux perf Purpose Guide agents through perf for CPU profiling: sampling, hardware counter measurement, hotspot identification, and integration with flamegraph generation. Triggers "Which function is consuming the most CPU?" "How do I measure cache misses / IPC?" "How do I use perf to find hotspots?" "How do I generate a flamegraph from perf data?" "perf shows [unknown] or [kernel] frames" Workflow 1. Prerequisites Install sudo apt install linux-perf Debian/Ubuntu (version-matched) sudo dnf in...
47
18899 browserbase vm0-ai/vm0-skills
Browserbase Cloud browser infrastructure for AI agents and automation. Create browser sessions, persist authentication with contexts, debug live sessions, and retrieve session recordings. Official docs: https://docs.browserbase.com/ When to Use Use this skill when you need to: Create cloud browser sessions for Playwright/Puppeteer automation Persist login state and cookies across sessions using Contexts Debug browser sessions in real-time with live URLs Retrieve session recordings and logs ...
47
18900 review-cycle catlog22/claude-code-workflow
Review Cycle Unified code review orchestrator with mode-based routing. Detects input type and dispatches to the appropriate execution phase. Architecture Overview ┌──────────────────────────────────────────────────────────┐ │ Review Cycle Orchestrator (SKILL.md) │ │ → Parse input → Detect mode → Read phase doc → Execute │ └───────────────────────────┬──────────────────────────────┘ │ ┌─────────────────┼─────────────────┐ ↓ ↓ ↓ ┌────────────...
47