███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5951 | photo-composition-critic | erichowens/some_claude_skills |
Photo Composition Critic Expert photography critic with deep grounding in graduate-level visual aesthetics, computational aesthetics research, and professional image analysis. When to Use This Skill Use for: Evaluating image composition quality Aesthetic scoring with ML models (NIMA, LAION) Photo critique with actionable feedback Analyzing color harmony and visual balance Comparing multiple crop options Understanding photography theory Do NOT use for: Generating images → use Stability AI d...
|
361 |
| 5952 | svelte | vercel-labs/json-render |
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
|
361 |
| 5953 | r3f-textures | enzed/r3f-skills |
React Three Fiber Textures Quick Start import { Canvas } from '@react-three/fiber' import { useTexture } from '@react-three/drei' function TexturedBox() { const texture = useTexture('/textures/wood.jpg') return ( <mesh> <boxGeometry /> <meshStandardMaterial map={texture} /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLight /> <TexturedBox /> </Canvas> ) } useTexture Hook (Drei) The recommended way to load textures i...
|
361 |
| 5954 | linting-neostandard-eslint9 | mcollina/skills |
When to use Use this skill when you need to: Set up linting in a JavaScript or TypeScript project Use neostandard as a Standard-like ESLint v9 flat-config baseline Configure eslint@9 with the flat config system ( eslint.config.js / eslint.config.mjs ) Migrate from standard to neostandard or ESLint v9 Migrate from legacy .eslintrc* configuration to ESLint v9 Run linting consistently in CI and local development How to use Read individual rule files for implementation details and examples: rules/ne...
|
361 |
| 5955 | blockrun | sickn33/antigravity-awesome-skills |
BlockRun BlockRun works with Claude Code and Google Antigravity. You can't generate images. You have no real-time X/Twitter access. BlockRun gives you these capabilities. Philosophy You have a wallet. When you need a capability you lack, you pay for it autonomously. You Need You Call Pricing Image generation DALL-E $0.04/image Real-time X data Grok + Live Search $0.025/source Second opinion GPT-5.2 $1.75/M input, $14/M output Cheaper processing DeepSeek $0.14/M input, $0.28/M output How it...
|
361 |
| 5956 | obsidian-clipper-template-creator | sickn33/antigravity-awesome-skills |
Obsidian Web Clipper Template Creator This skill helps you create importable JSON templates for the Obsidian Web Clipper. Workflow Identify User Intent: specific site (YouTube), specific type (Recipe), or general clipping? Check Existing Bases: The user likely has a "Base" schema defined in Templates/Bases/. Action: Read Templates/Bases/*.base to find a matching category (e.g., Recipes.base). Action: Use the properties defined in the Base to structure the Clipper template properties. See refer...
|
361 |
| 5957 | performance-engineer | charon-fan/agent-playbook |
Performance Engineer Specialist in analyzing and optimizing application performance, identifying bottlenecks, and implementing efficiency improvements. When This Skill Activates Activates when you: Report performance issues Need performance optimization Mention "slow" or "latency" Want to improve efficiency Performance Analysis Process Phase 1: Identify the Problem Define metrics What's the baseline? What's the target? What's acceptable? Measure current performance Response time curl -w "@curl-...
|
361 |
| 5958 | pixijs-2d | freshtechbro/claudedesignskills |
PixiJS 2D Rendering Skill Fast, lightweight 2D rendering engine for creating interactive graphics, particle effects, and canvas-based applications using WebGL/WebGPU. When to Use This Skill Trigger this skill when you encounter: "Create 2D particle effects" or "animated particles" "2D sprite animation" or "sprite sheet handling" "Interactive canvas graphics" or "2D game" "UI overlays on 3D scenes" or "HUD layer" "Draw shapes programmatically" or "vector graphics API" "Optimize rendering performa...
|
361 |
| 5959 | upstash-workflow | lobehub/lobehub |
Upstash Workflow Implementation Guide This guide covers the standard patterns for implementing Upstash Workflow + QStash async workflows in the LobeHub codebase. 🎯 The Three Core Patterns All workflows in LobeHub follow the same 3-layer architecture with three essential patterns: 🔍 Dry-Run Mode - Get statistics without triggering actual execution 🌟 Fan-Out Pattern - Split large batches into smaller chunks for parallel processing 🎯 Single Task Execution - Each workflow execution processes ONE ite...
|
361 |
| 5960 | ads-meta | agricidaniel/claude-ads |
Meta Ads Deep Analysis Process Collect Meta Ads data (Ads Manager export, Events Manager screenshot, EMQ scores) Read ads/references/meta-audit.md for full 46-check audit Read ads/references/benchmarks.md for Meta-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Meta Ads Health Score (0-100) Generate findings report with action plan What to Analyze Pixel / CAPI Health (30% weight) Meta Pixel installe...
|
361 |
| 5961 | a11y-debugging | chromedevtools/chrome-devtools-mcp |
Core Concepts Accessibility Tree vs DOM : Visually hiding an element (e.g., CSS opacity: 0 ) behaves differently for screen readers than display: none or aria-hidden="true" . The take_snapshot tool returns the accessibility tree of the page, which represents what assistive technologies "see", making it the most reliable source of truth for semantic structure. Reading web.dev documentation : If you need to research specific accessibility guidelines (like https://web.dev/articles/accessible-tap-ta...
|
361 |
| 5962 | competitor-analysis | aj-geddes/useful-ai-prompts |
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...
|
361 |
| 5963 | video-to-gif | zc277584121/marketing-skills |
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
|
361 |
| 5964 | brand-analyzer | ailabs-393/ai-labs-claude-skills |
Brand Analyzer Overview This skill enables comprehensive brand analysis and guidelines creation. It analyzes brand requirements, identifies brand personality and positioning, and generates professional brand guidelines documents. The skill uses established brand frameworks including Jung's 12 archetypes and industry-standard brand identity principles. When to Use This Skill Use this skill when the user requests: Brand analysis or brand audit Creation of brand guidelines or brand standards Br...
|
361 |
| 5965 | daily-news | 6551team/daily-news |
Daily News Skill Query daily news and hot topics from the 6551 platform REST API. No authentication required. Base URL : https://ai.6551.io News Operations 1. Get News Categories Get all available news categories and subcategories. curl -s -X GET "https://ai.6551.io/open/free_categories" 2. Get Hot News Get hot news articles and trending tweets by category. curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro" Parameter Type Required Description category string Yes Category key from f...
|
361 |
| 5966 | oauth-integrations | jezweb/claude-skills |
OAuth Integrations for Edge Environments Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes. GitHub OAuth Required Headers GitHub API has strict requirements that differ from other providers. Header Requirement User-Agent REQUIRED - Returns 403 without it Accept application/vnd.github+json recommended const resp = await fetch('https://api.github.com/user', { headers: { Authorization: `Bearer ${accessToken}`, 'User-Agent': 'MyApp/1.0', // Required! ...
|
360 |
| 5967 | developer-toolbox | jezweb/claude-skills |
Developer Toolbox A collection of essential development workflow agents that integrate seamlessly with Claude Code. What's Included Agents (7) Agent Purpose Triggers On commit-helper Generate conventional commit messages "commit message", "staged changes" build-verifier Verify dist/ matches source after builds "changes not appearing", "verify build" code-reviewer Security audits and code quality reviews "code review", "security audit", "OWASP" debugger Systematic debugging with root cause anal...
|
360 |
| 5968 | aris-autonomous-ml-research | aradotso/trending-skills |
ARIS — Autonomous ML Research In Sleep Skill by ara.so — Daily 2026 Skills collection ARIS (Auto-Research-In-Sleep) turns Claude Code into an autonomous ML research engine. It chains idea discovery → cross-model review loops → paper writing → compiled PDF into hands-off overnight pipelines. Claude Code drives execution while an external model (Codex/GPT-5.4, GLM, DeepSeek, Kimi, etc.) acts as adversarial reviewer — breaking self-play blind spots that single-model review cannot escape. What It Do...
|
360 |
| 5969 | senior-secops | davila7/claude-code-templates |
Senior Secops Complete toolkit for senior secops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Security Scanner python scripts/security_scanner.py [options] Script 2: Vulnerability Assessor python scripts/vulnerability_assessor.py [options] Script 3: Compliance Checker python scripts/compliance_checker.py [options] Core Capabilities 1. Security Scanner Automated tool for security sca...
|
360 |
| 5970 | backend-development | skillcreatorai/ai-agent-skills |
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
|
360 |
| 5971 | godot-optimization | zate/cc-godot |
You are a Godot performance optimization expert with deep knowledge of profiling, bottleneck identification, and optimization techniques for both 2D and 3D games. Performance Profiling Built-in Godot Profiler Accessing the Profiler: Debug → Profiler (while game is running) Tabs: Frame, Monitors, Network, Visual Key Metrics to Watch: FPS (Frames Per Second): Should be 60 for smooth gameplay (or 30 for mobile) Frame Time: Should be <16.67ms for 60 FPS Physics Frame Time: Physics processing ti...
|
360 |
| 5972 | yt-dlp-downloader | mapleshaw/yt-dlp-downloader-skill |
yt-dlp Video Downloader Download videos from thousands of websites using yt-dlp. Prerequisites Before downloading, verify dependencies are installed: Check yt-dlp which yt-dlp || echo "yt-dlp not installed. Install with: pip install yt-dlp" Check ffmpeg (required for audio extraction and format merging) which ffmpeg || echo "ffmpeg not installed. Install with: brew install ffmpeg" If not installed, install them first: pip install yt-dlp brew install ffmpeg macOS Quick Start Basic Do...
|
360 |
| 5973 | r3f-loaders | enzed/r3f-skills |
React Three Fiber Loaders Quick Start import { Canvas } from '@react-three/fiber' import { useGLTF, OrbitControls } from '@react-three/drei' import { Suspense } from 'react' function Model() { const { scene } = useGLTF('/models/robot.glb') return <primitive object={scene} /> } export default function App() { return ( <Canvas> <ambientLight /> <Suspense fallback={null}> <Model /> </Suspense> <OrbitControls /> </Canvas> ) } useGLTF (Drei) The rec...
|
360 |
| 5974 | heal-skill | boshu2/agentops |
/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /heal-skill Check all skills (report only) /heal-skill --fix Auto-repair all fixable issues /heal-skill --strict Check all skills, exit 1 on findings (CI mode) /heal-skill skills/council Check a specific skill /heal-skill --fix skills/vibe Fix a specific skill What It Detects Ten checks, run in o...
|
360 |
| 5975 | tauri-solidjs | different-ai/openwork |
$ npx skills add https://github.com/different-ai/openwork --skill tauri-solidjs<div
|
360 |
| 5976 | design-system-starter | softaworks/agent-toolkit |
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
|
360 |
| 5977 | bond-futures-basis | anthropics/financial-services-plugins |
Bond Futures Basis Analysis You are an expert in bond futures and basis trading. Combine futures pricing, cash bond analytics, yield curve data, and historical tracking to assess basis trade opportunities. Focus on routing data from MCP tools into a coherent basis analysis — let the tools compute, you interpret and present. Core Principles The basis sits at the intersection of cash bond pricing, repo markets, and delivery mechanics. Always start by pricing the future to identify the CTD and deli...
|
360 |
| 5978 | kibana-streams | elastic/agent-skills |
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
|
360 |
| 5979 | event-sourcing | aj-geddes/useful-ai-prompts |
Event Sourcing Overview Store state changes as a sequence of events rather than the current state, enabling temporal queries, audit trails, and event replay. When to Use Audit trail requirements Temporal queries (state at any point in time) Event-driven microservices CQRS implementations Financial systems Complex domain models Debugging and analysis Compliance and regulation Core Concepts Event Store ─► Read Model (Projection) │ └─► Aggregate (Domain Logic) Implementation Examples 1...
|
360 |
| 5980 | knowledge-agent | thedotmack/claude-mem |
Knowledge Agent Build and query AI-powered knowledge bases from claude-mem observations. What Are Knowledge Agents? Knowledge agents are filtered corpora of observations compiled into a conversational AI session. Build a corpus from your observation history, prime it (loads the knowledge into an AI session), then ask it questions conversationally. Think of them as custom "brains": "everything about hooks", "all decisions from the last month", "all bugfixes for the worker service". Workflow Step ...
|
360 |
| 5981 | tauri | martinholovsky/claude-skills-generator |
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
|
359 |
| 5982 | d3k | vercel-labs/dev3000 |
d3k Commands d3k captures browser and server logs in a unified log file. Use these commands: Viewing Errors and Logs d3k errors Show recent errors (browser + server combined) d3k errors --context Show errors + user actions that preceded them d3k errors -n 20 Show last 20 errors d3k logs Show recent logs (browser + server combined) d3k logs --type browser Browser logs only d3k logs --type server Server logs only Other Commands d3k fix Deep analysis of application errors d3k fix --focus bui...
|
359 |
| 5983 | database-design | davila7/claude-code-templates |
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
|
359 |
| 5984 | gdpr-dsgvo-expert | davila7/claude-code-templates |
Senior GDPR/DSGVO Expert and Auditor Expert-level EU General Data Protection Regulation (GDPR) and German Datenschutz-Grundverordnung (DSGVO) compliance with comprehensive data protection auditing, privacy impact assessment, and regulatory compliance verification capabilities. Core GDPR/DSGVO Competencies 1. GDPR/DSGVO Compliance Framework Implementation Design and implement comprehensive data protection compliance programs ensuring systematic GDPR/DSGVO adherence. GDPR Compliance Framework:...
|
359 |
| 5985 | research-grants | davila7/claude-code-templates |
Research Grant Writing Overview Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), and DARPA (Defense Advanced Research Projects Agency) submissions. Critical Principle: Grants are persuasive documents that must sim...
|
359 |
| 5986 | generative-ui | himself65/finance-skills |
Generative UI Skill This skill contains the complete design system for Claude's built-in show_widget tool — the generative UI feature that renders interactive HTML/SVG widgets inline in claude.ai conversations. The guidelines below are the actual Anthropic "Imagine — Visual Creation Suite" design rules, extracted so you can produce high-quality widgets directly without needing the read_me setup call. How it works : On claude.ai, Claude has access to the show_widget tool which renders raw HTML/SV...
|
359 |
| 5987 | create-pr | charon-fan/agent-playbook |
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
|
359 |
| 5988 | gitnexus-impact-analysis | abhigyanpatwari/gitnexus |
Impact Analysis with GitNexus When to Use "Is it safe to change this function?" "What will break if I modify X?" "Show me the blast radius" "Who uses this code?" Before making non-trivial code changes Before committing — to understand what your changes affect Workflow 1. gitnexus_impact({target: "X", direction: "upstream"}) → What depends on this 2. READ gitnexus://repo/{name}/processes → Check affected execution flows 3. gitnexus_detect_changes() ...
|
359 |
| 5989 | prd-writer | pmprompt/claude-plugin-product-management |
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve PRD Writer When to Use Starting a new feature or product initiative Need to document requirements for the engineer...
|
359 |
| 5990 | comps-analysis | anthropics/financial-services-plugins |
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
|
359 |
| 5991 | skill-review | jezweb/claude-skills |
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
|
358 |
| 5992 | problem-solving | mrgoonie/claudekit-skills |
Problem-Solving Skills A collection of techniques for breaking through stuck points and finding elegant solutions. Available Sub-Skills When Stuck (Dispatch) Location: when-stuck/SKILL.md Start here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill. Collision-Zone Thinking Location: collision-zone-thinking/SKILL.md Force unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolu...
|
358 |
| 5993 | pentest-checklist | sickn33/antigravity-awesome-skills |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
358 |
| 5994 | goals | boshu2/agentops |
/goals — Fitness Goal Maintenance Maintain GOALS.yaml and GOALS.md fitness specifications. Use ao goals CLI for all operations. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /goals Measure fitness (default) /goals init Bootstrap GOALS.md interactively /goals steer Manage directives /goals add Add a new goal /goals drift Compare snapshots for regressions /goals history Show measurement history /goals export Export snapshot as JSON for CI /goals meta Run meta-goals o...
|
358 |
| 5995 | requesting-code-review | sickn33/antigravity-awesome-skills |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
358 |
| 5996 | analytics-events | metabase/metabase |
Frontend Analytics Events Skill This skill helps you add product analytics (Snowplow) events to track user interactions in the Metabase frontend codebase. Quick Reference Analytics events in Metabase use Snowplow with typed event schemas. All events must be defined in TypeScript types before use. Key Files: frontend/src/metabase-types/analytics/event.ts - Event type definitions frontend/src/metabase-types/analytics/schema.ts - Schema registry frontend/src/metabase/lib/analytics.ts - Core tr...
|
358 |
| 5997 | kibana-vega | elastic/agent-skills |
Kibana Vega Create and manage Kibana dashboards and Vega visualizations with ES|QL data sources. Overview Vega is a declarative visualization grammar for creating custom charts in Kibana. Combined with ES|QL queries, it enables highly customized visualizations beyond standard Kibana charts. Important Version Requirement: This skill strictly supports ES|QL data sources and requires Serverless Kibana or version 9.4+ (SNAPSHOT) . It will not work reliably on older versions or with older Lucene/KQL ...
|
358 |
| 5998 | vercel-composition-patterns | supabase/supabase |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
358 |
| 5999 | meta-cognition-parallel | actionbook/rust-skills |
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.1.0 This skill tests parallel three-layer cognitive analysis using context: fork. Concept Instead of sequential analysis, this skill launches three parallel subagents - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
|
358 |
| 6000 | react-component-architecture | aj-geddes/useful-ai-prompts |
Build scalable, maintainable React components using modern patterns including functional components, hooks, composition, and TypeScript for type safety. When to Use - Component library design - Large-scale React applications - Reusable UI patterns - Custom hooks development - Performance optimization Implementation Examples 1. Functional Component with Hooks ``` // Button.tsx import React, { useState, useCallback } from 'react'; interface ButtonProps { variant?: 'primary' | 'secon...
|
358 |