원클릭으로
init
Generate a starter AGENTS.md after exploring the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a starter AGENTS.md after exploring the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Help build/debug DeepSeek API usage (openai-compatible).
Run a command on a recurring interval (poll CI etc.).
Read/extract/combine/split PDFs.
Launch this project's app to see a change in action.
Schedule a one-off or cron task via DeepCode's daemon.
Help author a new skill — frontmatter + body + best-trigger description.
| name | init |
| description | Generate a starter AGENTS.md after exploring the codebase. |
Bootstrap a new project's AGENTS.md (DeepCode's per-project agent
instructions file). The skill is normally triggered by the /init slash
command, but you can also invoke it implicitly when the user asks for
project documentation.
/init in a project without an existing AGENTS.md.agents-md-missing system reminder).A markdown file at <cwd>/AGENTS.md covering:
package.json,
pyproject.toml, Cargo.toml, etc.pnpm install && pnpm test, cargo build, etc.).main.ts / __main__.py / cmd/cli/main.go
lives; which package owns the public API.prisma migrate dev against prod", "always update both
core and the SDK clones in lockstep", etc.Keep it under 80 lines. Concrete > comprehensive.
The /init slash command in DeepCode walks three phases:
package.json / README.md / pyproject.toml / Cargo.toml / go.mod.AGENTS.md markdown only (no preface, no fences).y/n. On y, write to
<cwd>/AGENTS.md.AGENTS.md → ask the user before overwriting.# AGENTS.md\n\n(Empty draft.) so the file
still exists for the user to fill.