用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/debuglebowski/slayzone --skill slay-context命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | slay-context |
| description | Ensure root instruction files include SlayZone environment context |
| trigger | auto |
You are running inside SlayZone — a desktop task management app with integrated AI coding assistants (Claude Code, Codex, Gemini, Cursor, and more). Your terminal session, browser panel, and task metadata are all managed by the app. Use the slay CLI to interact with it (see the slay skill for full reference).
When working in a project, check whether the project's root instruction files contain a SlayZone Environment section. The files to check depend on which ones already exist — never create a file that doesn't exist yet.
| File | Used by |
|---|---|
CLAUDE.md | Claude Code |
AGENTS.md | Codex, Cursor, Gemini, Copilot |
OPENCODE.md | OpenCode |
QWEN.md | Qwen Code |
For each file that exists and does not already contain a "SlayZone Environment" section, add the following section (adapt the heading level to match the file's existing style):
## SlayZone Environment
You are running inside a SlayZone task terminal — a desktop task management app with integrated AI coding assistants. Your terminal session, browser panel, and task metadata are all managed by the app.
Use the \`slay\` CLI to read and update your task, manage subtasks, control the browser panel, and more. The current task ID is available via \`$SLAYZONE_TASK_ID\` and the current project via \`$SLAYZONE_PROJECT_ID\` (both set automatically in task terminals).
Rules: