TASKCLANStart building ↗TASKCLAN / AGENTS
The whole ecosystem,
on one page.
Every Taskclan skill, agent, template, workflow, and prompt. 63 listings, all free, all official. Copy the install line, ship.
Skills
18 availableOne-shot inline commands you invoke in VS Code chat. Install once, use forever.
/agent
Full agent-mode reply. Plan, execute, ship.
Open ↗/plan
Plan the change without touching code. Extended thinking.
Open ↗/debug
Walk a stack trace or error to the root cause and show the fix.
Open ↗/review
Senior-engineer code review of the selection.
Open ↗/optimize
Flag performance smells and suggest fixes.
Open ↗/refactor
Rewrite the selection or referenced file.
Open ↗/simplify
Rewrite with fewer lines and clearer intent.
Open ↗/test
Generate unit tests for the selection.
Open ↗/type
Infer TypeScript types for the selected JavaScript.
Open ↗/name
Suggest three better names for the selected symbol.
Open ↗/comment
Generate JSDoc or docstrings for the selection.
Open ↗/commit
One-line commit message from the current diff.
Open ↗/pr
Full pull-request description from the branch commits.
Open ↗/explain
Explain the selection, file, or symbol.
Open ↗/eli5
Explain the selection like the reader is five.
Open ↗/rubberduck
The model asks probing questions; you find the answer.
Open ↗/roast
Roast the selected code with actual wit.
Open ↗/haiku
Describe the selected function as a haiku.
Open ↗Agents
30 availableMulti-turn agents you dispatch via the SDK. Each has a purpose and a set of tools.
Nani Voice
Real-time voice conversation — the "Hi Nani" assistant loop.
Open ↗Nani Coach
Proactive briefings, daily syncs, weekly insights, and summaries.
Open ↗Co-Parenting
Custody schedules, pickup handoffs, and shared-expense settlement.
Open ↗Nani Calendar
The family calendar — events, settings, sharing, and connection sync.
Open ↗Nani Tasks & Routines
Tasks, chores, and repeating routines.
Open ↗Nani Lists & Meals
Shopping/grocery lists, meal plans, and the recipe box.
Open ↗Nani Moments
Family moments — photos, comments, and share links.
Open ↗Nani School Inbox
The school-email inbox — slug management, inbound parsing, replies, and reprocessing.
Open ↗Family Health
Health notes, meds, allergies, immunizations, sleep, wellness, visit prep, and the emergency vault.
Open ↗Family Organizer
Household + members, children, spaces, pets, connections, and weather-aware planning.
Open ↗Nani Integrations
External integrations (Google) and notification delivery.
Open ↗Nani Memory
Long-term assistant memory — write, read, list, delete.
Open ↗Nani Account
Subscription, permissions, settings, and caregiver discovery.
Open ↗Nani Appointments
Doctor & specialist appointments — scheduling, reminders, and visit status.
Open ↗Nani Newborn Care
Newborn trackers — feeding, diapers, growth curves, and the vaccine schedule.
Open ↗Nani Special Journey
Special-needs support — therapy sessions, sensory logs, and IEP goals.
Open ↗Nani For Mum
The mum's corner — daycare management and the Mum Cave self-care hub.
Open ↗Nani Family Connection
Family play & connection — arcade, trivia, bingo, face-offs, and daily connection.
Open ↗Platform Identity
Unified cross-product identity (identity.whoami) — who the user is + their platform role.
Open ↗Platform Entitlements
The unified entitlement gate (entitlements.check) — can the user do X in product Y.
Open ↗Platform Billing
The unified checkout front door (billing.checkout) — how to start a purchase for any product.
Open ↗Platform Marketplace
The skill/agent marketplace — listings, install, publish, and reviews.
Open ↗Platform Tools
The unified tool registry — discover and invoke platform tools.
Open ↗Platform Cloud
Cloud workspaces — org creation and management for the developer surface.
Open ↗Platform Knowledge
Taskclan Intelligence knowledge — cross-product insights and recommended defaults.
Open ↗GameNova Commerce
Credits, billing, payouts, promos, and entitlements.
Open ↗GameNova Social
Profiles, follows, creators, trending, notifications, comments, and likes.
Open ↗GameNova Studio
Publishing, drafts, and workspace management.
Open ↗GameNova Creator
AI game generation, projects, scripts, and the editor.
Open ↗Platform Telemetry
Cross-product event + analytics ingestion (the events spine).
Open ↗Templates
4 availableStarter projects and Studio blueprints. Clone one and ship.
Node Starter
A TypeScript script wired to the platform + hivemind SDKs: discover, dispatch an intent, recall insights.
Open ↗React Chat
A Vite + React app with a production chat UI via @taskclan/hivemind-react.
Open ↗Next.js AI Chat
A full-stack Next.js chat app — server token route + <HivemindChat> streaming an intent reply.
Open ↗Agent Worker
A server-side agent backend: insight-driven defaults, runAgent, outcome events (the learning loop).
Open ↗Workflows
8 availableDeterministic step pipelines. Composable, versioned, side-effect aware.
Labs lead onboarding
A new Labs generation turns an email into a real platform user and records the lead.
Open ↗Payment fulfillment
A successful payment refreshes the buyer’s unified entitlements and records revenue telemetry. (The product sends its own kit-ready receipt, so this no longer emails.)
Open ↗New household welcome
A new Nani household gets a welcome touch and is recorded for activation tracking.
Open ↗Game published broadcast
A published GameNova game notifies the creator and logs the milestone.
Open ↗Forge3D → GameNova cross-sell
A new Forge3D asset nudges the creator to build a playable game with it in GameNova.
Open ↗NaijaCV → Proposal AI cross-sell
A paid CV kit suggests winning business with an AI proposal.
Open ↗Entitlement refresh
Force a re-resolve of a user’s entitlements across every product and log it.
Open ↗Power-user VIP outreach
Reach out to a multi-product power user (referral / case-study candidate).
Open ↗Prompts
3 availableParameterised prompt templates the runtime loads by key. Version pinned.
gamenova.intent.classify
Classifies a free-text game description into mode/theme/tags JSON.
Open ↗nani.coach.weekly_insight
Surfaces ONE actionable pattern from a household's recent data as strict JSON.
Open ↗nani.daily_sync
The two-parent daily sync brief (morning/evening) — strict JSON, personalized per parent.
Open ↗Start building