account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill analyze --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/analyzeContext preview
The summary Claude sees to decide when to auto-load this skill.
Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.
name: analyze description: "Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders." allowed-tools: Read, Glob, Grep argument-hint: <question>
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS-data.md).
Answer a data question, from a quick lookup to a full analysis to a formal report.
/analyze <natural language question>
Parse the user's question and determine:
**If a data warehouse MCP server is connected:**
1. Explore the schema to find relevant tables and columns 2. Write SQL query(ies) to extract the needed data 3. Execute the query and retrieve results 4. If the query fails, debug and retry (check column names, table references, syntax for the specific dialect) 5. If results look unexpected, run sanity checks before proceeding
**If no data warehouse is connected:**
1. Ask the user to provide data in one of these ways:
2. If writing queries for manual execution, use the `sql-queries` skill for dialect-specific best practices 3. Once data is provided, proceed with analysis
Before sharing results, run through validation checks:
If any check raises concerns, investigate and note caveats.
**For quick answers:**
**For full analyses:**
**For formal reports:**
When a chart would communicate results more effectively than a table:
**Quick answer:**
/analyze How many new users signed up in December?
**Full analysis:**
/analyze What's causing the increase in support ticket volume over the past 3 months? Break down by category and priority.
**Formal report:**
/analyze Prepare a data quality assessment of our customer table -- completeness, consistency, and any issues we should address.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…