Releases: ngouy/upskill
Releases · ngouy/upskill
v0.1.0-alpha — Design finalized
Pre-release capturing the reviewed and finalized design before skill implementation begins.
What's in this release
- Project vision and architecture (
VISION.md) - Build instructions for Claude sessions (
CLAUDE.md) - Plugin scaffold (
.claude-plugin/plugin.json)
Key design decisions
- v1 scope:
publisher+doctoronly. Manager and auditor deferred to v1.1+. - Project-level skills (
.claude/skills/) are first-class across all sub-skills - Watermark is opt-in (default off)
- External templates for publisher (zero token cost when not invoked)
- Update nudge via Claude Code hook, not session-start magic
- Token budgets are aspirational targets, not hard limits
No skills implemented yet
This release is the design checkpoint. Implementation starts next.