Skip to content

Commit 8ecb953

Browse files
docs: add quick overview table to all README files
Add feature summary table at the top of README for quick reference in all language versions (EN, zh-TW, zh-CN, ja). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a72fa00 commit 8ecb953

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ A robust Rust-based CLI toolset designed for efficient DevOps workflows.
66

77
![Screenshot](docs/image/01.png)
88

9+
## Quick Overview
10+
11+
| Feature | Description |
12+
|---------|-------------|
13+
| Terraform Cleanup | Remove `.terraform`, `.terragrunt-cache` and lock files |
14+
| AI Assistant Upgrade | Batch update Claude Code, Codex, Gemini CLI |
15+
| Package Manager | Install/update nvm, pnpm, Rust, Go, kubectl, k9s, tmux, vim, etc. |
16+
| MCP Manager | Manage MCP servers for Claude/Codex/Gemini |
17+
| Security Scanner | Run gitleaks, trufflehog, git-secrets, trivy, semgrep |
18+
| Prompt Generator | 4-step LLM workflow with progress tracking |
19+
| Container Builder | Docker/Buildah multi-arch builds (x86, arm64, armv7, Jetson) |
20+
| Kubeconfig Manager | tmux window-isolated kubeconfig |
21+
922
## Features
1023

1124
### 1. Terraform/Terragrunt Cache Cleaner

docs/README_ja.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ DevOps ワークフローの効率化のために設計された、堅牢な Rus
66

77
![Screenshot](image/01.png)
88

9+
## 機能一覧
10+
11+
| 機能 | 説明 |
12+
|------|------|
13+
| Terraform クリーンアップ | `.terraform``.terragrunt-cache` およびロックファイルを削除 |
14+
| AI アシスタントアップグレード | Claude Code、Codex、Gemini CLI を一括更新 |
15+
| パッケージ管理 | nvm、pnpm、Rust、Go、kubectl、k9s、tmux、vim などをインストール/更新 |
16+
| MCP 管理 | Claude/Codex/Gemini の MCP サーバーを管理 |
17+
| セキュリティスキャン | gitleaks、trufflehog、git-secrets、trivy、semgrep を実行 |
18+
| プロンプト生成 | 4 ステップ LLM ワークフロー、進捗追跡対応 |
19+
| コンテナビルド | Docker/Buildah マルチアーキビルド(x86、arm64、armv7、Jetson) |
20+
| Kubeconfig 管理 | tmux ウィンドウ分離の kubeconfig |
21+
922
## 機能
1023

1124
### 1. Terraform/Terragrunt キャッシュクリーナー

docs/README_zh-CN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
![Screenshot](image/01.png)
88

9+
## 功能总览
10+
11+
| 功能 | 说明 |
12+
|------|------|
13+
| Terraform 清理 | 移除 `.terraform``.terragrunt-cache` 及 lock 文件 |
14+
| AI 助手升级 | 批量更新 Claude Code、Codex、Gemini CLI |
15+
| 软件包管理 | 安装/更新 nvm、pnpm、Rust、Go、kubectl、k9s、tmux、vim 等 |
16+
| MCP 管理 | 管理 Claude/Codex/Gemini 的 MCP 服务器 |
17+
| 安全扫描 | 运行 gitleaks、trufflehog、git-secrets、trivy、semgrep |
18+
| Prompt 生成 | 4 步骤 LLM 工作流程,支持进度追踪 |
19+
| 容器构建 | Docker/Buildah 多架构构建(x86、arm64、armv7、Jetson) |
20+
| Kubeconfig 管理 | tmux 窗口隔离的 kubeconfig |
21+
922
## 功能特色
1023

1124
### 1. Terraform/Terragrunt 缓存清理

docs/README_zh-TW.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
![Screenshot](image/01.png)
88

9+
## 功能總覽
10+
11+
| 功能 | 說明 |
12+
|------|------|
13+
| Terraform 清理 | 移除 `.terraform``.terragrunt-cache` 及 lock 檔案 |
14+
| AI 助手升級 | 批次更新 Claude Code、Codex、Gemini CLI |
15+
| 套件管理 | 安裝/更新 nvm、pnpm、Rust、Go、kubectl、k9s、tmux、vim 等 |
16+
| MCP 管理 | 管理 Claude/Codex/Gemini 的 MCP 伺服器 |
17+
| 安全掃描 | 執行 gitleaks、trufflehog、git-secrets、trivy、semgrep |
18+
| Prompt 生成 | 4 步驟 LLM 工作流程,支援進度追蹤 |
19+
| 容器建構 | Docker/Buildah 多架構建構(x86、arm64、armv7、Jetson) |
20+
| Kubeconfig 管理 | tmux 視窗隔離的 kubeconfig |
21+
922
## 功能特色
1023

1124
### 1. Terraform/Terragrunt 快取清理

0 commit comments

Comments
 (0)