Agent skill

Knack Goal Tracker

Tracks HTI's performance against both grant and business development goals in real-time. Provides early warning system for goal attainment risks an...

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: Edit
Path: skills/analysis/knack-goal-tracker/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 Goal Tracker ## Purpose Tracks HTI's performance against both grant and business development goals in real-time. Provides early warning system for goal attainment risks and generates actionable insights. ## Grant Goals (2024-2026) ### Primary Grant Commitments ```javascript const grant_goals = { devices: { acquire: { target: 3500, unit: "laptops", deadline: "2026-12-31" }, convert: { target: 2500, unit: "HTI Chromebooks", deadline: "2026-12-31" }, conversion_rate: { target: 70, unit: "percent", type: "minimum" } }, training: { hours: { target: 156, unit: "hours", deadline: "2026-12-31" }, geographic: { target: 15, unit: "counties", type: "coverage" } }, timeline: { start: "2024-01-01", end: "2026-12-31", duration_months: 24 } }; ``` ### 2026 Business Development Goals ```javascript const business_goals = { donors: { unique_orgs: { target: 10, unit: "organizations" }, recurring: { target: 6, unit: "donors", criteria: "50+ laptops annually" }, major: { target: 20, unit: "donations", criteria: ">$500 each" } }, financial: { grant_match: { target: 65000, unit: "USD" }, corporate_sponsors: { target: 2, unit: "sponsors" } }, sustainability: { recurring_revenue: { target: "sustain

What's inside
Steps it walks through
  1. Purpose
  2. Grant Goals (2024-2026)
  3. Primary Grant Commitments
  4. 2026 Business Development Goals
  5. Core Functions
  6. checkprogress
  7. calculatestatus
  8. forecastcompletion
  9. generatedashboardsummary
  10. identifyrisks
  11. generaterecommendations
  12. Real-Time Progress Widgets
  13. Progress Bar Component
  14. Circular Progress Indicator
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Knack Goal Tracker skill do?

Tracks HTI's performance against both grant and business development goals in real-time. Provides early warning system for goal attainment risks an...

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill knack-goal-tracker --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