
Publisher on askill
Create atomic git commits with conventional format. Hooks enforce no wildcards, no AI footers, conventional format. Presents each commit for user review via AskUserQuestion before execution.
Create a new skill with proper structure, reference files, and best practices. Scaffolds SKILL.md, command wrapper, and reference directory.
Reduce context cost across the full CLAUDE.md hierarchy - condense, deduplicate, and restructure module files
Audit a skill against design best practices - structure, modularization, token efficiency, reference file patterns, and known gotchas.
Strike 3 — broader rethink, external search, and structured user escalation
Use when checking a Python project for configuration gaps, missing tool configs, hardcoded secrets, or pre-commit hook issues
Audit existing Makefiles against conventions for self-documentation, PHONY declarations, variable usage, and role separation.
Audit Dockerfile and docker-compose.yml against security, performance, and production readiness checklist. Dispatches dockerfile-reviewer agent for detailed analysis.
Implementation planning with 3-file persistence — task decomposition, dependency ordering, batch grouping
Use when you need to deeply investigate a codebase question using parallel sub-agents with persistent report output
Update all CLAUDE.md files to reflect current codebase - fix drift in root, module, and rule files
Batch execution with subagent pipeline — load plan, create native Tasks, run implement-review pipeline per batch
Branch completion — pre-ship checks, 4-option choice (merge, PR, keep, discard), cleanup
Generate Makefile.local with local development targets for Python projects. Supports configurable venv location (centralized ~/.venvs/ or project-local .venv).
Showing 18 of 27