Documentation
Personal AI Kukku Me Skills Guide
Skills are modular capabilities that follow the Kukku skills.md standard and give an agent a self-contained ability. Kukku 2.0 ships two native skills — Habit Tracker and Expense Tracker — and you can add more.
Personal AI Kukku Me App Docs
What is a Skill?
A skill is a self-contained capability module that follows the Kukku skills.md standard. A skill packages its own behavior and data handling, so an agent that uses it gains that ability directly.
- Kukku ships two native skills: Habit Tracker and Expense Tracker.
- You can add additional skills that adhere to the
skills.mdstandard.
Important: Skills and tools cannot be assigned to the same agent at the same time. An agent is either skill-based or tool-based. Choose skills for agents built around a defined capability, and tools for agents that chain actions like search, messaging or calendar.
Skills vs Tools vs Agents
- Agents are the assistants you talk to (for example Habits, Expenses, Food & Nutrition, Health & Fitness, Everyday). See the User Guide.
- Tools perform a single action — send a message, look up weather, read a document. See the Tools Guide.
- Skills are capability modules following
skills.mdthat an agent can be built on, instead of tools.
Journals and analytics are not skills. Journals (today / weekly / monthly views) are a built-in feature within each relevant agent, and analytics happens internally — neither is assigned like a skill.
Native Skills
Habit Tracker
Kukku native skill for tracking recurring habits with streaks and completion.
- Best for: building routines and keeping streaks alive.
- Captures: habit name, cadence, completion state and streak history.
- Example prompt: "Mark my morning walk done and show this week's streak."
Expense Tracker
Kukku native skill for logging spending with categories and running totals.
- Best for: everyday expense tracking and budget awareness.
- Captures: amount, category, merchant and date.
- Example prompt: "Log $18 lunch under Food."
Adding Skills (skills.md standard)
- Additional skills must adhere to the Kukku
skills.mdstandard so the app can load and run them consistently. - Assign a skill to an agent that has no tools attached — remember skills and tools are mutually exclusive per agent.
- After changing an agent's skills, re-open Edit Agent and Save Agent so the change takes effect.
- Skill orchestration runs in Analyzer mode; if a skill does not trigger, check mode, subscription, permissions and agent assignment.
Premium Subscription: Analyzer mode and skill/tool orchestration require Premium. Direct mode gives conversational replies only.