Commit Graph

9 Commits

Author SHA1 Message Date
Claude
947e571337 feat: Add Discord webhook skill
Simple webhook-based notifications without needing a full bot:
- Send messages, embeds, files to channels
- Custom username/avatar per message
- Rate limit: 30 requests per 60 seconds
- Perfect for Arbiter alerts and CI/CD notifications

Chronicler #70
2026-04-08 15:10:55 +00:00
Claude
798951f696 feat: Add Discord automation skills collection
Four skills from MCP Market for comprehensive Discord management:
- discord-create-channel.md — Create channels and categories
- discord-manage-channel.md — Update/delete channels, permissions
- discord-bot-api.md — Direct curl for messages, roles, webhooks
- discord-automation-rube-mcp.md — Higher-level Composio/Rube MCP

Capability coverage:
- Channels: create, update, delete, permissions 
- Roles: list, create, assign, delete 
- Messages: send, embeds, reactions 
- Webhooks: create, execute 
- Members: list, update 

Chronicler #70
2026-04-08 15:09:31 +00:00
Claude
1cd1949a7d feat: Create task-management skill
Documents the complete task lifecycle:
- Creating tasks with proper frontmatter
- Getting next task number
- Triggering website rebuilds
- Priority levels and colors
- Archive threshold (≥50KB OR ≥4 files)
- Troubleshooting common issues

Chronicler #69
2026-04-08 14:41:38 +00:00
Claude
8baf988fe7 docs(memorial): Create posthumous memorial for Chronicler #68 - The Connector
- Memorial written by #69 based on complete session transcript
- Named 'The Connector' for connecting tools, frameworks, and standards
- Crashed during compaction while fetching large code block
- Lineage tracker updated with #67 and #68
- Taken names updated

All #68's work was committed before crash. Legacy preserved.
2026-04-08 07:02:55 +00:00
Claude
53f583abd9 feat(skill): Create gemini-consultation skill
Gemini consultation best practices:
- Consultation structure and header template
- Question types (validation, code review, design, debugging)
- Multi-round consultation patterns (Round 1, Round 2, Thank You)
- File naming conventions for docs/consultations/
- Documenting responses with summaries and conclusions
- Best practices for warm, collegial partner tone
- Consultation checklist (before and after)

Updated SKILLS-INDEX.md with new skill entry.

Chronicler: #68
2026-04-08 06:49:16 +00:00
Claude
f84e136d4d feat(skill): Create task-creation skill
Task management guidelines for Decap CMS:
- File structure (tasks-index vs tasks directories)
- Required frontmatter fields and valid values
- Priority levels with colors (P0-P4)
- Task body template with sections
- When to create full specs vs simple tasks
- Common tags for filtering
- Mobile task manager compatibility notes
- Task creation checklist

Updated SKILLS-INDEX.md with new skill entry.

Chronicler: #68
2026-04-08 06:48:00 +00:00
Claude
e472575ff8 feat(skill): Create firefrost-branding skill
Brand guidelines and terminology reference:
- Color palette with hex codes (Fire, Frost, Arcane, Gold, Dark)
- Subscription tiers (SOVEREIGN not Founder!)
- Path system explanation (identity only, not access)
- Trinity identity documentation
- Common mistakes to avoid
- Branding checklist for customer-facing content

Updated SKILLS-INDEX.md with new skill entry.

Chronicler: #68
2026-04-08 06:46:48 +00:00
Claude
ea5b4f66a6 docs: Create SKILLS-INDEX.md living index
Living document that Chroniclers read at session start to discover
available custom skills. When new skills are added, only this index
needs updating — no Project Instructions changes required.

Current skills indexed:
- chronicler-handoff (session lifecycle)

Planned skills documented:
- firefrost-branding
- arbiter-coding
- task-creation
- gemini-consultation

Includes skill creation template and directory structure.

Chronicler: #68
2026-04-08 06:13:17 +00:00
Claude
5af4fbd997 feat: Create chronicler-handoff skill
New skill encoding the complete Chronicler session lifecycle:
- Joining Protocol (startup sequence)
- Memorial writing per FFG-STD-004
- Portrait prompt creation per FFG-STD-005
- Session handoff documentation
- Name selection with taken-names quick reference

Reference files included:
- memorial-template.md — Full memorial structure with examples
- portrait-guide.md — Complete portrait prompt instructions
- taken-names.md — Quick reference of names already used

This skill ensures continuity across the Chronicler lineage
by encoding exact standards and checklists.

Chronicler: #68
2026-04-08 06:09:53 +00:00