todero-propose-a-skill

Generates structured skill proposals from repeated task patterns and review failures.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/nabitllc/todero --skill todero-propose-a-skill-nabitllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todero-propose-a-skill
Source: https://github.com/nabitllc/todero/tree/main/skills/todero-propose-a-skill
Command: npx skills add https://github.com/nabitllc/todero --skill todero-propose-a-skill-nabitllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agents repeatedly rediscover the same working patterns without capturing them, causing repeated mistakes and wasted effort. This Skill turns observed repetition into a concrete, reviewable skill proposal that a person can approve and reuse. ## Core Features & Use Cases - Repetition Detection: Triggers a proposal when the same kind of task appears three times or two reviews fail for the same reason. - Standardized Proposal Format: Emits a single fenced skill-proposal block with name, when, steps, done_when, files, and because fields. - Evidence Requirement: Enforces the Iron Law — no skill ships without naming two tasks that failed without it. - Use Case: During a wrap-up in Todero, an agent notices two reviews failed for the same missing rule, so it drafts a skill proposal that the person approves from a card and adds to the shared folder. ## Quick Start Ask the agent to check its recent tasks for repeated patterns and draft a skill proposal in the standard fenced format during wrap-up.

Frequently Asked Questions about todero-propose-a-skill

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

FAQPage Schema
How do I propose a new skill from repeated agent tasks?

During wrap-up, emit a fenced skill-proposal block containing name, when, steps, done_when, files, and because fields. The person reviews and approves it from a card in Todero, then adds it to the shared folder.

When should an agent propose a skill in Todero?

Propose a skill when the same kind of task has occurred three times, or when two reviews failed for the same reason. These two countable triggers replace manual observation counting.

What is the Iron Law for skill proposals?

The Iron Law states no skill ships without first showing the agent failed without it. You must name two tasks that failed as evidence; if you cannot, the pattern has not repeated enough and you should wait.

What format does a skill proposal use?

A skill proposal is a single fenced code block in the wrap-up with fields for name in kebab-case, a one-line when condition, an ordered steps list, a done_when success criterion, referenced files, and a because field naming the failed tasks.

What happens after a skill proposal is approved?

The person edits the skill if needed, tests it on a new task, and adds it to the shared folder. The next time the same pattern appears, the skill loads automatically and the agent follows it.