with one click
init
Generate a starter AGENTS.md after exploring the codebase.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate a starter AGENTS.md after exploring the codebase.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.