From ai-conversation-intelligence
Review, create, update, and deduplicate skills, agents, hooks, rules, and memory entries from mined pattern nominations
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-conversation-intelligence:manage-automationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review pending nominations and manage the automation lifecycle.
Review pending nominations and manage the automation lifecycle.
Read all files in ~/.claude/projects/<project>/memory/nominations/.
Parse YAML frontmatter to extract: id, confidence, type, target, pattern_type, auto_merged.
Present nominations grouped by type, highest confidence first:
Auto-merged (for awareness): Show items that were auto-merged during mining. No action needed unless user wants to revert.
New skills/agents/hooks (require approval): For each, show:
[accept] [edit] [reject] [defer]New memories/rules (require approval for 50-79 confidence): Same format as above.
Updates to existing (show diff): For each, show:
[accept] [edit] [reject] [defer]Accept: Write to the appropriate target location based on type:
| Type | Target Location |
|---|---|
| feedback memory | ~/.claude/projects/<project>/memory/knowledge/feedback_<topic>.md + update MEMORY.md |
| reference memory | ~/.claude/projects/<project>/memory/knowledge/reference_<topic>.md + update MEMORY.md |
| rule | ~/.agents/rules/<name>.md |
| claude_md | Append to relevant section in CLAUDE.md |
| skill | ~/Projects/patryks-treadmill-claude-plugins/plugins/<best-fit-plugin>/skills/<name>/SKILL.md |
| agent | Same plugin structure, under agents/ |
| hook | Plugin hooks config or ~/.claude/hooks/ |
After writing, delete the nomination file.
Edit: Present the proposed content for editing. User modifies, then write the modified version.
Reject: Delete the nomination file. No further action.
Defer: Leave the nomination file in place. It will appear again next time.
When a nomination targets update:<existing-file-path>:
When creating a new skill or agent, determine the best-fit plugin:
kibana-testing-tools — testing, coverage, migrationkibana-code-quality-suite — quality, security, accessibilitykibana-dev-workflow-tools — git, PR, workflowkibana-infrastructure-ops-tools — infra, monitoring, cross-repoci-babysitter — CI/CDai-conversation-intelligence — memory, patterns, conversation analysisai-conversation-intelligence as defaultAfter accepting any skill or agent nomination:
marketplace-advisor skill to evaluate marketplace readinessAfter all nominations are processed:
/mine-patterns if significant time has passednpx claudepluginhub patrykkopycinski/patryks-treadmill-claude-plugins --plugin ai-conversation-intelligenceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.