███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10301 | wp-plugin-development | automattic/agent-skills |
WP Plugin Development When to use Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classes) adding hooks/actions/filters activation/deactivation/uninstall behavior and migrations adding settings pages / options / admin UI (Settings API) security fixes (nonces, capabilities, sanitization/escaping, SQL safety) packaging a release (build artifacts, readme, assets) Inputs required Repo root + target plugin(s) (path to plugin main file ...
|
130 |
| 10302 | tauri | hairyf/skills |
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...
|
130 |
| 10303 | axiom-memory-debugging | charleswiltgen/axiom |
Memory Debugging Overview Memory issues manifest as crashes after prolonged use. Core principle 90% of memory leaks follow 3 patterns (retain cycles, timer/observer leaks, collection growth). Diagnose systematically with Instruments, never guess. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app crashes after 10-15 minutes of use, but there are no error messages. How do I figure out what's leaking?" → The skill covers systematic Instru...
|
130 |
| 10304 | data-analysis | casper-studios/casper-marketplace |
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...
|
130 |
| 10305 | csv-analyzer | casper-studios/casper-marketplace |
CSV Analyzer Overview Comprehensive CSV data analysis and visualization engine. Run the script, then use this guide to interpret results and provide insights to users. Quick Start cd ~/.claude/skills/csv-analyzer/scripts export $( grep -v '^' /path/to/project/.env | xargs 2 > /dev/null ) python3 analyze_csv.py /path/to/data.csv Chart Selection Decision Tree IMPORTANT : Choose charts based on what the user needs to understand: What is the user trying to understand? │ ├── "What does my data look l...
|
129 |
| 10306 | color-theory-palette-harmony-expert | erichowens/some_claude_skills |
Color Theory & Palette Harmony Expert You are a world-class expert in perceptual color science for computational photo composition. You combine classical color theory with modern optimal transport methods for collage creation. When to Use This Skill ✅ Use for: Palette-based photo selection for collages Warm/cool color alternation algorithms Hue-sorted photo sequences (rainbow gradients) Palette compatibility using earth-mover distance Diversity penalties to avoid color monotony Global color ...
|
129 |
| 10307 | supabase-expert | eddiebe147/claude-settings |
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
|
129 |
| 10308 | frontend-security | schalkneethling/webdev-agent-skills |
Frontend Security Audit Skill Perform comprehensive security audits of frontend codebases to identify vulnerabilities, bad practices, and missing protections. Audit Process Scan for dangerous patterns - Search codebase for known vulnerability indicators Review framework-specific risks - Check for framework security bypass patterns Validate defensive measures - Verify CSP, CSRF tokens, input validation Check dependencies - Review npm/node dependencies for vulnerabilities Report findings - Categ...
|
129 |
| 10309 | home-assistant-awtrix | bradsjm/hassio-addons |
AWTRIX Workflow Use the bundled awtrix_fs.py script for deterministic filesystem operations and LaMetric icon imports. Use absolute device paths (leading / ) to avoid firmware path errors. Use references for endpoint behavior and MQTT/HA integration patterns. Quick start All script and reference files are relative to the location of this SKILL.md file. python3 scripts/awtrix_fs.py --host < ip > status python3 scripts/awtrix_fs.py --host < ip > icons list python3 scripts/awtrix_fs.py --host < ip ...
|
129 |
| 10310 | flutter-duit-bdui | madteacher/mad-agents-skills |
Fluttter Duit Backend-driven UI Overview Duit enables backend-driven UI in Flutter applications. The server controls both data and layout via JSON, allowing UI updates without app releases. Quick Start Add dependency to pubspec.yaml Initialize DuitRegistry (optional: with themes/custom widgets) Create XDriver (HTTP, WebSocket, or static) Wrap UI in DuitViewHost Server sends JSON layouts → Duit renders them Prerequisites SDK Requirements - Dart SDK : > =3.4.4 <4.0.0 - Flutter : > =3.24.0 Add Depe...
|
129 |
| 10311 | data-researcher | 404kidwiz/claude-supercode-skills |
Data Researcher Agent Purpose Provides data discovery and analysis expertise specializing in extracting actionable insights from complex datasets, identifying patterns and anomalies, and transforming raw data into strategic intelligence. Excels at multi-source data integration, advanced analytics, and data-driven decision support. When to Use Performing exploratory data analysis (EDA) on complex datasets Identifying patterns, correlations, and anomalies in data Integrating data from multiple s...
|
129 |
| 10312 | self-reflection | hopyky/self-reflection |
🪞 Self-Reflection A skill for continuous self-improvement. The agent tracks mistakes, lessons learned, and improvements over time through regular heartbeat-triggered reflections. Quick Start Check if reflection is needed self-reflection check Log a new reflection self-reflection log "error-handling" "Forgot timeout on API call" "Always add timeout=30" Read recent lessons self-reflection read View statistics self-reflection stats How It Works Heartbeat (60m) → Agent reads HEARTBEAT.md → Runs ...
|
129 |
| 10313 | axiom-haptics | charleswiltgen/axiom |
Haptics & Audio Feedback Comprehensive guide to implementing haptic feedback on iOS. Every Apple Design Award winner uses excellent haptic feedback - Camera, Maps, Weather all use haptics masterfully to create delightful, responsive experiences. Overview Haptic feedback provides tactile confirmation of user actions and system events. When designed thoughtfully using the Causality-Harmony-Utility framework, axiom-haptics transform interfaces from functional to delightful. This skill covers bo...
|
129 |
| 10314 | postgresql-psql | timelessco/recollect |
PostgreSQL psql Skill PostgreSQL psql (PostgreSQL interactive terminal) is the primary command-line client for interacting with PostgreSQL databases. It provides both interactive query execution and powerful scripting capabilities for database management and administration. When to Use This Skill Use this skill when: Connecting to PostgreSQL databases from the command line Executing SQL queries interactively Writing SQL scripts for automation Creating and managing databases and schemas Manag...
|
129 |
| 10315 | deep-analysis | cyberkaida/reverse-engineering-assistant |
Deep Analysis Purpose You are a focused reverse engineering investigator. Your goal is to answer specific questions about binary behavior through systematic, evidence-based analysis while improving the Ghidra database to aid understanding. Unlike binary-triage (breadth-first survey), you perform depth-first investigation : Follow one thread completely before branching Make incremental improvements to code readability Document all assumptions with evidence Return findings with new investigation t...
|
129 |
| 10316 | axiom-swiftui-nav | charleswiltgen/axiom |
SwiftUI Navigation When to Use This Skill Use when: Choosing navigation architecture (NavigationStack vs NavigationSplitView vs TabView) Implementing programmatic navigation with NavigationPath Setting up deep linking and URL routing Implementing state restoration for navigation Adopting Tab/Sidebar patterns (iOS 18+) Implementing coordinator/router patterns Requesting code review of navigation implementation before shipping Related Skills Use axiom-swiftui-nav-diag for systematic troubleshoot...
|
129 |
| 10317 | ui-ux-polish | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
UI/UX Polish — Iterative Enhancement Workflow When to Use: This is for when your site/app already works and looks decent and you want to improve it. There's a different approach when it looks bad and needs a complete overhaul. Key Insight: Something about asking for agreement from the model ("don't you agree?") somehow motivates it to polish things up better. Also, instructing it to separately think through desktop vs mobile leads to much better outcomes. The Workflow Overview App already wor...
|
129 |
| 10318 | tooluniverse-crispr-screen-analysis | mims-harvard/tooluniverse |
ToolUniverse CRISPR Screen Analysis Comprehensive skill for analyzing CRISPR-Cas9 genetic screens to identify essential genes, synthetic lethal interactions, and therapeutic targets through robust statistical analysis and pathway enrichment. Overview CRISPR screens enable genome-wide functional genomics by systematically perturbing genes and measuring fitness effects. This skill provides an 8-phase workflow for: Processing sgRNA count matrices Quality control and normalization Gene-level essenti...
|
128 |
| 10319 | axiom-ios-ml | charleswiltgen/axiom |
iOS Machine Learning Router You MUST use this skill for ANY on-device machine learning or speech-to-text work. When to Use Use this router when: Converting PyTorch/TensorFlow models to CoreML Deploying ML models on-device Compressing models (quantization, palettization, pruning) Working with large language models (LLMs) Implementing KV-cache for transformers Using MLTensor for model stitching Building speech-to-text features Transcribing audio (live or recorded) Routing Logic CoreML Work Im...
|
128 |
| 10320 | axiom-swiftui-nav-diag | charleswiltgen/axiom |
SwiftUI Navigation Diagnostics Overview Core principle 85% of navigation problems stem from path state management errors, view identity issues, or placement mistakes—not SwiftUI defects. SwiftUI's navigation system is used by millions of apps and handles complex navigation patterns reliably. If your navigation is failing, not responding, or behaving unexpectedly, the issue is almost always in how you're managing navigation state, not the framework itself. This skill provides systematic diagno...
|
128 |
| 10321 | shopware6-best-practices | bartundmett/skills |
Shopware 6 Best Practices Comprehensive best practices guide for Shopware 6.6+ development, designed for AI agents and LLMs helping agency developers. Contains 77 rules across 22 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Developing custom Shopware 6 plugins Creating or modifying Store API or Admin API endpoints Working with the Data Abstraction Layer (DAL) Implementing event subscribers and decorators ...
|
128 |
| 10322 | research | tavily-ai/tavily-plugins |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
|
128 |
| 10323 | swiftui-code-review | existential-birds/beagle |
SwiftUI Code Review Quick Reference Issue Type Reference View extraction, modifiers, body complexity references/view-composition.md @State, @Binding, @Observable, @Bindable references/state-management.md LazyStacks, AnyView, ForEach, identity references/performance.md VoiceOver, Dynamic Type, labels, traits references/accessibility.md Review Checklist View body under 10 composed elements (extract subviews) Modifiers in correct order (padding before background) @StateObject for view-owned obje...
|
128 |
| 10324 | google-drive | odyssey4me/agent-skills |
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
|
128 |
| 10325 | aws-serverless-eda | zxkane/aws-skills |
AWS Serverless & Event-Driven Architecture This skill provides comprehensive guidance for building serverless applications and event-driven architectures on AWS based on Well-Architected Framework principles. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation -...
|
128 |
| 10326 | specstory-session-summary | specstoryai/agent-skills |
You will analyze recent SpecStory session history files to provide a standup-style summary. Argument provided: `$ARGUMENTS` (default: 5 sessions, or "today" for today's sessions only) Your Task Step 1: Find Recent Sessions First, check if the SpecStory history folder exists and list recent session files: ``` ls -t .specstory/history/*.md 2>/dev/null | head -20 ``` If no `.specstory/history` folder exists or it's empty, respond with: No SpecStory session history found in this directory....
|
128 |
| 10327 | java-pro | rmyndharis/antigravity-skills |
Use this skill when Working on java pro tasks or workflows Needing guidance, best practices, or checklists for java pro Do not use this skill when The task is unrelated to java pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Java expert speci...
|
128 |
| 10328 | create-promo-video | alentodorov/create-promo-video |
Create Promo Video You are an expert videographer and motion designer specializing in creating engaging promotional short-form videos for software projects. Your goal is to create a TikTok-style promotional video that showcases the project's key features and value proposition. Workflow Step 1: Understand the Project First, analyze the project to understand what it does: Read the README.md if it exists Check package.json, Cargo.toml, pyproject.toml, or similar for project metadata Look at the...
|
128 |
| 10329 | axiom-swiftui-debugging-diag | charleswiltgen/axiom |
SwiftUI Debugging Diagnostics When to Use This Diagnostic Skill Use this skill when: Basic troubleshooting failed — Applied axiom-swiftui-debugging skill patterns but issue persists Self._printChanges() shows unexpected patterns — View updating when it shouldn't, or not updating when it should Intermittent issues — Works sometimes, fails other times ("heisenbug") Complex dependency chains — Need to trace data flow through multiple views/models Performance investigation — Views updating too oft...
|
128 |
| 10330 | transcript-search | casper-studios/casper-marketplace |
Transcript Search Overview Search and retrieve meeting transcripts from Fireflies.ai and Google Drive with full text and speaker attribution. Quick Decision Tree Where are your transcripts? │ ├── Fireflies.ai (API) │ └── references/fireflies.md │ └── Script: scripts/fireflies_transcript_search.py │ └── Google Drive (uploaded files) └── references/drive-transcripts.md └── Script: scripts/gdrive_transcript_search.py Environment Setup For Fireflies FIREFLIES_API_KEY = your_api_key For Google ...
|
128 |
| 10331 | google-workspace | casper-studios/casper-marketplace |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
127 |
| 10332 | volcengine-video-understanding | freestylefly/canghe-skills |
火山视频理解 使用字节跳动火山方舟视频理解 API(doubao-seed-2-0-pro-260215 等模型)对视频进行深度理解和分析。 推荐方式 :Files API 上传 + Responses API 分析 支持最大 512MB 视频文件 自动视频预处理(FPS采样) 文件可重复使用(存储7天) 功能 视频上传 :通过 Files API 上传本地视频(推荐,最大512MB) 内容理解 :分析视频场景、人物、动作、情感 视频问答 :基于视频内容回答用户问题 视频描述 :自动生成视频描述和摘要 前置要求 需要设置 ARK_API_KEY 环境变量。 配置方式(推荐) 复制配置模板: cp .canghe-skills/.env.example .canghe-skills/.env 编辑 .canghe-skills/.env 文件,填写你的 API Key: ARK_API_KEY=your-actual-api-key-here 或使用环境变量 export ARK_API_KEY = "your-api-key" 加载优先级 系统环境变量 ( process.env ) ...
|
127 |
| 10333 | axiom-performance-profiling | charleswiltgen/axiom |
Performance Profiling Overview iOS app performance problems fall into distinct categories, each with a specific diagnosis tool. This skill helps you choose the right tool, use it effectively, and interpret results correctly under pressure. Core principle: Measure before optimizing. Guessing about performance wastes more time than profiling. Requires: Xcode 15+, iOS 14+ Related skills: axiom-swiftui-performance (SwiftUI-specific profiling with Instruments 26), axiom-memory-debugging (memory le...
|
127 |
| 10334 | axiom-cloud-sync | charleswiltgen/axiom |
Cloud Sync Overview Core principle: Choose the right sync technology for the data shape, then implement offline-first patterns that handle network failures gracefully. Two fundamentally different sync approaches: CloudKit — Structured data (records with fields and relationships) iCloud Drive — File-based data (documents, images, any file format) Quick Decision Tree What needs syncing? ├─ Structured data (records, relationships)? │ ├─ Using SwiftData? → SwiftData + CloudKit (easiest, iOS 17+...
|
127 |
| 10335 | githuman | mcollina/githuman-skills |
When to use Use this skill whenever you are working with GitHuman to review AI-generated code changes before committing them. GitHuman provides a web interface for visual code review with inline comments, suggestions, and todo management. How to use Read individual rule files for detailed explanations and examples: rules/installation.md - Installing and running GitHuman rules/review-workflow.md - Complete workflow for reviewing AI-generated changes rules/staging.md - Staging files for review...
|
127 |
| 10336 | framer-code-components-overrides | fredm00n/framerlabs |
Code Components: Custom React components added to canvas. Support `addPropertyControls`. Code Overrides: Higher-order components wrapping existing canvas elements. Do NOT support `addPropertyControls`. Required Annotations Always include at minimum: ``` / * @framerDisableUnlink * @framerIntrinsicWidth 100 * @framerIntrinsicHeight 100 */ ``` Full set: - `@framerDisableUnlink` — Prevents unlinking when modified - `@framerIntrinsicWidth` / `@framerIntrinsicHeight` — Default dimensions ...
|
127 |
| 10337 | video-production | casper-studios/casper-marketplace |
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
|
127 |
| 10338 | gitlab code review | dedalus-erp-pas/foundation-skills |
Perform comprehensive code reviews of GitLab merge requests, providing actionable feedback on code quality, security, performance, and best practices. GitLab Instance Configuration This skill is configured for a self-hosted GitLab instance: - GitLab URL: [https://gitlab-erp-pas.dedalus.lan](https://gitlab-erp-pas.dedalus.lan) - All project identifiers, URLs, and references should use this self-hosted instance - Ensure you have appropriate access credentials configured for this GitLab serve...
|
127 |
| 10339 | devtu-github | mims-harvard/tooluniverse |
DevTU GitHub Workflow Safely push ToolUniverse code to GitHub by enforcing pre-push cleanup, pre-commit hooks, and test validation. Instructions When the user wants to push code, fix CI, or prepare a commit, follow this workflow: Phase 1: Pre-Push Cleanup Move temp files out of root - session docs and ad-hoc test scripts must NOT be pushed: Move session markdown files to temp_docs_and_tests/ for f in $( ls *.md 2 > /dev/null | grep -v README.md | grep -v CHANGELOG.md | grep -v LICENSE.md ) ; do...
|
127 |
| 10340 | composio-connect | casper-studios/casper-marketplace |
Composio Connect Overview Universal action executor for 1,000+ apps. This is a fallback skill - only use when no other skill covers the requested service. When to Use This Skill ┌─────────────────────────────────────────────────────────────────┐ │ DECISION: Should I use Composio? │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ 1. Does another skill already handle this servic...
|
127 |
| 10341 | realtime-monitor | chengzuopeng/stock-sdk-mcp |
🔔 实时监控 描述 你是一个股票实时监控助手,能够帮助用户跟踪一组自选股的实时行情,并在价格变化时提供及时的信息更新。 能力范围 批量查询多只股票的实时行情 跨市场监控(A 股 + 港股 + 美股混合) 识别异动股票(大涨/大跌) 比较持仓盈亏情况 使用方法 用户可以通过以下方式触发: "帮我看看这几只股票:茅台、腾讯、苹果" "查一下我的持仓:600519 买入价 1400,00700 买入价 350" "监控一下创业板 ETF 和纳指 ETF" 执行步骤 步骤 1: 解析用户的股票列表 从用户输入中提取: 股票名称/代码列表 买入价格(如有) 持仓数量(如有) 步骤 2: 查询实时行情 使用 get_quotes_by_query 批量查询: { "tool" : "get_quotes_by_query" , "arguments" : { "queries" : [ "茅台" , "腾讯" , "苹果" ] } } 或使用分市场精确查询: { "tool" : "get_a_share_quotes" , "arguments" : { "codes" : [ "sh60051...
|
126 |
| 10342 | axiom-vision-ref | charleswiltgen/axiom |
Vision Framework API Reference Comprehensive reference for Vision framework computer vision: subject segmentation, hand/body pose detection, person detection, face analysis, text recognition (OCR), barcode detection, and document scanning. When to Use This Reference Implementing subject lifting using VisionKit or Vision Detecting hand/body poses for gesture recognition or fitness apps Segmenting people from backgrounds or separating multiple individuals Face detection and landmarks for AR effe...
|
126 |
| 10343 | actionbook-scraper | actionbook/actionbook |
Actionbook Scraper Skill ⚠️ CRITICAL: Two-Part Verification Every generated script MUST pass BOTH checks: Check What to Verify Failure Example Part 1: Script Runs No errors, no timeouts Selector not found Part 2: Data Correct Content matches expected Extracted "Click to expand" instead of name ┌─────────────────────────────────────────────────────┐ │ 1. Generate Script │ │ ↓ │ │ 2. Execute Script ...
|
126 |
| 10344 | competitive-analyst | 404kidwiz/claude-supercode-skills |
Competitive Analyst Agent Purpose Provides competitive intelligence and strategic analysis expertise specializing in systematic competitor analysis, market positioning assessment, and strategic advantage identification. Excels at multi-dimensional competitive landscape mapping, capability assessment, and strategic recommendation development. When to Use Conducting systematic competitor analysis and mapping Assessing market positioning and competitive advantages Evaluating competitor capabil...
|
126 |
| 10345 | readme-generator | jeremylongshore/claude-code-plugins-plus-skills |
Readme Generator Purpose This skill provides automated assistance for readme generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "readme generator" in your request Ask about readme generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for readme generator Follows industry be...
|
126 |
| 10346 | tanstack-table | casper-studios/casper-marketplace |
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
|
126 |
| 10347 | axiom-sqlitedata-ref | charleswiltgen/axiom |
SQLiteData Advanced Reference Overview Advanced query patterns and schema composition techniques for SQLiteData by Point-Free. Built on GRDB and StructuredQueries. For core patterns (CRUD, CloudKit setup, @Table basics), see the axiom-sqlitedata discipline skill. This reference covers advanced querying, schema composition, views, and custom aggregates. Requires iOS 17+, Swift 6 strict concurrency Framework SQLiteData 1.4+ Column Groups and Schema Composition SQLiteData provides powerful to...
|
126 |
| 10348 | axiom-cloud-sync-diag | charleswiltgen/axiom |
iCloud Sync Diagnostics Overview Core principle 90% of cloud sync problems stem from account/entitlement issues, network connectivity, or misunderstanding sync timing—not iCloud infrastructure bugs. iCloud (both CloudKit and iCloud Drive) handles billions of sync operations daily across all Apple devices. If your data isn't syncing, the issue is almost always configuration, connectivity, or timing expectations. Red Flags — Suspect Cloud Sync Issue If you see ANY of these: Files/data not app...
|
126 |
| 10349 | alicloud-network-esa | cinience/alicloud-skills |
Category: service Edge Security Acceleration (ESA) Validation mkdir -p output/alicloud-network-esa python -m py_compile skills/network/esa/alicloud-network-esa/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-network-esa/validate.txt Pass criteria: command exits 0 and output/alicloud-network-esa/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-network-esa/ . Keep command parameters and region scope in evidence ...
|
126 |
| 10350 | sentry-react-native-setup | getsentry/sentry-agent-skills |
Sentry React Native Setup Install and configure Sentry in React Native projects using the official wizard CLI. Invoke This Skill When User asks to "add Sentry to React Native" or "install Sentry" in a React Native app User wants error monitoring, logging, or tracing in React Native or Expo User mentions "@sentry/react-native" or mobile error tracking Wizard Setup (Recommended) npx @sentry/wizard@latest -i reactNative What the Wizard Does Task Description Install SDK Adds @sentry/react-native ...
|
126 |