# grandet **Repository Path**: h824612113/grandet ## Basic Information - **Project Name**: grandet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-01 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Grandet ![Grandet hero](assets/grandet-hero.png) Grandet / 葛朗台 is a token miser for Codex and Claude Code. It keeps agent work focused through targeted reads, small edits, compact handoffs, review/audit modes, and slash commands. Spend no token twice. ## Commands - `/grandet` or `/grandet full`: default focused mode. - `/grandet lite`: lighter concise mode. - `/grandet ultra`: strict minimal-token mode. - `/grandet off`: disable Grandet behavior. - `/grandet-audit`: find likely context waste before work. - `/grandet-review`: review a diff for over-reading, over-building, and noisy output. - `/grandet-handoff`: create a compact continuity note. - `/grandet-coach`: suggest repo-specific token-saving changes. - `/grandet-help`: show the command set. Chinese aliases are also available: - `/葛朗台` or `/葛朗台 完整`: default focused mode. - `/葛朗台 轻量`: lighter concise mode. - `/葛朗台 极限`: strict minimal-token mode. - `/葛朗台 关闭`: disable Grandet behavior. - `/葛朗台-审计`: find likely context waste before work. - `/葛朗台-复盘`: review a diff for over-reading, over-building, and noisy output. - `/葛朗台-交接`: create a compact continuity note. - `/葛朗台-教练`: suggest repo-specific token-saving changes. - `/葛朗台-帮助`: show the command set. ## Codex Marketplace This repository includes a Codex marketplace at: ```text .agents/plugins/marketplace.json ``` The marketplace entry points at: ```text plugins/grandet ``` For local testing from this checkout: ```powershell codex plugin marketplace add . codex plugin add grandet@grandet ``` After publishing the repository to GitHub: ```bash codex plugin marketplace add /grandet codex plugin add grandet@grandet ``` Start a new Codex thread after installing or reinstalling so the plugin skills and commands are picked up. ## Claude Marketplace This repository also includes a Claude Code marketplace at: ```text .claude-plugin/marketplace.json ``` The Claude marketplace entry also points at: ```text plugins/grandet ``` After publishing the repository to GitHub, add and install it inside Claude Code: ```text /plugin marketplace add /grandet /plugin install grandet@grandet /reload-plugins ``` ## Sync The Marketplace Package Edit the source files in the repository root. Before publishing or reinstalling through the Codex marketplace, refresh the plugin mirror: ```powershell python scripts\sync_marketplace_plugin.py ``` Then validate: ```powershell Test-Path .\.agents\plugins\marketplace.json Test-Path .\plugins\grandet ``` ## Direct Install You can also copy the skills, commands, and hooks directly: ```powershell python scripts\install.py --target both ``` Use `--target codex` or `--target claude` to install only one side.