Skill Claude CodeCodex
Write documentation to Obsidian knowledge vault using MCP with proper frontmatter and structure.
Skill Claude CodeCodex
Write documentation to Obsidian knowledge vault using MCP with proper frontmatter and structure.
Skill Claude CodeCodex
Use when writing human-readable documentation that should be stored in the Obsidian knowledge vault.
Skill Claude CodeCodex
Manage project documentation and planning in Obsidian vault using MCP.
Skill Claude CodeCodex
Extract and migrate documentation from git repositories into the Obsidian knowledge vault with proper structure and frontmatter.
Plugin Claude Code
Personal skills, agents, and hooks for Claude Code.
Instructions file
Claude Code instructions for sammasak/claude-code-skills, covering user context, knowledge vault, searching the vault — always use a subagent, workflows and ownership.
Agent
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: "I've finished implementing the user authentication system as outlined in step 3 of our plan" "The API endpoints for the task management system are now complete — that covers…
Agent
Use this agent to troubleshoot Kubernetes cluster issues — node failures, pod crashes, Flux reconciliation errors, networking problems, and resource exhaustion. Systematic top-down diagnosis from cluster health to individual pod logs.
Agent
Use this agent to audit the entire claude-code-skills repository structure and propose architectural improvements for token efficiency, clearer delegation, and better orchestration.
Agent
Use this agent to explore and answer questions about NixOS configurations, Nix flakes, and Home Manager modules. Specialized in reading Nix code and explaining module relationships, option definitions, and derivation structure.
Agent
Use this agent to audit and optimize SKILL.md files for token efficiency. It identifies large files, redundant information, and documentation that could be moved to separate files to reduce the baseline token usage of active skills.
Agent
Use this agent when writing Kubernetes manifests to validate them against cluster security standards. Checks security context, resource limits, and namespace PSS labels. Reports any missing required fields.
Agent
Use this agent after deploying a service to verify it is live and healthy. Checks pod status and curls the public URL. Reports exact pass/fail output.
Skill Claude CodeCodex
Use when dispatching work to background agents, defining custom subagents, or choosing between local agent dispatch and VM-based workers (claude-ctl).
Skill Claude CodeCodex
Use when building, creating, or editing a multi-agent workflow (the Workflow JS harness with agent()/pipeline()/parallel()) or dispatching any subagent via the Agent tool or .claude/agents/.md — every subagent must be given an explicit model chosen by effort tier, never left to inherit.
Skill Claude CodeCodex
Use when creating, assigning tasks to, monitoring, or tearing down claude-worker autonomous agent VMs. Covers the full lifecycle via claude-ctl.
Skill Claude CodeCodex
Use when writing code, reviewing PRs, refactoring, or making architectural decisions. Enforces readability, testability, and maintainability standards across all languages.
Skill Claude CodeCodex
Use when building container images, writing Dockerfiles, pushing to registries, or optimizing image size and security. Guides rootless builds, multi-stage patterns, and supply chain security.
Skill Claude CodeCodex
Use when running build, push, or deploy commands that need credentials (registry auth, API keys, tokens). Guides how to load credentials from the correct sources in this homelab.
Skill Claude CodeCodex
Use when verifying user flows in a running web application using Playwright MCP tools. Covers navigation, form interaction, multi-step flows, and evidence collection.
Skill Claude CodeCodex
Use when asked to document work, record decisions, create session records, write ADRs or RFCs, or update knowledge notes in /knowledge. Also use when confused about who a person is, what a company is, what situation the user is referring to, or any personal or professional context — read the vault before asking.
Skill Claude CodeCodex
Use when working with Kubernetes clusters, GitOps deployments, Flux reconciliation, Helm releases, or cluster troubleshooting. Guides declarative cluster management and GitOps workflows. Not for secrets encryption or SOPS operations — route those to secrets-management.
Skill Claude CodeCodex
Use when working with NixOS configurations, Nix flakes, module composition, system rebuilds, or Home Manager. Guides declarative system management patterns and safe rebuild workflows.
Skill Claude CodeCodex
Use when sending a notification to ntfy from a homelab service, loop, or agent. Covers the canonical in-cluster publish pattern and the silent-failure trap of posting to the Authentik-gated public URL.