add-todo

Capture user-defined tasks, ideas, and issues as structured to-dos with duplicate checking and git commits.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cinjoff/fhhs-skills --skill add-todo-cinjoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-todo
Source: https://github.com/cinjoff/fhhs-skills/tree/main/.claude/skills/add-todo
Command: npx skills add https://github.com/cinjoff/fhhs-skills --skill add-todo-cinjoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly capture ideas, tasks, or issues as structured todos without losing your current context, ensuring nothing important is forgotten.

Core Features & Use Cases

  • Contextual Capture: Add todos based on recent conversation or direct input.
  • Structured Todos: Todos are saved with titles, problem descriptions, solutions, and associated files.
  • Duplicate Checking: Prevents redundant entries by checking for similar existing todos.
  • Use Case: While discussing a bug, you realize a related feature needs to be added. Use this skill to quickly add a todo for the new feature without interrupting your bug-fixing flow.

Quick Start

Use the add-todo skill to capture the idea 'Implement user authentication flow'.

Frequently Asked Questions about add-todo

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

FAQPage Schema
How do I capture tasks and ideas instantly without losing my current context?

To capture tasks and ideas instantly, this Skill analyzes your recent conversation for relevant details like titles, problems, and file paths, saving them as structured todo items within your project directory without interrupting your workflow.

What is the best way to add structured todos with problem descriptions and solutions?

The best way to add structured todos is to provide your input directly or let the Skill extract context, which then saves the item with a title, problem description, solution, and associated file paths for comprehensive task management.

How does duplicate checking work for task management notes?

Duplicate checking for task management notes works by scanning existing todos within your planning directory to prevent redundant entries, ensuring data integrity when capturing new ideas or issues.

Does this contextual todo capture tool require node to function?

Yes, this contextual todo capture tool requires the node environment as a dependency to execute its scripts, analyze conversation context, and maintain project state consistency via git commits.

Can I use this task management Skill while discussing a bug to add a related feature todo?

Yes, you can use this Skill while discussing a bug to add a related feature todo. It captures the new task based on your current context, allowing you to continue your bug-fixing flow without disruption.

How does this Skill maintain project state consistency when adding planning notes?

This Skill maintains project state consistency when adding planning notes by automatically creating git commits after saving your structured todo items to the project directory.