task-completion-focus
Focuses on a specific target object to signal task completion. Execute this skill when you have produced the required final object (like a grown banana) and need to formally complete the assigned task. This handles the 'focus on OBJ' action that typically marks successful task execution in the environment.
npx skills add majiayu000/claude-skill-registry --skill task-completion-focus --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill: Task Completion Focus ## Purpose This skill is the final step in a task execution chain. It is triggered **only** when the primary objective of a task has been successfully achieved and the target object is present and observable in the environment. Its sole function is to execute the `focus on OBJ` action on the correct object, which formally signals task completion to the environment. ## When to Use * **Prerequisite:** The final, required object (e.g., a grown banana, a crafted item, a repaired device) must be visibly present in the environment. * **Trigger:** You have verified the object's presence and your goal is to complete the task. * **Do Not Use** for intermediate steps, exploration, or object manipulation. ## Execution Protocol 1. **Verification:** Before execution, confirm the target object is in the scene. Use `look around` or `examine` if necessary. 2. **Action Execution:** Perform the `focus on <OBJECT>` action. 3. **Ambiguity Resolution:** The environment may present multiple valid targets (e.g., bananas on different trees). If an "Ambiguous request" observation is received, you **must** select the correct target by number. * **Selection Rule:** Choose the t
- Purpose
- When to Use
- Execution Protocol
- Example from Trajectory
- Key Principle
What does the task-completion-focus skill do?
Focuses on a specific target object to signal task completion. Execute this skill when you have produced the required final object (like a grown banana) and need to formally complete the assigned task. This handles the 'focus on OBJ' action that typically marks successful task execution in the environment.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill task-completion-focus --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
