bizi

bizi is a tool to make it easier to manage concurrent dependent tasks.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bizi" with this command: npx skills add ieedan/bizi/ieedan-bizi-bizi

bizi

bizi is a tool to make it easier to manage concurrent dependent tasks.

When to Use

  • When you need to run tasks in the repository (i.e. lint, format, dev, build, etc.)

Instructions

The bizi config is located in the task.config.json file.

Lets take for example the following config:

{ "$schema": "https://getbizi.dev/schemas/task.config.json", "tasks": { // task names are the keys of the task object "lint": { // command that this task will run "command": "pnpm lint", }, "format": { "command": "pnpm format", }, "dev": { "tasks": { "generate": { "command": "pnpm generate", }, // tasks can have subtasks // this task would be identified by "dev:packages" "packages": { "command": "pnpm dev packages", // this task will only run once "dev:generate" has finished because we defined it as a dependency // it's important to note that you should never put a long running task like a dev command as a dependency since it will never finish until it's canceled preventing the dependent task from running "dependsOn": ["dev:generate"], }, }, }, }, }

To run tasks you can use the bizi cli:

bizi run lint # run the lint task bizi run format # run the format task bizi run dev # run the dev task

Running a task may not necessarily starting a new process. For instance if the user is already running the dev task then running bizi run dev will not start a new process. It will instead retrieve the logs from the currently running process.

Commands detect if the environment is TTY but we always recommend running commands with the --non-interactive flag to ensure that the command always runs in a non-interactive mode and doesn't accidentally cancel user tasks.

You should generally prefer running tasks from the root of the task file since users will have set them up that way intentionally.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Speech Writer

演讲稿(TED风格)、婚礼致辞、商务演讲、励志演讲、祝酒词、演讲大纲。Speech writing for TED-style talks, wedding speeches, business presentations, motivational speeches, toasts, and outlines....

Registry SourceRecently Updated
General

Study Plan

学习计划生成器。考研计划、考证规划、每日学习、番茄钟。Study plan generator for exams, certifications, daily schedules. 学习计划、考研计划、备考规划。Use when creating study schedules.

Registry SourceRecently Updated
General

Quicknote

Lightning-fast note-taking tool. Capture thoughts instantly, pin important notes, search across all entries, and export to markdown. Zero config, local stora...

Registry SourceRecently Updated
General

feishu-emoji

在飞书聊天中发送内联表情包图片,需将图片下载到指定媒体目录并通过 message 工具调用发送。

Registry SourceRecently Updated