ワンクリックで
skill-creator
Create or update ACECode SKILL.md files with focused instructions, metadata, and optional supporting files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or update ACECode SKILL.md files with focused instructions, metadata, and optional supporting files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Release ACECode from a user-provided version number. Use when Codex is asked to publish an ACECode version, update the Windows self-upgrade server, build and verify the updater package, commit release code, create an annotated Git version tag, or push release commits/tags.
说明 ACECode Desktop 原生桌面应用的用法,包括工作区、任务、会话、输入框、权限、可选 Git worktree、搜索、文件与差异面板、设置、技能、MCP、循环任务、通知、更新和故障排查。当用户询问 Windows、macOS 或 Linux 图形界面的操作方法时使用。不要用终端 TUI 的命令代替 Desktop 界面操作。
Explain how to use ACECode in a terminal, including the interactive TUI, headless prompt mode, sessions, worktrees, permission modes, keyboard controls, slash commands, skills, MCP, memory, and troubleshooting. Use when a user asks how to start, control, configure, or recover ACECode from a shell. Do not use for the native ACECode Desktop interface.
ACECode WebUI 的统一视觉规则 — 写设置 / 管理 / 配置 / 状态展示类页面或面板前必读。提炼自 SettingsPage 的「常规」「外观」section,覆盖容器、标题层级、卡片行、单选卡片、小型 input、状态指示、分隔线等。新 section 直接套这套 className,不要重新造视觉风格。
Use a saved model tagged with the vision capability to inspect images when the active model cannot reliably read image content.
ACECode WebUI 的统一视觉规则 — 写设置 / 管理 / 配置 / 状态展示类页面或面板前必读。提炼自 SettingsPage 的「常规」「外观」section,覆盖容器、标题层级、卡片行、单选卡片、小型 input、状态指示、分隔线等。新 section 直接套这套 className,不要重新造视觉风格。
| name | skill-creator |
| description | Create or update ACECode SKILL.md files with focused instructions, metadata, and optional supporting files. |
| license | MIT |
| compatibility | ACECode skill system |
| metadata | {"source_id":"codex-system:skill-creator@2026-04-30","tags":["skills","authoring"]} |
Use this skill when the user wants to create a new skill or improve an existing skill for ACECode.
Create a skill when the workflow is reusable, benefits from stable instructions, or needs domain-specific steps that should not be repeated in every prompt.
Do not create a skill for one-off context, secrets, large generated output, or behavior that should live in project code instead.
Use this layout for global skills:
~/.acecode/skills/<category>/<skill-name>/
SKILL.md
references/ # optional
templates/ # optional
scripts/ # optional
assets/ # optional
Project-specific skills can live under <project>/.acecode/skills/ with the same structure.
---
name: example-skill
description: Clear one-line trigger description for when ACECode should use this skill.
license: MIT
compatibility: ACECode skill system
metadata:
tags: [example]
---
Keep name stable and kebab-case friendly. Keep description specific enough that skills_list can help the model choose correctly.
references/ and tell the model to load it with skill_view.templates/.scripts/ only when they are safer than retyping commands.SKILL.md.skills_list metadata alone./skills reload after editing an installed skill.