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

llm-proxy

llm-proxy contains 4 collected skills from Instawork, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
37
updated
2026-07-01
Forks
14
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

llm-proxy-pr-review
software-quality-assurance-analysts-and-testers

Review the current branch of the `llm-proxy` Go service for issues likely introduced by AI/LLMs — duplicate code, placeholders, ignored errors, goroutine leaks, missing `ctx` propagation, mock-only tests, provider/middleware/circuit-breaker regressions, and config/test drift. Use when the user says "llm-proxy pr review", "review my llm-proxy branch", "review this pr", "ai smell review", or "/llm-proxy-pr-review".

2026-07-01
format-lint-generate
software-developers

Format, lint, vet, validate config, and test the `llm-proxy` Go service. Runs `gofmt -s`, `gofumpt`, `go vet`, the config validator, and the race-enabled unit test suite — the same checks CI's `lint` and `unit-tests` jobs enforce. Use when the user says "format", "lint", "check", "gofmt", "gofumpt", "go vet", "run checks", "pre-commit checks", "CI checks", "/format-lint-generate", or pastes the "Go code is not formatted:" CI failure.

2026-06-26
open-source-audit
software-developers

Audit repository changes for open-source readiness by scanning for private references, secret-like values, machine-local paths, and release-blocking metadata. Use when preparing a project for public release, reviewing OSS hygiene, or when the user says "open-source audit", "OSS audit", or "public release audit".

2026-06-17
llm-price-update
software-developers

Refresh LLM provider pricing (OpenAI, Anthropic, Google Gemini) in configs/base.yml for the llm-proxy app. Use when the user asks to "update llm prices", "refresh model pricing", "sync llm-proxy pricing", "check llm pricing", "llm price update", or otherwise wants the llm-proxy pricing config audited against current vendor pricing.

2026-06-11