
Publisher on askill
Clarify requirements before implementing. Use when explicitly invoked by user. Not auto-triggered.
Design CLI parameters and UX (arguments, flags, subcommands, help text, output formats, error messages, exit codes, config/env precedence). Use when designing a CLI spec before implementation or refac...
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins,...
Convert documents to Markdown using uvx markitdown. Supports PDF, DOCX, PPTX, XLSX, HTML, CSV, JSON, XML, images, audio, YouTube URLs, EPubs.
Download GitHub repos as clean source code (no .git history) to WORKDIR. Use when cloning repos for analysis or modification. Not for monorepos.
Download GitHub repos as clean source code (no .git history) to WORKDIR. Use when cloning repos for analysis or modification. Not for monorepos.
OCR-based PDF/image to Markdown using Mistral AI. Best for scanned documents and images. Requires MISTRAL_API_KEY.
Docker-based markitdown converter. Use when uvx is unavailable or for isolated execution.
Orchestrate multi-agent workflow for project status reporting across WORKDIR and IDEATION. Use when user asks for project status overview, requests a scan, or says "run project status."
End-user control of cmux topology and routing (windows, workspaces, panes/surfaces, focus, moves, reorder, identify, trigger flash). Use when automation needs deterministic placement and navigation in...
Manage dotfiles via chezmoi CLI. Use when reading, modifying, or adding config files (dotfiles) in user's home directory. Ensures edits happen in chezmoi source (~/.local/share/chezmoi) and apply corr...
Maintain repository integrity and documentation. Use for auditing structure, checking config validity, and reviewing inventory. Use proactively to validate the repository or sync documentation. Exampl...
Manage cmux debug windows and related debug menu wiring for Sidebar Debug, Background Debug, and Menu Bar Extra Debug. Use this when the user asks to open/tune these debug controls, add or adjust Debu...
Create and refactor Bash scripts following conventions (strict mode, fct_ naming, quoting). Includes shellcheck linting. Use when creating shell scripts, refactoring existing scripts, debugging shell...
Update CHANGELOG.md following project conventions. Use when adding, fixing, or removing features that need changelog entries.
Clarify requirements before implementing. Use when explicitly invoked by user. Not auto-triggered.
Showing 18 of 31