███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7101 | gmail-skill | idanbeck/claude-skills |
Read, search, and send Gmail emails. Access Google contacts. CRITICAL: Email Sending Confirmation Required Before sending ANY email, you MUST get explicit user confirmation. When the user asks to send an email: - First, show them the complete email details: From (which account) - To - CC/BCC (if any) - Subject - Full body text - Ask: "Do you want me to send this email?" - ONLY run the send command AFTER the user explicitly confirms (e.g., "yes", "send it", "go ahead") - NEVER send a...
|
740 |
| 7102 | laravel-inertia-react | asyrafhussin/agent-skills |
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
|
740 |
| 7103 | twilio-communications | sickn33/antigravity-awesome-skills |
Twilio Communications Patterns SMS Sending Pattern Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks. Key considerations: Phone numbers must be in E.164 format (+1234567890) Default rate limit: 80 messages per second (MPS) Messages over 160 characters are split (and cost more) Carrier filtering can block messages (especially to US numbers) When to use: ['Sending notifications to users', 'Tran...
|
740 |
| 7104 | audit-xls | anthropics/financial-services-plugins |
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
|
740 |
| 7105 | agent-orchestrator-task | ruvnet/ruflo |
name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities: task_decomposition execution_planning dependency_management result_aggregation progress_tracking priority_management priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memory_store "orchestrator_start" "$(date +%s)" Check for existing task plans memory_search "task_plan" | tail -1 post: | echo "✅ Task ...
|
740 |
| 7106 | openai-docs | boshu2/agentops |
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
|
739 |
| 7107 | toc-generator | kostja94/marketing-skills |
Components: Table of Contents (TOC) Guides TOC implementation for long-form articles, guides, and whitepapers. TOCs improve UX and SEO by enabling quick navigation and reducing bounce rates. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-mark...
|
739 |
| 7108 | m03-mutability | zhanghandong/rust-skills |
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Show more
|
739 |
| 7109 | quality-documentation-manager | alirezarezvani/claude-skills |
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
|
739 |
| 7110 | storage-format | tursodatabase/turso |
Page size: power of 2, 512-65536 bytes. Default 4096. Database Header (First 100 Bytes) | 0 | 16 | Magic: `"SQLite format 3\0"` | 16 | 2 | Page size (big-endian) | 18 | 1 | Write format version (1=rollback, 2=WAL) | 19 | 1 | Read format version | 24 | 4 | Change counter | 28 | 4 | Database size in pages | 32 | 4 | First freelist trunk page | 36 | 4 | Total freelist pages | 40 | 4 | Schema cookie | 56 | 4 | Text encoding (1=UTF8, 2=UTF16LE, 3=UTF16BE) Al...
|
739 |
| 7111 | r3f-postprocessing | enzed/r3f-skills |
React Three Fiber Post-Processing Quick Start import { Canvas } from '@react-three/fiber' import { EffectComposer, Bloom, Vignette } from '@react-three/postprocessing' function Scene() { return ( <Canvas> <ambientLight /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" emissive="hotpink" emissiveIntensity={2} /> </mesh> <EffectComposer> <Bloom luminanceThreshold={0.5} luminanceSmoothing={0.9} intensity={1.5} /> <Vignett...
|
739 |
| 7112 | asc-screenshot-resize | rudrankriyam/asc-skills |
asc screenshot resize Use this skill to resize screenshots to the exact pixel dimensions required by App Store Connect and validate they pass upload requirements. Uses the built-in macOS sips tool — no third-party dependencies needed. Required Dimensions iPhone Display Size Accepted Dimensions (portrait × landscape) 6.9" 1260 × 2736, 2736 × 1260, 1320 × 2868, 2868 × 1320, 1290 × 2796, 2796 × 1290 6.5" 1242 × 2688, 2688 × 1242, 1284 × 2778, 2778 × 1284 6.3" 1206 × 2622, 2622 × 1206, 1179 × 2556, ...
|
739 |
| 7113 | agent-repo-architect | ruvnet/ruflo |
name: repo-architect description: Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows type: architecture color: "9B59B6" tools: Bash Read Write Edit LS Glob TodoWrite TodoRead Task WebFetch mcp__github__create_repository mcp__github__fork_repository mcp__github__search_repositories mcp__github__push_files mcp__github__create_or_update_file mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp...
|
739 |
| 7114 | korean-marathon-schedule | nomadamas/k-skill |
Korean Marathon Schedule What this skill does 한국 마라톤/러닝 대회 일정을 조회하고, 가능한 경우 대한철인3종협회 공개 일정에서 철인3종 대회도 함께 확인한다. 응답에는 최소한 아래 필드를 포함한다. 대회명 개최일 장소/지역 신청 마감일 또는 접수 기간 종목/코스(예: Half, 10km, 5km, 스탠다드) 공식/상세 링크 조회 시점 기준 정보라는 주의 문구 When to use Show more
|
739 |
| 7115 | ci-cd-security | superagent-ai/skills |
CI/CD Security Scanner This skill turns the model into a workflow-YAML scanner. Read the file, walk the detection rules, report findings with severity and a concrete rewrite. No tools to install, no commands to run — the analysis is the model reading the YAML. The rules encode the current consensus from Astral, OpenSSF, GitHub Security Lab, Chainguard, and the zizmor audit set. The goal is to flag the same patterns those tools would flag, without needing to run them. Mental model Every workflow ...
|
739 |
| 7116 | disclosure-page-generator | kostja94/marketing-skills |
Pages: Disclosure Guides disclosure pages for affiliate links, sponsored content, and paid partnerships. Required for FTC compliance (US) and similar regulations. Builds trust and reduces legal risk. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/pro...
|
738 |
| 7117 | feedback-page-generator | kostja94/marketing-skills |
Pages: Feedback / Roadmap Guides feedback and roadmap pages that collect user input and communicate product direction. Often integrates with Canny, FeatureBase, UserVoice, or similar. Supports product-led growth and community engagement. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product m...
|
738 |
| 7118 | startups-page-generator | kostja94/marketing-skills |
Pages: Startups / Education Guides startups and education program pages that offer special pricing or benefits. Targets founders, early-stage teams, students, and educators. Common for SaaS, dev tools, and productivity apps. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing cont...
|
738 |
| 7119 | storybook | dalestudy/skills |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
738 |
| 7120 | vibe-security-skill | aradotso/security-skills |
Vibe Security Skill Skill by ara.so — Security Skills collection. This skill provides expertise in using the Vibe Security tool to audit vibe-coded applications for common security vulnerabilities that AI coding assistants frequently introduce. It helps identify hardcoded secrets, missing RLS policies, insecure auth patterns, payment vulnerabilities, and other security anti-patterns. What Vibe Security Does Vibe Security is an agent skill that scans codebases for security vulnerability patterns ...
|
738 |
| 7121 | agent-agentic-payments | ruvnet/ruflo |
name: agentic-payments description: Multi-agent payment authorization specialist for autonomous AI commerce with cryptographic verification and Byzantine consensus color: purple You are an Agentic Payments Agent, an expert in managing autonomous payment authorization, multi-agent consensus, and cryptographic transaction verification for AI commerce systems. Your core responsibilities: Create and manage Active Mandates with spend caps, time windows, and merchant rules Sign payment transactions wi...
|
738 |
| 7122 | domain-architecture | kostja94/marketing-skills |
Strategy: Domain Architecture Guides domain structure decisions for multiple products or brands: subfolder (subdirectory), subdomain, or independent domain. Covers brand architecture (Branded House vs House of Brands) and Hub-Spoke principles when multiple domains coexist. See domain-selection for initial domain choice (Brand/PMD/EMD, TLD); website-structure for single-domain page planning; rebranding-strategy for domain change and migration; multi-domain-brand-seo for brand search optimization....
|
737 |
| 7123 | turboquant-pytorch | aradotso/trending-skills |
TurboQuant PyTorch Skill by ara.so — Daily 2026 Skills collection. From-scratch PyTorch implementation of Google's TurboQuant (ICLR 2026) for compressing LLM KV caches. Achieves 5x compression at 3-bit with 99.5% attention fidelity via two-stage vector quantization. What It Does TurboQuant compresses LLM key-value caches to 2–4 bits per coordinate: Stage 1 : Random orthogonal rotation + Lloyd-Max scalar quantization (MSE-optimal) Stage 2 : QJL residual correction — 1-bit sign projection that mak...
|
737 |
| 7124 | react19-concurrent-patterns | github/awesome-copilot |
React 19 Concurrent Patterns React 19 introduced new APIs that complement the migration work. This skill covers two concerns: Preserve existing React 18 concurrent patterns that must not be broken during migration Adopt new React 19 APIs worth introducing after migration stabilizes Part 1 Preserve: React 18 Concurrent Patterns That Must Survive the Migration These patterns exist in React 18 codebases and must not be accidentally removed or broken: createRoot Already Migrated by the R18 Orchest...
|
737 |
| 7125 | pyqt6-ui-development-rules | oimiragieo/agent-studio |
Pyqt6 Ui Development Rules Skill Create stunning, responsive user interfaces that rival the best web designs. Implement advanced PyQt6 features for smooth user experiences. Optimize performance and resource usage in GUI applications. Craft visually appealing interfaces with attention to color theory and layout. Ensure accessibility and cross-platform compatibility. Implement responsive designs that adapt to various screen sizes. Memory Protocol (MANDATORY) Before starting: cat .claude/context/...
|
737 |
| 7126 | agent-researcher | ruvnet/ruflo |
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
|
737 |
| 7127 | memory-management | ruvnet/ruflo |
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
|
737 |
| 7128 | skill-security | superagent-ai/skills |
skill-security Agent skills run with the user's privileges and are distributed with almost no vetting. Roughly one in four published skills contains a security issue, and coordinated campaigns have flooded marketplaces with credential-stealers, ransomware droppers, and skills that poison the agent's memory so the backdoor survives removal. This skill answers one question: is this skill safe to install? How it works: two stages This skill is deliberately split. Stage 1 — the scanner (deterministi...
|
737 |
| 7129 | hyperframes-core | heygen-com/hyperframes |
HyperFrames Core HyperFrames renders video from HTML. A composition is an HTML file whose DOM declares timing with data-* attributes, whose animation runtime is seekable, and whose media playback is owned by the framework. This skill is the technical contract . Other concerns live in sibling skills: hyperframes-animation — atomic motion rules + scene blueprints + per-runtime adapters (GSAP, Lottie, Three, Anime.js, CSS, WAAPI, TypeGPU) hyperframes-creative — palettes, typography, narration, beat...
|
737 |
| 7130 | freeride | shaivpidadi/freeride |
FreeRide - Free AI for OpenClaw What This Skill Does Configures OpenClaw to use free AI models from OpenRouter. Sets the best free model as primary, adds ranked fallbacks so rate limits don't interrupt the user, and preserves existing config. Prerequisites Before running any FreeRide command, ensure: OPENROUTER_API_KEY is set. Check with echo $OPENROUTER_API_KEY . If empty, the user must get a free key at https://openrouter.ai/keys and set it: export OPENROUTER_API_KEY = "sk-or-v1-..." Or persi...
|
736 |
| 7131 | skill-creator | freshtechbro/claudedesignskills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
736 |
| 7132 | humanize-writing | jpeggdev/humanize-writing |
Humanize Writing You are an expert editor who specializes in detecting and removing AI writing patterns. Your job is to take content that reads like it was generated by a language model and rewrite it so it sounds like a knowledgeable human wrote it on the first try. Core Philosophy AI writing has a recognizable smell. It's not about any single word or trick. It's the combination: predictable structure, hedge-then-assert phrasing, relentless parallelism, significance inflation, and a tendency to...
|
736 |
| 7133 | tools-page-generator | kostja94/marketing-skills |
Pages: Tools (Free Tools) Guides free tools pages that drive traffic and lead generation for the main product. Tools are free, standalone utilities — not the primary monetization. They serve the same ICP as the paid product, are often extracted mini-features from the full product (low dev effort), and typically scale via programmatic SEO. Distinct from features (paid capabilities) and resources (content hub). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill c...
|
735 |
| 7134 | core-web-vitals | kostja94/marketing-skills |
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
|
735 |
| 7135 | brand-identity | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
735 |
| 7136 | octocat | mcollina/skills |
When to use Use this skill proactively for: All git operations and GitHub interactions Merge conflicts resolution Pre-commit hook fixes Repository management Pull request creation and management Any git/GitHub workflow issues Instructions You are the Octocat - a Git and GitHub wizard who lives and breathes version control. You wield the gh CLI like a master swordsman and can untangle the most complex git situations with grace and precision. When invoked: Assess the git/GitHub situation immediate...
|
735 |
| 7137 | agent-safla-neural | ruvnet/ruflo |
name: safla-neural description: "Self-Aware Feedback Loop Algorithm (SAFLA) neural specialist that creates intelligent, memory-persistent AI systems with self-learning capabilities. Combines distributed neural training with persistent memory patterns for autonomous improvement. Excels at creating self-aware agents that learn from experience, maintain context across sessions, and adapt strategies through feedback loops." color: cyan You are a SAFLA Neural Specialist, an expert in Self-Aware Feedb...
|
735 |
| 7138 | agent-tester | ruvnet/ruflo |
name: tester type: validator color: "F39C12" description: Comprehensive testing and quality assurance specialist capabilities: unit_testing integration_testing e2e_testing performance_testing security_testing priority: high hooks: pre: | echo "🧪 Tester agent validating: $TASK" Check test environment if [ -f "jest.config.js" ] || [ -f "vitest.config.ts" ]; then echo "✓ Test framework detected" fi post: | echo "📋 Test results summary:" npm test -- --reporter=json 2>$dev$null | jq '.numPassedTests,...
|
735 |
| 7139 | r3f-materials | enzed/r3f-skills |
React Three Fiber Materials Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight intensity={0.5} /> <directionalLight position={[5, 5, 5]} /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" roughness={0.5} metalness={0.5} /> </mesh> </Canvas> ) } Material Types Overview Material Use Case Lighting meshBasicMaterial Unlit, flat colors No me...
|
735 |
| 7140 | scientific-visualization | k-dense-ai/scientific-agent-skills |
Scientific Visualization Overview Scientific visualization transforms data into clear, accurate figures for publication. Create journal-ready plots with multi-panel layouts, error bars, significance markers, and colorblind-safe palettes. Export as PDF/EPS/TIFF using matplotlib, seaborn, and plotly for manuscripts. When to Use This Skill This skill should be used when: Creating plots or visualizations for scientific manuscripts Preparing figures for journal submission (Nature, Science, Cell, ...
|
735 |
| 7141 | flutter-expert | sickn33/antigravity-awesome-skills |
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
|
735 |
| 7142 | m12-lifecycle | zhanghandong/rust-skills |
Resource Lifecycle Layer 2: Design Choices Core Question When should this resource be created, used, and cleaned up? Before implementing lifecycle: What's the resource's scope? Who owns the cleanup responsibility? What happens on error? Lifecycle Pattern → Implementation Show more
|
734 |
| 7143 | domain-iot | actionbook/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 567 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
734 |
| 7144 | openclaw-security-hardening | aradotso/security-skills |
OpenClaw Security Hardening Skill by ara.so — Security Skills collection. This skill enables AI coding agents to deploy, manage, and validate the OpenClaw Security Practice Guide — a battle-tested security framework for high-privilege autonomous AI agents. It implements a 3-tier defense matrix: behavioral blacklists, permission narrowing, and automated nightly audits to mitigate prompt injection, supply chain poisoning, and destructive operations. What is OpenClaw Security Practice Guide? The Op...
|
734 |
| 7145 | ux-writing | content-designer/ux-writing-skill |
UX Writing Write clear, concise, user-centered interface copy (UX text/microcopy) for digital products and experiences. This skill provides frameworks, patterns, and best practices for creating text that helps users accomplish their goals. Compatible with: Claude Desktop, Claude Code, and Codex (CLI and IDE extensions) Note: This skill works with Codex CLI/IDE, not ChatGPT. ChatGPT cannot install or use skills. When to Use This Skill Use this skill when: Writing interface copy (buttons, la...
|
734 |
| 7146 | adr-skill | vercel/ai |
ADR Skill Philosophy ADRs created with this skill are executable specifications for coding agents . A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to write correct code without asking follow-up questions. This means: Constraints must be explicit and measurable, not vibes Decisions must be specific enough to act on ("use PostgreSQL 16 with pgvector" not "use a database") Consequences must map to concrete follow-up tasks Non-goals must be sta...
|
734 |
| 7147 | bootstrap | mindrally/skills |
Bootstrap Development You are an expert in Bootstrap for building responsive, maintainable web interfaces. Core Principles Write clear, concise, and technical responses with precise Bootstrap examples Utilize Bootstrap's components and utilities for responsive, maintainable development Prioritize clean coding practices and descriptive class naming Minimize custom CSS by leveraging built-in components Grid System & Layout Leverage Bootstrap's grid system for responsive layouts Use container, ro...
|
734 |
| 7148 | agent-ops-cicd-github | ruvnet/ruflo |
name: "cicd-engineer" description: "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization" type: "devops" color: "cyan" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "GitHub Actions, workflow automation, deployment pipelines" complexity: "moderate" autonomous: true triggers: keywords: - "github actions" - "ci$cd" - "pipeline" - "workflow" - "deployment" - "continuous integration" file_patterns: - ".github$workflows/ .yml" - ".githu...
|
734 |
| 7149 | ui-components | yonatangross/orchestkit |
UI Components Comprehensive patterns for building accessible UI component libraries with shadcn/ui and Radix Primitives. Covers CVA variants, OKLCH theming, cn() utility, component extension, asChild composition, dialog/menu patterns, and data-attribute styling. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use shadcn/ui 3 HIGH CVA variants, component customization, form patterns, data tables Radix Primitives 3 HIGH Dialogs, pol...
|
734 |
| 7150 | scientific-critical-thinking | k-dense-ai/scientific-agent-skills |
Scientific Critical Thinking Overview Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims. When to Use This Skill This skill should be used when: Evaluating research methodology and experimental design Assessing statistical validity and evidence quality Identifying b...
|
734 |