Back to list
atrawog

install

by atrawog

Claude Code plugins for Bazzite AI

0🍴 0📅 Jan 24, 2026

SKILL.md


name: install description: | Development tool installation dispatcher for bazzite-ai. Installs Claude Code, pixi, chunkhound, bcvk, linters, flatpaks, and more. Use when users need to install standalone developer tools (not services with lifecycle management).

Install - Development Tool Installer

Overview

The install command is a unified dispatcher for installing standalone development tools. For services with lifecycle management (start/stop/logs), use their dedicated commands.

Key Concept: This is for standalone tools only. Use ujust jupyter install, ujust runners install, or ujust jellyfin install for managed services.

Quick Reference

TargetCommandDescription
Aiderujust install aiderAI pair programming tool
Allujust install allInstall everything (dev tools + flatpaks)
bcvkujust install bcvkBootc virtualization kit
ccstatuslineujust install ccstatuslineClaude Code statusline plugin
Chrome DevTools MCPujust install chrome-devtools-mcpChrome DevTools MCP server
Chrome Extension Fixujust install chrome-extension-fixFix Chrome extension permissions
Claude Codeujust install claude-codeClaude Code AI assistant CLI
Devcontainersujust install devcontainersDev Container CLI
Devtoolsujust install devtoolsMeta-installer for dev tools
Firebaseujust install firebaseFirebase CLI
Flatpaks Communicationujust install flatpaks-communicationCommunication flatpaks
Flatpaks Devujust install flatpaks-devDevelopment flatpaks
Flatpaks Mediaujust install flatpaks-mediaMedia & graphics flatpaks
Geminiujust install geminiGemini CLI (Google AI)
GitHub MCPujust install github-mcp-serverGitHub MCP server for Claude
TweakCCujust install tweakccClaude Code customization tool
Wranglerujust install wranglerCloudflare Workers CLI

Common Installations

AI Development Setup

# Install Claude Code
ujust install claude-code

# Install GitHub MCP server
ujust install github-mcp-server

# Install Chrome DevTools MCP (for browser automation)
ujust install chrome-devtools-mcp

# Install all dev tools at once
ujust install devtools

Flatpak Applications

# Install development flatpaks
ujust install flatpaks-dev

# Install media & graphics flatpaks
ujust install flatpaks-media

# Install communication flatpaks
ujust install flatpaks-communication

VM Testing

# Install bcvk for bootc VM testing
ujust install bcvk

Dev Tools Meta-Installer

Install groups of tools at once:

# Quick essentials
ujust install dev-tools quick

# Core development tools
ujust install dev-tools core

# Claude Code ecosystem
ujust install dev-tools claude

# Code quality tools
ujust install dev-tools quality

# Extra utilities
ujust install dev-tools extras

# Google tools (Gemini, Firebase)
ujust install dev-tools google

# Full development environment
ujust install dev-tools environment

Component Groups

ComponentIncludes
quickclaude-code-npm, pixi
corequick + homebrew, linters
claudechunkhound, github-mcp, tweakcc, ccstatusline
qualitylinters, devcontainers-cli
extrasbcvk, appimage-manager
googlegemini-cli, firebase-cli, wrangler
environmentAll of the above

Services vs Install

For ThisUse This
JupyterLabujust jupyter install
GitHub Runnersujust runners install
Jellyfinujust jellyfin install
Ollamaujust ollama install
Standalone toolsujust install <tool>

Services have lifecycle commands (start/stop/logs). Standalone tools are just installed.

Flatpak Details

Development

ujust install flatpaks-dev
# Includes: VS Code, PyCharm, etc.

Media

ujust install flatpaks-media
# Includes: GIMP, Inkscape, Kdenlive, etc.

Gaming

ujust install flatpaks-gaming
# Includes: Lutris, Heroic, ProtonUp-Qt, etc.

All Flatpaks

ujust install flatpaks-all
# Installs all categories

Troubleshooting

Installation Failed

Check:

# For npm-based tools
npm --version

# For Homebrew tools
brew --version

# For Flatpaks
flatpak --version

Claude Code Not Found After Install

Cause: Shell not reloaded

Fix:

exec $SHELL
# Or
source ~/.bashrc

Pixi Not Found

Fix:

# Add to PATH
export PATH="$HOME/.pixi/bin:$PATH"

# Or reload shell
exec $SHELL

Flatpak Install Fails

Check:

# Verify Flathub remote
flatpak remote-list

Fix:

# Add Flathub if missing
flatpak remote-add --if-not-exists flathub [https://flathub.org/repo/flathub.flatpakrepo]([https://flathub.org/repo/flathub.flatpakrepo](https://flathub.org/repo/flathub.flatpakrepo))

Cross-References

  • Services: jupyter, runners, jellyfin, ollama (have lifecycle commands)

  • Configuration: configure (for enabling system services)

  • VM Tools: vm, bootc (after installing bcvk)

When to Use This Skill

Use when the user asks about:

  • "install claude code", "setup claude", "claude cli"

  • "install pixi", "conda alternative"

  • "install flatpaks", "flatpak applications"

  • "install development tools", "dev environment"

  • "install bcvk", "bootc tools"

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon