From zig
Guides Zig development with project setup, quick starts, key principles like explicit allocators and comptime, plus links to skills on core language, build system, allocators, testing, C interop, and troubleshooting.
npx claudepluginhub vinnie357/claude-skills --plugin zigThis skill uses the workspace's default tool permissions.
Entry point for Zig development. Provides an overview and routes to focused skills.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Entry point for Zig development. Provides an overview and routes to focused skills.
Activate when:
This plugin provides focused skills for specific Zig topics:
# Install via mise
mise use zig@0.14
# Create a new project
mkdir myproject && cd myproject
zig init
See templates/mise.toml for project task definitions.