Skip to main content
Run any Skill in Manus
with one click
GitHub repository

pi-setup

pi-setup contains 6 collected skills from JoaquinCampo, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
0
updated
2026-07-11
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

codex-model-routing
computer-occupations-all-other

Use when spawning Codex subagents or Codex threads and choosing among GPT 5.6 Luna, Terra, and Sol with the appropriate effort. Use this with orchestrating-subagents whenever delegation involves model overrides, reasoning effort, Explore agents, checker/fixer loops, or fan-out work.

2026-07-11
deploying-fastapi-to-vercel
software-developers

Use when deploying a FastAPI or Python ASGI/WSGI app to Vercel, choosing uv vs requirements.txt, pinning Python version, or when a Vercel URL returns "Redirecting..." / 302 to SSO. Covers the auto-detect Python runtime and serverless limits.

2026-07-11
lean-ctx
software-developers

Context Engineering for AI Agents — 81 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 26 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.

2026-07-11
orchestrating-subagents
computer-occupations-all-other

Use preemptively at the start of any session whose work decomposes into delegable units and whose main-thread context is worth protecting. A report, a large feature, a migration are examples, not the full set; the trigger is the shape (many token-heavy steps, compact results), not the task type. Also use whenever the user asks to delegate work to subagents. Invoke before context fills, not after.

2026-07-11
review-html
software-quality-assurance-analysts-and-testers

Run a deep, didactic, citation-backed PR review and emit a single self-contained HTML report. Use when the user invokes `/review-html <PR>` or asks for an HTML review of a GitHub PR.

2026-07-11
writing-deck-specs
software-developers

Use when defining the CONTENT of a slide deck or presentation for handoff to a separate rendering step (e.g. Claude Design) — turning meeting notes, a topic, or raw material into a per-slide content spec with diagram specs. Triggers include "build a deck/slides", "prep a talk", "spec the slides", "didactic technical presentation", or planning what each slide says before any visuals exist.

2026-07-11