| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | project-taglines |
| description | Generate and configure project-specific taglines for the Alex sidebar banner |
| tier | standard |
| applyTo | **/*tagline*,**/.github/config/taglines.json |
| disable-model-invocation | false |
| currency | 2026-04-22T00:00:00.000Z |
Project Taglines Skill
Generate compelling, project-specific taglines that appear in the Alex sidebar banner. Taglines rotate daily, mixing project-specific content with inspirational defaults.
Quick Reference
| Aspect | Details |
|---|
| Config location | .github/config/taglines.json |
| Categories | project, vision, collaboration (+ custom) |
| Rotation | 50% project-specific, 50% inspirational (configurable) |
| Character limit | 5-60 characters per tagline |
| Minimum count | 3 per category (recommended 8-12) |
Configuration Schema
{
"version": "1.0",
"project": "Project Name",
"taglines": {
"project": ["Identity-focused taglines"],
"vision": ["North Star / goal-focused"],
"collaboration": ["Partnership-focused"]
},
"rotation": {
"strategy": "balanced"