pietz
- 20 skills
- 0 followers
- 6 hours ago last updated
- ▌ Moa · pietzGet a second opinion from multiple AI models at once. Use this whenever you're stuck, want to validate an approach or design, pressure-test a plan or claim, or want diverse cross-model viewpoints on a hard decision - anything you'd reach for "peer review", "ask another model", or "council of models" for. Wraps the `moa` CLI, which fans one prompt out to the local agent CLIs (Claude Code, Codex, agy, opencode) in parallel and returns each answer with attribution.
- ▌ Gws · pietzAccess Google Workspace (Gmail + Calendar) via the `gws` CLI. Use when the user asks to read, search, send, reply to, or manage emails, or to view, create, update, or delete calendar events.
- ▌ Poc · pietzBuild a polished, lightweight proof of concept as a thin vertical slice. Use when the user asks for a PoC, proof of concept, prototype, demo app, or a lightweight MVP focused on validating one core experience.
- ▌ Tts · pietzLocal text-to-speech via the pocket-tts CLI. Use when the user wants text spoken aloud, an audio file generated from text, non-English speech such as German/French/Spanish/Portuguese/Italian, a different built-in voice, or voice cloning from an audio sample.
- ▌ M365 · pietz bundleUse this skill when the user asks about Microsoft 365 email or calendar - reading, searching, sending Outlook emails, viewing calendar events, scheduling meetings, or managing M365 data.
- ▌ Ship · pietzFinish a build session by shipping the work. Ensure tests exist and pass, validate the functionality, spawn a fresh-eyes subagent review when the change is large or risky, then commit and push to main. Use when the user says "ship", "ship it", "wrap this up and push", "test, commit and push", or otherwise wants the session's changes tested, reviewed, committed, and pushed.
- ▌ Email · pietz bundleUse this skill when the user asks about email - reading, searching, sending, drafting, archiving, or managing emails.
- ▌ Resync · pietzSummarize the current session's state when the user has lost track across parallel agent sessions. Use when the user says "resync", "catch me up", "where were we", "I drifted off", or needs a quick status of what we're working on, where things stand, what's needed from them, and what's next.
- ▌ Slides · pietz bundleCreate visual documents (presentations, flyers, brochures, posters) by generating HTML/CSS and converting to PDF via headless Chromium. Use this skill when the user wants to create slides, presentations, pitch decks, flyers, brochures, or posters.
- ▌ Advisor · pietz bundleConsult a single top-tier advisor model for a focused second opinion on one hard, high-stakes question, then continue your own work. Pack a self-contained briefing, spawn the strongest available model as a read-only advisor, wait for its guidance, and decide. Use only when explicitly asked for advice or a second opinion, when stuck on a hard design or debugging decision, before committing to a risky approach, before declaring a hard task done, or when invoking `/advisor` or `$advisor`.
- ▌ Present · pietzPresent the result of analysis, research, or a gathered deliverable as a polished, self-contained HTML page instead of a terminal wall of text, then open it in the browser. Use when the user says "present this", "show me nicely", "make it visual", or otherwise wants a pleasant, vivid way to inspect what you found rather than reading a Markdown summary in the terminal.
- ▌ Railway · pietz bundleDeploy and manage applications on railway.com. Use when the user asks to deploy, host, or ship an app to Railway, add databases or services to Railway, configure Railway projects, or troubleshoot Railway deployments.
- ▌ Youtube · pietzSearch YouTube and read video transcripts from the command line. Use this whenever the user wants to find YouTube videos or channels, answer a question using knowledge from YouTube videos, get/read/summarize a video's transcript or captions, or find where in a video something is discussed. Also consider this skill for general purpose research, since YouTube is a rich source of information.
- ▌ Calendar · pietz bundleUse this skill when the user asks about calendar management - viewing events, scheduling meetings, checking availability, or managing appointments.
- ▌ Obsidian · pietzInteract with Obsidian vaults using the `obsidian` CLI to read, create, search, and manage notes, tasks, and properties. Use when the user asks to interact with their Obsidian vault, manage notes, search content, or develop and debug Obsidian plugins.
- ▌ Design Md · pietz bundleCapture the design at hand into a DESIGN.md file — a semantic design system written in descriptive, designer-friendly language. Use when the user wants to document, preserve, or hand off the visual design of what's currently in view (an HTML/CSS prototype, a component, a website, a screenshot, or a codebase's styles). The output is a single Markdown file intended to serve as the source of truth for future design work and for prompting other tools to generate screens consistent with it.
- ▌ Code Audit · pietz bundleStructural health assessment for codebases. Use when the user asks to audit code quality, assess code health, review a codebase, find technical debt, clean up code structure, or identify refactoring opportunities. Also use when asked to do a "code audit", "codebase review", "quality assessment", or "tech debt analysis". Provides parallel multi-lens analysis via sub-agents with specialized checklists for code health, cross-module coherence, refactoring detection, and security.
- ▌ Peer Review · pietzAsk a group of LLM tools for their opinion on a given task. Use this when stuck on a problem, seeking a second opinion, validating an approach, or wanting diverse viewpoints on complex decisions.
- ▌ Orchestrator · pietz bundleSwitch into an explicit orchestration mode that plans work with the user, delegates almost all execution to subagents, coordinates parallel workstreams, and synthesizes the results while keeping the top-level context small. Use only when the user explicitly asks to orchestrate, coordinate subagents, delegate broadly, run parallel workstreams, or invokes `$orchestrator`.
- ▌ Simplify Codebase · pietzFind and remove incidental architectural complexity in an existing codebase — structure that accreted through many locally-reasonable edits until the whole became more complex than the problem warrants. Preserves what the software does for its callers while simplifying how it's built. NOT for bug fixes, feature work, formatting/style cleanup, or refactors whose change is already obvious.