Agent skill · Workflow & Productivity

task-completion-focus

Focuses on a specific target object to signal task completion. Use 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.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill task-completion-focus --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/task-completion-focus/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Task Completion Focus ## When to Use The final required object (e.g., grown banana, crafted item) is visibly present and you need to formally signal task completion. Do not use for intermediate steps. ## Procedure 1. `look around` — confirm the target object is visible in the scene. 2. `focus on <OBJECT>` — signal task completion. 3. **Ambiguity handling:** If the environment returns "Ambiguous request" with numbered options, respond with the option number (e.g., `0`) for the target most directly associated with your task goal. ## Example **Task:** "Grow a banana." After successful cultivation: 1. `look around` — observation: "On the banana tree you see: a banana, a flower." 2. `focus on banana on banana tree` 3. If ambiguous prompt appears listing multiple bananas, select `0` (first instance). 4. Observation confirms task completion.

What's inside
Steps it walks through
  1. When to Use
  2. Procedure
  3. Example
Ships with 2 files
  • references/action_primer.md
  • references/trajectory_analysis.md
More from SkillNet
All skills →
About this skill
What does the task-completion-focus skill do?

Focuses on a specific target object to signal task completion. Use 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 zjunlp/SkillNet --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 zjunlp/SkillNet, a repository with 1,117 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.

Keep going