AgentStack
SKILL verified MIT Self-run

Setup

skill-upsolve-labs-upstack-setup · by Upsolve-Labs

|

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-upsolve-labs-upstack-setup

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Update Check (run first)

_UPD=$(~/.claude/skills/upstack/bin/upstack-update-check 2>/dev/null || .claude/skills/upstack/bin/upstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true

If output shows UPGRADE_AVAILABLE : read ~/.claude/skills/upstack/skills/upgrade/SKILL.md and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with 4 options, write snooze state if declined). If JUST_UPGRADED : tell user "Running upstack v{to} (just updated!)" and continue.

Setup

Check Prerequisites

Run checks silently, then report a summary table:

| Tool | Check | Required By | | ------------- | ------------------------- | ------------------------------- | | git | git --version | all skills | | gh | gh --version | /ship-pr, /review, /advisor | | gh auth | gh auth status | /ship-pr, /review, /advisor | | agent-browser | agent-browser --version | /plan, /execute, /validate, /qa-review | | node | node --version | /validate (JS projects) | | python | python3 --version | /validate (Python projects) |

Report

Print table with status for each tool. Mark required tools vs optional.

Fix Missing Tools

If required tools are missing, AskUserQuestion: "Missing: [list]. Should I show install commands?"

Install commands (never run automatically). Detect OS for appropriate package manager:

gh (https://cli.github.com/):

  • macOS: brew install gh then gh auth login
  • Linux (apt): see https://github.com/cli/cli/blob/trunk/docs/install_linux.md
  • Linux (dnf): sudo dnf install gh then gh auth login
  • Windows: winget install --id GitHub.cli then gh auth login

agent-browser by Vercel (https://github.com/vercel-labs/agent-browser):

  • macOS: brew install agent-browser then agent-browser install
  • Other: npm install -g agent-browser then agent-browser install (requires Node.js)

Verify Skill Symlinks

List all skills in ~/.claude/skills/ that point to the upstack repo. Report any broken or missing symlinks. If symlinks are broken: suggest re-running install.sh.

Optional: Linear

If user mentions Linear: check for Linear MCP server configuration. Explain which skills benefit (plan, advisor, ship) and how to set it up.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.