Connect Claude Code to FlowMind for goal tracking, task management, note-taking, contact management, and tag organization. Full CRUD support with filtering and pagination.
npx claudepluginhub haohappy/cc-skill-flowmindManage goals, tasks, notes, people, and tags with FlowMind - your personal productivity platform
Connect Claude Code to FlowMind — your personal productivity platform for goals, tasks, notes, people, and tags.
FlowMind is a productivity platform designed to help you manage your goals and tasks with clarity and focus. Track progress, organize projects, and stay in control from a single dashboard.
Create an account: https://flowmind.life/
Dashboard — Track your productivity journey
FlowMap — Visualize goals and tasks
3 Use Cases:
1. Capture TODOs While Coding
While Claude Code is helping you write code, instantly capture tasks without breaking flow:
/flowmind add task "Add error handling to this function" --priority high
/flowmind add task "Write tests for UserService" --due 2025-02-20
No need to switch to another app — stay focused in Claude Code.
2. Track Tasks
During code reviews with Claude Code, log issues and follow-ups:
/flowmind add task "Fix SQL injection vulnerability in login.py" --priority urgent
/flowmind add task "Refactor duplicated validation logic" --priority medium
/flowmind list tasks --status todo
Keep all code review action items organized and trackable.
3. Manage Project Milestones
Break down project goals while planning with Claude Code:
/flowmind add goal "Complete API v2" --category business --target 2025-03-01
/flowmind add task "Implement pagination" --goal <goal_id>
/flowmind add task "Add rate limiting" --goal <goal_id>
/flowmind update goal <goal_id> --progress 30
Track progress on larger coding projects without leaving your development environment.
4. Save Code Snippets & Decisions
While working with Claude Code, save important snippets, architectural decisions, or solutions for future reference:
/flowmind add note "Auth Implementation" --content "Using JWT with refresh tokens. Access token expires in 15min, refresh in 7 days."
/flowmind add note "API Rate Limiting" --content "Implemented sliding window: 100 req/min per user, 1000 req/min per IP"
/flowmind list notes
Build a knowledge base of your coding decisions without leaving your workflow.
/plugin marketplace add haohappy/cc-skill-flowmind
/plugin install flowmind@cc-skill-flowmind
fm_)mkdir -p ~/.flowmind
echo '{"api_key": "fm_YOUR_KEY", "base_url": "https://flowmind.life/api/v1"}' > ~/.flowmind/config.json
Get help anytime with:
/flowmind help # Show all commands
/flowmind help goals # Goal options
/flowmind help tasks # Task options
/flowmind help notes # Note options
/flowmind help people # People options
/flowmind help tags # Tag options
Output:
FlowMind - Productivity management for Claude Code
Commands:
list <resource> List items (goals/tasks/notes/people/tags)
add <resource> <title> Create new item
get <resource> <id> Get item details
update <resource> <id> Update an item
delete <resource> <id> Delete an item
Resources: goals, tasks, notes, people, tags
Examples:
/flowmind add task "Buy groceries" --priority high
/flowmind list tasks --status todo
/flowmind update task abc123 --status completed
Type /flowmind help <resource> for detailed options.
The easiest way to use this plugin is to simply tell Claude Code what you want it to do in plain, natural language. For example:
create a new goal: Flowmind CC Plugin
Add a task under this goal: Submit to CC marketplace
Add a sub-task under this task: Wait for Email notice
You could also use standard commands as below -
# Goals
/flowmind list goals
/flowmind add goal "Launch MVP" --category business --target 2025-03-01
/flowmind get goal <id>
/flowmind update goal <id> --progress 50
/flowmind delete goal <id>
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.