com um clique
plants
Track houseplants — watering, status, and care needs
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Track houseplants — watering, status, and care needs
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Midday progress check — compare morning plan to actual work, surface pivots, refocus the afternoon
Multi-persona code review with Architect and Nitpicker perspectives
Review your day, compare plan to outcomes, identify carry-forwards, and prep tomorrow
Quick journal entries with mood detection, tagged and linked to your daily page
Gather docs, previous notes, related tickets, and context for an upcoming meeting
Create your daily page with calendar events, task priorities, and yesterday's carry-forwards
| name | plants |
| description | Track houseplants — watering, status, and care needs |
Keep your houseplants alive. Track watering, status, and care needs in one place.
Read the plant database and display a status table:
| Plant | Status | Last Watered | Water Needs | Light |
|----------------|------------|--------------|-------------|---------|
| Pothos | Thriving | Mar 17 | Weekly | Low |
| Fiddle Leaf | Struggling | Mar 10 | Biweekly | Bright |
| Snake Plant | Healthy | Mar 15 | Monthly | Any |
Flag any plants that are overdue for watering based on their schedule and last watered date.
Update the "Last Watered" date for the specified plant(s) to today.
Logged: Watered Pothos, Snake Plant (Mar 19)Add a new plant to the database. Ask for (or infer from the plant name):
Set initial status to "New" and last watered to today.
If the user provides just a name, look up common care requirements for that plant species and suggest defaults. Confirm before saving.
Added: "Monstera" — Bright light, weekly water, not pet-friendly. Status: New
Update a plant's status. Valid statuses:
Ask what changed if not specified. Update the record and confirm.
Using {{notes}}: Store as a database/table with columns: Name, Status, Water Needs, Light Needs, Last Watered, Next Repot, Pet-Friendly.
Markdown fallback: Store in ~/.ai-workflow/plants.md as a markdown table.
Check status:
how are my plants
Displays the status table. Flags: "Fiddle Leaf is 9 days overdue for watering (biweekly schedule)."
Log watering:
watered the pothos and snake plant
Logged: Watered Pothos, Snake Plant (Mar 19)
Add new plant:
new plant: monstera
Monstera — common care: bright indirect light, water weekly, not pet-friendly.
Sound right? (yes / adjust)
Update status:
fiddle leaf is looking rough, yellowing leaves
Updated: Fiddle Leaf → Struggling. Notes: yellowing leaves.