一键导入
skill-installer
Install ACECode skills into ~/.acecode/skills from a local directory, repository checkout, or user-provided skill source.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install ACECode skills into ~/.acecode/skills from a local directory, repository checkout, or user-provided skill source.
用 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-installer |
| description | Install ACECode skills into ~/.acecode/skills from a local directory, repository checkout, or user-provided skill source. |
| license | MIT |
| compatibility | ACECode skill system |
| metadata | {"source_id":"codex-system:skill-installer@2026-04-30","tags":["skills","installation"]} |
Use this skill when the user asks to install a skill, copy a skill into ACECode, list installable skill files in a source tree, or move a skill from another agent into ACECode.
Install global user skills under:
~/.acecode/skills/<category>/<skill-name>/SKILL.md
ACECode also reads compatible ~/.agent/skills, but this installer should write to ~/.acecode/skills unless the user explicitly asks for a different target.
SKILL.md file.name and description.general.SKILL.md and any supporting references/, templates/, scripts/, or assets/ directories./skills reload in an existing ACECode session, or restart ACECode, so the registry can rescan disk.After installation, verify:
SKILL.md exists at the target.