███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8751 | docker-security-guide | josiahsiegel/claude-plugin-marketplace |
🚨 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 NEVER create new documentation files unless ...
|
235 |
| 8752 | wordpress-security-validation | bobmatnyc/claude-mpm-skills |
WordPress Security & Data Validation Version: 1.0.0 Target: WordPress 6.7+ | PHP 8.3+ Skill Level: Intermediate to Advanced Overview Security is not optional in WordPress development—it's fundamental. This skill teaches the three-layer security model that prevents XSS, CSRF, SQL injection, and other common web vulnerabilities through proper input sanitization, business logic validation, and output escaping. The Golden Rule: "Sanitize on input, validate for logic, escape on output." Why This...
|
235 |
| 8753 | sentiment-analysis-trading | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
235 |
| 8754 | oiloil-ui-ux-guide | oil-oil/oiloil-ui-ux-guide |
OilOil UI/UX Guide (Modern Minimal) Use this skill in two modes: guide : Provide compact principles and concrete do/don't rules for modern clean UI/UX. review : Review an existing UI (screenshot / mock / HTML / PR) and output prioritized, actionable fixes. Keep outputs concise. Prefer bullets, not long paragraphs. Workflow (pick one) 1) guide workflow Identify the surface: marketing page / dashboard / settings / creation flow / list-detail / form. Identify the primary user task and primary CTA. ...
|
235 |
| 8755 | anti-slop | rand/cc-polymath |
Anti-Slop Skill Detect and eliminate generic AI-generated patterns ("slop") across natural language, code, and design. What is AI Slop? AI slop refers to telltale patterns that signal low-quality, generic AI-generated content: Text: Overused phrases like "delve into," excessive buzzwords, meta-commentary Code: Generic variable names, obvious comments, unnecessary abstraction Design: Cookie-cutter layouts, generic gradients, overused visual patterns This skill helps identify and remove these...
|
235 |
| 8756 | meeting-insights-analyzer | davila7/claude-code-templates |
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
|
235 |
| 8757 | railway-docs | davila7/claude-code-templates |
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
|
235 |
| 8758 | nnsight-remote-interpretability | davila7/claude-code-templates |
nnsight: Transparent Access to Neural Network Internals nnsight (/ɛn.saɪt/) enables researchers to interpret and manipulate the internals of any PyTorch model, with the unique capability of running the same code locally on small models or remotely on massive models (70B+) via NDIF. GitHub: ndif-team/nnsight (730+ stars) Paper: NNsight and NDIF: Democratizing Access to Foundation Model Internals (ICLR 2025) Key Value Proposition Write once, run anywhere: The same interpretability code works o...
|
235 |
| 8759 | gptq | davila7/claude-code-templates |
GPTQ (Generative Pre-trained Transformer Quantization) Post-training quantization method that compresses LLMs to 4-bit with minimal accuracy loss using group-wise quantization. When to use GPTQ Use GPTQ when: Need to fit large models (70B+) on limited GPU memory Want 4× memory reduction with <2% accuracy loss Deploying on consumer GPUs (RTX 4090, 3090) Need faster inference (3-4× speedup vs FP16) Use AWQ instead when: Need slightly better accuracy (<1% loss) Have newer GPUs (Ampere, Ada) W...
|
235 |
| 8760 | deepchem | davila7/claude-code-templates |
DeepChem Overview DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through specialized neural networks, molecular featurization methods, and pretrained models. When to Use This Skill This skill should be used when: Loading and processing molecular data (SMILES strings, SDF files, protein sequences) Predicting molecular properti...
|
235 |
| 8761 | railway-environment | davila7/claude-code-templates |
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Shell Escaping CRITICAL: When running GraphQL queries via bash, you MUST wrap in heredoc to prevent shell escaping issues: bash <<'SCRIPT' ${CLAUDE_PLUGIN_ROOT}/skills/lib/railway-api.sh 'query ...' '{"var": "value"}' SCRIPT Without the heredoc wrapper, multi-line commands break and exclamation marks in GraphQL non-null types get escaped, causing query failures. When to Use User wants to crea...
|
235 |
| 8762 | frontend-dev-guidelines | mrgoonie/claudekit-skills |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
235 |
| 8763 | rwkv-architecture | davila7/claude-code-templates |
RWKV - Receptance Weighted Key Value Quick start RWKV (RwaKuv) combines Transformer parallelization (training) with RNN efficiency (inference). Installation: Install PyTorch pip install torch --upgrade --extra-index-url https://download.pytorch.org/whl/cu121 Install dependencies pip install pytorch-lightning==1.9.5 deepspeed wandb ninja --upgrade Install RWKV pip install rwkv Basic usage (GPT mode + RNN mode): import os from rwkv.model import RWKV os.environ["RWKV_JIT_ON"] = '1' os.e...
|
235 |
| 8764 | agile-workflow | jwynia/agent-skills |
Agile Workflow Orchestrator A skill that guides agents through structured agile development workflows by intelligently invoking commands in sequence. Uses checkpoint-based flow control to auto-progress between steps while pausing at key decision points. When to Use This Skill Use this skill when: Starting work for the day ("run morning standup", "start my day") Working on a task ("implement next task", "continue working") Completing a development cycle ("finish this task", "prepare PR") Runn...
|
235 |
| 8765 | product-analysis | jwynia/agent-skills |
Product Analysis: Competitive Diagnostic Skill You are a competitive product analysis diagnostician. Your role is to identify what state a product analysis is in and what it needs to move toward strategic decisions. Core Principle Competitive analysis is not feature comparison—it's understanding which jobs customers hire products for, who those customers are, what features serve those jobs, and whether you should build, buy, or partner. This is not a linear checklist (list competitors → count fe...
|
235 |
| 8766 | android-development | mindrally/skills |
Android Development Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app. Quick Reference Task Reference File Project structure & modules modularization.md Architecture layers (UI, Domain, Data) architecture.md Jetpack Compose patterns compose-patterns.md Gradle & build configuration gradle-setup.md Testing approach testing.md Workflow Decision Tree Creating a new project? → Read modularization.md for project structure...
|
235 |
| 8767 | transformers-huggingface | mindrally/skills |
Transformers and Hugging Face Development You are an expert in the Hugging Face ecosystem, including Transformers, Datasets, Tokenizers, and related libraries for machine learning. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in transformer workflows Use the Hugging Face API consistently and idiomatically Implement proper model loading, fine-tuning, and inference patterns Use descriptive variable names that r...
|
235 |
| 8768 | pubchem-database | davila7/claude-code-templates |
PubChem Database Overview PubChem is the world's largest freely available chemical database with 110M+ compounds and 270M+ bioactivities. Query chemical structures by name, CID, or SMILES, retrieve molecular properties, perform similarity and substructure searches, access bioactivity data using PUG-REST API and PubChemPy. When to Use This Skill This skill should be used when: Searching for chemical compounds by name, structure (SMILES/InChI), or molecular formula Retrieving molecular propert...
|
235 |
| 8769 | eve-job-lifecycle | incept5/eve-skillpacks |
Eve Job Lifecycle Use jobs as the unit of work and keep phases explicit. Phases idea -> backlog -> ready -> active -> review -> done or cancelled Jobs default to ready and can be scheduled immediately. Create jobs eve job create --description "..." Add details with --project , --priority , --phase , --labels , --review . Create sub-jobs with eve job create --parent <job-id> --description "..." . Update and complete eve job update <id> --phase <phase> eve job submit <id> --summary "..." eve job a...
|
235 |
| 8770 | eve-new-project-setup | incept5/eve-skillpacks |
Eve New Project Setup Use this after a developer has run eve init and needs to configure the project for Eve Horizon. Context The user has already run: npm install -g @eve-horizon/cli eve init my-project cd my-project This skill handles the remaining setup: profile, authentication, org/project registration, manifest customization, and git remote configuration. Step 1: Verify CLI eve --version If this fails, the CLI wasn't installed. Have them run: npm install -g @eve-horizon/cli Step 2: Profile ...
|
235 |
| 8771 | resend-integration-skills | gocallum/nextjs16-agent-skills |
Links Resend Official: https://resend.com Resend API Docs: https://resend.com/docs/api-reference Resend MCP Server: https://resend.com/docs/knowledge-base/mcp-server Resend MCP GitHub: https://github.com/resend/mcp-send-email MCP Protocol Spec: https://modelcontextprotocol.io GitHub MCP Registry: https://github.com/mcp VS Code Insider Setup: https://code.visualstudio.com/insiders Quick Start 1. Prerequisites Node.js 20 or higher (required - the MCP server specifies engines: { "node": ">=20" }) R...
|
235 |
| 8772 | tanstack-query | pproenca/dot-skills |
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
|
235 |
| 8773 | react | pproenca/dot-skills |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
235 |
| 8774 | conductor-status | sickn33/antigravity-awesome-skills |
Conductor Status Display the current status of the Conductor project, including overall progress, active tracks, and next actions. Use this skill when Working on conductor status tasks or workflows Needing guidance, best practices, or checklists for conductor status Do not use this skill when The task is unrelated to conductor status You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outc...
|
235 |
| 8775 | powersync | powersync-ja/agent-skills |
PowerSync Skills Best practices and expertise for building applications with PowerSync. Architecture flowchart LR subgraph BACKEND ["Your Backend"] direction TB DB[ "Backend Database (Postgres | MongoDB | MySQL | Supabase | …)" ] API ["Backend API (Your server / cloud functions)"] API -- "Applies writes" --> DB end subgraph PS_SERVICE ["PowerSync Service"] direction TB SYNC ["Partial Sync (sync rules filter data per user)"] end subgraph APP ["Your App"] direction TB SDK ["PowerSync SDK"] SQLITE ...
|
235 |
| 8776 | business-central-development | mindrally/skills |
Microsoft Dynamics 365 Business Central Development You are an expert in AL programming and Microsoft Dynamics 365 Business Central development, emphasizing clarity, modularity, and performance optimization. Key Principles Write clear, technical responses with precise AL examples Leverage built-in features and tools for maximum capability Follow AL naming conventions (PascalCase for public members, camelCase for private) Implement modular architecture using Business Central's object-based desi...
|
235 |
| 8777 | recommendation engine | aj-geddes/useful-ai-prompts |
Recommendation Engine Overview This skill provides comprehensive implementation of recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and hybrid approaches to predict user preferences and deliver personalized suggestions. When to Use Building personalized product recommendations for e-commerce platforms Creating content recommendation systems for streaming services, news platforms, or social media Implementing user-user or item-item collaborative...
|
235 |
| 8778 | survival analysis | aj-geddes/useful-ai-prompts |
Survival Analysis Overview Survival analysis studies time until an event occurs, handling censored data where events haven't happened for some subjects, enabling prediction of lifetimes and risk assessment. Key Concepts Survival Time : Time until event Censoring : Event not observed (subject dropped out) Hazard : Instantaneous risk at time t Survival Curve : Probability of surviving past time t Hazard Ratio : Relative risk between groups Common Models Kaplan-Meier : Non-parametric survival curve...
|
235 |
| 8779 | arize-trace | arize-ai/arize-skills |
Arize Trace Skill Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual spans, or ax traces export to download complete traces (all spans belonging to matching traces). Security: untrusted content guardrail. Exported span data contains user-gene...
|
235 |
| 8780 | flash-fiction | jwynia/agent-skills |
Flash Fiction Diagnostic Purpose Diagnose and fix problems in flash fiction and micro fiction (typically under 1500 words). Flash fiction demands exceptional craft efficiency—every word must serve multiple purposes. This skill identifies which dimension needs attention when a piece isn't working. Quick Reference State Signal Core Issue FF1 Opening doesn't hook Structure/Pacing problem FF2 Characters feel thin Character compression failure FF3 Beginning/ending disconnect Frame weakness FF4 Everyt...
|
235 |
| 8781 | link-purpose | accesslint/claude-marketplace |
You are an expert accessibility analyzer specializing in WCAG 2.4.4 Link Purpose (In Context) compliance. Your Role You analyze link text to ensure that the purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context. WCAG 2.4.4 Link Purpose (In Context) - Level A Requirement : The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined ...
|
235 |
| 8782 | huggingface-datasets | huggingface/skills |
Hugging Face Dataset Viewer Use this skill to execute read-only Dataset Viewer API calls for dataset exploration and extraction. Core workflow Optionally validate dataset availability with /is-valid . Resolve config + split with /splits . Preview with /first-rows . Paginate content with /rows using offset and length (max 100). Use /search for text matching and /filter for row predicates. Retrieve parquet links via /parquet and totals/metadata via /size and /statistics . Defaults Base URL: https:...
|
235 |
| 8783 | ln-521-test-researcher | 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. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Test Researcher Researches real-world problems and edge cases before test planning to ensure tests cover actual user pain points, not just AC. Purpose & Scope Rese...
|
235 |
| 8784 | readwise-cli | readwiseio/readwise-skills |
Readwise CLI Use the readwise command to access the user's Readwise highlights and Reader documents. Readwise has two products: Readwise — highlights from books, articles, podcasts, and more. Includes daily review and spaced repetition. Reader — a read-later app for saving and reading articles, PDFs, EPUBs, RSS feeds, emails, tweets, and videos. Setup If readwise is not installed: npm install -g @readwise/cli If not authenticated, ask the user for their Readwise access token (they can get one at...
|
235 |
| 8785 | tanstack-pacer | tanstack-skills/tanstack-skills |
Overview TanStack Pacer provides a unified, type-safe toolkit for controlling function execution timing. It offers class-based APIs, factory functions, and React hooks for debouncing, throttling, rate limiting, queuing, and batching. Core: @tanstack/pacer React: @tanstack/react-pacer Status: Beta Installation npm install @tanstack/pacer npm install @tanstack/react-pacer React hooks Debouncing Delays execution until after a period of inactivity. Class API import { Debouncer } from '@tanstack/pac...
|
235 |
| 8786 | senior-computer-vision | alirezarezvani/claude-skills |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production pattern...
|
234 |
| 8787 | claude-capabilities | jezweb/claude-skills |
Claude Capabilities Reference Claude's training data goes stale within weeks of major releases. This skill provides a current reference for Claude AI (web/app) and Claude Code (terminal/IDE) capabilities. Consult these references before making claims about features, limits, or availability. Quick Comparison Capability Claude AI Claude Code File system Container sandbox ( /mnt/user-data/outputs/ ) Full local filesystem Shell access None Bash tool Skills location Settings > Capabilities (zip uploa...
|
234 |
| 8788 | scene-structure-techniques | wordflowlab/novel-writer-skills |
场景结构写作技巧 什么是场景? 场景是实时发生的冲突单元,角色追求目标并面对障碍。 不是场景:说明、背景故事、旅行、时间流逝 是场景:争论、谈判、追逐、揭露 场景-续场模型 每个场景都应该遵循这个模式: 场景(行动) 续场(反应) ├── 目标 ├── 情绪 ├── 冲突 ├── 困境 └── 灾难/成功 └── 决定 场景结构(行动) 1. 目标 POV角色在这个场景想要什么? 必须是: 具体的:"拿到钥匙" 而非 "搞清楚事情" 可实现的:可能在这个场景成功或失败 紧迫的:现在重要,不是最终 你的角色的场景目标: [明确、具体、紧迫] 他们为什么现在想要这个?: [情境/紧迫性] 2. 冲突 什么阻止他们得到想要的? 冲突类型: 外部:另一个角色反对他们 环境:物理障碍 内部:他们自己的恐惧或犹豫 时间:时间不够 信息:缺少关键知识 最好的场景结合 2-3 种冲突类型。 你的场景冲突: [主要障碍] [次要障碍] [可选第三个] 3. 灾难或成功 ...
|
234 |
| 8789 | analytics-metrics | hoodini/ai-agents-skills |
Analytics & Metrics Dashboards Build data visualization components with Recharts. Quick Start npm install recharts Line Chart import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer, } from 'recharts'; const data = [ { month: 'Jan', revenue: 4000, users: 2400 }, { month: 'Feb', revenue: 3000, users: 1398 }, { month: 'Mar', revenue: 2000, users: 9800 }, { month: 'Apr', revenue: 2780, users: 3908 }, ]; function RevenueChart() { ret...
|
234 |
| 8790 | sql injection testing | davila7/claude-code-templates |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
234 |
| 8791 | onboarding-cro | davila7/claude-code-templates |
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before pr...
|
234 |
| 8792 | railway-templates | davila7/claude-code-templates |
Railway Templates Search and deploy services from Railway's template marketplace. When to Use User asks to "add Postgres", "add Redis", "add a database" User asks to "add Ghost", "add Strapi", "add n8n", or any other service User wants to find templates for a use case (e.g., "CMS", "storage", "monitoring") User asks "what templates are available?" User wants to deploy a pre-configured service Common Template Codes Category Template Code Databases PostgreSQL postgres Redis redis MySQL mysql ...
|
234 |
| 8793 | invoice-organizer | davila7/claude-code-templates |
Invoice Organizer This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort. When to Use This Skill Preparing for tax season and need organized records Managing business expenses across multiple vendors Organizing receipts from a messy folder or email downloads Setting up automated invoice filing for ongoing bookkeeping Archiving financial records by year or category Reconciling expenses for reimbursement Prep...
|
234 |
| 8794 | security scanning tools | davila7/claude-code-templates |
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
|
234 |
| 8795 | finishing-a-development-branch | davila7/claude-code-templates |
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
|
234 |
| 8796 | gwas-database | davila7/claude-code-templates |
GWAS Catalog Database Overview The GWAS Catalog is a comprehensive repository of published genome-wide association studies maintained by the National Human Genome Research Institute (NHGRI) and the European Bioinformatics Institute (EBI). The catalog contains curated SNP-trait associations from thousands of GWAS publications, including genetic variants, associated traits and diseases, p-values, effect sizes, and full summary statistics for many studies. When to Use This Skill This skill shoul...
|
234 |
| 8797 | connectors-available | hummingbot/skills |
connectors-available Test which exchange connectors are accessible from your location and search for tokens across all available exchanges. Shows trading rules including minimum order sizes, price increments, and supported order types. Workflow Step 1: Test Connectors Ask user which connectors to test: All connectors Spot only Perpetual only Specific exchanges Step 2: Run Tests & Save Rules ./scripts/test_all.sh --timeout 10 Fetches trading rules from each connector. If data returns, it's access...
|
234 |
| 8798 | claim-investigation | jwynia/agent-skills |
Claim Investigation: Systematic Fact-Checking Skill You help systematically investigate claims from social media and other sources, separating verifiable facts from narrative interpretation and identifying what can and cannot be confirmed. Core Principle Complex claims typically combine verifiable facts with unverifiable interpretations. Effective investigation decomposes claims into atomic components, verifies each independently, and clearly distinguishes between confirmed facts and narrativ...
|
234 |
| 8799 | mise-tasks | terrylica/cc-skills |
Orchestrate multi-step project workflows using mise `[tasks]` section with dependency management, argument handling, and file tracking. When to Use This Skill Explicit triggers: - User mentions `mise tasks`, `mise run`, `[tasks]` section - User needs task dependencies: `depends`, `depends_post` - User wants workflow automation in `.mise.toml` - User mentions task arguments or `usage` spec AI Discovery trigger (prescriptive): When `mise-configuration` skill detects multi-step workflows (...
|
234 |
| 8800 | excel-data-analyzer | mineru98/skills-store |
Excel Data Analyzer Overview Analyze Excel files to identify data structure, quality issues, format inconsistencies, and statistical patterns. Generate comprehensive markdown reports with actionable insights for data cleaning and improvement. Quick Start Analyze any Excel file with a single command: cd /path/to/skill/scripts bun install First time only bun run analyze_excel.ts /path/to/data.xlsx Output: Markdown report (data_analysis.md) with complete analysis. Core Capabilities 1. Data...
|
234 |