Add Skills system with XP tracking, auto-leveling, and Notion-style UI - #31
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: ankurrera <186232326+ankurrera@users.noreply.github.com>
…d custom dialogs Co-authored-by: ankurrera <186232326+ankurrera@users.noreply.github.com>
Co-authored-by: ankurrera <186232326+ankurrera@users.noreply.github.com>
Co-authored-by: ankurrera <186232326+ankurrera@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add skills system to RPG Gamified Life OS
Add Skills system with XP tracking, auto-leveling, and Notion-style UI
Jan 27, 2026
ankurrera
marked this pull request as ready for review
January 27, 2026 09:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements a persistent RPG Skills system allowing users to track skills and characteristics with XP-based progression. Skills are organized in a two-column layout (characteristics 30% | skills grid 70%) with inline editing, search/filtering, and full CRUD operations.
Database Schema
name,description,area,cover_image,xp,level,is_active,related_characteristics[]name,icon,xp,levelLevel = floor(sqrt(XP / 100)) + 1React Implementation
useSkills/useCharacteristicshooks with TanStack Query for CRUD + cachinglevelCalculation.tsutility for client-side XP progress displaysrc/components/skills/:Navigation
Added "Skills" button in Habits page header (next to "+ Create Habit") → routes to
/skillsDesign System Compliance
skillsConstants.tsComponent Structure
Screenshot reference: https://github.com/user-attachments/assets/c6030d33-d8c2-4f9d-87ba-e208444e01c8 (shows blank page due to missing Supabase credentials in dev - UI components render correctly with auth)
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.