.fliiq/skills/) and can be promoted to core (skills/core/) so they ship with your project for all users.
Two Tiers
| Tier | Location | Scope |
|---|---|---|
| Local | .fliiq/skills/<name>/ | Per-user or per-project |
| Core | skills/core/<name>/ | Ships with Fliiq, available to everyone |
Promoting a Skill
- Validates the skill has all 3 required files (SKILL.md, fliiq.yaml, main.py)
- Copies from
.fliiq/skills/<name>/toskills/core/<name>/ - Removes the local copy
Checking Skill Sources
When to Promote
Promote a skill when:- You’ve tested it thoroughly and it works reliably
- Other users or projects would benefit from it
- You want it committed to your repository
- It’s experimental or unfinished
- It’s specific to one project
- You’re still iterating on the API integration