By code0100fun
Zig development skills covering style enforcement, memory leak detection, safety checking, error handling validation, and Zig 0.15 ArrayList API reference.
Validates proper error handling patterns in Zig code including custom error sets, error context, and error propagation. Use when writing error-prone code, reviewing error handling, or debugging error cases.
Detects potential memory leaks in Zig code by checking allocation/deallocation patterns, defer statements, and test cleanup. Use when reviewing code changes, writing new code with allocations, or debugging memory issues.
Identifies unsafe operations in Zig code including pointer casts, bounds checking, null pointer dereferences, and undefined behavior. Use when writing low-level code, reviewing safety-critical sections, or debugging crashes.
Reference for Zig 0.15+ ArrayList API which passes the allocator to each method call instead of at initialization. Use when working with ArrayLists in Zig 0.15+.
Enforces Zig coding style conventions including naming, formatting, idioms, and best practices. Use when writing new code, reviewing changes, or refactoring for consistency.
A curated collection of Claude Code plugins extracted and generalized from real-world projects.
Zig development skills covering style enforcement, memory leak detection, safety checking, error handling validation, and Zig 0.15 ArrayList API reference.
Skills: zig-style-enforcer memory-leak-detector safety-checker error-handling-validator zig-arraylist
Elixir and Phoenix development skills covering framework conventions (Phoenix 1.8), LiveView patterns (streams, JS interop, forms), Ecto best practices, HEEx template rules, testing with Ecto.SQL.Sandbox, and Tailwind CSS v4.
Skills: phoenix-guidelines elixir-guidelines ecto-guidelines liveview-guidelines heex-templates elixir-testing tailwind-v4
Infrastructure operations skills covering Terraform safety practices, Docker Swarm deployment patterns, Ansible operations with secret management, and repeatable deployment philosophy.
Skills: terraform-safety docker-swarm ansible-ops repeatable-deployments
Developer workflow skills covering commit message conventions, Beads issue tracking, and session completion protocols.
Skills: commit-message-guide beads-issue-tracker session-completion
# Add the marketplace
/plugin marketplace add code0100fun/botfiles
# Then install individual plugins
/plugin install code0100fun/botfiles/plugins/zig-dev
/plugin install code0100fun/botfiles/plugins/elixir-phoenix
/plugin install code0100fun/botfiles/plugins/infra-ops
/plugin install code0100fun/botfiles/plugins/workflow-tools
botfiles/
├── .claude-plugin/marketplace.json
├── CLAUDE.md
└── plugins/
├── zig-dev/ (5 skills)
├── elixir-phoenix/ (7 skills)
├── infra-ops/ (4 skills)
└── workflow-tools/ (3 skills)
Each plugin contains a .claude-plugin/plugin.json manifest and a skills/ directory with individual SKILL.md files.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Infrastructure operations skills covering Terraform safety practices, Docker Swarm deployment patterns, Ansible operations with secret management, and repeatable deployment philosophy.
Elixir and Phoenix development skills covering framework conventions, LiveView patterns, Ecto best practices, HEEx template rules, testing with Ecto.SQL.Sandbox, and Tailwind CSS v4.
Developer workflow skills covering commit message conventions, Beads issue tracking, and session completion protocols.
npx claudepluginhub code0100fun/botfiles --plugin zig-devZig programming skills: build system, comptime, allocators, error handling, C interop, testing, and troubleshooting
Zig language server
Zig changes since training cutoff (latest: 0.14.0) — labeled switch, decl literals, @branchHint, DebugAllocator, unmanaged containers, root_module build API. Load before working with Zig.
Editorial "Systems Programming" bundle for Claude Code from Antigravity Awesome Skills.
Advanced Gleam programming skills for functional BEAM development
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.