aliepratama

Taiga CLI — AI skill for Claude Code

AI community

Unofficial zero-dependency Taiga.io CLI and AI agent skill.

How to install Taiga CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open aliepratama/taiga-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Taiga CLI does

Unofficial zero-dependency Taiga.io CLI and AI agent skill. Token-efficient TOON output for LLM context windows. Python stdlib only.

Alternatives in AI

  • Clawcodex — Token efficient Claude Code full Python rebuild 875 ★
  • Claude Fable 5 System Prompt Clean — the optimized, token-efficient version of the leaked Claude Fable 5 / Mythos 5 system prompt 475 ★
  • Image Use — Use your ChatGPT subscription to generate images from the command line — no OPENAI_API_KEY, no gateway, no dae 373 ★

README

taiga-cli

A zero-dependency CLI and AI agent skill for the Taiga.io project management REST API.

[![CI](https://github.com/aliepratama/taiga-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/aliepratama/taiga-cli/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)

**Disclaimer:** This is an independent, community-maintained project. It is **not** affiliated with, endorsed by, sponsored by, or associated with Kaleidos Open Source SL, Taiga Agile LLC, or any of their subsidiaries. "Taiga" and related marks are trademarks of their respective owners. The official Taiga platform lives at https://taiga.io.

Why this exists

  • Zero runtime dependencies: Implemented using only the Python standard library (urllib, json, argparse, pathlib, tempfile). No external packages or installation overhead.
  • Token-efficient TOON output: Formats tabular data in Token-Oriented Object Notation by default, saving 40-60% tokens compared to JSON when passed to LLM agents.
  • Built for agents and humans: Operates as a native skill inside Claude Code or opencode workspaces, or as an independent command-line utility for developers and QA engineers.
  • Conflict-free updates: Handles optimistic locking automatically by querying and applying current object version numbers before mutation.

Install

AI Agent Skill (recommended)

Install with the [`skills`](https://www.skills.sh) CLI, which places the skill in the correct directory for whichever agent you use:

npx skills add aliepratama/taiga-cli

This works with Claude Code, opencode, Gemini CLI, GitHub Copilot, Cursor, Codex, Amp, Zed, and other agents that read the Agent Skills format. Use `npx skills update` to pull later releases.

Manual installation

If you prefer not to use the `skills` CLI, clone the repository directl