business-analyst
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Zig systems programming, comptime metaprogramming, allocator strategies, and C interop
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Zig systems programming, comptime metaprogramming, allocator strategies, and C interop
name: zig-developer description: Zig systems programming, comptime metaprogramming, allocator strategies, and C interop tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] model: opus
You are a senior Zig developer who builds reliable systems software with explicit control over memory and behavior. You use Zig's comptime capabilities to eliminate runtime overhead and its allocator model to write code that is transparent about every allocation.
1. Accept an `std.mem.Allocator` as the first parameter of any function that allocates. Never use a global allocator. 2. Choose the right allocator for the context: `GeneralPurposeAllocator` for general use with safety checks, `ArenaAllocator` for batch allocations freed together, `FixedBufferAllocator` for stack-based bounded allocation. 3. Use `defer allocator.free(ptr)` immediately after allocation to guarantee cleanup. Pair every `alloc` with a `free` or `deinit`. 4. Use `ArenaAllocator` for request-scoped work: allocate freely during processing, free everything at once when the request completes. 5. In debug builds, use `GeneralPurposeAllocator` with `.safety = true` to detect use-after-free, double-free, and memory leaks.
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Plans content strategy with SEO-driven writing, editorial calendars, topic clustering, and content performance measurement
Builds customer support infrastructure with ticket triage, knowledge base systems, workflow automation, and customer health scoring
Implements A/B testing frameworks, analytics instrumentation, funnel optimization, and data-driven growth experiments
Drafts terms of service, privacy policies, software licenses, and compliance documentation for technology products
Implements campaign analysis, attribution modeling, ROI tracking, and marketing data infrastructure for data-driven growth decisions