npx claudepluginhub utakatakyosui/c2lab --plugin miseThis skill uses the workspace's default tool permissions.
guides/configuration.mdguides/tool-management.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
mise は複数言語・ツールのバージョンを一元管理する開発環境マネージャーです。asdf の後継として設計されており、.mise.toml または .tool-versions でバージョンを宣言的に管理します。
詳細な情報は以下のファイルに分割されています。必要に応じて参照してください。
.mise.toml の書き方# ツール管理
mise install # .mise.toml のツールを全てインストール
mise use node@22 # Node.js 22 を使用(.mise.toml に記録)
mise use -g python@3.12 # グローバルに設定
mise ls # インストール済みバージョン一覧
mise current # 現在アクティブなバージョン一覧
# タスク実行
mise run <task> # .mise.toml の [tasks] を実行
mise run --list # タスク一覧