szaghi/claude-skills-hpc
a curated, growing pack of Claude Code agent skills that teach your AI the HPC standards (parallelism, accelerators, languages) so it answers from the spec, not from vibes
a curated, growing pack of Claude Code agent skills that teach your AI the HPC standards (parallelism, accelerators, languages) so it answers from the spec, not from vibes
npx skills add szaghi/claude-skills-hpca curated, growing pack of Claude Code agent skills that teach your AI the HPC standards (parallelism, accelerators, languages) so it answers from the spec, not from vibes
Automate Buildkite tasks via Rube MCP (Composio). Always search tools first for current schemas.
Regression CI for Claude Code configs test your skills, subagents, hooks & CLAUDE.md like code. Deterministic + LLM-judge assertions, baselines, transcript diffs.
Agent skills operating system.
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wire.FieldsOf, cleanup functions, //go:build wireinject injector files, and generated wire_gen.go. Apply when using or adopting google/wire, when the codebase imports `github.com/google/wire`, or when wiring an application graph at compile time via `wire.Build`. For runtime DI with reflection, see `samber/cc-skills-golang@golang-uber-dig` skill.
AI agent skills management
Linux kernel exploitation playbook. Use when exploiting kernel vulnerabilities (UAF, OOB, race condition, type confusion) for privilege escalation via commit_creds, modprobe_path overwrite, or kernel ROP chains in CTF and real-world scenarios.