← all publishers

quickcall-dev

@quickcall-dev source repo

9 published skills

  1. Doc · quickcall-dev bundle
    Create and manage structured documentation — experiments, plans, findings, checkpoints, research, learnings. Config-driven, parallel-safe.
    0
    installs
  2. Markdown To PDF · quickcall-dev bundle
    Use when exporting Markdown reports to PDF, especially when Mermaid diagrams render blank, oversized, lose color, tables overflow, a TOC or PDF outline is needed, or Chrome/Puppeteer adds unwanted page headers and footers.
    0
    installs
  3. Python Code Dev · quickcall-dev bundle
    Use when starting Python projects, creating importable packages, migrating notebooks into modules, or refactoring Python code into tested class-first components
    0
    installs
  4. Dag Fleet · quickcall-dev bundle
    Persistent, budgeted, DAG-ordered runner for parallel `claude -p`, `codex exec`, or `pi -p` workers in tmux. Use ONLY when you need persistence across sessions, per-worker budget caps, dependency ordering, or mixed models/providers per worker. For ad-hoc parallel sub-agents inside a live conversation, use Claude Code's built-in Agent tool instead.
    0
    installs
  5. Fleet Plan · quickcall-dev
    Analyze a task, pick the right fleet type, and generate a ready-to-launch fleet (fleet.json + prompt.md files). Discovers available fleet skills dynamically. Use when the user wants to run work in parallel, asks to "plan a fleet", or says "fleet-plan".
    0
    installs
  6. Python Notebook Dev · quickcall-dev bundle
    Use when creating or editing
    0
    installs
  7. Worktree Fleet · quickcall-dev bundle
    Independence-validated parallel fleet that runs each worker (claude -p, codex exec, or pi -p) in its own git worktree. Use when tasks touch non-overlapping files and you need merge-safe isolation (each worker on its own branch). For DAG-ordered one-shot workers with budgets, use dag-fleet. For headless iteration with a reviewer loop, use iterative-fleet.
    0
    installs
  8. Iterative Fleet · quickcall-dev bundle
    Reviewer-gated iterative fleet for headless `claude -p`, `codex exec`, or `pi -p` workers that run in cycles until a designated reviewer approves the output. Use when the work needs multiple rounds of iteration with a quality gate — a reviewer worker reads all worker logs, writes a verdict (lgtm | iterate | escalate), and the orchestrator decides whether to continue, pause, or stop. NEVER kills or restarts workers automatically; the operator owns all kill/pause decisions.
    0
    installs
  9. Autoresearch Fleet · quickcall-dev bundle
    Karpathy-inspired autonomous research loop. Agent edits one file, evals, keeps or discards, repeats. Plateau-triggered web search breaks through ceilings. Git as state machine. Runs until stopped or budget exhausted. Supports claude, codex, and pi providers.
    0
    installs