Controls a Pi-hole v6 DNS resolver over its REST API — query stats, per-device egress (what each client phones home to), top domains/clients, pause or resume blocking, and add allow/deny rules. The Pi-hole host and admin password come from a Bitwarden item at runtime, never hardcoded. Use when the user wants Pi-hole…
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…
Operates the user's Obsidian vault as the single durable knowledge surface — resolves the vault, gates every write on the vault contract, creates and retypes notes, runs bulk property/link sweeps, maintains the wiki layer, and recalls what earlier sessions said. Use for any work inside the vault (notes, frontmatter…
Optimal one-to-one teaching that grows the Knowledge vault. Use when the user wants to learn, understand, or be taught a topic ("teach me X", "I want to learn X", "/skill:teach X"). Probes the exact edge of their understanding with graded quizzes, plans a dependency path, then teaches one reasoning step at a time …
Safe handling of secrets and credentials in a Claude Code session — how to use API keys, tokens, and .env / .secrets values for a task without ever pulling them into the model context, working WITH Axon's managed-settings deny policy instead of around it. Use when a task needs a credential (an authenticated API call…
Drives Axon's travel capabilities as one workflow — feasible days from calendar, journey search and split tickets from transit, measured delay history from punctuality, event discovery from scouting, and plan state in trips. Use when planning a trip, searching connections or fares, checking how late a train usually…
Strips the tells that make source code and web UI read as AI-generated and forces a deliberate, project-specific choice instead of the model's default average. It writes neither the code nor the design, and has no house style. Code: chat artifacts, placeholder comments, emoji, swallowed errors, generic names like…
Drafts, edits, reviews, and audits prose so it reads as one deliberate human voice instead of the model's default register. Combines a linter for the mechanical tells (em dash, "it's not just X, it's Y" cadence, assistant boilerplate, diction memes, bold-bullet listicles), a structural pass for the tells no regex…
Authors, structures, and audits Claude agent skills (SKILL.md + scripts/references/assets) to Anthropic best-practices, the agentskills.io spec, and local Claude Code conventions. Use when creating a new skill, refactoring one for progressive disclosure, or auditing a skill's metadata/structure. Do not use for…