SkillAgentSearch skills...

QuicksiCLI

Quicksi is an Open-Source command-line tool with re-useable starters in different languages, frameworks and libraries designed to make it easy for developers to start projects without having to worry about the setup. And for code instructors in tutorials, conferences, workshops to give easy access to their students.

Install / Use

/learn @Quicksi-CLI/QuicksiCLI

README

<p align="center"> <a href="https://quicksi.io/" title="Quicksi Docs"> <img src="documentation/images/quicksi-logo.png" alt="Project Quicksi Logo" width="244" /> </a> </p> <p align="center"> <a href="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/build.yml"> <img src="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/build.yml/badge.svg"> </a> <a href="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/check.yml"> <img src="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/check.yml/badge.svg"> </a> <a href="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/test.yml"> <img src="https://github.com/Quicksi-CLI/quicksiCLI/actions/workflows/test.yml/badge.svg"> </a> <a href="https://www.npmjs.com/package/quicksi"> <img src="https://img.shields.io/npm/v/quicksi?label=npm%20(legacy)&color=lightgrey"> </a> <a href="https://github.com/Quicksi-CLI/quicksiCLI/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/Quicksi-CLI/quicksiCLI"> </a> <a href="https://github.com/Quicksi-CLI/quicksiCLI/releases"> <img src="https://img.shields.io/github/downloads/Quicksi-CLI/quicksiCLI/total" alt="Total Downloads"> </a> </p> <p align="center"> Cross-platform CLI for reusable, versioned project starters. </p>

🚀 What is Quicksi?

Quicksi is a cross-platform CLI tool that provides reusable, versioned project starters across languages, frameworks, and libraries—enabling developers to instantly scaffold projects without worrying about setup, configuration, or boilerplate.

Instead of spending time setting up projects from scratch, Quicksi gives you a structured, ready-to-use foundation so you can focus on building.


⚡ Installation

Using install script (Linux / macOS)

curl -fsSL https://raw.githubusercontent.com/Quicksi-CLI/quicksiCLI/master/install.sh | bash

Using install script - Windows (PowerShell)

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/Quicksi-CLI/quicksiCLI/master/install.ps1 | iex"

Using npm (No Longer Supported)

npm install -g quicksi

⚡ Usage

After installing through the script, run:

quicksi <template> <project-name>

You can search and find project templates on the Quicksi Website

Building & Documentation

[!NOTE] The default master branch is the master branch, please use with caution.

For complete instructions on how to build, install and setup Quicksi, please visit https://quicksi.io. Basic build instructions can be found further down in this readme.

Reporting a Vulnerability

Please raise an issue on Quicksi Github issue or send an email to quicksidotio@gmail.com. See our security policy for more details.

Contributing

We welcome contributions to Quicksi! Please see our Contributing Guide for more details on how to get started.

Quicksi vs AI (Copilot)

AI generates code. Quicksi generates foundation.

| Feature | AI / Copilot | Quicksi | | ------------------------- | --------------- | ------- | | Writes code | ✅ | ❌ | | Creates project structure | ❌ | ✅ | | Ensures best practices | ⚠️ inconsistent | ✅ | | Reusability | ❌ | ✅ | | Team standardization | ❌ | ✅ | | Speed (setup) | ❌ | ✅ | | Speed (coding) | ✅ | ❌ |

Creator

Anayo Samson Oleru

View on GitHub
GitHub Stars149
CategoryDesign
Updated19h ago
Forks4

Languages

TypeScript

Security Score

100/100

Audited on Mar 31, 2026

No findings