Back to list
ojowwalker77

matrix-skill-candidates

by ojowwalker77

Claude on Rails - Tooling System for Claude Code.

84🍴 8📅 Jan 22, 2026

SKILL.md


name: Matrix Skill Candidates description: This skill should be used when the user asks to "find skill candidates", "which solutions can be promoted", "list promotable solutions", "find high-value solutions", or wants to identify Matrix solutions suitable for promotion to Skills. user-invocable: true agent: haiku allowed-tools:

  • mcp__plugin_matrix_matrix__matrix_skill_candidates

Matrix Skill Candidates

Identify high-value Matrix solutions that can be promoted to Claude Code Skills for reuse.

Usage

Use the matrix_skill_candidates MCP tool to find promotable solutions.

Parse optional user arguments from the skill invocation (text after the trigger phrase).

Argument patterns:

  • top 5 or limit 5 - Limit to N candidates
  • threshold 0.8 - Minimum success rate threshold
  • all - Include already promoted solutions

Default Criteria

Solutions are considered candidates if they have:

  • Success rate >= 70% - High confidence solutions
  • Uses >= 3 - Proven through repeated application
  • Not yet promoted - Unless all flag provided

Output Format

For each candidate, display:

[1] Solution ID: sol_abc123
    Problem: [Short problem description]
    Success Rate: 85% (17/20 uses)
    Complexity: 5/10
    Category: feature
    Suggested Skill Name: setup-oauth-firebase
    Promotion Score: 87/100

Promotion Score

The promotion score (0-100) combines:

  • Success rate (0-50 points): Higher success = higher score
  • Usage count (0-30 points): More uses = more proven
  • Complexity (0-20 points): Medium complexity (4-7) preferred

Next Steps

After identifying candidates:

  1. Review the solution details: /matrix:list solutions
  2. Create a skill: /matrix:create-skill <solution_id>

Examples

/matrix:skill-candidates
/matrix:skill-candidates top 3
/matrix:skill-candidates threshold 0.9

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon