
Teach Impeccable
Legacy entry point that tells agents and users to run the unified impeccable teach flow instead of this deprecated command.
Overview
teach-impeccable is a deprecated agent skill for the Build phase that redirects users to impeccable teach instead of running any teach workflow.
Install
npx skills add https://github.com/pbakaus/impeccable --skill teach-impeccableWhat is this skill?
- Hard redirect: do not run any teach flow from this skill file
- Renamed command—use impeccable teach with your agent command prefix
- Single user-facing message with no procedural steps in this stub
- Prevents duplicate or conflicting teach rituals after the impeccable merge
Adoption & trust: 50.6k installs on skills.sh; 35.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
Your agent or docs still call the old teach-impeccable command and you need a clear, safe handoff to the current impeccable entry point.
Who is it for?
Updating muscle memory, scripts, or agent rules that still reference teach-impeccable after the impeccable merge.
Skip if: Actual UI teaching, design reviews, or impeccable audits—use the impeccable skill teach subcommand instead.
When should I use this skill?
User or agent invokes the legacy teach-impeccable user-invocable command.
What do I get? / Deliverables
The agent stops immediately and tells you to run impeccable teach with your command prefix—no partial teach flow runs from this stub.
- User message directing to impeccable teach
Recommended Skills
Journey fit
Impeccable teaches UI quality patterns during product UI work, so the deprecated alias is shelved under Build even though it only redirects. Teaching impeccable standards applies while shaping frontend UI, not during infra or launch tasks.
How it compares
A deprecation shim, not a standalone design methodology skill.
Common Questions / FAQ
Who is teach-impeccable for?
Solo builders and agent configs that still point at the old teach-impeccable slash command and need an explicit rename to impeccable teach.
When should I use teach-impeccable?
Only when something auto-invokes this legacy id during Build frontend work; otherwise invoke impeccable teach directly and ignore this stub.
Is teach-impeccable safe to install?
It only emits a redirect message and blocks further teach logic here; review the Security Audits panel on this Prism page before adding any skill to your agent.
SKILL.md
READMESKILL.md - Teach Impeccable
This command has been renamed. Run `{{command_prefix}}impeccable teach` instead. Do NOT proceed with any teach flow here. Simply inform the user: > The `{{command_prefix}}teach-impeccable` command has been renamed to `{{command_prefix}}impeccable teach`. Please use that instead.