Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    long task manager

    1

    Persistent state management and background process tracking for tasks that span multiple sessions.

    $8.60

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    long task manager

    long task manager

    Example session with this skill installed

    I need to rebuild the search index for 500+ markdown files. It's going to take a few hours. Set this up as a long task and start the process in the background.

    • Read your context and instructions
    • Compiled the long task manager

    I have initialized a new long-running task to manage the wiki index rebuild. This ensures progress is tracked even if our session resets.

    Task Initialization: wiki-index-rebuild-20250522

    PropertyValue
    Task IDwiki-index-rebuild-20250522
    State File~/.hermes/tasks/wiki-index-rebuild-20250522.json
    Statusactive
    Background SIDbg-7721
    Log Path/tmp/index_build.log

    Progress Tracking

    1. [DONE] Inventory markdown files (512 files found).
    2. [IN_PROGRESS] Generate index JSON via build_index.py.
    3. [PENDING] Validate index against search bridge.

    The background process is currently running. I have recorded the session ID bg-7721 in the state file. If this session terminates, you can resume by asking me to "list active tasks."

    Next steps

    • Monitor /tmp/index_build.log for completion or errors.
    • Use task_state.py show wiki-index-rebuild-20250522 to view real-time status.
    • Verify the generated index.json once the background process exits.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Track multi-day agent tasks across session resetsManage background processes with durable state checkpointsImplement a standardized resume protocol for interrupted workMaintain an audit trail of long-running technical operations

    About this skill

    The problem

    LLM session resets, crashes, and context compression wipe your agent's memory. When long-running tasks like data migrations or web crawls span multiple days, the agent loses track of progress, background process IDs, and intermediate artifacts.

    What it does

    • Generates persistent JSON state files in a dedicated task directory to serve as a durable source of truth.
    • Manages background process lifecycles by tracking session IDs, monitoring logs, and handling process recovery.
    • Implements a strict resume protocol that allows fresh agent sessions to pick up exactly where a previous one left off.
    • Provides a Python-based helper script for atomic updates, schema validation, and checkpointing.

    Frameworks & tools

    Compatible with any agent host providing terminal access. Utilizes Python 3 for state management and standard Unix/Windows process controls.

    Why this beats prompting it yourself

    Standard prompting relies on context window memory which is volatile. This skill enforces a filesystem-first discipline, ensuring that even if an agent is restarted or the context is flushed, the "next action" and background process pointers remain executable and valid.

    Use cases

    • Executing multi-hour database migrations or index rebuilds.
    • Managing background web scraping or data processing jobs that outlive the session.
    • Coordinating multi-step research tasks that require human feedback over several days.
    • Recovering task context after a system crash or gateway restart.

    Known limitations

    Background processes started via terminal calls do not survive host restarts. For persistence across reboots, systemd or cron integration is required.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 22 days ago

    • Passed all security checks, Safe to install

    Listed22 days ago

    What's inside

    Frequently Asked Questions