focus — focus install for developers dtc-compass, community, focus install for developers, ide skills, focus skill for sustained attention, json state file management, iso timestamp task tracking, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Task Management Agents requiring sustained attention and project organization capabilities. Focus is a task management skill that allows AI agents to set and manage current tasks, utilizing a JSON state file for data storage

Features

Reads and writes focus state to a `.codex/skills/_state/current_focus.json` file
Utilizes a JSON schema for task data, including task name, start time, and time estimate
Supports the creation of subtasks for breaking down larger tasks
Manages task context with a dedicated string field
Uses ISO timestamps for accurate task start time tracking

# Core Topics

maciejjankowski maciejjankowski
[0]
[0]
Updated: 3/6/2026

Agent Capability Analysis

The focus skill by maciejjankowski is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for focus install for developers, focus skill for sustained attention, json state file management.

Ideal Agent Persona

Ideal for Task Management Agents requiring sustained attention and project organization capabilities.

Core Value

Empowers agents to manage complex projects by reading and writing focus state to a JSON file, utilizing ISO timestamps and supporting task contextualization with subtasks, all while estimating time requirements in minutes.

Capabilities Granted for focus

Setting and tracking current tasks with JSON state files
Automating focus state updates with ISO timestamp tracking
Breaking down large projects into smaller, manageable subtasks

! Prerequisites & Limits

  • Requires filesystem access to read and write .codex/skills/_state/current_focus.json
  • JSON file format adherence necessary for state management
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

focus

Install focus, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Focus - Set Current Task

Manage the current focus task to support sustained attention.

State File

Read and write focus state to: .codex/skills/_state/current_focus.json

Schema:

json
1{ 2 "task": "string - what we're working on", 3 "started_at": "ISO timestamp", 4 "time_estimate_minutes": "number or null", 5 "context": "string - any relevant context", 6 "subtasks": ["list of smaller steps if broken down"] 7}

Setting Focus

When user sets a new focus:

  1. Read current state from .codex/skills/_state/current_focus.json
  2. If there was a previous focus, acknowledge it briefly ("Switching from X")
  3. Write new focus with:
    • task: what they said
    • started_at: current ISO timestamp
    • time_estimate_minutes: if they mentioned time, otherwise null
    • context: any relevant details
  4. Confirm with a brief, action-oriented message:
    • State the focus task clearly
    • If time estimate given, note it
    • Give the first concrete step if the task is vague

Checking Focus

When user asks "what am I working on" or seems lost:

  1. Read .codex/skills/_state/current_focus.json
  2. If no focus set: suggest setting one
  3. If focus exists:
    • State the task
    • Calculate time elapsed since started_at
    • Remind of any subtasks
    • Suggest next action

Tangent Detection

When user brings up something unrelated to current focus:

  1. Politely note this seems like a tangent
  2. Suggest using the tangent skill to capture it for later
  3. Redirect back to the current focus task

Do not lecture. Do not ask questions. State what we're doing and move forward.

Example Responses

Setting focus:

Focus set: Write Q1 roadmap document

Time estimate: 45 minutes
Started: now

First step: Open the roadmap template and list the 3 main sections.

Checking focus:

Current focus: Write Q1 roadmap document
Time elapsed: 23 minutes (of estimated 45)

Next: Complete the timeline section.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is focus?

Ideal for Task Management Agents requiring sustained attention and project organization capabilities. Focus is a task management skill that allows AI agents to set and manage current tasks, utilizing a JSON state file for data storage

How do I install focus?

Run the command: npx killer-skills add maciejjankowski/dtc-compass. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for focus?

Key use cases include: Setting and tracking current tasks with JSON state files, Automating focus state updates with ISO timestamp tracking, Breaking down large projects into smaller, manageable subtasks.

Which IDEs are compatible with focus?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for focus?

Requires filesystem access to read and write .codex/skills/_state/current_focus.json. JSON file format adherence necessary for state management.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add maciejjankowski/dtc-compass. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use focus immediately in the current project.

Related Skills

Looking for an alternative to focus or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI