By choplin
Discussion and idea exploration commands for focused conversations without implementation
This skill should be used when the user's intent is unclear and needs to be clarified before proceeding. Triggers when user request lacks specifics (e.g., "create X" without details), when AI would need to make assumptions to proceed, or when user explicitly calls "/dig". Also used as a base skill by other skills. Should NOT trigger for quick decisions with clear context (use quick-chat), or when requirements are already well-defined. 「意図が不明確」「曖昧な依頼」「詳細を確認したい」
This skill should be used when the user needs help naming a project, product, or service. Triggers on phrases like "name this project", "what should I call", "suggest a name", "find a good name", or when discussing project/product naming. Should NOT trigger for renaming variables or files in code (that's refactoring).
This skill should be used when the user wants quick, honest feedback on comparisons, decisions, or ideas where context is already clear. Triggers on phrases like "what do you think about", "A vs B", "should I use", "which is better", "give me honest feedback", or when the user needs a direct recommendation. Should NOT trigger when user's intent is unclear or when deep exploration is needed (use dig skill instead).
Personal collection of Claude Code plugins.
| Plugin | Description |
|---|---|
| discuss-toolkit | Discussion and idea exploration skills |
| writing-toolkit | Document review and writing improvement skills |
| dev-workflow | Development workflow skills (ADR, continuity ledger) |
| git-helpers | Git helper skills for complex operations |
| execplan-workflow | ExecPlan-based development workflow |
| Skill | Triggers |
|---|---|
discuss | "let's discuss", "explore this idea", "brainstorm" |
name-project | "name this project", "suggest a name" |
quick-chat | "what do you think", "A vs B", "which is better" |
understand-idea | "I have an idea", "help me understand" |
| Skill | Triggers |
|---|---|
critical-review | "review critically", "critique this", "find problems" |
fact-check | "fact-check this", "verify this document" |
objective-review | "review objectively", "how does this read" |
revise-document | "revise this", "improve this writing" |
| Skill | Triggers |
|---|---|
adr | "create an ADR", "record this decision" |
continuity-ledger | Starting complex or multi-hour work sessions |
| Skill | Triggers |
|---|---|
rebase-onto-rewritten | "rebase onto rewritten", "base branch was force pushed" |
| Skill | Triggers |
|---|---|
workflow-orchestrator | Starting development tasks needing structured workflow |
Add this marketplace to your Claude Code settings:
{
"plugins": [
"/path/to/my-claude-marketplace"
]
}
Or install individual plugins:
{
"plugins": [
"/path/to/my-claude-marketplace/discuss-toolkit",
"/path/to/my-claude-marketplace/writing-toolkit"
]
}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub choplin/my-claude-marketplace --plugin discuss-toolkitDocument review and writing improvement commands for critical review, fact-checking, and document revision
Git helper commands for complex operations like rebasing onto rewritten history
Development workflow management with task assessment, spec/plan documents, and self-review capabilities
Git worktree management with wtm CLI
Structured implementation planning, interactive annotation review, and autonomous plan execution
Collaborative technical discussion with proactive requirements gathering
Structured thinking and multi-perspective deliberation tools
Meta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.
Focused development mode - clarify, plan, verify, detect drift
Core workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management