Taiga CLI — AI skill for Claude Code
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.
[](https://github.com/aliepratama/taiga-cli/actions/workflows/ci.yml) [](LICENSE) [](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
Related Skills
Atlassian Skills
Token-efficient CLI for Atlassian Server/DC (Jira, Confluence, Bitbucket) — drop-in alternative to mcp-atlassi
Living Codebase Cartographer
Offline codebase cartographer: language-agnostic repo maps, dependency/call graphs, blast-radius impact analys
Ultimate Web Search Skill
LLM-neutral web search skill for AI coding agents. 12 providers behind one CLI - cross-platform, stdlib-only P
Prompt Injection Scanner
A zero-dependency Python CLI that scans READMEs, SKILL files, and source code for prompt-injection patterns ta
Datafog Python
Offline PII firewall for AI agents and LLM apps: fast local detection and redaction, Claude Code hook, LiteLLM
Tinyagent TS
TinyAgent brings the core ideas of the original Python library into a lean, zero-dependency TypeScript package
Related Agents
Lean Coder
Token-efficient coding agent for any project. Use for edits, refactors and bug fixes (multi-file or unfamiliar
Pipeline Optimizer
Reviews the LLM/agent pipeline — model selection, LangGraph wiring, MCP client lifecycle, async/streaming beha
Py38 Compat Reviewer
Python 3.8/3.9 互換性のレビューが必要なとき(リリース前、差分レビュー時、CI の 3.8/3.9 ジョブが失敗したとき)に使う。3.10+ でしか動かない構文や 3.9+ の stdlib API を検出