-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I use oh-my-pi as a coding agent and added it as a custom target in my Skillshare config as omp.
targets:
omp:
path: ~/.omp/agent/skillsI then reference it in skills like this:
targets: [claude, omp]But I keep getting unknown target warnings in skillshare doctor output:
! Skill targets: brave-search: unknown target "omp"
Repro
- Add a custom target (for example
omp) to globalconfig.yaml. - Add that target name to a skill's
targetsfield. - Run
skillshare doctor(same forskillshare check).
What I expected
If a target is configured in global or project config.yaml, it should be treated as a known target and not warned as unknown.
Likely cause
findUnknownSkillTargets() builds its known set from config.KnownTargetNames() (built-in targets.yaml names), but doesn't include user-defined target names from config.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working