
Publisher on askill
Performs small structural code cleanups (tidyings). Use when preparing code changes, removing dead code, reducing nesting, or cleaning up before feature work.
Applies TDD workflow to development. Use when implementing features, fixing bugs, or refactoring with test-first approach. Detects AI anti-patterns.
AST parsing, S-expression queries, tag extraction via tree-sitter CLI. Use when parsing code into AST, extracting tags, visualizing syntax trees, or performing structural analysis beyond ast-grep.
Searches local markdown notes and documents using qmd CLI. Use when searching notes, querying documents, managing collections, or retrieving document content.
복잡도에 따라 ASCII art 또는 Mermaid 다이어그램을 선택하여 생성. Use when visualizing architecture, drawing diagrams, explaining structure visually, or 도식화/다이어그램 요청 시. 중간 복잡도는 ASCII art 우선.
Converts Excel (.xlsx) files to Markdown tables with merged cell handling. Use when reading xlsx files, converting spreadsheets to markdown, or analyzing Excel data. Do NOT use for CSV files (read the...
Load context from Logseq and session history. Temporal queries scan JSONL by date, topic queries use QMD BM25. Use when "recall", "어제 뭐 했지", "what did we work on", "이전 작업", "session history".
Provides CLI design guidelines and best practices. Use when developing command-line tools, designing flags, help text, or error messages.
Manages parallel Claude instances via tmux for multi-worktree development. Use when spawning workers, checking status, collecting results, or coordinating parallel tasks.
Provides fzf command patterns and configurations. Use when writing fzf commands, interactive filters, or pipeline compositions.
Guides Claude Code setup, configuration, and operations. Use when setting up CLAUDE.md, creating rules, configuring hooks, creating slash commands, installing external skills, reviewing configuration,...
Initializes multi-repo workspace CLAUDE.md. Use when managing multiple repositories as a single project.
Python으로 Claude Agent SDK 에이전트를 구축할 때 사용. 커스텀 도구, 훅, 서브에이전트, MCP 연동 코드를 생성합니다.
Creates ast-grep patterns for structural code search. Use when finding functions/classes by structure, refactoring code, or when grep returns too many false positives.