From agentmind
Provides background on user's coding patterns, error resolution strategies, and tool preferences. Auto-applies during code writing, reviewing, or debugging to align outputs with user style.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentmind:agentmind-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When working on code in this session, be aware of these established patterns from
When working on code in this session, be aware of these established patterns from previous sessions:
!"${CLAUDE_PLUGIN_ROOT}/scripts/lib/run.sh" context-generator guide 2>/dev/null
Apply these patterns naturally. Do not explicitly mention them unless the user asks about your approach or reasoning.
npx claudepluginhub youhai020616/agentmind --plugin agentmindGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.