task

Create and queue autonomous agent tasks in the lex repository.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill task-eprouveze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/eprouveze/HealthPulse/tree/main/.claude/skills/task
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill task-eprouveze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and queuing of tasks for Night Shift's autonomous agent, removing manual setup and enabling hourly execution by Claude Code on the Mac Mini M2. This ensures work items are consistently captured in the central lex repository for automated processing.

Core Features & Use Cases

  • Creates a task file in the lex repository from natural language descriptions.
  • Queues tasks for hourly execution by the autonomous agent.
  • Supports diverse use cases: content creation, security fixes, cleanup, dependency updates, and more across any project directory.

Quick Start

Describe a task with the command '/task <description>' to enqueue it for the Night Shift agent.

Frequently Asked Questions about task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I queue autonomous tasks for an agent to run hourly?

Queue autonomous tasks by describing work in natural language, which creates a task file in a central repository for hourly execution by the agent. This removes manual setup and ensures items are consistently captured for automated processing.

What kind of project maintenance can I automate through a task queue?

Automate project-wide maintenance such as content creation, security fixes, cleanup, and dependency updates across any repository directory. Tasks are queued for an autonomous agent to process without manual intervention.

How do I create an automated task from a natural language description?

Create an automated task by providing a natural language description of the work. The system generates a task file with frontmatter-defined identity and gates it through a git-based workflow for autonomous execution.

Does the autonomous task workflow require a specific git repository structure?

The task workflow uses a gated git-based approach within a central lex repository. It requires frontmatter to define task identity and supports optional component directories to extend the agent's capabilities.

Can I use this to automate code security fixes across multiple project directories?

Yes, you can automate code security fixes across any project directory. Describe the required security fixes, and the system queues them for the autonomous agent to execute during its scheduled run.