npx claudepluginhub shreda/skillsGo 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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations