aiperf
Benchmark LLM inference servers and automate release engineering workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdocs-to-fern
Migrates a Markdown docs/ folder into a Fern documentation site with scaffolding, navigation, and NVIDIA SPDX frontmatter.
linear-issue
Create Linear issues with Todo status assigned to the current user.
aiperf-code-review
Compare current branch to origin/main and document code-quality gaps with runtime evidence.
aiperf-llm-ergonomics-review
Audit AIPerf code for ergonomics issues across seven quality axes.
cherry-pick
Cherry-pick commits from main into release branches using temporary git worktrees.
aiperf-kube-sweep
Runs parameter sweeps and Bayesian search benchmarks on Kubernetes via AIPerfSweep CRs.
aiperf-kube-setup
Installs and configures the aiperf-operator Helm chart on multi-node Kubernetes clusters.
aiperf-kube-triage
Diagnose stuck, failing, or erroring AIPerf benchmark jobs on Kubernetes from CR status, pod state, and logs.
Frequently Asked Questions
FAQPage SchemaHow to install AIPerf?โผ
Run `npx skills add ai-dynamo/aiperf --all -g -y` in your terminal to install all skills in this suite globally.
What does AIPerf do?โผ
AIPerf benchmarks generative AI inference servers, reporting metrics like time to first token, latency percentiles, and throughput through a CLI, live dashboard, and exportable reports.
How to cherry-pick a commit to a release branch with AI?โผ
The cherry-pick skill fetches the commit, creates a temporary worktree, applies it to your chosen release branch, and opens a labeled PR automatically.
Can AI review my AIPerf pull request?โผ
Yes. The code review skill validates findings against the real code, reproduces issues with the CLI, and drafts inline GitHub PR comments for your approval before posting.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core