notifications
Set up message notifications (reminders) for plan/triage/review.
monta-lights
Control Meross smart plugs (lights). Use when the user says "turn on the lights", "turn off the lights", "lights on", "lights off", or asks about light/plug status.
architecture-review
Review system architecture with an indie hacker lens - bias toward shipping, YAGNI/KISS, fewer moving parts. Invoke as "/architecture-review [path/to/plan]" to roast a plan directory containing overview.md, phases/, and reference/ docs. Use when asked to "review architecture", "roast my design", "check for over-engineering", or "simplify this system".
clean-history
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when the user wants to clean up messy commit history before opening a PR.
ddia-principles
Apply principles from "Designing Data-Intensive Applications" (Kleppmann) to system design, architecture review, and technology selection. Use when (1) designing new data systems or APIs, (2) choosing between databases, queues, or storage technologies, (3) reviewing architecture for reliability, scalability, or consistency concerns, (4) discussing trade-offs in distributed systems, (5) reviewing code for data handling patterns. Optimized for startup/small team contexts where pragmatic choices matter.
dead-code-detector
|
google_calendar_local
Read and manage Google Calendar events on this Ubuntu host through a local Python CLI.
interview
Conduct an in-depth interview with the user to create a detailed specification document. Invoke as "/interview [topic]" where topic describes what to interview about. Use when asked to "interview me", "create a spec", "help me spec out", "gather requirements", or when needing to deeply understand a project before implementation.
library-ebooks
>-
llm-seo
Optimize websites and content for AI/LLM discoverability (AIO - AI Optimization). Use when asked to "optimize for AI", "improve AI discoverability", "add LLM SEO", "make site AI-friendly", "help LLMs understand my site", or when implementing llms.txt files, JSON-LD structured data, or AI-focused content strategies.
ouraclaw
Fetch Oura Ring sleep data using the ouraclaw CLI. Use when the user asks about their sleep score, sleep data, sleep stages, HRV, heart rate during sleep, bedtimes, or any Oura Ring data. Triggers on "sleep score", "how did I sleep", "oura data", "sleep data", "last night's sleep", "sleep quality", "HRV", or any request for Oura Ring metrics.
plan
Make today's plan from my Plane tasks.
plane-api
Internal helper for creating/listing/updating Plane work items.
refactor-pass
Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.
reminders
Internal helper for creating and managing reminders/notifications.
remotion-best-practices
Best practices for Remotion - Video creation in React
repo-elegance-review
Audit software repositories for elegance/cleanliness/organization and explain why they feel messy or polished. Use when a user asks if a repo is pretty/elegant/clean, wants a codebase aesthetics review, or needs actionable steps to improve structure, naming, cohesion, repo hygiene, or documentation.
review
Weekly review from Plane tasks.
supernote-upload
Upload PDF and EPUB files to Supernote Cloud. Use this skill when the user wants to send documents to their Supernote device.
todo
Create a Plane task in Plane. By default, use the interview skill first to flesh out the issue before creating it; only skip the interview when the user clearly wants a minimal quick capture.
triage
Review recent tasks and decide next actions.
un-ai-writing
Rewrite and edit existing text to sound natural and human, removing common AI writing tells while preserving meaning and facts. Use when asked to humanize, de-AI-ify, un-AI, make it sound less robotic, polish an AI draft, or remove AI-writing signs in any prose (emails, docs, posts, essays, scripts).
update-docs
Update README.md, architecture documentation (ARCHITECTURE.md, docs/), and plan files (plan/, task_plan.md, progress.md) to reflect current codebase state. Use when the user explicitly asks to "update docs", "update documentation", "update the readme", "update architecture docs", "update plan", "sync docs with code", or similar requests. Discovers project structure, analyzes code changes, and updates documentation with concise technical descriptions and ASCII diagrams.
human-articles
Write technical articles, blog posts, and long-form content that reads like it was written by a human, not generated by AI. Use this skill when creating articles, tutorials, case studies, essays, or any written content where authenticity matters. Avoids common AI writing tells documented by Wikipedia and other sources.