Performance Workflow
Description
This repository includes a lightweight performance workflow built around the existing startup and query profilers.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Performance Workflow
This repository includes a lightweight performance workflow built around the existing startup and query profilers.
Build Once
bun run build
Baseline Scenarios
- Cold start and command latency
bun run perf:startup -- --help
- Interactive startup in a real session
bun run perf:startup --
Use your OS task manager while the app is idle to inspect CPU, RSS, and handle count after first render.
- Headless query / TTFT
bun run perf:query -- --print "Summarize the current directory."
This requires whatever auth/config is normally needed for the chosen provider.
Artifacts
Each run writes an isolated artifact bundle under `.perf-artifacts/`:
summary.json: wall-clock timing and parsed profiler highlightsconfig/startup-perf/*: startup profiler outputconfig/query-perf/*: query profiler outputdebug/*: debug logs for runs that need them
Regression Checks
Run the focused regression checks for the new performance helpers with:
bun run perf:regression
Suggested Before/After Loop
- Run the startup baseline.
- Run the headless query baseline.
- If you are changing long-running behavior, also launch an interactive session and watch idle CPU and memory for a few minutes.
- Compare the new
.perf-artifactssummary against the previous run before and after each optimization pass.
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity