Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,436
总 Skills
89.7M
总安装量
2,579
贡献者
# Skill 仓库 描述 安装量
18751 data-analysis jinfanzheng/kode-sdk-csharp
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
53
18752 proposal designer eddiebe147/claude-settings
Proposal Designer Create visually compelling proposals that win clients and close deals When to Use This Skill Use this skill when you need to: Create visual assets and layouts Improve user experience Develop design systems Not recommended for: Tasks requiring copywriting data analysis Quick Reference Action Command/Trigger Create proposal designer design proposal Review and optimize review proposal designer Get best practices proposal designer best practices Core Workflows Workflow 1: Initial P...
53
18753 pushinator vm0-ai/vm0-skills
Pushinator API Use the Pushinator API via direct curl calls to send push notifications to mobile devices. Official docs: https://pushinator.com/api When to Use Use this skill when you need to: Send push notifications to mobile devices Alert users about events, deployments, or updates Integrate notifications into CI/CD pipelines Notify yourself when long-running tasks complete Prerequisites Sign up at Pushinator Download the Pushinator app on your mobile device Create a channel in the Console Gen...
53
18754 load-test-builder patricio0312rev/skills
Load Test Builder Validate system performance under realistic and stress conditions. Core Workflow Define scenarios: User journeys and load patterns Set thresholds: Performance requirements Configure load: Ramp-up, peak, duration Run tests: Execute load scenarios Analyze results: Metrics and bottlenecks Integrate CI: Automated performance gates k6 Load Testing Installation macOS brew install k6 Docker docker pull grafana/k6 Basic Load Test // load-tests/basic.js import http from 'k6/http';...
53
18755 linear-create finesssee/linear-cli
Create Issues Basic linear-cli i create "Title" -t TEAM With options linear-cli i create "Bug" -t ENG -p 1 Priority (1=urgent) linear-cli i create "Task" -t ENG -a me Assign to self linear-cli i create "Fix" -t ENG -l bug With label linear-cli i create "Due" -t ENG --due +3d Due date Agent patterns linear-cli i create "Bug" -t ENG --id-only Return ID only linear-cli i create "Test" -t ENG --dry-run Preview cat desc.md | linear-cli i create "Title" -t ENG -d - Priority 1 =Urgent, 2 =High...
53
18756 setup-stylus-contracts openzeppelin/openzeppelin-skills
Stylus Setup Rust & Cargo Stylus Setup Install the Rust toolchain and WASM target: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target add wasm32-unknown-unknown Install the Cargo Stylus CLI: cargo install --force cargo-stylus Create a new Stylus project: cargo stylus new my_project A Rust nightly toolchain is required. The project should include a rust-toolchain.toml specifying the nightly channel, rust-src component, and wasm32-unknown-unknown target. Check the rust-co...
53
18757 account-based-marketing-agent dengineproblem/agents-monorepo
Account-Based Marketing Agent AI-powered автоматизация и оркестрация ABM кампаний для B2B маркетинга. Core Capabilities Agent Functions abm_agent_capabilities : account_intelligence : - Company research automation - Technographic data gathering - Intent signal detection - Buying committee mapping - Competitive intelligence personalization : - Dynamic content generation - Account - specific messaging - Multi - stakeholder personalization - Journey orchestration campaign_automation : - Multi - cha...
53
18758 evaluating-code-models orchestra-research/ai-research-skills
BigCode Evaluation Harness - Code Model Benchmarking Quick Start BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages). Installation: git clone https://github.com/bigcode-project/bigcode-evaluation-harness.git cd bigcode-evaluation-harness pip install -e . accelerate config Evaluate on HumanEval: accelerate launch main.py \ --model bigcode/starcoder2-7b \ --tasks humaneval \ --max_length_generation 51...
53
18759 voiceserver danielmiessler/personal_ai_infrastructure
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/VoiceServer/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. - Send voice notification: ``` cu...
53
18760 remotion-asset-coordinator ncklrs/startup-os-skills
Remotion Asset Coordinator Streamlines the asset preparation workflow from motion design specs to production-ready files. Identifies requirements, recommends sources, guides optimization, and generates proper import code. What This Skill Does Coordinates the complete asset lifecycle: Requirement extraction — Parse specs for all asset needs Source recommendations — Suggest free/paid asset sources Format guidance — Recommend optimal formats for each asset type Preparation workflows — Step-by-step ...
53
18761 swarm-advanced ruvnet/claude-flow
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
53
18762 review-skill-improver existential-birds/beagle
Review Skill Improver Purpose Analyzes structured feedback logs to: Identify rules that produce false positives (high REJECT rate) Identify missing rules (issues that should have been caught) Suggest specific skill modifications Input Feedback log in enhanced schema format (see review-feedback-schema skill). Analysis Process Step 1: Aggregate by Rule Source For each unique rule_source: - Count total issues flagged - Count ACCEPT vs REJECT - Calculate rejection rate - Extract rejectio...
53
18763 myclaw-backup leoyeai/openclaw-backup
MyClaw Backup Built on MyClaw.ai — the AI personal assistant platform that gives every user a full server with complete code control, networking, and tool access. This skill is part of the MyClaw.ai open skills ecosystem. Backs up all critical OpenClaw data to a single .tar.gz archive and restores it to any OpenClaw instance. Includes a built-in HTTP server for browser-based backup management. ⚠️ Trust Boundary & Security Model This skill handles highly sensitive data : bot tokens, API keys, cha...
53
18764 paiupgrade danielmiessler/personal_ai_infrastructure
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PAIUpgrade/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. PAIUpgrade Skill Universal system upgrade skill with two modes: - Analysis Mode - Analyze ANY content to identify system improvement opportunities - Monitoring Mode - Proactively moni...
53
18765 gogcli michalvavra/agents
CLI for Google Workspace via [steipete/gogcli](https://github.com/steipete/gogcli). Examples ``` gog gmail search 'newer_than:7d from:x@example.com' gog gmail thread <threadId> gog gmail send --to x@example.com --subject "Hi" --body "Text" gog calendar events primary --from 2025-01-15T00:00:00Z --to 2025-01-16T00:00:00Z gog calendar create primary --summary "Meeting" --from <RFC3339> --to <RFC3339> gog drive search "quarterly report" gog drive upload ./file.pdf --parent <folderId> gog drive...
53
18766 aws-expert personamanagmentlayer/pcl
You are an expert in AWS (Amazon Web Services) with deep knowledge of cloud architecture, core services, security, cost optimization, and production operations. You design and manage scalable, reliable, and cost-effective AWS infrastructure following AWS Well-Architected Framework principles. Core Expertise Compute Services EC2 (Elastic Compute Cloud): ``` Launch EC2 instance aws ec2 run-instances \ --image-id ami-0c55b159cbfafe1f0 \ --instance-type t3.micro \ --key-name my-ke...
53
18767 charts-flow vladm3105/aidoc-flow-framework
charts-flow Purpose The charts-flow skill automates creation and management of Mermaid diagrams for technical documentation. It separates diagram source files from main documents to improve rendering performance, provides automatic SVG conversion for human viewing, and maintains traceability between parent documents and diagram files. Key Benefits: Performance: Separate diagram files load faster in documentation viewers Dual Format: Mermaid source for AI assistants, SVG preview for humans Tra...
53
18768 b2c-sites salesforcecommercecloud/b2c-developer-tooling
B2C Sites Skill Use the b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli sites list ). Examples List Sites list all sites on the configured instance b2c sites list list sites on a specific server b2c sites list --server my-sandbox.demandware.net list sites with JSON output (useful for parsing/automation) b2c sites list --json use a specific instan...
53
18769 advanced-patterns josiahsiegel/claude-plugin-marketplace
Advanced T-SQL Patterns Advanced techniques for complex SQL Server scenarios. Quick Reference Pattern Selection Guide Task Pattern Hierarchical data Recursive CTE Top N per group ROW_NUMBER + CTE Correlated subquery alternative CROSS/OUTER APPLY Upsert (insert or update) MERGE Capture modified rows OUTPUT clause Historical data tracking Temporal tables High-throughput OLTP In-Memory OLTP Multiple aggregation levels ROLLUP/CUBE/GROUPING SETS Common Table Expressions (CTEs) Basic CTE WITH Recent...
53
18770 code-quality-auditor caomeiyouren/momei
Code Quality Auditor Skill (代码质量审计技能) 核心职责 (Responsibilities) 1. 自动化质量验证 (Automation) 静态检查 : 执行 pnpm lint 检查代码风格。 类型闭环 : 执行 pnpm typecheck 确保无 any 和类型断裂。 样式校验 : 执行 pnpm lint:css 确保 BEM 规范。 2. 安全审计 (Security) 🛡️ 漏洞扫描 : 检查 SQL 注入、XSS、CSRF 和未授权访问风险。 密钥检查 : 严禁代码中出现硬编码的 API Key、Token 或密钥。 鉴权逻辑 : 检查是否正确使用了 isAdmin() 等权限校验函数。 3. 规范对齐 (Standards) 命名规范 : 检查文件 kebab-case、国际化 snake_case 等命名。 i18n : 检查 UI 文本是否全部被 $t() 包裹。 代码味道 : 识别过长函数、死代码和重复逻辑。 指令 (Instructions) 路径感知与工作树隔离 : 审计工作应在具体的改动目录中执行。对于 master 分支的审...
53
18771 skaffold-standards laurigates/claude-plugins
Skaffold Standards Version: 2025.1 Standard Skaffold configuration for local Kubernetes development workflows using OrbStack and dotenvx. Standard Configuration API Version apiVersion : skaffold/v4beta13 kind : Config Always use the latest stable API version. Currently: skaffold/v4beta13 Build Configuration build : local : push : false Never push to registry for local dev useDockerCLI : true Use Docker CLI (better caching) useBuildkit : true Enable BuildKit for performance concurrency : 0 Un...
53
18772 helm-release-recovery laurigates/claude-plugins
Comprehensive guidance for recovering from failed Helm deployments, rolling back releases, and managing stuck or corrupted release states. When to Use Use this skill automatically when: - User needs to rollback a failed or problematic deployment - User reports stuck releases (pending-install, pending-upgrade) - User mentions failed upgrades or partial deployments - User needs to recover from corrupted release state - User wants to view release history - User needs to clean up failed rel...
53
18773 pikvm vm0-ai/vm0-skills
PiKVM Remote Control Control remote computers via PiKVM REST API with mouse, keyboard, and power management. When to Use Take screenshots of remote machine Move mouse and click Type text or press keyboard keys Execute keyboard shortcuts (Cmd+Space, Ctrl+Alt+Del, etc.) Power control (on/off/reset) Automate remote desktop operations Prerequisites export PIKVM_URL=https://pikvm.example.com export PIKVM_AUTH=admin:admin Get Credentials Access your PiKVM web interface Default credentials: admin:ad...
53
18774 bun test coverage secondsky/claude-skills
Bun has built-in code coverage reporting without additional dependencies. Enabling Coverage ``` Enable coverage bun test --coverage With threshold (fail if below) bun test --coverage --coverage-threshold 80 ``` Configuration in bunfig.toml ``` [test] coverage = true coverageThreshold = 0.8 80% minimum coverageDir = "./coverage" Patterns to ignore coverageSkipTestFiles = true ``` Coverage Output ``` ------------------|---------|---------|------------------- File | %...
53
18775 magento-xml-specialist maxnorm/magento2-agent-skills
Magento 2 XML Specialist Expert specialist in creating comprehensive, well-structured XML configurations that form the backbone of Magento 2 module architecture. When to Use Creating layout XML files Configuring dependency injection (di.xml) Setting up system configuration (system.xml) Defining module structure (module.xml) Creating database schemas (db_schema.xml) XML Configuration Types Layout XML Layout Instructions : Expert in layout instructions, containers, and blocks Page Layouts : Create...
53
18776 internal-email-composer onewave-ai/claude-skills
Internal Email Composer Casual but professional tone for team communication. Uses company-specific terminology with scannable format. Instructions You are an expert at internal communications. Write clear, scannable emails for team collaboration. Output Format Internal Email Composer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs Use Templates: Pro...
53
18777 human-architect-mindset bencium/bencium-claude-code-design-skill
Human Architect Mindset Overview AI can generate code. Someone must still decide what to build, whether it solves the problem, and if it can actually ship. This skill teaches the irreplaceable human capabilities in software architecture, built on a foundation of loyalty: Foundation: Loyalty - The capacity to maintain architectural commitments Five Pillars (built on this foundation): Domain Modeling - Understanding the actual problem space Systems Thinking - How components interact, what breaks a...
53
18778 duckducksearch xsailor511/duckduck-web-search
DuckDuckGo Search Skill Overview This skill provides web search capabilities using the DuckDuckGo search engine via the duckduckgo-search Python package. It enables text, image, video, and news searches with various filtering options. Installation pip install -U duckduckgo_search Core Functionality Text Search from duckduckgo_search import DDGS Basic text search results = DDGS ( ) . text ( "python programming" , max_results = 10 ) Advanced text search with filters results = DDGS ( ) . text ( k...
53
18779 mobile-first-design-rules oimiragieo/agent-studio
Mobile First Design Rules Skill Always design and implement for mobile screens first, then scale up to larger screens. Use Tailwind's responsive prefixes (sm:, md:, lg:, xl:) to adjust layouts for different screen sizes. Use Tailwind's text utilities with responsive prefixes to adjust font sizes across different screens. Consider using a fluid typography system for seamless scaling. Iron Laws ALWAYS write base styles for mobile first (no Tailwind prefix = mobile) — adding mobile overrides after ...
53
18780 mobile-app-interface qodex-ai/ai-agent-skills
Expo iOS Designer Core Design Prompt “Design a modern, clean iOS app using Expo and React Native that follows Apple’s Human Interface Guidelines: prioritize clear hierarchy and harmony; respect safe areas; use responsive Flexbox layouts and Dynamic Type with SF Pro; support dark mode with semantic system-friendly colors; keep minimum 44pt touch targets; use native navigation patterns (tabs, stacks, modals) and standard gestures; apply Liquid Glass materials sparingly for overlays like bars, shee...
53
18781 code-audit 3stonebrother/code-audit
Code Audit Skill 专业代码安全审计技能 | Professional Code Security Audit 支持模式: quick / standard / deep When to Use This Skill This skill should be used when: User requests code audit , security audit , or vulnerability scanning User asks to check code security or find security issues User mentions /audit or /code-audit User wants to review code for vulnerabilities before deployment User needs penetration testing preparation or security assessment Trigger phrases: "审计这个项目" / "Audit this project" "检查代码安全" /...
53
18782 modsearch liustack/modsearch
ModSearch - Search Bridge Skill Use this skill when: User asks for web search, latest updates, or source-backed answers Current model/toolchain cannot perform direct search reliably You need structured search results before downstream summarization/fetch Prerequisites modsearch --version If using the default provider ( gemini-cli ), ensure Gemini CLI is installed and authenticated: gemini --version If missing: npm install -g @google/gemini-cli gemini Or run directly with npx (no global install r...
53
18783 performance-analysis ruvnet/claude-flow
Performance Analysis Skill Comprehensive performance analysis suite for identifying bottlenecks, profiling swarm operations, generating detailed reports, and providing actionable optimization recommendations. Overview This skill consolidates all performance analysis capabilities: Bottleneck Detection : Identify performance bottlenecks across communication, processing, memory, and network Performance Profiling : Real-time monitoring and historical analysis of swarm operations Report Generation : ...
53
18784 azure-ai-vision-imageanalysis-java sickn33/antigravity-awesome-skills
Azure AI Vision Image Analysis SDK for Java Build image analysis applications using the Azure AI Vision Image Analysis SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-vision-imageanalysis </ artifactId > < version > 1.1.0-beta.1 </ version > </ dependency > Client Creation With API Key import com . azure . ai . vision . imageanalysis . ImageAnalysisClient ; import com . azure . ai . vision . imageanalysis . ImageAnalysisClientBuilder ; import ...
53
18785 umbraco-skill-code-analyzer umbraco/umbraco-cms-backoffice-skills
Umbraco Skill Code Analyzer Static analysis tool that validates code examples in SKILL.md files. What It Checks Import paths - Validates @umbraco-cms/backoffice/* imports against known modules Extension types - Checks type: values against known Umbraco extension types Deprecated patterns - Flags outdated code patterns TypeScript compilation - Optional syntax/type checking Usage cd .claude/skills/umbraco-skill-code-analyzer/scripts npm install --silent npx tsx analyze-code.ts Environment Variable...
53
18786 state-management mgd34msu/goodvibes-plugin
State Management When to use this skill 전역 상태 필요: 여러 컴포넌트가 같은 데이터 공유 Props Drilling 문제: 5단계 이상 props 전달 복잡한 상태 로직: 인증, 장바구니, 테마 등 상태 동기화: 서버 데이터와 클라이언트 상태 동기화 Instructions Step 1: 상태 범위 결정 로컬 vs 전역 상태를 구분합니다. 판단 기준: 로컬 상태: 단일 컴포넌트에서만 사용 폼 입력값, 토글 상태, 드롭다운 열림/닫힘 useState, useReducer 사용 전역 상태: 여러 컴포넌트에서 공유 사용자 인증, 장바구니, 테마, 언어 설정 Context API, Redux, Zustand 사용 예시: // ✅ 로컬 상태 (단일 컴포넌트) function SearchBox() { const [query, setQuery] = useState(''); const [isOpen, setIsOpen] = useState(fa...
53
18787 docs-latex laurigates/claude-plugins
Markdown to LaTeX Conversion Convert Markdown documents to professional LaTeX with advanced typesetting, TikZ/PGFPlots visualizations, and PDF compilation. When to Use This Skill Use this skill when... Use another skill when... Converting Markdown to presentation-quality PDF Writing Markdown documentation ( /docs:generate ) Creating reports with diagrams and visualizations Simple text formatting Generating print-ready strategic documents Creating HTML documentation Building lifecycle reports wit...
53
18788 prowler-commit prowler-cloud/prowler
Critical Rules ALWAYS use conventional-commits format: type(scope): description ALWAYS keep the first line under 72 characters ALWAYS ask for user confirmation before committing NEVER be overly specific (avoid counts like "6 subsections", "3 files") NEVER include implementation details in the title NEVER use -n flag unless user explicitly requests it NEVER use git push --force or git push -f (destructive, rewrites history) NEVER proactively offer to commit - wait for user to explicitly request i...
53
18789 context manager eddiebe147/claude-settings
Context Manager The Context Manager skill helps you optimize conversation context to maintain Claude's effectiveness throughout long sessions. It tracks context window usage, identifies when to summarize or prune context, and helps you structure conversations to keep relevant information accessible while staying within token limits. This skill is essential for complex, multi-day projects where conversation history grows large. It helps you decide what to preserve, what to summarize, and what to ...
53
18790 brand-consistency-checker onewave-ai/claude-skills
Brand Consistency Checker Scan documents and slides for off-brand colors, fonts, and logos. Validate against brand guidelines and suggest corrections. Instructions You are an expert at brand management and design systems. Review materials for brand consistency, identify violations, and provide correction recommendations. Output Format Brand Consistency Checker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best P...
53
18791 testing-strategy mgd34msu/goodvibes-plugin
Testing Strategy Design effective testing strategies balancing coverage, speed, and maintenance. Testing Pyramid / E2E \ Few, slow, high confidence / Integration \ Some, medium speed / Unit Tests \ Many, fast, focused Strategy by Component Type API endpoints : Unit tests for business logic, integration tests for HTTP layer, contract tests for consumers Data pipelines : Input validation, transformation correctness, idempotency tests Frontend : Component tests, interaction test...
53
18792 agentstack-wrapper i-am-bee/agentstack
Agent Stack Wrapper Integration guide for wrapping Python agents for Agent Stack platform. Table of Contents Security Requirements Constraints (must follow) Integration Workflow Checklist Readiness Check (before Step 1) Step 1 – Study the Project Step 2 – Classify the Agent Step 3 – Add and Install Dependencies Step 4 – Create the Server Wrapper & Entrypoint Step 5 – Wire LLM / Services via Extensions Step 6 – Error Handling Step 7 – Forms (Single-Turn Structured Input) Step 7b – Adapt File Inpu...
53
18793 sentry-monitoring oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Sentry Monitoring Skill Overview Provides 90%+ context savings vs raw Sentry API calls. Progressive disclosure by feature category: error tracking, performance monitoring, release management, and project configuration. Requirements Sentry account with project configured SENTRY_AUTH_TOKEN environment variable (optional, for authenticated API calls) SENTRY_ORG environment variable (optional, defaults to first orga...
53
18794 adf-master josiahsiegel/claude-plugin-marketplace
Azure Data Factory Master Knowledge Base 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEV...
53
18795 mutation-testing laurigates/claude-plugins
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
53
18796 documentation kubb-labs/kubb
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...
53
18797 excel-pivot-wizard jst-well-dan/skill-box
Excel Pivot Wizard Overview Creates advanced pivot tables with calculated fields, slicers, and dynamic dashboards for data analysis and reporting. Prerequisites Excel or compatible spreadsheet software Tabular data with headers Clear understanding of analysis dimensions and measures Instructions Verify source data is in tabular format with headers Create pivot table from data range Configure rows, columns, values, and filters Add calculated fields for custom metrics Insert slicers for interact...
53
18798 better-auth-protected-routes andrelandgraf/fullstackrecipes
Better Auth Protected Routes To set up Better Auth Protected Routes, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-protected-routes If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-protected-routes
53
18799 ln-820-dependency-optimization-coordinator levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-820-dependency-optimization-coordinator Type: L2 Domain Coordinator Category: 8XX Optimization Parent: ln-700-project-bootstrap Coordinates dependency upgrades by detecting package managers and delegating to appropriate L3 workers. Overview Aspect Details Input Detected stack from ln-700 Output All dependencies upgraded ...
53
18800 shader-noise bbeierle12/skill-mcp-claude
Shader Noise Procedural noise creates natural-looking randomness. Unlike random(), noise is coherent—nearby inputs produce nearby outputs. Quick Start // Simple usage float n = snoise(uv * 5.0); // Simplex 2D float n = snoise(vec3(uv, uTime)); // Animated 3D float n = fbm(uv, 4); // Layered detail // Common range adjustments float n01 = n * 0.5 + 0.5; // [-1,1] → [0,1] float sharp = step(0.0, n); // Binary threshold float smooth...
53