Agent skill · Data & Analytics

Knack Dashboard AI

Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders...

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill knack-dashboard-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: ReadEdit
Path: skills/analysis/knack-dashboard-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knack Dashboard AI ## Purpose Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders and grant reporting. ## Core Capabilities 1. **Metrics Generation**: Aggregate data into KPIs 2. **Trend Analysis**: Identify patterns over time 3. **Predictive Insights**: Forecast progress toward goals 4. **Visual Recommendations**: Suggest optimal chart types 5. **Anomaly Detection**: Flag unusual data patterns ## Core Functions ### generate_metrics **Purpose**: Calculate key performance indicators from raw data **Parameters**: - `fields` (array, required): Which metrics to calculate - `dataset` (array, optional): Custom dataset (default: fetch all) - `time_period` (string, optional): "all", "quarter", "month", "week" **Available Metrics**: ```javascript const metrics = { // Device Lifecycle acquired: "Total laptops received", converted: "Chromebooks successfully created", ready: "Devices ready for donation", presented: "Devices delivered to recipients", discarded: "Units recycled/unusable", // Conversion Rates conversion_rate: "(converted / acquired) * 100", success_rate: "(presented / ready) * 100",

What's inside
Steps it walks through
  1. Purpose
  2. Core Capabilities
  3. Core Functions
  4. generatemetrics
  5. calculatetrends
  6. predictgoalcompletion
  7. buildcharts
  8. detectanomalies
  9. compareperformance
  10. HTI-Specific Dashboards
  11. Executive Summary Dashboard
  12. Operations Dashboard
  13. Grant Compliance Dashboard
  14. Donor Relations Dashboard
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Knack Dashboard AI skill do?

Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders...

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill knack-dashboard-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going