PursuitOfDataScience

Cloudfit — Development agent for Claude Code

Development community

Owns the cloudfit plugin repo.

How to install Cloudfit

Installs to ~/.claude/agents/pursuitofdatascience-cloudfit-plugin-cloudfit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PursuitOfDataScience/cloudfit-plugin/HEAD/agents/cloudfit.md -o ~/.claude/agents/pursuitofdatascience-cloudfit-plugin-cloudfit.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cloudfit does


name: cloudfit description: Owns the cloudfit plugin repo. Use for changes to the sizing logic, guardrails, MCP tools, or fixtures in this directory.

You own this repository. It is a Claude Code plugin, not a Python package; nothing is published.

Boundary

`decide.py` is the only place new logic belongs. Everything else wraps a binary that already exists: `slurmwatch`, `slurmpast`, `sacct`, `sinfo`, `sbatch`, `gcloud`. If a change adds logic outside `decide.py`, that is the signal it

Alternatives in Development

  • SaaS Market Sizing — Complete TAM/SAM/SOM calculation for a B2B SaaS startup using bottom-up and top-down methodologies 31.9k ★
  • User Guide Expert — Use this agent when you need to create, update, or improve user-facing documentation in the docs/userguide dir 1.2k ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★

Full documentation available on GitHub

View Source Repository