From ai-conversation-intelligence
Evaluate whether a new or updated skill should be published to the patryks-treadmill marketplace and handle the publishing workflow. Triggers automatically after skill creation or when asked to publish/share a skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-conversation-intelligence:marketplace-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate skills for marketplace readiness and handle publishing to the patryks-treadmill marketplace.
Evaluate skills for marketplace readiness and handle publishing to the patryks-treadmill marketplace.
/review-nominations when a skill nomination is accepted/mine-patterns when new skills are discoveredFor a skill to be marketplace-worthy, check these criteria:
| Criterion | Required | Check |
|---|---|---|
| Reusable | Yes | Would other developers (not just Patryk) find this useful? |
| Self-contained | Yes | Does it work without project-specific paths, credentials, or local state? |
| Well-described | Yes | Does the SKILL.md have clear name, description, and process steps? |
| Not Kibana-specific | Preferred | Skills tied to Kibana internals are less marketplace-worthy than generic dev skills |
| Has clear trigger | Yes | Is the description specific enough that Claude knows when to invoke it? |
| Tested | Preferred | Has it been used successfully at least once? |
Score each criterion 0-2 (0=no, 1=partial, 2=yes). Total score out of 12.
Read ~/Projects/patryks-treadmill-claude-plugins/.claude-plugin/marketplace.json to understand:
If the skill should be published:
Before publishing, verify:
~ or $HOME instead of /Users/patrykkopycinski)skills arrayIf all checks pass:
Output:
Skill: mine-patterns
Score: 11/12
- Reusable: 2 (any developer with AI sessions would benefit)
- Self-contained: 2 (uses MCP, no hardcoded paths)
- Well-described: 2 (clear process, triggers, output format)
- Not Kibana-specific: 2 (generic AI workflow)
- Clear trigger: 2 (explicit /mine-patterns command)
- Tested: 1 (just created, not yet battle-tested)
→ Publish to marketplace
Skill: kibana-eslint-prepush
Score: 6/12
- Reusable: 1 (only useful for Kibana devs)
- Self-contained: 1 (depends on Kibana scripts/)
- Well-described: 2 (clear steps)
- Not Kibana-specific: 0 (deeply Kibana-specific)
- Clear trigger: 2 (before commit/push)
- Tested: 1 (used in workflow)
→ Keep private — too Kibana-specific for general marketplace
When the manage-automations skill accepts a skill nomination:
npx 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.