create-todero-bundled-skill

Creates and publishes catalog skills in the Todero skills-catalog package via reviewed PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning an idea, tweet, or task into a properly published skill in the Todero skills catalog involves many error-prone steps: finding prior art, choosing kind/category/slug, writing valid frontmatter, regenerating the manifest, and updating test expectations. This Skill encodes that entire workflow so nothing is missed. ## Core Features & Use Cases - FIND-before-MAKE research: Searches the existing catalog, the repo, and GitHub for existing skills before authoring a duplicate, using gh search and the xc CLI for tweet capture. - Two publishing paths: Add an external skill as a pinned catalog-ref.json reference, or author a local markdown-only skill with worked examples. - Build and PR automation: Regenerates generated/catalog.json, runs validation and tests, updates shipped-catalog.test.ts expectations, and opens a clean PR. - Use Case: A teammate shares a tweet describing a useful agent workflow. Use this Skill to capture the thread, discover an existing upstream skill, pin it as an external catalog reference, rebuild the manifest, and open the PR. ## Quick Start Turn this tweet about a research workflow into a published skill in the Todero skills catalog and open a PR for it.

Frequently Asked Questions about create-todero-bundled-skill

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

FAQPage Schema
How do I add a new skill to the Todero skills catalog?

Search for existing skills first, then either pin an external GitHub skill via catalog-ref.json or author a local SKILL.md with examples. Regenerate the manifest with pnpm build:manifest, update shipped-catalog.test.ts expectations, and open a PR.

How do I reference an external GitHub skill in a catalog?

Create a directory containing only catalog-ref.json with the source owner, repo, ref, pinned 40-character commit SHA, path, and file list. The manifest builder fetches the pinned files from GitHub at build time and inventories them.

What is the difference between bundled and optional catalog skills?

Optional is the default kind for most skills. Bundled ships to every Todero company by default and requires explicit human or board direction. Slugs must be unique across both kinds or the build fails.

Why does the skills catalog build fail after adding a skill?

Common causes are a stale generated/catalog.json, duplicate slugs across bundled and optional kinds, a directory containing both catalog-ref.json and SKILL.md, or symlinks escaping the skill directory. Rerun build:manifest and validate after any file change.

When should I not add a skill to the Todero catalog?

Do not add company-private skills, which belong in that company's library via the Skills UI or API. Repo-internal agent skills for working on Todero itself go in .agents/skills/ or skills/ without catalog machinery.