with one click
run
Launch this project's app to see a change in action.
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
Launch this project's app to see a change in action.
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.
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.