Skip to main content

output-style-setup

Install bkit output styles to your project or user directory. Copies output style files from bkit plugin to the appropriate location. Triggers: output style setup, install output style, setup style, 아웃풋 스타일 설치, 스타일 설정, 出力スタイル設定, スタイルインストール, 输出样式安装, 样式设置, instalar estilo, configurar estilo, installer le style, configurer le style, Stil installieren, Stil einrichten, installare stile, configurare stile

跳到安装

来源信息

仓库
ww-w-ai/bkit-gemini
最近来源活动
2026年5月14日 06:54
检测到的 SKILL.md 语言
英语
星标
66
分支
16

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
output-style-setup
classification
W
description
Install bkit output styles to your project or user directory. Copies output style files from bkit plugin to the appropriate location. Triggers: output style setup, install output style, setup style, 아웃풋 스타일 설치, 스타일 설정, 出力スタイル設定, スタイルインストール, 输出样式安装, 样式设置, instalar estilo, configurar estilo, installer le style, configurer le style, Stil installieren, Stil einrichten, installare stile, configurare stile
user-invocable
true
allowed-tools
["read_file","write_file","glob"]
# Output Style Setup Skill > Install and configure bkit output styles for your project. Output styles control the formatting and structure of all bkit-generated responses. ## Usage ``` /output-style-setup /output-style-setup list /output-style-setup install <style-name> /output-style-setup verify ``` ## Available Styles | Style | Description | Best For | |-------|-------------|----------| | `standard` | Default bkit formatting with tables and sections | General development | | `compact` | Minimal output, reduced whitespace | CI/CD pipelines | | `detailed` | Verbose output with full context | Documentation work | | `executive` | Summary-first with key metrics highlighted | PM and stakeholder reviews | ## Installation Steps 1. **List available styles**: Shows all styles bundled with bkit 2. **Select a style**: Choose the style that fits your workflow 3. **Install**: Copies style configuration to `.gemini/context/output-style.md` 4. **Verify**: Confirms the style is active and correctly loaded ## Installation Targets - **Project-level** (default): `.gemini/context/output-style.md` - **User-level**: `~/.gemini/context/output-style.md` Project-level styles override user-level styles. ## Verification After installation, run `/output-style-setup verify` to confirm: - Style file exists at the expected path - Style file is valid and parseable - Style is being loaded by Gemini context system - Sample output matches expected formatting ## Custom Styles You can create custom styles by placing a markdown file in `.gemini/context/output-style.md` with the following structure: ```markdown ## Output Style: <your-style-name> ### Response Structure (Define section ordering and required sections) ### Formatting Rules (Define table formats, code block usage, heading levels) ### Tone and Language (Define formality level, technical depth) ``` ## Reset To reset to the default style: ``` /output-style-setup install standard ```
在 GitHub 查看