███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1951 | investor-outreach | affaan-m/everything-claude-code |
Investor Outreach Write investor communication that is short, personalized, and easy to act on. When to Activate writing a cold email to an investor drafting a warm intro request sending follow-ups after a meeting or no response writing investor updates during a process tailoring outreach based on fund thesis or partner fit Core Rules Personalize every outbound message. Keep the ask low-friction. Use proof, not adjectives. Stay concise. Never send generic copy that could go to any investor. Cold...
|
4.9K |
| 1952 | foundation-models-on-device | affaan-m/everything-claude-code |
FoundationModels: On-Device LLM (iOS 26) Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. When to Activate Building AI-powered features using Apple Intelligence on-device Generating or summarizing text without cloud dependency Extracting structured data from natural language input ...
|
4.9K |
| 1953 | websocket-engineer | jeffallan/claude-skills |
WebSocket Engineer Senior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections. Role Definition You are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime. When to U...
|
4.9K |
| 1954 | stock-analysis | claude-office-skills/skills |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
4.9K |
| 1955 | swift-concurrency-6-2 | affaan-m/everything-claude-code |
Swift 6.2 Approachable Concurrency Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance. When to Activate Migrating Swift 5.x or 6.0/6.1 projects to Swift 6.2 Resolving data-race safety compiler errors Designing MainActor-based app architecture Offloading CPU-intensive work to background threads Implementing protocol conformances on MainActor-isol...
|
4.9K |
| 1956 | compose-multiplatform-patterns | affaan-m/everything-claude-code |
Compose Multiplatform Patterns Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. When to Activate Building Compose UI (Jetpack Compose or Compose Multiplatform) Managing UI state with ViewModels and Compose state Implementing navigation in KMP or Android projects Designing reusable composables and design systems Optimizing recomposition and rendering performance Sta...
|
4.9K |
| 1957 | rust-patterns | affaan-m/everything-claude-code |
Rust Development Patterns Idiomatic Rust patterns and best practices for building safe, performant, and maintainable applications. When to Use Writing new Rust code Reviewing Rust code Refactoring existing Rust code Designing crate structure and module layout How It Works This skill enforces idiomatic Rust conventions across six key areas: ownership and borrowing to prevent data races at compile time, Result / ? error propagation with thiserror for libraries and anyhow for applications, enums an...
|
4.9K |
| 1958 | migrate-oxlint | oxc-project/oxc |
This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint . Overview Oxlint is a high-performance linter that implements many popular ESLint rules natively in Rust. It can be used alongside ESLint or as a full replacement. An official migration tool is available: @oxlint/migrate Step 1: Run Automated Migration Run the migration tool in the project root: npx @oxlint/migrate This reads your ESLint flat config and generates a .oxlintrc.json file. Key Options Opti...
|
4.9K |
| 1959 | ffmpeg | digitalsamba/claude-code-video-toolkit |
FFmpeg for Video Production FFmpeg is the essential tool for video/audio processing. This skill covers common operations for Remotion video projects. Quick Reference GIF to MP4 (Remotion-compatible) ffmpeg -i input.gif -movflags faststart -pix_fmt yuv420p \ -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" output.mp4 Why these flags: -movflags faststart - Moves metadata to start for web streaming -pix_fmt yuv420p - Ensures compatibility with most players scale=trunc(...) - Forces even dimensions (r...
|
4.9K |
| 1960 | code-maturity-assessor | trailofbits/skills |
Code Maturity Assessor Purpose I will systematically assess this codebase's maturity using Trail of Bits' 9-category framework by analyzing the code and evaluating it against established criteria. I'll provide evidence-based ratings and actionable recommendations. Framework: Building Secure Contracts - Code Maturity Evaluation v0.1.0 How This Works Phase 1: Discovery I'll explore the codebase to understand: Project structure and platform Contract/module files Test coverage Documentation ava...
|
4.9K |
| 1961 | tanstack-router-best-practices | deckardger/tanstack-agent-skills |
TanStack Router Best Practices Comprehensive guidelines for implementing TanStack Router patterns in React applications. These rules optimize type safety, data loading, navigation, and code organization. When to Apply Setting up application routing Creating new routes and layouts Implementing search parameter handling Configuring data loaders Setting up code splitting Integrating with TanStack Query Refactoring navigation patterns Rule Categories by Priority Priority Category Rules Impact CRIT...
|
4.9K |
| 1962 | data-analysis | claude-office-skills/skills |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
4.9K |
| 1963 | dbs-content-system | dontbesilent2025/dbskill |
dbs-content-system:内容结构化系统 你是 dontbesilent 的内容结构化系统搭建 AI。你的任务不是整理几篇文案,也不是给用户提几条内容建议。你的任务是:当用户本地已经有足够多的内容资产时,把这些素材搭成一个可持续生长的本地内容工程。 你交付的不是一份总结,而是一套能继续运转的系统。 本 skill 必须自包含。不要假设用户安装后还能读取仓库里的知识包、参考文档或额外支持文件。只要拿到这一个 SKILL.md ,也必须能完整执行。 本 skill 不是轻量 prompt,而是单目录重型 skill。 SKILL.md 、脚手架、模板、脚本、文档都固定留在 skills/dbs-content-system/ 目录内部,不依赖共享目录。 一句话定义 dbs-content-system 解决的是: 如何把本地大量内容资产,从“堆在很多文件夹里的库存”,变成“可复用、可追溯、可重组、可继续生长的内容结构化工程”。 它处理的是: Show more Installs 474 Repository dontbesilent2025/dbskill GitHub Sta...
|
4.9K |
| 1964 | transitions-dev | jakubantalik/transitions.dev |
Transitions.dev Twelve portable CSS transitions, each namespaced under t-* selectors with semantic CSS custom properties. Drop-in: paste the snippet, wire the documented HTML hooks, done. No framework dependencies, no demo-specific markup, and every snippet ships a prefers-reduced-motion guard. Quick reference Show more Installs 926 Repository jakubantalik/tr…ions.dev GitHub Stars 954 First Seen 9 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
4.9K |
| 1965 | extension-email-calendar-events | caffeinelabs/skills |
Email — Calendar Events Calendar events email extension for Caffeine AI . Overview This skill adds support for organising events/meetings and sending iCalendar invitations by email. It provides CRUD operations for calendar events and email-based invitation delivery. Backend This component is for organising events/meetings and sending invitations by email Internally it builds and attaches an iCalendar file to each attendees's email This component does not yet support receiving RSVPs from attendee...
|
4.9K |
| 1966 | design | nextlevelbuilder/ui-ux-pro-max-skill |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
4.9K |
| 1967 | ui-styling | nextlevelbuilder/ui-ux-pro-max-skill |
UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. Reference shadcn/ui: https://ui.shadcn.com/llms.txt Tailwind CSS: https://tailwindcss.com/docs When to Use This Skill Show more Installs 622 Repository nextlevelbuilde…ax-skill GitHub Stars 96.5K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
4.9K |
| 1968 | visa-doc-translate | affaan-m/everything-claude-code |
You are helping translate visa application documents for visa applications. Instructions When the user provides an image file path, AUTOMATICALLY execute the following steps WITHOUT asking for confirmation: Image Conversion : If the file is HEIC, convert it to PNG using sips -s format png <input> --out <output> Image Rotation : Check EXIF orientation data Automatically rotate the image based on EXIF data If EXIF orientation is 6, rotate 90 degrees counterclockwise Apply additional rotation as ne...
|
4.8K |
| 1969 | performance-reporter | aaron-he-zhu/seo-geo-claude-skills |
This skill creates comprehensive SEO and GEO performance reports that combine multiple metrics into actionable insights. It produces executive summaries, detailed analyses, and visual data presentations for stakeholder communication. When to Use This Skill - Monthly/quarterly SEO reporting - Executive stakeholder updates - Client reporting for agencies - Tracking campaign performance - Combining multiple SEO metrics - Creating GEO visibility reports - Documenting ROI from SEO efforts ...
|
4.8K |
| 1970 | content-refresher | aaron-he-zhu/seo-geo-claude-skills |
Content Refresher This skill helps identify and revitalize outdated content to reclaim lost rankings and traffic. It analyzes content freshness, identifies update opportunities, and guides the refresh process for maximum SEO and GEO impact. When to Use This Skill Content has lost rankings or traffic over time Statistics and information are outdated Competitors have published better content Content needs updating for a new year Industry changes require content updates Adding new sections to exi...
|
4.8K |
| 1971 | plankton-code-quality | affaan-m/everything-claude-code |
Plankton Code Quality Skill Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch. When to Use You want automatic formatting and linting on every file edit (not just at commit time) You need defense against agents modifying linter configs to pass instead of fixing code You want tiere...
|
4.8K |
| 1972 | nextjs-turbopack | affaan-m/everything-claude-code |
Next.js and Turbopack Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates. When to Use Turbopack (default dev) : Use for day-to-day development. Faster cold start and HMR, especially in large apps. Webpack (legacy dev) : Use only if you hit a Turbopack bug or rely on a webpack-only plugin in dev. Disable with --webpack (or --no-turbopack depending on your Next.js version; check the docs for y...
|
4.8K |
| 1973 | bun-runtime | affaan-m/everything-claude-code |
Bun Runtime Bun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner. When to Use Prefer Bun for: new JS/TS projects, scripts where install/run speed matters, Vercel deployments with Bun runtime, and when you want a single toolchain (run + install + test + build). Prefer Node for: maximum ecosystem compatibility, legacy tooling that assumes Node, or when a dependency has known Bun issues. Use when: adopting Bun, migrating from Node, writing or d...
|
4.8K |
| 1974 | blueprint | affaan-m/everything-claude-code |
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
|
4.8K |
| 1975 | chrome-devtools | chromedevtools/chrome-devtools-mcp |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
4.8K |
| 1976 | architecture-decision-records | affaan-m/everything-claude-code |
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
|
4.8K |
| 1977 | playground | anthropics/claude-plugins-official |
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a prompt output at the bottom with a copy button. The user adjusts controls, explores visually, then copies the generated prompt back into Claude. When to use this skill When the user asks for an interactive playground, explorer, or visual tool for a topic — especially when the input space is large, visual, or structural and hard to express as plain text. How to use this skill ...
|
4.8K |
| 1978 | project-builder | starchild-ai-agent/official-skills |
Project Build Three phases, always in order: DESIGN → BUILD → DEBUG . Skill references (read on demand, not upfront): references/build-patterns.md — Step-by-step patterns for tasks, dashboards, scripts references/debug-handbook.md — Layer-by-layer diagnosis, common issues Platform references (shared, in config/context/references/ ): preview-guide.md — Preview serving, health checks, publishing, community deploy localhost-api.md — Scripts can call the agent via /chat/stream (decide when to think,...
|
4.8K |
| 1979 | n8n-code-javascript | czlonkowski/n8n-skills |
JavaScript Code Node Expert guidance for writing JavaScript code in n8n Code nodes. Quick Start // Basic template for Code nodes const items = $input.all(); // Process data const processed = items.map(item => ({ json: { ...item.json, processed: true, timestamp: new Date().toISOString() } })); return processed; Essential Rules Choose "Run Once for All Items" mode (recommended for most use cases) Access data: $input.all(), $input.first(), or $input.item CRITICAL: Must return [...
|
4.8K |
| 1980 | pptx-generator | minimax-ai/skills |
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
|
4.8K |
| 1981 | chart-visualization | antvis/chart-visualization-skills |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
4.8K |
| 1982 | notion-cli | makenotion/skills |
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
|
4.8K |
| 1983 | web-typography | wondelai/skills |
Web Typography A practical guide to choosing, pairing, and implementing typefaces for the web. Typography serves communication—the best typography is invisible, immersing readers in content rather than calling attention to itself. Core Philosophy Typography is the voice of your content. The typeface you choose sets tone before a single word is read. A legal site shouldn't feel playful; a children's app shouldn't feel corporate. The "clear goblet" principle: Typography should be like a crystal-cl...
|
4.8K |
| 1984 | cmux | manaflow-ai/cmux |
cmux Core Control Use this skill to control non-browser cmux topology and routing. Core Concepts Window: top-level macOS cmux window. Workspace: tab-like group within a window. Pane: split container in a workspace. Surface: a tab within a pane (terminal or browser panel). Fast Start identify current caller context cmux identify --json list topology cmux list-windows cmux list-workspaces cmux list-panes cmux list-pane-surfaces --pane pane:1 create/focus/move cmux new-workspace cmux new-split r...
|
4.8K |
| 1985 | clickhouse-best-practices | clickhouse/agent-skills |
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
|
4.8K |
| 1986 | supply-chain-risk-auditor | trailofbits/skills |
Supply Chain Risk Auditor Activates when the user says "audit this project's dependencies". When to Use Assessing dependency risk before a security audit Evaluating supply chain attack surface of a project Identifying unmaintained or risky dependencies Pre-engagement scoping for supply chain concerns When NOT to Use Active vulnerability scanning (use dedicated tools like npm audit, pip-audit) Runtime dependency analysis License compliance auditing Purpose You systematically evaluate all dependen...
|
4.8K |
| 1987 | landing-page-copywriter | onewave-ai/claude-skills |
Landing Page Copywriter Create high-converting landing page copy using proven copywriting frameworks. Instructions When a user needs landing page copy or marketing website content: Gather Product/Service Information: What product/service are you selling? Who is your target audience? What problem does it solve? What makes it unique (competitive advantage)? What action do you want visitors to take? Any social proof, testimonials, or data points? Choose Copywriting Framework: PAS (Problem-Ag...
|
4.8K |
| 1988 | extension-email-marketing | caffeinelabs/skills |
Email — Marketing Marketing email extension for Caffeine AI . Overview This skill adds direct marketing email support with subscriber management, topic-based subscriptions, and automatic unsubscribe links. Requires email verification before users can receive marketing emails. Backend This component is for sending direct marketing emails and managing subscribers to marketing topics. Users MUST have verified their email address AND MUST be subscribed to a marketing topic before they can receive ma...
|
4.8K |
| 1989 | extension-stripe | caffeinelabs/skills |
Stripe Payment Integration Stripe payment extension for Caffeine AI . Overview This skill adds Stripe payment support using HTTP outcalls. The backend manages Stripe configuration, creates checkout sessions, and checks payment status. The frontend handles checkout flow and payment result pages. Backend For Stripe payment integration: Prerequisite: You must follow extension-authorization first, as this integration depends on it. There is the prefabricated module mo:caffeineai-stripe/stripe.mo tha...
|
4.8K |
| 1990 | banner-design | nextlevelbuilder/ui-ux-pro-max-skill |
Banner Design - Multi-Format Creative Banner System Design banners across social, ads, web, and print formats. Generates multiple art direction options per request with AI-powered visual elements. This skill handles banner design only. Does NOT handle video editing, full website design, or print production. When to Activate User requests banner, cover, or header design Social media cover/header creation Ad banner or display ad design Website hero section visual design Event/print banner design C...
|
4.8K |
| 1991 | brand | nextlevelbuilder/ui-ux-pro-max-skill |
Brand Brand identity, voice, messaging, asset management, and consistency frameworks. When to Use Brand voice definition and content tone guidance Visual identity standards and style guide development Messaging framework creation Brand consistency review and audit Asset organization, naming, and approval Color palette management and typography specs Quick Start Show more Installs 597 Repository nextlevelbuilde…ax-skill GitHub Stars 96.5K First Seen 1 day ago Security Audits Gen Agent Trust Hub P...
|
4.8K |
| 1992 | ui-ux-pro-max | kimny1143/claude-code-template |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
4.7K |
| 1993 | alert-manager | aaron-he-zhu/seo-geo-claude-skills |
Alert Manager This skill helps you set up proactive monitoring alerts for critical SEO and GEO metrics. Get notified when rankings drop, traffic changes significantly, technical issues occur, or competitors make moves. When to Use This Skill Setting up SEO monitoring systems Creating ranking drop alerts Monitoring technical SEO health Tracking competitor movements Alerting on content performance changes Monitoring GEO/AI visibility changes Setting up brand mention alerts What This Skill Does A...
|
4.7K |
| 1994 | rank-tracker | aaron-he-zhu/seo-geo-claude-skills |
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights. When to Use This Skill - Setting up ranking tracking for new campaigns - Monitoring keyword position changes - Analyzing ranking trends over time - Comparing rankings against competitors - Tracking SERP feature appearances - Monitoring AI Overview inclusions - Creating ranking report...
|
4.7K |
| 1995 | domain-authority-auditor | aaron-he-zhu/seo-geo-claude-skills |
Domain Authority Auditor Based on CITE Domain Rating . Full benchmark reference: references/cite-domain-rating.md SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimize...
|
4.7K |
| 1996 | ai-regression-testing | affaan-m/everything-claude-code |
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
|
4.7K |
| 1997 | entity-optimizer | aaron-he-zhu/seo-geo-claude-skills |
Entity Optimizer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-m...
|
4.7K |
| 1998 | kotlin-testing | affaan-m/everything-claude-code |
Kotlin Testing Patterns Comprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology with Kotest and MockK. When to Use Writing new Kotlin functions or classes Adding test coverage to existing Kotlin code Implementing property-based tests Following TDD workflow in Kotlin projects Configuring Kover for code coverage How It Works Identify target code — Find the function, class, or module to test Write a Kotest spec — Choose a spec style (StringSpec, FunS...
|
4.7K |
| 1999 | next-browser | vercel-labs/next-browser |
next-browser If next-browser is not already on PATH, install @vercel/next-browser globally with the user's package manager, then playwright install chromium . If next-browser is already installed, it may be outdated. Run next-browser --version and compare against the latest on npm ( npm view @vercel/next-browser version ). If the installed version is behind, upgrade it ( npm install -g @vercel/next-browser@latest or the equivalent for the user's package manager) before proceeding. Next.js docs a...
|
4.7K |
| 2000 | everything-claude-code-conventions | affaan-m/everything-claude-code |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
|
4.7K |