Skip to content

florayasmin/husky-task-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Husky Task Helper

A Chrome extension that helps you break down tasks into manageable subtasks using Claude AI ✴️

Features

  • AI-Powered Task Breakdown: Enter any task and get personalized subtasks generated by Claude AI
  • Date Navigation: View and manage tasks for different days
  • Task Preferences: Save default preferences for different task types (study, coding, writing, research., etc.)
  • Editable Tasks: Feature to manually edit task titles and content inline
  • Checkable Subtasks: Mark subtasks as complete with checkboxes
  • Persistent Storage: Tasks are saved locally in Chrome storage

Installation

  1. Clone or download this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable "Developer mode" (top right)
  4. Click "Load unpacked" and select the husky-task-helper folder

Setup

  1. Get an API key from Anthropic Console
  2. Open config.js and replace 'your-api-key-here' with your API key:
    const ANTHROPIC_API_KEY = 'your-actual-api-key';
  3. Reload the extension

Usage

  1. Click the extension icon in your Chrome toolbar
  2. Enter a task in the text box (e.g., "study for biology exam")
  3. Optionally add context when prompted
  4. Click "break it down" to generate subtasks
  5. Check off subtasks as you complete them
  6. Use the arrow buttons to navigate between days

Task Preferences

Click the ⚙️ settings button to set default preferences for different task types. These preferences will automatically populate the context field when you create similar tasks.

Files

  • manifest.json - Chrome extension configuration
  • popup.html - Extension popup UI
  • popup.js - Main application logic
  • styles.css - Styling
  • config.js - API key configuration (not committed to git!)

Privacy

Your API key and tasks are stored locally in your browser. No data is sent to any server except for the Anthropic API to generate subtasks.

Enjoy! Woof! Our wonderful husky is drawn by Enrica! :) our husky mascot

About

Task breakdown Chrome extension, powered by Anthropic. Created during Claude Hackathon @ UW.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors