███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10001 | mdr-745-specialist | alirezarezvani/claude-skills |
Senior MDR 2017/745 Specialist and Consultant Expert-level EU MDR 2017/745 compliance specialist with comprehensive knowledge of medical device regulation requirements, technical documentation, clinical evidence, and post-market surveillance obligations. Core MDR Competencies 1. MDR Classification and Risk Assessment Provide expert guidance on device classification under MDR Annex VIII and conformity assessment route selection. Classification Decision Framework: Preliminary Classification Assess...
|
168 |
| 10002 | plugin structure | anthropics/claude-plugins-official |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
168 |
| 10003 | smithery | smithery-ai/cli |
Smithery The marketplace for AI agents. Connect to 100K+ skills and thousands of MCP tools instantly. Quick Start 1. Install the CLI npm install -g @smithery/cli 2. Authenticate (requires human to confirm in browser) smithery auth login 3. Search for MCP servers smithery mcp search "github" smithery mcp search "slack" 4. Search for skills smithery skill search "code review" 5. Connect to a tool (e.g., Exa search) smithery mcp add "https://server.smithery.ai/exa" 6. List tools from your con...
|
168 |
| 10004 | self-improvement | sundial-org/awesome-openclaw-skills |
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
|
167 |
| 10005 | tailwindcss-development | coollabsio/coolify |
Tailwind CSS Development When to Apply Activate this skill when: Adding styles to components or pages Working with responsive design Implementing dark mode Extracting repeated patterns into components Debugging spacing or layout issues Documentation Use search-docs for detailed Tailwind CSS v3 patterns and documentation. Basic Usage Use Tailwind CSS classes to style HTML. Check and follow existing Tailwind conventions in the project before introducing new patterns. Offer to extract repeated ...
|
167 |
| 10006 | privilege escalation methods | sickn33/antigravity-awesome-skills |
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
|
167 |
| 10007 | quality-manager-qmr | alirezarezvani/claude-skills |
Senior Quality Manager Responsible Person (QMR) Ultimate quality system accountability and regulatory compliance oversight with comprehensive responsibility for quality management system effectiveness and regulatory compliance across all jurisdictions. Core QMR Responsibilities 1. Overall Quality System Responsibility (ISO 13485 Clause 5.5.2) Provide comprehensive oversight and accountability for quality management system effectiveness and regulatory compliance. QMR Accountability Framework: QMR...
|
166 |
| 10008 | knowledge | boshu2/agentops |
Knowledge Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Find and retrieve knowledge from past work. Execution Steps Given /knowledge <query> : Step 1: Search with ao CLI (if available) ao search "<query>" --limit 10 2 > /dev/null If results found, read the relevant files. Step 2: Search .agents/ Directory Search learnings grep -r "<query>" .agents/learnings/ 2 > /dev/null | head -10 Search patterns grep -r "<query>" .agents/patterns/ 2 > /dev/null | head -10 Search research g...
|
166 |
| 10009 | nansen-smart-money | nansen-ai/nansen-cli |
Smart Money All commands: nansen research smart-money <sub> [options] Subcommands Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 Perp trades — Hyperliquid only (no --chain needed) nansen resea...
|
165 |
| 10010 | code-quality | samhvw8/dotfiles |
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
|
165 |
| 10011 | qms-audit-expert | alirezarezvani/claude-skills |
Senior QMS Audit Expert Expert-level quality management system auditing with comprehensive knowledge of ISO 13485, audit methodologies, nonconformity management, and audit program optimization for medical device organizations. Core QMS Auditing Competencies 1. ISO 13485 Audit Program Management Design and manage comprehensive internal audit programs ensuring systematic QMS evaluation and continuous improvement. Audit Program Framework: QMS AUDIT PROGRAM MANAGEMENT ├── Annual Audit Planning │ ├...
|
165 |
| 10012 | deep-debug | jezweb/claude-skills |
Deep Debug - Multi-Agent Investigation Status : Production Ready Last Updated : 2026-02-02 Dependencies : Chrome MCP tools (optional), debugger agent, code-reviewer agent When to Use Going in circles - You've tried multiple fixes but nothing works Browser + API interaction bugs - Need to see Network tab, console logs Symptoms don't match expectations - Something deeper is wrong Complex state management bugs - React hooks, closures, race conditions Quick Start /deep-debug [description of the bug]...
|
164 |
| 10013 | financial-analyst | alirezarezvani/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...
|
164 |
| 10014 | web-design-guidelines | skillcreatorai/ai-agent-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
164 |
| 10015 | fastapi | srbhr/resume-matcher |
FastAPI Skill Production-tested patterns for FastAPI with Pydantic v2, SQLAlchemy 2.0 async, and JWT authentication. Latest Versions (verified January 2026): FastAPI: 0.128.0 Pydantic: 2.11.7 SQLAlchemy: 2.0.30 Uvicorn: 0.35.0 python-jose: 3.3.0 Requirements : Python 3.9+ (Python 3.8 support dropped in FastAPI 0.125.0) Pydantic v2.7.0+ (Pydantic v1 support completely removed in FastAPI 0.128.0) Quick Start Project Setup with uv Create project uv init my-api cd my-api Add dependencies uv add fa...
|
163 |
| 10016 | escalation | anthropics/knowledge-work-plugins |
Escalation Skill You are an expert at determining when and how to escalate support issues. You structure escalation briefs that give receiving teams everything they need to act quickly, and you follow escalation through to resolution. When to Escalate vs. Handle in Support Handle in Support When: The issue has a documented solution or known workaround It's a configuration or setup issue you can resolve The customer needs guidance or training, not a fix The issue is a known limitation with a docu...
|
163 |
| 10017 | laravel-testing | leeovery/claude-laravel |
Laravel Testing Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories. Related guides: testing-conventions.md - Test file structure and RESTful ordering testing-factories.md - Declarative factory methods for readable tests validation-testing.md - Form request validation testing Actions - Action pattern for unit testing Controllers - Controller patterns for feature testing DTOs - DTO test factories Services - Service layer with null drivers Philoso...
|
163 |
| 10018 | canned-responses | anthropics/knowledge-work-plugins |
Canned Responses Skill You are a response template assistant for an in-house legal team. You help manage, customize, and generate templated responses for common legal inquiries, and you identify when a situation should NOT use a templated response and instead requires individualized attention. Important : You assist with legal workflows but do not provide legal advice. Templated responses should be reviewed before sending, especially for regulated communications. Template Management Methodology ...
|
163 |
| 10019 | google-calendar-automation | composiohq/awesome-claude-skills |
Google Calendar Automation via Rube MCP Automate Google Calendar workflows including event creation, scheduling, availability checks, attendee management, and calendar browsing through Composio's Google Calendar toolkit. Toolkit docs : composio.dev/toolkits/googlecalendar Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Calendar connection via RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar Always call RUBE_SEARCH_TOOLS first to get current tool schemas Se...
|
162 |
| 10020 | frontend-design | buildermethods/design-os |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
161 |
| 10021 | dependency-audit | jezweb/claude-skills |
Dependency Audit Skill Summary Systematic workflow for auditing, updating, and cleaning up project dependencies. Covers security vulnerability scanning, outdated package detection, unused dependency removal, and migration from deprecated libraries. When to Use Weekly/monthly dependency maintenance After security advisories (CVE announcements) Before major releases When bundle size increases unexpectedly During code reviews for dependency changes Onboarding to legacy projects Quick Audit Process ...
|
161 |
| 10022 | flutter-control-and-screenshot | rodydavis/skills |
Flutter Driver Control & Screenshot This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints). Prerequisites Dart MCP Server: Ensure the dart-mcp-server is active. Flutter Project: You need a working Flutter project. Step 1: Add Dependency Add flutter_driver to the dev_dependencies in your pubspec.yaml. dev_dep...
|
160 |
| 10023 | xlsx | skillcreatorai/ai-agent-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
160 |
| 10024 | testing-patterns | jezweb/claude-skills |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
160 |
| 10025 | marketing-leads-generation | vasilyu1983/ai-agents-public |
LEAD GENERATION — PIPELINE OS (OPERATIONAL) Built as a no-fluff execution skill for revenue-aligned demand generation. Structure: Core lead generation fundamentals first. AI-specific automation in clearly labeled "Optional: AI / Automation" sections. Core: Lead Type Definitions Clear definitions prevent Sales/Marketing friction. Align on these before building pipeline. Lead Type Definition Qualification Criteria Owner Lead Any identified contact Has email/phone, some interest signal Marketi...
|
158 |
| 10026 | just-scrape | scrapegraphai/just-scrape |
Web Scraping with just-scrape AI-powered web scraping CLI by ScrapeGraph AI . Get an API key at dashboard.scrapegraphai.com . Setup Always install or run the @latest version to ensure you have the most recent features and fixes. npm install -g just-scrape@latest npm pnpm add -g just-scrape@latest pnpm yarn global add just-scrape@latest yarn bun add -g just-scrape@latest bun npx just-scrape@latest --help run without installing bunx just-scrape@latest --help run without installing (bun) expo...
|
158 |
| 10027 | clean-code | ratacat/claude-skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
158 |
| 10028 | tailwind-ui-patterns | autohandai/community-skills |
$ npx skills add https://github.com/autohandai/community-skills --skill tailwind-ui-patterns<div
|
157 |
| 10029 | setup-cloudbase-openclaw | tencentcloudbase/skills |
Setup CloudBase for OpenClaw/Moltbot This skill guides you through configuring your OpenClaw/Moltbot installation for CloudBase full-stack development. Prerequisites Before starting, ensure you have: A Tencent Cloud account with CloudBase enabled Access to your CloudBase environment ID and credentials Quick Setup Overview Step Action Purpose 1 Check installation dirs Find where OpenClaw/Moltbot is installed 2 Locate workspace Identify the agent workspace directory 3 Configure MCP Set up CloudBas...
|
157 |
| 10030 | to-spring-or-not-to-spring | raphaelsalaja/userinterface-wiki |
To Spring or Not To Spring Easing curves and springs are not interchangeable—they come from different ways of thinking about motion and play different roles in an interface. When to Apply Reference these guidelines when: Choosing animation timing functions Debugging motion that feels "off" Implementing gesture-driven interactions Reviewing animation implementations Deciding if motion is needed at all Decision Framework Ask: Is this motion reacting to the user, or is the system speaking? Mo...
|
155 |
| 10031 | qwen-voice | ada20204/qwen-voice |
Use the bundled scripts. Prefer environment variable `DASHSCOPE_API_KEY`. If missing, scripts attempt to read it from `~/.bashrc`. ASR (speech → text) Non-timestamp (default) ``` python3 skills/qwen-voice/scripts/qwen_asr.py --in /path/to/audio.ogg ``` With timestamps (chunk-based) ``` python3 skills/qwen-voice/scripts/qwen_asr.py --in /path/to/audio.ogg --timestamps --chunk-sec 3 ``` Notes: - Timestamps are generated by fixed-length chunking (not word-level alignment). - Input audi...
|
155 |
| 10032 | mviz | matsonj/mviz |
mviz v1.4.7 mviz Generate clean, data-focused charts and dashboards from compact JSON specs or markdown. Maximizes data-ink ratio with minimal chartjunk, gridlines, and decorative elements. Uses a 16-column grid layout system. Setup No installation required. Use npx -y -q mviz which auto-downloads from npm. The -q flag reduces npm output while still showing lint errors. For faster repeated use, install globally: npm install -g mviz What This Skill Does Converts minimal JSON specifications...
|
155 |
| 10033 | sounds-on-the-web | raphaelsalaja/userinterface-wiki |
Sounds on The Web Sound is the forgotten sense in web design. The auditory cortex processes sound in ~25ms—nearly 10x faster than visual processing. A button that clicks feels faster than one that doesn't, even when visual feedback is identical. When to Apply Reference these guidelines when: Adding audio feedback to interactions Designing confirmation or error states Building notification systems Creating immersive or game-like experiences Reviewing audio UX for appropriateness Core Principl...
|
155 |
| 10034 | inbox | boshu2/agentops |
/inbox — Agent Mail Inbox Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt — required. This skill wraps gt mail inbox . Quick Start /inbox Check pending messages Execution Steps Step 1: Check Inbox if command -v gt &> /dev/null ; then gt mail inbox else echo "gt CLI not installed. Install with: brew install gt" exit 1 fi Step 2: Display Results Show the inbox cont...
|
155 |
| 10035 | smart-contract-security | pluginagentmarketplace/custom-plugin-blockchain |
Smart Contract Security Skill Master smart contract security with vulnerability detection, auditing methodology, and incident response procedures. Quick Start Invoke this skill for security analysis Skill("smart-contract-security", topic="vulnerabilities", severity="high") Topics Covered 1. Common Vulnerabilities Recognize and prevent: Reentrancy: CEI pattern violation Access Control: Missing modifiers Oracle Manipulation: Flash loan attacks Integer Issues: Precision loss 2. Auditing Metho...
|
154 |
| 10036 | example-skill | anthropics/claude-plugins-official |
Example Skill This skill demonstrates the structure and format for Claude Code plugin skills. Overview Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses. When This Skill Applies This skill activates when the user's request involves: Creating or understanding plugin skills Skill template or reference needs Skill...
|
154 |
| 10037 | json-render-remotion | vercel-labs/json-render |
@json-render/remotion Remotion renderer that converts JSON timeline specs into video compositions. Quick Start import { Player } from "@remotion/player" ; import { Renderer , type TimelineSpec } from "@json-render/remotion" ; function VideoPlayer ( { spec } : { spec : TimelineSpec } ) { return ( < Player component = { Renderer } inputProps = { { spec } } durationInFrames = { spec . composition . durationInFrames } fps = { spec . composition . fps } compositionWidth = { spec . composition . width...
|
154 |
| 10038 | extract | boshu2/agentops |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
154 |
| 10039 | pr-summary | casper-studios/casper-marketplace |
Summarize the latest changes in this branch to create a pull request on GitHub. Compare the current branch against default branch to see what changes need to be described in the pull request. Make sure to only focus on the finalized implementation details. Since pull requests tend to have work-in-progress commits at the beginning, you should be extra mindful on whether these are still relevant in the finalized snapshot. Use the pull request template to generate a .claude/scratchpad/PR.md . Pause...
|
153 |
| 10040 | skill-development | jezweb/claude-skills |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
153 |
| 10041 | playwright-best-practices | 0xbigboss/claude-code |
Playwright Best Practices This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites. Activity-Based Reference Guide Consult these references based on what you're doing: Writing New Tests When to use : Creating new test files, writing test cases, implementing test scenarios Activity Reference Files Writing E2E tests test-suite-structure.md , locators.md , assertions-waiting.md Writing compone...
|
152 |
| 10042 | xcodebuildmcp-cli | cameroncooke/xcodebuildmcp |
XcodeBuildMCP CLI Use XcodeBuildMCP tools via the xcodebuildmcp executable instead of raw xcodebuild , xcrun , or simctl . Step 1: Ensure the CLI Exists Check availability: xcodebuildmcp --help If missing, install with one of: brew tap getsentry/xcodebuildmcp brew install xcodebuildmcp npm install -g xcodebuildmcp@latest Re-check after install: xcodebuildmcp --help Step 2: Use Help-First Discovery Discover workflows and arguments from the CLI itself: xcodebuildmcp --help xcodebuildmcp tools xcod...
|
152 |
| 10043 | json-render-shadcn | vercel-labs/json-render |
@json-render/shadcn Pre-built shadcn/ui component definitions and implementations for json-render. Provides 36 components built on Radix UI + Tailwind CSS. Two Entry Points Entry Point Exports Use For @json-render/shadcn/catalog shadcnComponentDefinitions Catalog schemas (no React dependency, safe for server) @json-render/shadcn shadcnComponents React implementations Usage Pattern Pick the components you need from the standard definitions. Do not spread all definitions -- explicitly select what ...
|
151 |
| 10044 | tooluniverse-expression-data-retrieval | mims-harvard/tooluniverse |
Gene Expression & Omics Data Retrieval Retrieve gene expression experiments and multi-omics datasets with proper disambiguation and quality assessment. IMPORTANT : Always use English terms in tool calls (gene names, tissue names, condition descriptions), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify Query (if ambiguous) ↓ Phase 1: Disambiguate Gene/Condi...
|
151 |
| 10045 | markdown-tools | daymade/claude-code-skills |
Markdown Tools Convert documents to high-quality markdown with intelligent multi-tool orchestration. Dual Mode Architecture Mode Speed Quality Use Case Quick (default) Fast Good Drafts, simple documents Heavy Slower Best Final documents, complex layouts Quick Start Installation Required: PDF/DOCX/PPTX support uv tool install "markitdown[pdf]" pip install pymupdf4llm brew install pandoc Basic Conversion Quick Mode (default) - fast, single best tool uv run --with pymupdf4llm --with markitdown...
|
151 |
| 10046 | project-workspace-cleaner | gaelic-ghost/productivity-skills |
Project Workspace Cleaner Run a read-only scan over repositories in a workspace root and rank cleanup chores by severity. Inputs Optional CLI overrides: --workspace --min-mb --stale-days --max-findings --config --json Config precedence: CLI flags config/customization.yaml config/customization.template.yaml script defaults Workflow Resolve settings using the documented precedence. Run scripts/scan_workspace_cleanup.py . Record skipped paths when traversal or stat operations fail, then continue sc...
|
150 |
| 10047 | gemini-guide | jezweb/claude-skills |
Gemini Guide Look up Gemini API documentation and SDK patterns when building with Google Gemini. This skill brings Gemini docs TO Claude — it does not call Gemini. Skill Direction Tool gemini-guide (this) Gemini docs -> Claude WebFetch, local docs gemini-peer-review Code -> Gemini Direct Gemini API Documentation Sources Check in this priority order: Priority Source Best For 1 GitHub codegen_instructions Always-current SDK patterns — fetch https://raw.githubusercontent.com/googleapis/js-genai/ref...
|
150 |
| 10048 | mastering-animate-presence | raphaelsalaja/userinterface-wiki |
Mastering Animate Presence When elements leave the DOM, they're gone—no way to animate something that doesn't exist. Motion's AnimatePresence solves this by keeping departing elements mounted long enough to animate out. When to Apply Reference these guidelines when: Animating elements on unmount Coordinating parent-child exit animations Building modals, dialogs, or dismissible content Implementing directional or context-aware transitions Deciding between CSS @starting-style and AnimatePresen...
|
150 |
| 10049 | chrome-cdp | hanyu0001/chrome-cdp-skill |
Chrome CDP Lightweight Chrome DevTools Protocol CLI. Connects directly via WebSocket — no Puppeteer, works with 100+ tabs, instant connection. Prerequisites Chrome with remote debugging enabled: open chrome://inspect/remote-debugging and toggle the switch Node.js 22+ (uses built-in WebSocket) Commands All commands use scripts/cdp.mjs . The <target> is a unique targetId prefix from list ; copy the full prefix shown in the list output (for example 6BE827FA ). The CLI rejects ambiguous prefixes. Li...
|
150 |
| 10050 | shaping | rjs/shaping-skills |
Shaping Methodology A structured approach for collaboratively defining problems and exploring solution options. Multi-Level Consistency (Critical) Shaping produces documents at different levels of abstraction. Truth must stay consistent across all levels. The Document Hierarchy (high to low) Shaping doc — ground truth for R's, shapes, parts, fit checks Slices doc — ground truth for slice definitions, breadboards Individual slice plans (V1-plan, etc.) — ground truth for implementation details The...
|
149 |