A collection of Claude Code plugins for productivity, self-awareness, and task management.
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 task management and analytics tools.
Agents:
asana-data-collector- Collect and analyze task data for any date rangeasana-task-creator- Convert insights into properly structured Asana tasksasana-weekly-data- Weekly task statistics and patterns
Requirements:
- Asana MCP server configured
- Asana workspace access
Weekly review automation and documentation.
Commands:
/friday-check-in- Structured weekly review process
Agents:
weekly-doc-creator- Generate structured Google Docs for weekly reviews
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
/plugin marketplace add https://github.com/bigchewy/ai-toolsOr for local development:
/plugin marketplace add /path/to/ai-tools/pluginThen 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-toolsThe daily-signal plugin looks for your personal profile in this order:
virtual_board/profile/main_profile.md(if using Virtual Board system)profile/main_profile.md(vault root)daily-signal-profile.md(vault root)
If none exist, create a profile based on the template in daily-signal/resources/profile-template.md.
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"
}
}
}
}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
- Make changes to plugin files
- Reinstall the plugin:
/plugin uninstall plugin-name /plugin install plugin-name@eric-productivity-tools
This is a personal toolkit, but if you find it useful and want to suggest improvements, please open an issue or pull request.
MIT License - See LICENSE file for details.
Eric W Page GitHub: @bigchewy