jamesrochabrun
- 7 skills
- 0 followers
- 9 hours ago last updated
- ▌ Safe Container Deploy · jamesrochabrunUse when a user asks to deploy a containerized service to staging. Do not use for local previews, static-site editing, or general Dockerfile questions.
- ▌
- ▌ Xctrace Profiler · jamesrochabrun bundleProfile Xcode/macOS/iOS apps and Instruments traces with the xctrace-analyzer MCP server. Use for simple requests like "profile this app", "record my app on launch", "find why my app is slow", "check hangs", "find leaks", "inspect allocations", "analyze network", "profile startup", "analyze this .trace", "compare these traces", or "clean up profiling traces"; choose and run the right MCP execution tools without exposing MCP JSON to the user.
- ▌ Agenthub Studio · jamesrochabrun bundleRender UI variants or any visual — mockups, reports, diagrams, dashboards — into AgentHub's Studio panel beside this session, on a scratch surface that never touches project files. Use when the user asks to see, compare, mock up, or explore options, versions, or variants of a component or screen, asks "what would it look like", or wants a rendered document. Also invoked explicitly as /agenthub-studio.
- ▌ Agenthub Task Manager · jamesrochabrun bundleUser-invoked AgentHub workflow for planning a multi-part request and delegating its independent subtasks to parallel AgentHub agent sessions. Use only when the user explicitly invokes this skill to plan, create, list, or clean up AgentHub task sessions.
- ▌ Git Worktrees · jamesrochabrun bundleManage Git worktrees for parallel Claude Code development. Use this skill when engineers ask to "create a worktree", "run parallel Claude sessions", "work on multiple features simultaneously", or need help with worktree management.
- ▌ Swift Concurrency · jamesrochabrun bundleGuide for building, auditing, and refactoring Swift code using modern concurrency patterns (Swift 6+). This skill should be used when working with async/await, Tasks, actors, MainActor, Sendable types, isolation domains, or when migrating legacy callback/Combine code to structured concurrency. Covers Approachable Concurrency settings, isolated parameters, and common pitfalls.