By shreda
Go development utilities. Scaffold production-ready Go web server projects with /init-server-project — includes net/http, slog logging, templ templating, graceful shutdown, and optional rate limiting.
A collection of reusable skills for Claude Code that extend functionality with custom commands.
Save and resume Claude Code sessions. Create timestamped session summaries with /save-session and pick up where you left off with /resume-session.
/save-sessionCreates a timestamped summary of your current session, capturing:
Session files are saved to .claude-sessions/ in your project directory (or ~/.claude-sessions/ for user-level sessions).
Usage:
/save-session [optional description]
/resume-sessionLoads a previous session summary to restore context. Supports:
Usage:
/resume-session
/resume-session [session-id or description]

skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry metadata
└── plugins/
└── sessions/
└── skills/
├── resume-session/
│ └── SKILL.md
└── save-session/
└── SKILL.md
Skills are defined using SKILL.md files with declarative instructions. To add a new skill:
plugins/<plugin-name>/skills/<skill-name>/SKILL.md file with the skill definition.claude-plugin/marketplace.jsonDaniel Moore
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimCreates claude plugins
npx claudepluginhub shreda/skills --plugin go-utilsAI Agent Skills for production-ready Go projects
Scaffold new projects and add features with best-practice templates
Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind
Go development following Google Go style guide with Go 1.25+ features and best practices
Master Go 1.25+ development with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Skills: golangci-lint, goreleaser, go-tool (Go 1.24+ tool dependencies), go-blackbox (black box test enforcement), go-structure (project layout), GitHub Actions, GitLab CI. MCP: context7
The maragu fabrik plugin.