This document lists all available skills in the collection.
| Skill | Description | Invoke | Category |
|---|---|---|---|
| session-aware | Manages session types, state tracking, and transition enforcement | Automatic | Session |
| whiteboard | Lightweight planning space for rough ideas and exploration | whiteboard: |
Planning |
Description: Manages session types, state tracking, and transition enforcement for all development work. Wraps other skills with session awareness.
Invoke: Automatic (no explicit invocation needed)
Use when: You want structured development phases with clear boundaries between Vision, Guardrails, Plan, and Implement sessions.
See: session-aware/README.md | session-aware/SKILL.md
Description: Lightweight planning space for rough ideas and exploration. Creates temporary whiteboard docs that can be refined into formal docs later.
Invoke: whiteboard: {topic} or wb: {topic}
Use when: You're unsure, need to think through something mid-session, or want to explore options before committing to a plan.
See: whiteboard/README.md | whiteboard/SKILL.md
Skills for planning, brainstorming, and organizing work.
| Skill | Description |
|---|---|
| whiteboard | Lightweight exploration space |
Skills for managing session state and workflow.
| Skill | Description |
|---|---|
| session-aware | Session state and transition enforcement |
session-aware
├─ wraps → whiteboard
└─ wraps → [other skills]
The session-aware skill wraps other skills, providing session management without requiring explicit invocation.
| Version | Date | Changes |
|---|---|---|
| 1.0.0 | 2025-01-29 | Initial release with session-aware and whiteboard |