todo-dashboard-ui
A premium, task-focused Todo Dashboard UI using the exact same black-pink glassmorphic theme, color tokens, icon language, and motion principles as the signup/signin experience. Header intentionally excluded.
Best use case
todo-dashboard-ui is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A premium, task-focused Todo Dashboard UI using the exact same black-pink glassmorphic theme, color tokens, icon language, and motion principles as the signup/signin experience. Header intentionally excluded.
Teams using todo-dashboard-ui should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/Dashbaord-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How todo-dashboard-ui Compares
| Feature / Agent | todo-dashboard-ui | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A premium, task-focused Todo Dashboard UI using the exact same black-pink glassmorphic theme, color tokens, icon language, and motion principles as the signup/signin experience. Header intentionally excluded.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## Design Philosophy (Senior Designer Approach) * **Dark luxury UI** with pink glass highlights (same as signup/signin) * Clear **task-oriented visual hierarchy** (stats → input → list) * Minimal but expressive UI * Dashboard feels *professional*, *calm*, and *productive* * Every element earns its place * **Visual consistency** with auth screens (no disconnect) --- ## When to Use * User requests a **dashboard screen** for the todo app * Theme must **exactly match signup/signin UI** * User wants **premium black + pink glassmorphism** * User wants a **task-focused experience**, not generic dashboard * Visual consistency with auth flow is required * User wants **modern SaaS-level UI**, not basic layouts --- ## Global Styling Rules (Must Match Signup/Signin) * Background: Near-black / black canvas * Ambient pink glow (radial / blurred shapes) * Glass color: **Pink-tinted only** * No white or gray glass * Same border radius, shadows, blur intensity * Same typography system * Same animation philosophy --- ## High-Level Layout Structure ### Overall Canvas * Full viewport height (100vh) * **Black / near-black background** * Soft ambient pink glow in background (radial / blur) * Sidebar + main workspace layout * **NO HEADER** ``` ┌──────────────┬─────────────────────────────┐ │ Sidebar │ Main Dashboard Area │ └──────────────┴─────────────────────────────┘ ``` --- ### Sidebar (Icon + Text) **Purpose:** Navigation & context **Style:** * Dark glass background (same as auth cards) * Subtle pink border or glow on active item * Rounded internal elements * Consistent with auth glassmorphism **Icons (Mandatory - React Icons):** * All Tasks → checklist icon (React Icons) * Active Tasks → clock / play icon (React Icons) * Completed → check-circle icon (React Icons) **Icons style:** * Line / outline icons * Same stroke weight as auth icons * Pink when active, muted white otherwise --- ### Main Content Area **1️⃣ Welcome Section** * Text only (no card) * Low emphasis * White / muted gray text * No icon needed **2️⃣ Stats Cards (Animated)** **Style:** * Light / white glass cards (same glass as auth) * Rounded corners * Soft shadow * Pink number accent **Icons:** * Optional but allowed * Very subtle, low opacity * Never louder than numbers **Animation:** * Fade + slight upward motion * Duration: 200–300ms * Trigger: On dashboard load **3️⃣ Add New Task Panel (Primary Focus)** **Style:** * White or light glass card * Matches signup card softness * Clean spacing **Fields:** * Title * Description * Priority (pink dropdown) * Tags * Due date * Recurring * Reminder toggle **Buttons:** * Create Task → Pink gradient (same as signup CTA) * Cancel → Subtle outline --- ## Glassmorphism Rules (Same as Signup/Signin) * Background: `rgba(255, 110, 199, 0.12)` * Backdrop blur: `20–30px` * Border: `rgba(255, 110, 199, 0.35)` * Soft pink outer glow --- ## Typography System (Exact Match) ### Headings * Same font family as signup/signin * Size: 24–28px for main sections * Weight: 600–700 * Color: `#FFFFFF` ### Body Text * Size: 14–16px * Weight: 400–500 * Color: `rgba(255,255,255,0.75)` * Line height: relaxed (1.5+) ### Stats Numbers * Bold, clear typography * Pink accent color for important metrics --- ## Animation System (Same Philosophy) **Dashboard animations must feel calm & professional, not flashy.** **Page Load:** * Sidebar fades in * Main content slides up slightly * Stats cards animate sequentially **Interaction Animations:** * Button hover → glow increases * Button press → scale 0.98 * Input focus → pink glow ring **Motion Rules:** * No bounce * No elastic easing * All animations < 300ms --- ## Design Constraints (Strict) * ❌ No header * ❌ No marketing copy * ❌ No new color palette * ❌ No heavy animations * ❌ Visual disconnect from auth flow * ❌ No custom SVG icons * ✅ Same theme as signup/signin * ✅ React Icons library only * ✅ Icons included * ✅ Subtle motion * ✅ Task-first UI * ✅ Visual consistency with auth screens --- ## Responsiveness Rules * Desktop: Sidebar + main content layout * Tablet: Reduced spacing, same structure * Mobile: * Sidebar collapses to top/bottom navigation * Main content takes full width * Add task panel adapts to mobile * Touch targets minimum: **44px** --- ## High-Level UX Workflow Diagram ``` BLACK BACKGROUND CANVAS (soft pink glow ambience) ┌─────────────────────────────────────────────────────────┐ │ │ │ SIDEBAR NAVIGATION MAIN DASHBOARD AREA │ │ │ │ ┌─────────────┐ ┌──────────────────────────┐ │ │ │ [Checklist │ │ Welcome Text │ │ │ │ Icon] All │ │ (Low emphasis) │ │ │ │ Tasks │ │ │ │ │ │ │ │ │ │ │ │ [Clock/ │ ────▶ │ ┌─ Stats Cards ──┐ │ │ │ │ Play Icon] │ Visual │ │ 0 0 0 │ │ │ │ │ Active │ Flow │ └────────────────┘ │ │ │ │ │ │ │ │ │ │ [Check- │ │ ┌─ Add New Task ─┐ │ │ │ │ Circle │ │ │ Title │ │ │ │ │ Icon] │ │ │ Description │ │ │ │ │ Completed │ │ │ Priority │ │ │ │ │ (Active = │ │ │ [Create Task] │ │ │ │ │ Pink) │ │ └────────────────┘ │ │ │ └──────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────┘ USER FLOW: Authenticate → Navigate → Orient → Review → Create → Focus ``` --- ## Output Deliverables * High-fidelity dashboard UI * Frontend layout (Tailwind / CSS) * Responsive behavior notes * Interaction & animation specs * Design tokens matching auth flow --- ## Senior-Level Best Practices 1. Strong visual continuity with auth flow 2. Task-first, productivity-focused 3. Consistent brand language 4. No visual noise 5. Smooth micro-interactions 6. Accessibility contrast maintained 7. Feels *familiar but functional* --- **This dashboard skill completes the auth-to-product journey — consistent, premium, and task-focused.**
Related Skills
admin-dashboard
Extend and modify the admin dashboard, developer portal, and operations console. Use when adding new admin tabs, metrics, monitoring features, or internal tools. Activates for dashboard development, analytics, user management, and internal tooling.
admin-dashboard-qa
Use this skill when implementing, modifying, or fixing the admin dashboard (admin-dashboard-v2). Triggers for tasks involving dashboard UI, components, pages, features, hooks, or API integration. Orchestrates a rigorous QA workflow with PM review, use case writing, testing, and bug fixing cycles.
adding-todos
Use this skill to capture an idea, task, or issue that surfaces during a Kata session as a structured todo for later work. This skill creates markdown todo files in the .planning/todos/pending directory with relevant metadata and content extracted from the conversation. Triggers include "add todo", "capture todo", "new todo", and "create todo".
todo-signin-ui
Generate a premium, black-background, pink glassmorphic sign-in experience for a todo app with a distinct page layout, strong hierarchy, and refined UX flow. Styling must exactly match the signup skill.
gsd:add-todo
Add a todo item to track tasks
tech-blog
Generates comprehensive technical blog posts, offering detailed explanations of system internals, architecture, and implementation, either through source code analysis or document-driven research.
ontopo
An AI agent skill to search for Israeli restaurants, check table availability, view menus, and retrieve booking links via the Ontopo platform, acting as an unofficial interface to its data.
grail-miner
This skill assists in setting up, managing, and optimizing Grail miners on Bittensor Subnet 81, handling tasks like environment configuration, R2 storage, model checkpoint management, and performance tuning.
thor-skills
An entry point and router for AI agents to manage various THOR-related cybersecurity tasks, including running scans, analyzing logs, troubleshooting, and maintenance.
vly-money
Generate crypto payment links for supported tokens and networks, manage access to X402 payment-protected content, and provide direct access to the vly.money wallet interface.
whisper-transcribe
Transcribes audio and video files to text using OpenAI's Whisper CLI, enhanced with contextual grounding from local markdown files for improved accuracy.
modal-deployment
Run Python code in the cloud with serverless containers, GPUs, and autoscaling using Modal. This skill enables agents to generate code for deploying ML models, running batch jobs, serving APIs, and scaling compute-intensive workloads.