task-flow-setup:install-global-tools

Install Task Flow global tools to ~/.claude/skills/ across projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-setup-install-global-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-flow-setup:install-global-tools
Source: https://github.com/mahsanamin/ai_chest/tree/main/SoftwareEngineering/Task_Flow/.claude/skills/task-flow-setup%3Ainstall-global-tools
Command: npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-setup-install-global-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install Task Flow global tools to ~/.claude/skills/ so they are available across all projects. This is independent of any target project setup.

Core Features & Use Cases

  • Discover and install Task Flow global tools for all projects from a single framework location.
  • Update outdated tools to keep the Task Flow environment synchronized across repositories.
  • Provide a fallback manual installation method if the installer is unavailable.

Quick Start

Run the installer from the framework root: bash {FRAMEWORK_PATH}/install-global-tools.sh

Frequently Asked Questions about task-flow-setup:install-global-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install global tools for the Task Flow framework across all projects?

To install Task Flow global tools, run the installer script from the framework root or manually copy each tool's SKILL.md file into the ~/.claude/skills/ directory to make them available across all projects.

When do I need to update global tools in my Task Flow environment?

You update global Task Flow tools when setting up a new environment or when you need to synchronize and refresh outdated tool versions across multiple repositories.

Does the Task Flow installer require a specific directory structure?

Yes, the Task Flow installer requires access to the framework root directory to run the install-global-tools.sh script, which deploys tools to the ~/.claude/skills/ target directory.

What is the fallback method if the Task Flow installer script is unavailable?

If the Task Flow installer is unavailable, you can perform a manual installation by copying each global tool's SKILL.md file directly into the ~/.claude/skills/ target directory.

Can I refresh Task Flow tools across multiple repositories at once?

Yes, running the global tools installer updates the centralized ~/.claude/skills/ directory, which automatically synchronizes the Task Flow environment across all active repositories.