Skip to content

Add creet v1.5.0 — Skill navigator for Claude Code#51

Open
livevil7 wants to merge 1 commit intoccplugins:mainfrom
livevil7:add-creet-plugin
Open

Add creet v1.5.0 — Skill navigator for Claude Code#51
livevil7 wants to merge 1 commit intoccplugins:mainfrom
livevil7:add-creet-plugin

Conversation

@livevil7
Copy link

Summary

Creet is a skill navigator for Claude Code. It scans all installed plugins (Skills, MCP tools, LSP servers), recommends the best match for your task in 8 languages, and executes it.

Features

  • /c — Scans all installed plugins and recommends the best skill via AskUserQuestion
  • /cc — Runs ALL matching skills simultaneously as parallel Task agents and synthesizes results
  • SessionStart hook — Auto-scans plugins every session, injects skill table into context
  • UserPromptSubmit hook — Suggests relevant skills as you type
  • Cross-platform — Works on Windows, Mac, and Linux
  • 8 languages — EN, KO, JA, ZH, ES, FR, DE, IT
  • Zero config — Works with any combination of installed plugins, no hardcoded dependencies

Test plan

  • Install plugin: claude plugin marketplace add https://github.com/Creeta-creet/creet.git then claude plugin install creet@Creeta-creet
  • Verify /c lists installed skills and recommends on request
  • Verify /cc runs multiple skills in parallel
  • Verify SessionStart hook activates on session start
  • Verify cross-platform: test on Windows and Mac

🤖 Generated with Claude Code

Creet scans all installed plugins (Skills, MCP tools, LSP servers),
recommends the best match for your task in 8 languages, and executes it.

- /c — Single skill navigator with AskUserQuestion recommendation
- /cc — Parallel multi-agent execution across all matching skills
- SessionStart hook auto-scans installed plugins each session
- UserPromptSubmit hook suggests relevant skills as you type
- Cross-platform (Windows, Mac, Linux)

Homepage: https://github.com/Creeta-creet/creet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant