make-issue-spec
The make-issue-spec tool generates a detailed markdown specification document for a software development task. Use it when you need to create clear, comprehensive issue documentation that outlines requirements, acceptance criteria, and implementation details. The tool prompts for clarification on ambiguous requirements and automatically stages the resulting specification in Git if permissions allow.
git clone --depth 1 https://github.com/pchalasani/claude-code-tools /tmp/make-issue-spec && cp -r /tmp/make-issue-spec/plugins/workflow/skills/make-issue-spec ~/.claude/skills/make-issue-specSKILL.md
# make-issue-spec There isn't a lot more to this than what the top level description says. The idea is for this issue spec to contain a clear specification of what is needed. Make sure to ask the user any questions for parts that you're not sure of or are under specified. Stage this in Git if you have permissions.
Extract full context of the last task from the most recent parent session
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
Use this skill when you learn one or more design pattern(s) in the
Design patterns for the Langroid multi-agent LLM framework. Covers
>-
CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes.
This skill should be used when the agent needs to give a spoken voice update to the user, or when reminded by a Stop hook to provide audio feedback. Use this skill to speak a short summary of what was accomplished.
Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.