원클릭으로
wiki
Generate github wiki for kazeterm project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate github wiki for kazeterm project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | wiki |
| description | Generate github wiki for kazeterm project |
DO NOT USE THIS SKILL WITH AGENTS. IT'S INTENTED TO BE USED BY HUMANS TO GENERATE WIKI CONTENT.
It uses examples/configuration.md as template for the content of this page.
It should use the source code as source of truth for the content. It should describe the configuration options for kazeterm by sections, for each section it should uses markdown h3 to start the section, then give a breif introduction of the section, then list the configuration options in a table with four columns: name, type, default value and description. The description should provide a clear explanation of the option's purpose and usage, and if applicable, include examples or possible values.
Here is one example of configuration section
### Tab Behavior
It controls the behavior of tabs in kazeterm.
| Key | Type | Default | Description |
|-------------------|------|---------|--------------------------------------------------------------------|
| vertical_tabs | bool | false | Render tabs in a vertical sidebar instead of horizontal bar |
| close_on_last_tab | bool | true | Close the app when the last tab is closed. When false, a new tab is created instead |
| tab_switcher_popup| bool | true | Show a popup when switching tabs with Ctrl+Tab. When false, tabs switch directly |
The generated pages should be saved to /wiki folder in the repository, with the name CONFIGURATION.md for the configuration page. The content should be in markdown format and should be well-structured and easy to read.