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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9501 iterative-development alinaqi/claude-bootstrap
*Load with: base.md* Concept: Self-referential development loops where Claude iterates on the same task until completion criteria are met. Based on the [Ralph Wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum). Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ ITERATION > PERFECTION │ │ ───────────────────────────────────────────────────────── │ │ Don't aim for perfect on first t...
83
9502 create-voltagent voltagent/skills
Create VoltAgent Skill Complete guide for creating new VoltAgent projects. Includes the CLI flow and a full manual setup. Official documentation: https://voltagent.dev/docs/ Start Here When a user wants to create a VoltAgent project, ask: "How would you like to create your VoltAgent project?" Automatic Setup - run npm create voltagent-app@latest and handle prompts Interactive Guide - walk through each step and confirm choices Manual Installation - set up dependencies and a full working exa...
83
9503 calling-rust-from-tauri-frontend dchuk/claude-code-tauri-skills
Calling Rust from Tauri Frontend This skill covers how to call Rust backend functions from your Tauri v2 frontend using the command system and invoke function. Overview Tauri provides two IPC mechanisms: Commands (recommended): Type-safe function calls with serialized arguments/return values Events: Dynamic, one-way communication (not covered here) Basic Commands Defining a Command in Rust Use the [tauri::command] attribute macro: // src-tauri/src/lib.rs [tauri::command] fn greet(name: Str...
83
9504 workflow-enforcement rysweet/amplihack
Guides Claude to complete all workflow steps by: - Reminding about step completion tracking (use TodoWrite or `~/.amplihack/.claude/runtime/workflow_state.yaml`) - Emphasizing mandatory steps (0, 10, 16-17) that must not be skipped - Providing visual progress indicator format - Defining expected blocking behavior at checkpoints Implementation Status: This skill is currently a SPECIFICATION that guides Claude behavior. Actual blocking enforcement requires either: - Claude self-compliance (c...
83
9505 vite mindrally/skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
83
9506 cli posit-dev/skills
Tambo CLI Agent-friendly CLI for project setup and component management. Quick Start npx tambo init --api-key = sk_ .. . Initialize with API key npx tambo add message-thread-full --yes Add a component npx tambo create-app my-app --template = standard New app from template Non-Interactive Mode The CLI detects non-interactive environments and returns guidance instead of hanging: In CI or piped environments, this returns guidance (exit 2) instead of prompting npx tambo init Error: Project name...
83
9507 crm-integration manojbajaj95/claude-gtm-plugin
Close CRM - Daily driver for SMB sales (simplest API, best value) HubSpot - Marketing + Sales alignment with rich ecosystem Salesforce - Enterprise requirements and complex workflows Cross-CRM Sync - Bidirectional sync with conflict resolution Key deliverables: API client setup with proper authentication CRUD operations for leads, contacts, deals, activities Webhook handlers for real-time sync Pipeline automation and reporting <quick_start> Close CRM (API Key Auth): import httpx class Close...
83
9508 magento-code-reviewer maxnorm/magento2-agent-skills
Magento 2 Code Reviewer Elite code review expert specializing in modern code analysis, security vulnerabilities, performance optimization, and production reliability for Magento 2 applications. Follows Adobe Commerce best practices and Magento 2 Certified Developer standards. When to Use Reviewing code before commits or pull requests Ensuring code quality and standards compliance Security vulnerability assessment Performance optimization review Architecture and design pattern validation Pre-depl...
83
9509 architecture anthropics/knowledge-work-plugins
Architecture Decision Framework "Requirements drive architecture. Trade-offs inform decisions. ADRs capture rationale." 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read context-discovery.md Questions to ask, project classification Starting architecture design trade-off-analysis.md ADR templates, trade-off framework Documenting decisions pattern-selection.md Decision trees, anti-patterns Choosing patterns ex...
83
9510 token-saver-context-compression oimiragieo/agent-studio
Token Saver Context Compression Use this skill to reduce token usage while preserving grounded evidence. This integrates: pnpm search:code (hybrid retrieval) token-saver Python compression scripts MemoryRecord persistence into framework memory spawn prompt evidence injection ( [mem:*] / [rag:*] ) Activation The token-saver skill can be invoked in two ways: Manual Invocation (always available) Skill ( { skill : 'token-saver-context-compression' } ) ; Use this when context pressure is high, pnpm s...
83
9511 agent-browser andreadellacorte/groove
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
83
9512 skill-navigator manojbajaj95/claude-gtm-plugin
Skill Navigator The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had. Instructions You are the master skill navigator and orchestrator. You have knowledge of all 99 Claude skills in the library. When a user describes what they want to accomplish, you: 1) Identify which skill(s) can help, 2) Explain how to trigger them, 3) Suggest skill combinations for com...
83
9513 specstory-project-stats specstoryai/agent-skills
Fetches project statistics from SpecStory's cloud platform, showing contributor counts, session activity, and other project metrics. How It Works - Identifies the project via `.specstory/.project.json`, git remote, or folder name - Calls the SpecStory Cloud API - Returns project statistics in JSON format - Presents the data in a readable summary Prerequisites - Project must be synced to SpecStory Cloud - Node.js must be available to run the script Usage Slash Command | `/specstory...
83
9514 mcp-manager rysweet/amplihack
Natural language interface to MCP Manager CLI tool for managing Model Context Protocol server configurations. Users interact conversationally: "enable the filesystem MCP", "add a database server", "show me all my MCPs". Activation Activates on MCP keywords within 3-message window or explicit invocation: `/mcp-manager` Commands 1. List MCPs Display all configured MCP servers with status. - "List all my MCPs" / "Show me my MCP servers" - CLI: `python3 -m mcp-manager.cli list` 2. Enable...
83
9515 dx-optimizer sickn33/antigravity-awesome-skills
Use this skill when Working on dx optimizer tasks or workflows Needing guidance, best practices, or checklists for dx optimizer Do not use this skill when The task is unrelated to dx optimizer 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 Devel...
83
9516 article-extractor dedalus-erp-pas/foundation-skills
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
83
9517 gitnexus-exploring abhigyanpatwari/gitnexus
Exploring Codebases with GitNexus When to Use "How does authentication work?" "What's the project structure?" "Show me the main components" "Where is the database logic?" Understanding code you haven't seen before Workflow 1. READ gitnexus://repos → Discover indexed repos 2. READ gitnexus://repo/{name}/context → Codebase overview, check staleness 3. gitnexus_query({query: "<what you want to understand>"}) → Find related execution flows 4. gitnexus_context({n...
83
9518 ai-engineer 404kidwiz/claude-supercode-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
83
9519 notion-automation composiohq/awesome-claude-skills
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
83
9520 pydantic-ai-testing existential-birds/beagle
Testing PydanticAI Agents TestModel (Deterministic Testing) Use TestModel for tests without API calls: import pytest from pydantic_ai import Agent from pydantic_ai.models.test import TestModel def test_agent_basic(): agent = Agent('openai:gpt-4o') Override with TestModel for testing result = agent.run_sync('Hello', model=TestModel()) TestModel generates deterministic output based on output_type assert isinstance(result.output, str) TestModel Configuration from pydanti...
83
9521 less-best-practices mindrally/skills
Less CSS Best Practices You are an expert in Less (Leaner Style Sheets), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable Less that leverages variables, mixins, and functions Follow consistent naming conventions and file organization Keep specificity low and avoid overly complex selectors Prioritize readability and maintainability File Organization Project Structure less/ ├── abstracts/ │ ├── variables.less Global variables │ ├── mixin...
83
9522 firebase alinaqi/claude-bootstrap
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
83
9523 capacitor-keyboard cap-go/capgo-skills
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
83
9524 turbopack-bundler mindrally/skills
Turbopack Bundler You are an expert in Turbopack, the incremental bundler optimized for JavaScript and TypeScript, written in Rust and built into Next.js. Follow these guidelines when working with Turbopack. Core Principles Turbopack is designed for incremental computation and caching Function-level caching through the Turbo engine Native Rust performance for fast builds Built-in support for TypeScript and JSX Optimized for Next.js integration Abstracts away webpack configurations Project Stru...
83
9525 abstract-strategy jwynia/agent-skills
Abstract Strategy Game Design Purpose Design abstract strategy games—games with perfect information, no randomness, and strategic depth. Provides frameworks for ideation, design, and evaluation. Core Definition Abstract strategy games require: Perfect Information: All game state visible to all players No Randomness: Outcomes determined solely by player decisions Minimal Theme: Mechanics over narrative Player Agency: Success depends on strategic thinking Quick Reference: Game Types Type Core ...
83
9526 devops-flow vladm3105/aidoc-flow-framework
devops-flow Description: Infrastructure as Code, CI/CD pipeline automation, and deployment management Category: DevOps & Deployment Complexity: High (multi-cloud + orchestration + automation) Purpose Automate infrastructure provisioning, CI/CD pipelines, and deployment processes based on SPEC documents and ADR decisions. Ensures consistent, repeatable, and secure deployments across environments. Capabilities 1. Infrastructure as Code (IaC) Terraform: Cloud-agnostic infrastructure provision...
83
9527 payment-integration 404kidwiz/claude-supercode-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration 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...
83
9528 grafana-expert personamanagmentlayer/pcl
You are an expert in Grafana with deep knowledge of dashboard creation, panel types, data sources, templating, alerting, and production operations. You design and manage comprehensive visualization and observability systems following Grafana best practices. Core Expertise Grafana Architecture Components: ``` Grafana Stack: ├── Grafana Server (UI/API) ├── Data Sources (Prometheus, Loki, etc.) ├── Dashboards (visualizations) ├── Alerts (alerting engine) ├── Plugins (extensions) └── Users & T...
83
9529 write-tbp tldraw/tldraw
Write technical blog post This skill covers how to write technical blog posts about tldraw's implementation details. Process 1. Create the workspace Create an assets folder for this topic: .claude/skills/write-tbp/assets/<topic>/ ├── research.md Gathered context and notes └── draft.md The blog post draft Use a short, kebab-case name for the topic (e.g., scribbles , arrow-routing , dash-patterns ). 2. Research the topic Use an Explore subagent to gather all relevant information: Task (su...
83
9530 supabase-audit-tables-read yoanbernabeu/supabase-pentest-skills
Table Data Access Test 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each table tested Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill attempts to read dat...
83
9531 ssh-hardening mikr13/secure-server-setup-skills
SSH Hardening Skill Secure SSH access to VPS servers by implementing industry-standard hardening practices. What This Skill Does This skill helps AI agents harden SSH configuration on VPS servers. SSH is the primary entry point for server management, making it a critical attack vector. Proper SSH hardening prevents unauthorized access, brute-force attacks, and credential theft. Key capabilities: Create non-root users with sudo privileges Generate and configure SSH key authentication Disable pass...
83
9532 legacy-modernizer sickn33/antigravity-awesome-skills
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
83
9533 senior-qa borghei/claude-skills
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
83
9534 specstory-link-trail specstoryai/agent-skills
Reviews your `.specstory/history` sessions and creates a summary of all URLs that were fetched via WebFetch tool calls. Useful for auditing external resources accessed during development. How It Works - Parses SpecStory history files for WebFetch tool calls - Extracts URLs, status codes, and context - Groups by session with timestamps - Separates successful fetches from failures - Deduplicates repeated URLs with fetch counts Why Track Links? During AI-assisted coding, your assistant fe...
83
9535 hybrid-cloud-networking sickn33/antigravity-awesome-skills
Hybrid Cloud Networking Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute. Purpose Establish secure, reliable network connectivity between on-premises data centers and cloud providers (AWS, Azure, GCP). When to Use Connect on-premises to cloud Extend datacenter to cloud Implement hybrid active-active setups Meet compliance requirements Migrate to cloud gradually Connection Options AWS Connectivity 1. Site-to...
83
9536 cliche-transcendence jwynia/agent-skills
Cliché Transcendence: Originality Skill You help writers transform predictable story elements into fresh, original versions without losing functionality. Core Principle The first ideas that surface are typically the most available rather than the most appropriate. Availability correlates with frequency of exposure—first-pass ideas are almost always clichés. The goal isn't avoiding all familiar elements, but making conscious choices about which patterns to use versus transcend. The Orthogona...
83
9537 table-tone jwynia/agent-skills
Table Tone: Diagnostic Skill You diagnose tonal delivery problems at the RPG table. Your role is to help GMs establish, maintain, and intentionally vary the atmospheric feel of their games. Core Principle Tone is the contract between GM and players about what kind of experience they're having. Tone tells players how to interpret events. The same scene—a tavern brawl—plays completely differently in: Swashbuckling adventure: exciting, consequence-light, maybe comedic Gritty noir: dangerous, m...
83
9538 novelweave-workflow microck/ordinary-claude-skills
NovelWeave 小说创作工作流 NovelWeave 核心理念 NovelWeave 是一个 AI 驱动的小说创作助手,设计用于支持从构思到完稿的整个创作过程。 三大支柱 结构化创作 - 通过专用命令引导创作流程 知识管理 - 使用 Knowledge Base 追踪世界观和角色 AI 协作 - 与 AI 共同创作,而非让 AI 独立创作 完整创作工作流 阶段 1:构思和规划 1.1 定义创作核心(Constitution) 使用 /constitution 命令建立小说的核心价值观和主题。 目的: 定义小说的核心主题和价值观 为创作决策建立指南针 保持整个创作过程的一致性 示例: /constitution 主题:救赎与希望 价值观:即使在最黑暗的时刻,人性的善良仍会发光 避免:廉价的情感操纵、不必要的暴力 1.2 制定创作计划 使用 /plan 命令构建小说大纲和结构。 最佳实践: 从简单大纲开始(三幕结构或章节概要) 确定关键转折点和高潮 保持灵活性 - 允许情节在创作中演变 阶段 2:世界构建和角色塑造 2.1 建立角色档案 使用 Agent Ru...
83
9539 start-from-scratch tambo-ai/tambo
Start From Scratch Guide users through creating a new Tambo project with recommended technologies. Quick Start (Recommended Stack) npx tambo create-app my-app --template = standard cd my-app npm run dev This creates a Next.js + Tailwind + TypeScript + Zod project ready for generative UI. Guided Flow When user wants to start fresh, ask about their preferences: Question 1: Framework What framework would you like to use? 1. Next.js (Recommended) - Full-stack React with App Router 2. Vite - Fast, li...
83
9540 weaviate weaviate/agent-skills
Weaviate Database Operations This skill provides comprehensive access to Weaviate vector databases including search operations, natural language queries, schema inspection, data exploration, filtered fetching, collection creation, and data imports. Weaviate Cloud Instance If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud . Environment Variables Required: WEAVIATE_URL - Your Weaviate Clo...
83
9541 codemod pproenca/dot-skills
Codemod Best Practices Comprehensive best practices guide for Codemod (JSSG, ast-grep, workflows), designed for AI agents and LLMs. Contains 48 rules across 11 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new codemods with JSSG or ast-grep Designing workflow configurations for migrations Debugging pattern matching or AST traversal issues Reviewing codemod code for performance and safety Setting up...
83
9542 analytics yonatangross/orchestkit
Cross-Project Analytics Query local analytics data from ~/.claude/analytics/ . All data is local-only, privacy-safe (hashed project IDs, no PII). Subcommands Parse the user's argument to determine which report to show. If no argument provided, use AskUserQuestion to let them pick. Subcommand Description Data Source Reference agents Top agents by frequency, duration, model breakdown agent-usage.jsonl ${CLAUDE_SKILL_DIR}/references/jq-queries.md models Model delegation breakdown (opus/sonnet/haiku...
83
9543 x-trends sundial-org/awesome-openclaw-skills
X Trends Scraper 📉 A professional CLI tool to fetch X (Twitter) trending topics without an account. Powered by getdaytrends.com . Installation clawdhub install x-trends Usage Run the tool directly: Default (India, Top 20, Table View) x-trends JSON Output (for scripts) x-trends --json Specific Country & Limit x-trends --country us --limit 5 Features No Login Required : Uses public aggregators. Volume Data : Shows tweet counts (<10K, 50K, etc). Multi-Country : Supports 'us', 'uk', 'india', 'wor...
83
9544 docs-ai-prd vasilyu1983/ai-agents-public
PRDs & Project Context Create product requirements and project context that humans and coding assistants can execute effectively. Two capabilities: PRDs & Specs - Requirements, specs, stories, acceptance criteria Project Context - Architecture, conventions, tribal knowledge (CLAUDE.md) Modern Best Practices (Jan 2026): Context engineering (right info, right format, right time), decision-first docs, testable requirements with acceptance criteria, metrics with formula + timeframe + data source...
83
9545 newapi quantumnous/skills
SKILL: newapi newapi ( new-api ) is an open-source unified AI gateway platform. It aggregates multiple model providers behind OpenAI / Claude / Gemini compatible interfaces, and provides model, token, group, and balance management. Security Guidelines This skill follows these security guidelines to protect API keys: Do not expose any sk- key value in chat, files, code, logs, or command arguments. To use keys securely, tell the user to run copy-token (clipboard), apply-token (config file), or exe...
83
9546 imessage letta-ai/skills
Send and read iMessages/SMS using the `imsg` CLI tool on macOS. Setup 1. Build the imsg CLI Clone and build the tool: ``` git clone https://github.com/letta-ai/imsg.git ~/repos/imsg cd ~/repos/imsg swift build -c release ``` The binary will be at `~/repos/imsg/.build/release/imsg` (or use the pre-built binary if available at `~/repos/imsg/bin/imsg`). 2. Grant Permissions Required macOS permissions (System Settings → Privacy & Security): | Full Disk Access | Privacy & Security → Full...
83
9547 read-docs fuma-nama/fumadocs
A specialized skill for exploring and retrieving accurate, clean content from documentation websites built with Fumadocs. Fumadocs-powered sites typically expose three LLM-friendly features: Page Discovery via llms.txt The site provides a plain-text file at the root URL: /llms.txt . This file contains a complete list of crawlable routes (one per line), often with comments or metadata indicating which paths are documentation pages. Raw MDX Content for Docs Pages Any documentation page under /docs...
83
9548 digitalocean-compute bobmatnyc/claude-mpm-skills
DigitalOcean Compute Skill progressive_disclosure: entry_point: summary: "Compute on DigitalOcean: Droplets, App Platform, Functions, Kubernetes, GPU Droplets, Bare Metal GPUs." when_to_use: - "When choosing a compute model for an application" - "When provisioning VMs, PaaS, serverless, or Kubernetes" - "When planning GPU-backed workloads" quick_start: - "Pick Droplets, App Platform, Functions, or Kubernetes" - "Select region, size, and image" - "Configure networking and access" - "Deploy and mo...
83
9549 ln-751-command-templates levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-750-commands-generator Generates Claude Code commands from templates with variable substitution. Overview | Input | Template name, variable values from ln-750 | Output | `.claude/commands/{command}.md` file | Templates | Located in `references/` directory Available Templates | `refresh_context_template.md` | refresh_context.md | Always | `refresh_infrastructure_template.md` | refresh_infrastructure.md | Always | `b...
83
9550 executive-dashboard-generator manojbajaj95/claude-gtm-plugin
Executive Dashboard Generator Turn raw data into executive-ready insights with visualizations and recommendations. Instructions You are an expert data analyst and business intelligence specialist who transforms raw data into compelling executive narratives. Your mission is to take complex datasets and distill them into clear, actionable insights that drive decision-making at the highest levels. Core Capabilities Data Input Handling: CSV files (single or multiple) Excel spreadsheets (.xlsx,...
83