Skip to content

Productivity and self-awareness tools for Claude Code including daily check-ins, Asana integration, and weekly reviews

License

Notifications You must be signed in to change notification settings

bigchewy/ai-tools

Repository files navigation

Eric's Productivity Tools for Claude Code

A collection of Claude Code plugins for productivity, self-awareness, and task management.

Available Plugins

🌅 daily-signal

Morning and evening check-in rituals for self-awareness and personal growth.

Commands:

  • /morning-signal - General morning reflection
  • /morning-signal-hoffman-only - Hoffman Quadrinity check-in with Diana Chapman
  • /evening-signal - Evening reflection and gratitude practice

Features:

  • Guided check-ins by expert psychologists (Diana Chapman, Brené Brown, etc.)
  • Automatic file creation with date stamps
  • Integration with personal profile system
  • Enneagram-aware prompts

📊 asana-toolkit

Asana task management and analytics tools.

Agents:

  • asana-data-collector - Collect and analyze task data for any date range
  • asana-task-creator - Convert insights into properly structured Asana tasks
  • asana-weekly-data - Weekly task statistics and patterns

Requirements:

  • Asana MCP server configured
  • Asana workspace access

📝 weekly-reviews

Weekly review automation and documentation.

Commands:

  • /friday-check-in - Structured weekly review process

Agents:

  • weekly-doc-creator - Generate structured Google Docs for weekly reviews

🛠️ dev-toolkit

Development tools for creating and managing plugins, commands, and agents.

Commands:

  • /create-command - Interactive command generator with template selection and validation

Features:

  • 4 command templates (simple, multi-step, MCP integration, resource references)
  • Automated validation (plugin exists, kebab-case naming, no conflicts)
  • Follows all 7 proven patterns from daily-signal
  • Creates resource directories and updates README automatically
  • Python utility script for file operations

Installation

1. Add the marketplace

/plugin marketplace add https://github.com/bigchewy/ai-tools

Or for local development:

/plugin marketplace add /path/to/ai-tools

2. Browse and install plugins

/plugin

Then select "Browse Plugins" and choose which plugins to install.

Or install directly:

/plugin install daily-signal@eric-productivity-tools
/plugin install asana-toolkit@eric-productivity-tools
/plugin install weekly-reviews@eric-productivity-tools
/plugin install dev-toolkit@eric-productivity-tools

Configuration

daily-signal

The daily-signal plugin looks for your personal profile in this order:

  1. virtual_board/profile/main_profile.md (if using Virtual Board system)
  2. profile/main_profile.md (vault root)
  3. daily-signal-profile.md (vault root)

If none exist, create a profile based on the template in daily-signal/resources/profile-template.md.

asana-toolkit

Requires the Asana MCP server. Configure in your Claude Code settings:

{
  "mcpServers": {
    "asana": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-asana"],
      "env": {
        "ASANA_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Development

Project Structure

ai-tools/
├── .claude-plugin/
│   └── marketplace.json       # Marketplace definition
├── daily-signal/              # Daily check-in plugin
├── asana-toolkit/             # Asana integration plugin
├── weekly-reviews/            # Weekly review plugin
├── dev-toolkit/               # Development tools plugin
└── README.md

Testing Changes

  1. Make changes to plugin files
  2. Reinstall the plugin:
    /plugin uninstall plugin-name
    /plugin install plugin-name@eric-productivity-tools
    

Contributing

This is a personal toolkit, but if you find it useful and want to suggest improvements, please open an issue or pull request.

License

MIT License - See LICENSE file for details.

Author

Eric W Page GitHub: @bigchewy

About

Productivity and self-awareness tools for Claude Code including daily check-ins, Asana integration, and weekly reviews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages