talent-authoring-standard

Validates Oteny Talent bundles against the authoring rubric and lint rules.

2|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/otenycom/talents --skill talent-authoring-standard-otenycom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: talent-authoring-standard
Source: https://github.com/otenycom/talents/tree/main/.claude/skills/talent-authoring-standard
Command: npx skills add https://github.com/otenycom/talents --skill talent-authoring-standard-otenycom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Authors of Oteny Talents need a single, verifiable standard so their bundle passes the same lint checks that gate pull requests, Oteny delivery, and the on-device self-check, avoiding surprise rejections. ## Core Features & Use Cases - Authoring rubric: Provides numbered, verifiable do-lists covering the airline-pilot checklist rule, upgrade-safety, and lean authoring. - Lint enforcement: Points to the lint_upgrade_safe.py and lint_tools.py scripts that enforce the standard locally and in CI. - Use Case: Before submitting a new Talent PR, run the lint checks locally against your bundle to confirm it meets the rubric and will pass the delivery gate. ## Quick Start Ask the assistant to grade my Talent bundle against the talent authoring standard and report any lint violations.

Frequently Asked Questions about talent-authoring-standard

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

FAQPage Schema
How do I check if my Oteny Talent bundle passes the lint gate?▼

Run the lint_upgrade_safe.py and lint_tools.py scripts locally against your bundle. The same checks gate your PR, Oteny's delivery, and the on-device self-check, so a clean local run means no surprise rejection.

What is the Oteny talent authoring standard?▼

It is the rubric every Talent must meet, expressed as numbered, verifiable do-lists following the airline-pilot checklist rule. It covers upgrade-safety and lean authoring, enforced by lint scripts.

Where is the full talent authoring rubric located?▼

The full rubric lives in skills/talent-authoring-standard/SKILL.md, which is the single source of truth. The .claude/skills stub only makes it discoverable as a slash command and should not duplicate content.

Why did my Talent PR get rejected by the lint gate?▼

Rejections happen when the bundle violates rubric rules such as upgrade-safety or checklist verifiability. Run lint_upgrade_safe.py and lint_tools.py locally to reproduce the exact failure before resubmitting.

What skills pair with the talent authoring standard?▼

Pair it with the oteny-talent-authoring how-to guide and the oteny-talent-dev-loop workflow skill. The repository entrypoint is AGENTS.md.