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...
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Grant Goals (2024-2026)
- Primary Grant Commitments
- 2026 Business Development Goals
- Core Functions
- checkprogress
- calculatestatus
- forecastcompletion
- generatedashboardsummary
- identifyrisks
- generaterecommendations
- Real-Time Progress Widgets
- Progress Bar Component
- Circular Progress Indicator
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.
