Zig.guide
Repo for https://zig.guide content. Get up to speed with Zig quickly.
Install / Use
/learn @Sobeston/Zig.guideREADME
zig.guide
Repo for https://zig.guide content. Feedback and PRs welcome.
Testing
zig build --summary all
Contributing
- Make use of
zig build- it handles fmt and testing for you. - Use the correct Zig version;
zig buildwill select what content to test based on your compiler version. - When fixing a regression, fix it in both the latest major release & master where applicable, and improve test coverage where possible.
- Raise an issue or reach out before making large changes (e.g. new pages).
Running the dev server
cd website
npm install
npm run docusaurus start
Related Skills
prose
337.7kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Writing Hookify Rules
83.3kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Command Development
83.3kThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
MCP Integration
83.3kThis skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
