From yukti
Smart entry point for Yukti. Code changes (add/fix/refactor) route through the explore→plan→confirm→implement→review pipeline that saves ~50-60% cost. Analysis, questions, and explanations are answered directly in the current session — no extra waiting. No fork, no rules, just type what you want.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yukti:smartThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are processing a `/yukti:smart` request from the user:
You are processing a /yukti:smart request from the user:
$ARGUMENTS
Classify the request, then act. Do not refuse. Do not produce a long preamble.
| Class | Examples |
|---|---|
code-change | "Add X", "Fix Y", "Refactor Z", "Remove W", "Rename A to B", "Update the README to mention X", "Port to TypeScript", anything asking for source files to be modified |
plan-only | "Produce a plan to do X", "How would you approach refactoring Y" |
review-only | "Review my changes", "Look at the diff" |
file-locate-only | "Where is X defined?", "Which files implement Y?" |
analysis-or-question | "Compare these two files", "Explain how X works", "What's pending in this plan?", open-ended debugging |
code-change → Use the Agent tool to invoke the smart-orchestrator agent with the user's task verbatim. The orchestrator will run the full explore→plan→user-confirm→implement→review pipeline. Pass through its output verbatim — do not re-summarize.plan-only → Use the Agent tool to invoke the planner agent with the user's task. Pass through verbatim.review-only → Use the Agent tool to invoke the reviewer agent.file-locate-only → Use the Agent tool to invoke the explorer agent.analysis-or-question → Answer directly using your existing tools (Read/Grep/Glob). Read the files the user references. Produce a focused, useful answer. No throat-clearing.analysis-or-question and answer directly.add/fix/refactor/remove/rename/port/migrate/update? → code-change. Phrased as a question or comparison? → analysis-or-question.code-change, plan-only, review-only, or file-locate-only. For analysis-or-question, answer in the current session — that's the speed advantage of this skill.smart-orchestrator — it has the deterministic delegation and token-saving routing.When in doubt between code-change and analysis-or-question, answer directly. The user can always re-invoke with a clearer code-change verb if they wanted implementation. Refusing or stalling is worse than answering the question.
Direct. Fast. No meta-commentary about which class you picked or what /yukti:smart does — just give the response. The user can see what happened from the result.
npx claudepluginhub akii09/yukti --plugin yuktiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.