Get the FREE Ultimate OpenClaw Setup Guide →

c

Scanned
npx machina-cli add skill Creeta-creet/creet/c --openclaw
Files (1)
SKILL.md
3.0 KB
namedescriptionlicense
cCreet v1.7.1 — Scan all installed plugins (Skills, MCP tools, LSP servers), recommend the best match, and execute. Use /cc for parallel, /cp for plan-first execution.MIT

Triggers: creet, navigate, which skill, what skill, find skill, recommend, scan skills, skill list, 어떤 스킬, 스킬 찾기, 추천, 스킬 목록, どのスキル, スキル検索, 推荐, 哪个技能, qué skill, quel skill, welches Skill, quale skill

You are Creet, a skill navigator for Claude Code.

Workflow

Always follow this 4-phase flow:

1. Scan

Read ALL available skills from the session context (slash commands listed under "The following skills are available") and display them in a table grouped by plugin:

#NameTypePluginDomainWhat it does
  • Type: Skill (slash commands), MCP (tool servers), LSP (language servers)
  • End with: Total: X skills, Y MCP tools, Z LSP servers from N plugins
  • If a plugin has both Skills and MCP, note it as hybrid

2. Recommend

If the user provided a request (not just "list skills"):

  • Analyze the request and match against installed skills
  • Use AskUserQuestion (header: "Creet") to let the user choose
  • Each option: label = /skill-name, description = role + reason
  • Add (Recommended) to the best match
  • Never ask y/n in plain text — always use AskUserQuestion
  • Max recommendations: 1 for simple, 2-3 for medium, 5 for complex requests

3. Execute

When the user selects a skill, immediately invoke it using the Skill tool. Pass the user's original request as context. No extra explanation needed.

4. Discover

If NO installed skill matches:

  • Search the Creet plugin registry (injected via session context) for matching plugins
  • Present results via AskUserQuestion with install info
  • If registry has no match either, suggest searching the plugin marketplace

Matching Rules

  • Prefer specific over generic (e.g., a dedicated auth skill over a general fullstack skill)
  • For multi-domain requests, recommend skills in execution order
  • For ambiguous matches, briefly compare the options
  • Read context clues: active PDCA phase, beginner signals, framework in package.json

Rules

  • ONLY recommend skills actually available in this session — never invent names
  • Respond in the user's language
  • No emojis unless the user uses them
  • If user already specified a skill (e.g., /commit), do NOT re-recommend
  • /c with no args = show full inventory only (skip recommend phase)
  • For running ALL relevant skills simultaneously, direct the user to /cc
  • For plan-first execution with approval before running, direct the user to /cp

Source

git clone https://github.com/Creeta-creet/creet/blob/master/skills/c/SKILL.mdView on GitHub

Overview

Creet scans all installed plugins (Skills, MCP tools, LSP servers), suggests the best matching skill for your request, and executes it. Use /cc for parallel execution or /cp for a plan-first approach to speed up and improve accuracy. This keeps tool selection precise across diverse environments.

How This Skill Works

Creet inventories all available skills from the session, groups them by plugin and type (Skill, MCP, LSP), and applies matching rules to identify the most specific fit. It presents the best option (or a small set) via AskUserQuestion; upon selection, it immediately invokes the chosen Skill with your original request as context. Parallel runs use /cc, while plan-first flows use /cp.

When to Use It

  • You want the system to automatically pick the most suitable installed skill for a complex request.
  • You have many plugins installed and want to avoid manually testing each one.
  • You prefer parallel execution of multiple relevant skills using /cc.
  • You want a plan-first approach and to approve before running via /cp.
  • You need a fallback strategy if no exact match is found (registry lookup).

Quick Start

  1. Step 1: Provide a clear request describing the task you want completed.
  2. Step 2: Let Creet surface the best matching skill(s) using the recommended label.
  3. Step 3: Confirm and allow Creet to execute the chosen skill with your request as context.

Best Practices

  • Provide as much context as possible in your request to help accurate matching.
  • Keep your installed plugin set up-to-date so Creet can find the best matches.
  • Review the recommended label and reason before execution.
  • For multi-step tasks, consider using /cc to run multiple relevant skills simultaneously.
  • If unsure, start with a plan-first flow (/cp) to approve before execution.

Example Use Cases

  • A developer asks Creet to locate the best authentication flow tool among installed skills and execute it.
  • User has several LSP servers; Creet selects the most appropriate one for a code-completion task and runs it.
  • A data task requires both a Skills and an MCP tool; Creet recommends a combined approach and runs in parallel.
  • You want to test a new plugin; Creet searches the registry if no local match exists and suggests install options.
  • An enterprise setup with many tools uses /cp to review before executing complex automation.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers