You've built the skills. They work. Now the problem is distribution. Every time you update a prompt, fix a bug in a skill, or build something new, you're sending files over DM, pinging people on Slack, and hoping everyone replaces the old version. This section fixes that with a Notion-based distribution layer.
Two things:
Create a Notion database called Skills Library with these properties:
| Property | Type | Purpose |
|---|---|---|
| Skill Name | Title | Name of the skill |
| Skill Type | Select (Brand / Function / Specialty) | Categorization |
| Version | Number | Current version number |
| Last Updated | Date | When the skill was last modified |
| Status | Select (Active / Draft / Deprecated) | Whether the team should use it |
| Dependencies | Multi-select | Which other skills this one calls |
| Trigger | Rich text | The slash command that activates it |
| Changelog | Rich text | What changed in the latest version |
Each skill gets its own page in this database. The page content is the full skill file.
When you update a skill: