en un clic
run
Launch this project's app to see a change in action.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Launch this project's app to see a change in action.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Help build/debug DeepSeek API usage (openai-compatible).
Run a command on a recurring interval (poll CI etc.).
Read/extract/combine/split PDFs.
Schedule a one-off or cron task via DeepCode's daemon.
Help author a new skill — frontmatter + body + best-trigger description.
Modify settings.json / hooks / permissions safely + explain trade-offs.
| name | run |
| description | Launch this project's app to see a change in action. |
Drive the project's own dev/test/build scripts. Detect toolchain from manifest.
| Manifest | Typical commands |
|---|---|
package.json | pnpm dev / pnpm test / pnpm build (or npm/yarn) |
pyproject.toml | pytest, uv run pytest, python -m <pkg> |
Cargo.toml | cargo test, cargo run, cargo build --release |
go.mod | go test ./..., go run ./cmd/<name> |
Gemfile | bundle exec rspec, bundle exec rails s |
Makefile | Prefer make test / make dev — usually canonical |
Read packageManager in package.json (or .tool-versions) for the pinned
package manager — don't guess.
42 passed, 3 failed, 1 skipped.