task-flow-setup:init-skills

Initialize skills configuration and directory structure for Task Flow projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize skills configuration and directory structure for Task Flow projects.

Core Features & Use Cases

  • Bootstraps a ready-to-use Skills workspace including skill.config, OnGoingTasks/DoneTasks/TasksSummary/WeeklySummaries layout across platforms.
  • Creates a platform-specific Tasks Summary file when missing and updates .gitignore as needed.
  • Guides new developers through the initial setup with a single activation, ensuring consistent project scaffolding.

Quick Start

Run task-flow-setup:init-skills to initialize the skills configuration and directory structure for this Task Flow project.

Frequently Asked Questions about task-flow-setup:init-skills

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

FAQPage Schema
How do I initialize a project directory structure for task workflows?

To initialize a project directory structure for task workflows, run the setup command to bootstrap OnGoingTasks, DoneTasks, TasksSummary, and WeeklySummaries folders while generating the skill.config file.

What is the best way to scaffold task tracking folders across multiple platforms?

Scaffolding task tracking folders across Backend, Frontend, iOS_Frontend, and Android_Frontend platforms is achieved by generating a skill.config file and deriving the necessary runtime paths for your workspace.

Do I need a skill.config file before setting up my task flow workspace?

You do not need an existing skill.config file to set up your task flow workspace. The initialization process generates or updates the skill.config automatically if it is missing.

Can I use this project setup tool for both backend and frontend environments?

Yes, you can use this project setup tool for backend and frontend environments. It supports Backend, Frontend, iOS_Frontend, and Android_Frontend platforms to ensure consistent project scaffolding.

Why does my task flow setup create a platform-specific Tasks Summary file?

Your task flow setup creates a platform-specific Tasks Summary file to track progress accurately when the file is missing, and it updates .gitignore as needed to maintain a clean repository.

When should I run the task flow initialization command for my repository?

You should run the task flow initialization command when starting new projects or when the skill.config file is missing, ensuring the necessary folders are created and runtime paths are derived.