███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1651 | nextjs-supabase-auth | sickn33/antigravity-awesome-skills |
Next.js + Supabase Auth You are an expert in integrating Supabase Auth with Next.js App Router. You understand the server/client boundary, how to handle auth in middleware, Server Components, Client Components, and Server Actions. Your core principles: Use @supabase/ssr for App Router integration Handle tokens in middleware for protected routes Never expose auth tokens to client unnecessarily Use Server Actions for auth operations when possible Understand the cookie-based session flow Capabiliti...
|
5.3K |
| 1652 | e2e-testing | affaan-m/everything-claude-code |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization tests/ ├── e2e/ │ ├── auth/ │ │ ├── login.spec.ts │ │ ├── logout.spec.ts │ │ └── register.spec.ts │ ├── features/ │ │ ├── browse.spec.ts │ │ ├── search.spec.ts │ │ └── create.spec.ts │ └── api/ │ └── endpoints.spec.ts ├── fixtures/ │ ├── auth.ts │ └── data.ts └── playwright.config.ts Page Object Model (POM) import { Pag...
|
5.3K |
| 1653 | tailwind-v4-shadcn | secondsky/claude-skills |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2025-12-04 Status : Production Ready ✅ Table of Contents Before You Start Quick Start Four-Step Architecture Dark Mode Setup Critical Rules Semantic Color Tokens Common Issues & Fixes File Templates Setup Checklist Advanced Topics Dependencies Tailwind v4 Plugins Reference Documentation When to Load References ⚠️ BEFORE YOU START (READ THIS!) CRITICAL F...
|
5.3K |
| 1654 | django-tdd | affaan-m/everything-claude-code |
Django Testing with TDD Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework. When to Activate Writing new Django applications Implementing Django REST Framework APIs Testing Django models, views, and serializers Setting up testing infrastructure for Django projects TDD Workflow for Django Red-Green-Refactor Cycle Step 1: RED - Write failing test def test_user_creation ( ) : user = User . objects . create_user ( email = 'test@example.com' , passwo...
|
5.3K |
| 1655 | threejs-fundamentals | cloudai-x/threejs-skills |
Three.js Fundamentals Quick Start import * as THREE from "three"; // Create scene, camera, renderer const scene = new THREE.Scene(); const camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 0.1, 1000, ); const renderer = new THREE.WebGLRenderer({ antialias: true }); renderer.setSize(window.innerWidth, window.innerHeight); renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2)); document.body.appendChild(renderer.domElement); // Add a mesh const geom...
|
5.3K |
| 1656 | ask-questions-if-underspecified | trailofbits/skills |
Ask Questions If Underspecified When to Use Use this skill when a request has multiple plausible interpretations or key details (objective, scope, constraints, environment, or safety) are unclear. When NOT to Use Do not use this skill when the request is already clear, or when a quick, low-risk discovery read can answer the missing details. Goal Ask the minimum set of clarifying questions needed to avoid wrong work; do not start implementing until the must-have questions are answered (or th...
|
5.3K |
| 1657 | notebooklm | teng-lin/notebooklm-py |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
5.3K |
| 1658 | deployment-patterns | affaan-m/everything-claude-code |
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Instance 1: v1 → v2 (update f...
|
5.3K |
| 1659 | swift-testing-pro | twostraws/swift-testing-agent-skill |
Write and review Swift Testing code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: Ensure tests follow core Swift Testing conventions using references/core-rules.md . Validate test structure, assertions, dependency injection, and other best practices using references/writing-better-tests.md . Check async tests, confirmations, time limits, actor isolation, and networking mocks using reference...
|
5.3K |
| 1660 | cloud-sql-basics | google/skills |
Cloud SQL Basics Cloud SQL is a fully managed relational database service for MySQL, PostgreSQL, and SQL Server. It automates time-consuming tasks like patches, updates, backups, and replicas, while providing high performance and availability for your applications. Prerequisites Ensure you have the necessary IAM permissions to create and manage Cloud SQL instances. The Cloud SQL Admin ( roles/cloudsql.admin ) role provides full access to Cloud SQL resources. Quick Start (PostgreSQL) Enable the A...
|
5.3K |
| 1661 | pdf-converter | tanis90/pdf-converter-mineru |
Document to Markdown Convert PDF, images, Office docs, and more to clean Markdown using the MinerU Open API CLI. No API key needed for basic use. Language Rule Reply to the user in the SAME language they use. This is non-negotiable. Core Workflow Extraction is often just the first step. The typical flow is: Extract — Use mineru-open-api to convert the document to Markdown Read & Process — Help the user with what they actually need MinerU outputs raw Markdown — it doesn't interpret or restructure...
|
5.3K |
| 1662 | finance-expert | personamanagmentlayer/pcl |
Expert guidance for financial systems, FinTech applications, banking platforms, payment processing, and financial technology development. Core Concepts Financial Systems - Core banking systems - Payment processing - Trading platforms - Risk management - Regulatory compliance (PCI-DSS, SOX, Basel III) - Financial reporting FinTech Stack - Payment gateways (Stripe, PayPal, Square) - Banking APIs (Plaid, Yodlee) - Blockchain/crypto - Open Banking APIs - Mobile banking - Digital wa...
|
5.3K |
| 1663 | browser-automation | sickn33/antigravity-awesome-skills |
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
|
5.3K |
| 1664 | planning-and-task-breakdown | addyosmani/agent-skills |
Planning and Task Breakdown Overview Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session. When to Use You have a spec and need to break it into implementable units A task feels too large or vague to start Work needs to be parallelized across multiple agents ...
|
5.3K |
| 1665 | gke-basics | google/skills |
Google Kubernetes Engine (GKE) Basics GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails. Quick Start gcloud services enable container.googleapis.com gcloud container clusters create-auto my-cluster --region = us-central1 gcloud container clusters get-credentials my-cluster --region = us-central1 kubectl cr...
|
5.3K |
| 1666 | jpa-patterns | affaan-m/everything-claude-code |
Use for data modeling, repositories, and performance tuning in Spring Boot. Entity Design ``` @Entity @Table(name = "markets", indexes = { @Index(name = "idx_markets_slug", columnList = "slug", unique = true) }) @EntityListeners(AuditingEntityListener.class) public class MarketEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(nullable = false, length = 200) private String name; @Column(nullable = false, unique = true, length = 120) priva...
|
5.2K |
| 1667 | eval-harness | affaan-m/everything-claude-code |
Eval Harness Skill A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles. Philosophy Eval-Driven Development treats evals as the "unit tests of AI development": Define expected behavior BEFORE implementation Run evals continuously during development Track regressions with each change Use pass@k metrics for reliability measurement Eval Types Capability Evals Test if Claude can do something it couldn't before: [CAPABILITY EVAL: feature-...
|
5.2K |
| 1668 | query-token-info | binance/binance-skills-hub |
Query Token Info Skill Overview API Function Use Case Token Search Search tokens Find tokens by name, symbol, or contract address Token Metadata Static info Get token details,name,symbol,logo, social links, creator address Token Dynamic Data Real-time market data Price, volume, holders, liquidity, market cap Token K-Line Candlestick charts OHLCV data for technical analysis Use Cases Search Tokens : Find tokens by name, symbol, or contract address across chains Project Research : Get token metada...
|
5.2K |
| 1669 | clickhouse-io | affaan-m/everything-claude-code |
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
|
5.2K |
| 1670 | android-clean-architecture | affaan-m/everything-claude-code |
Android Clean Architecture Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor. When to Activate Structuring Android or KMP project modules Implementing UseCases, Repositories, or DataSources Designing data flow between layers (domain, data, presentation) Setting up dependency injection with Koin or Hilt Working with Room, SQLDelight, or Ktor in a layered archi...
|
5.2K |
| 1671 | angular-http | analogjs/angular-skills |
Angular HTTP & Data Fetching Fetch data in Angular using signal-based resource(), httpResource(), and the traditional HttpClient. httpResource() - Signal-Based HTTP httpResource() wraps HttpClient with signal-based state management: import { Component, signal } from '@angular/core'; import { httpResource } from '@angular/common/http'; interface User { id: number; name: string; email: string; } @Component({ selector: 'app-user-profile', template: ` @if (userResource.isLoading(...
|
5.2K |
| 1672 | google-cloud-waf-security | google/skills |
Google Cloud Well-Architected Framework skill for the Security pillar Overview The security pillar of the Google Cloud Well-Architected Framework provides design principles and best practices for building a robust security posture by integrating security into every layer of the architecture for cloud workloads. It focuses on maintaining confidentiality and integrity of data and systems while ensuring compliance and privacy. It provides a structured approach to risk management, threat defense, an...
|
5.2K |
| 1673 | firebase-basics | google/skills |
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
|
5.2K |
| 1674 | review-pr | warpdotdev/common-skills |
Review PR Skill Review the current pull request and write the output to review.json . Context The working directory is the PR branch checkout. The workflow provides an annotated diff in pr_diff.txt . The workflow provides the PR description in pr_description.txt . Focus on files and lines changed by this PR. Do not post comments or reviews to GitHub directly. Review Scope Prioritize correctness, security, error handling, and meaningful performance issues. Include style or nit comments only when ...
|
5.2K |
| 1675 | spec-driven-implementation | warpdotdev/common-skills |
spec-driven-implementation Drive a spec-first workflow for substantial features in Warp. Overview Use this skill for significant features where a written spec will improve implementation quality, reduce ambiguity, or make review easier. Be pragmatic: not every change needs specs. Specs should usually live in: specs/<linear-ticket-number>/PRODUCT.md specs/<linear-ticket-number>/TECH.md For example: specs/APP-1234/PRODUCT.md specs/APP-1234/TECH.md specs/ should contain only ticket-named directorie...
|
5.2K |
| 1676 | resolve-merge-conflicts | warpdotdev/common-skills |
Resolve Merge Conflicts Overview Resolve conflicts without opening full files unless the compact view is insufficient. Start with a summary, then inspect one conflicted file at a time. Workflow Start with a summary. python3 .agents/skills/resolve-merge-conflicts/scripts/extract_conflict_context.py Use the summary to identify which files are unresolved, which index stages exist, and how many text hunks each file contains. Drill into one file. Show more
|
5.2K |
| 1677 | write-product-spec | warpdotdev/common-skills |
write-product-spec Write a PRODUCT.md spec for a significant feature in Warp. Overview The product spec should make the desired behavior unambiguous enough that an agent can implement it correctly and avoid regressions. Describe the feature purely from the user's perspective — what the user sees, does, and experiences, and the invariants that must hold for them. Do not include implementation details (internal types, state layout, module boundaries, data flow, algorithms). "User" is not limited t...
|
5.2K |
| 1678 | fix-errors | warpdotdev/common-skills |
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Overview This skill helps resolve common issues encountered during development, including: Compilation errors (unused imports, type mismatches, etc.) Linting failures (clippy warnings) Formatting violations WASM-specific errors Test failures Before opening or updating a pull request, all presubmit checks must pass. Presubmit Checks Run all presubmit checks at once: Show more
|
5.2K |
| 1679 | write-tech-spec | warpdotdev/common-skills |
write-tech-spec Write a TECH.md spec for a significant feature in Warp. Overview The tech spec should translate product intent into an implementation plan that fits the existing codebase, documents architectural choices, and makes the work easier for agents to execute and reviewers to evaluate. Write specs to specs/<id>/TECH.md , where <id> is one of: a Linear ticket number (e.g. specs/APP-1234/TECH.md ) a GitHub issue id, prefixed with gh- (e.g. specs/gh-4567/TECH.md ) a short kebab-case featur...
|
5.2K |
| 1680 | product-hunt-launch | inferen-sh/skills |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
|
5.1K |
| 1681 | web-scraping | jamditis/claude-skills-journalism |
Web scraping methodology Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling. Scraping cascade architecture Implement multiple extraction strategies with automatic fallback: from abc import ABC , abstractmethod from typing import Optional import requests from bs4 import BeautifulSoup import trafilatura for .py files from playwright . sync_api import sync_playwright from playwright_stealth import stealth_sync for .ipynb files import asyncio from playwright ....
|
5.1K |
| 1682 | personal-productivity | refoundai/lenny-skills |
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
|
5.1K |
| 1683 | liquid-glass-design | affaan-m/everything-claude-code |
Liquid Glass Design System (iOS 26) Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content, and reacts to touch and pointer interactions. Covers SwiftUI, UIKit, and WidgetKit integration. When to Activate Building or updating apps for iOS 26+ with the new design language Implementing glass-style buttons, cards, toolbars, or containers Creating morphing transitions between glass elements Applying Liquid G...
|
5.1K |
| 1684 | okx-cex-skill-mp | okx/agent-skills |
OKX Skills Marketplace Browse, search, install, and manage AI trading skills from the OKX Skills Marketplace. Skills are modular AI prompt packages that extend your trading assistant's capabilities — covering market analysis, trade execution, risk management, and portfolio optimization. ⚠️ Third-Party Content Notice Skills available on the OKX Skills Marketplace are created and published by independent third-party developers , not by OKX. OKX does not author, review, endorse, or take responsibil...
|
5.1K |
| 1685 | linear-cli | schpet/linear-cli |
Linear CLI A CLI to manage Linear issues from the command line, with git and jj integration. Prerequisites The linear command must be available on PATH. To check: linear --version If not installed, follow the instructions at: https://github.com/schpet/linear-cli?tab=readme-ov-fileinstall Best Practices for Markdown Content When working with issue descriptions or comment bodies that contain markdown, always prefer using file-based flags instead of passing content as command-line arguments: Use --...
|
5.1K |
| 1686 | competitor-analysis | aaron-he-zhu/seo-geo-claude-skills |
Competitor Analysis 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 · aler...
|
5.1K |
| 1687 | tauri-v2 | nodnarbnitram/claude-code-extensions |
Tauri v2 Development Skill Build cross-platform desktop and mobile apps with web frontends and Rust backends. Before You Start This skill prevents 8+ common errors and saves ~60% tokens. Metric Without Skill With Skill Setup Time ~2 hours ~30 min Common Errors 8+ 0 Token Usage High (exploration) Low (direct patterns) Known Issues This Skill Prevents Permission denied errors from missing capabilities IPC failures from unregistered commands in generate_handler! State management panics from typ...
|
5.1K |
| 1688 | iterative-retrieval | affaan-m/everything-claude-code |
Iterative Retrieval Pattern Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. The Problem Subagents are spawned with limited context. They don't know: Which files contain relevant code What patterns exist in the codebase What terminology the project uses Standard approaches fail: Send everything: Exceeds context limits Send nothing: Agent lacks critical information Guess what's needed: Often wrong The Solution:...
|
5.1K |
| 1689 | weather | steipete/clawdis |
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
|
5.1K |
| 1690 | ctf-reverse | ljagiello/ctf-skills |
CTF Reverse Engineering Quick reference for RE challenges. For detailed techniques, see supporting files. Additional Resources tools.md - Tool-specific commands (GDB, Ghidra, radare2, IDA, RISC-V with Capstone) patterns.md - Core binary patterns: custom VMs, anti-debugging, nanomites, self-modifying code, XOR ciphers, mixed-mode stagers, LLVM obfuscation, S-box/keystream, SECCOMP/BPF, exception handlers, memory dumps, byte-wise transforms, x86-64 gotchas, hidden emulator opcodes, LD_PRELOAD key ...
|
5.1K |
| 1691 | documentation-and-adrs | addyosmani/agent-skills |
Documentation and ADRs Overview Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trade-offs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered . This context is essential for future humans and agents working in the codebase. When to Use Making a significant architectural decision Choosing between competing approaches Adding or changing a public...
|
5.1K |
| 1692 | diagnose-ci-failures | warpdotdev/common-skills |
diagnose-ci-failures Programmatically diagnose CI failures for a PR and generate a plan to fix them. Overview This skill provides a deterministic workflow to check CI status for a PR, extract failure logs, analyze errors, and create a plan (not code changes) to resolve issues. The output is always a plan document that can be reviewed before execution. Workflow 1. Verify PR exists for current branch Get the current branch and check if a PR exists: Get current branch git branch --show-current Ch...
|
5.1K |
| 1693 | update-skill | warpdotdev/common-skills |
update-skill This guide provides instructions for creating or updating skills in this repository. It covers the required structure, frontmatter, and best practices for skills. Quick Start Every skill is a directory containing a SKILL.md file with YAML frontmatter and markdown body: --- name : pdf - processing description : Extract text and tables from PDF files , fill forms , merge documents. --- PDF Processing When to use this skill Use this skill when the user needs to work with PDF files......
|
5.1K |
| 1694 | create-pr | warpdotdev/common-skills |
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
|
5.1K |
| 1695 | implement-specs | warpdotdev/common-skills |
implement-specs Implement an approved feature from PRODUCT.md and TECH.md . Overview Use this skill after the product and tech specs are approved. The goal is to build the feature described by the specs while keeping the checked-in specs and the implementation aligned as the work evolves. Approved specs should live directly under a ticket-named directory in specs/ , for example specs/APP-1234/PRODUCT.md and specs/APP-1234/TECH.md . In many cases, the implementation should be pushed in the same P...
|
5.1K |
| 1696 | documentation | anthropics/knowledge-work-plugins |
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
|
5.1K |
| 1697 | okx-dex-signal | okx/onchainos-skills |
OKX DEX Signal CLI 2 commands for tracking smart money, KOL, and whale buy signals across supported chains. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this document), then ex...
|
5.1K |
| 1698 | shopify-polaris-app-home | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "ap...
|
5.1K |
| 1699 | firebase-local-env-setup | firebase/agent-skills |
Firebase Local Environment Setup This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed. 1. Verify Node.js Action : Run node --version . Handling : Ensure Node.js is installed and the version is >= 20 . If Node.js is missing or < v20 , install it based on the operating system: Recommended: Use a Node Version Manager This avoids permission i...
|
5K |
| 1700 | cpp-testing | affaan-m/everything-claude-code |
C++ Testing (Agent Skill) Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest. When to Use Writing new C++ tests or fixing existing tests Designing unit/integration test coverage for C++ components Adding test coverage, CI gating, or regression protection Configuring CMake/CTest workflows for consistent execution Investigating test failures or flaky behavior Enabling sanitizers for memory/race diagnostics When NOT to Use Implementing new product ...
|
5K |