networking-with-go
Write, review, and publish a Go networking book
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install networking-with-go skills?โผ
Run `npx skills add sazardev/networking-with-go --all -g -y` in your terminal to install all skills globally.
What do these skills do for a book repository?โผ
They help write and proofread chapters, review Go exercise code, audit security, and verify the book's structure and reading flow.
Can it check that book chapters compile into a PDF?โผ
Yes. The mdx-pdf-format skill enforces the frontmatter, heading, and line-length rules so the go-pretty-pdf build never breaks.
Does it review Go networking exercise code?โผ
Yes. Dedicated skills review Go exercises for correctness, concurrency bugs, resource leaks, and missing error handling, including the repo's GO111MODULE=off quirk.
Do I need to know Go to use these skills?โผ
No. You describe what you want in plain English and the agent applies the book's style, format, and code rules for you.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides