Skill Claude CodeCodex
Write a blameless incident postmortem — timeline, impact, root cause, and concrete follow-ups, focused on systems not people.
Give any LLM a private, self-hosted brain on your NAS: categorized memory & skills, your tools, devices, email, calendar & webhooks, an encrypted vault, roles & per-user areas — single-user or multi-user, all through one MCP connector.
Skill Claude CodeCodex
Write a blameless incident postmortem — timeline, impact, root cause, and concrete follow-ups, focused on systems not people.
Skill Claude CodeCodex
Write clear, conventional git commit messages — type(scope): summary, imperative mood, a body that explains the why.
Skill Claude CodeCodex
Build small, secure container images — pinned base, non-root user, multi-stage builds, no secrets in layers, minimal attack surface.
Skill Claude CodeCodex
Control and query Home Assistant through the connector's callservice tool — REST API patterns, common domains, how to find entities before acting.
Skill Claude CodeCodex
Design predictable REST APIs — noun resources, correct status codes, pagination, consistent errors, and versioning.
Skill Claude CodeCodex
Handle API keys, tokens and passwords safely — store them in the vault, reference by name, never in chat, repo, memory, or code.
Skill Claude CodeCodex
Diagnose slow queries and add the right indexes — read the query plan, index for filters/joins/sorts, avoid over-indexing.