Santosh Kaluskar
Community@santoshkal · Hyderabad
DevOps Engineer
Agent Skills by Santosh Kaluskar
Showing 66 vetted skills indexed across 1 GitHub repositories.
resume-tailor
Customizes resume content to match specific job descriptions while preserving factual accuracy.
blog-writing-guide
Write and review Sentry engineering blog posts following editorial standards and voice guidelines.
web-design-guidelines
Reviews UI code files against Vercel Web Interface Guidelines and reports violations.
request-refactor-plan
Creates detailed refactor plans with tiny commits and files them as GitHub issues.
resume-cover-letter
Writes tailored resumes and cover letters for specific job applications.
improve-codebase-architecture
Identifies shallow modules in a codebase and proposes deepening refactors via an HTML report.
predict-content
Scores web articles against an LLM knowledge baseline to measure reading value.
diagnose
Diagnose hard bugs and performance regressions through a structured reproduce-hypothesise-fix workflow.
arch-linux
Diagnose and resolve Arch Linux issues using pacman, systemd, and journalctl.
review
Reviews git diffs against coding standards and originating specs using parallel sub-agents.
grill-with-docs
Stress-tests plans against domain glossaries and records decisions in CONTEXT.md and ADR files.
teach
Creates stateful multi-session teaching workspaces with HTML lessons, glossaries, and learning records.
ubuntu-triage
Diagnose and resolve Debian Linux issues using apt, systemd, and AppArmor guidance.
resume-section-builder
Create targeted resume sections optimized for different experience levels and roles.
blog-write
Generates SEO-optimized blog articles with statistics, charts, and citation-ready formatting.
tdd
Guides test-driven development using the red-green-refactor loop with vertical slices.
grill-me
Interviews the user question-by-question to stress-test plans and resolve design decisions.
resume-ats-optimizer
Analyzes resumes for ATS compatibility and keyword match against job descriptions.
to-prd
Generates a PRD from conversation context and publishes it to the project issue tracker.
writing-beats
Assembles raw material into an article one user-selected narrative beat at a time.
resume-version-manager
Organize master resumes and track tailored versions across job applications.
golang-security
Audit and write Go code against injection, cryptography, and web security vulnerabilities.
golang-gopls
Provides Go semantic code intelligence via the gopls language server for navigation, diagnostics, and refactoring.
golang-spf13-cobra
Builds and reviews Go CLI command trees using the spf13/cobra library.
Frequently Asked Questions About Santosh Kaluskar
FAQPage SchemaWhat tasks can I accomplish with santoshkal's skills?▼
The registry covers end-to-end Golang development: project layout, concurrency, gRPC and GraphQL services, database access, dependency injection, testing with testify, benchmarking with pprof, linting, security auditing, and GitHub Actions CI. Secondary skills handle resume tailoring, ATS optimization, Sentry-style blog writing, and Arch/Ubuntu Linux triage.
Who should use these skills?▼
Go backend engineers, platform engineers, and DevOps practitioners building production services benefit most, especially those using cobra, viper, uber/fx, google/wire, or samber libraries. Job seekers can use the resume and cover-letter skills, while engineering writers can apply the Sentry blog and SEO article skills.
How do I install and run the Golang skills?▼
Skills are designed for Claude Code or similar coding agents and require the go binary on PATH. Supporting binaries install via go install or brew: gopls, govulncheck, dlv, golangci-lint, goreleaser, swag, wire, and godig, each declared in the skill's metadata requires and install blocks.
Are these skills open source and free to use?▼
Yes. The Golang skill collection from samber/cc-skills-golang and the blog-writer skill carry MIT licenses, permitting free use, modification, and redistribution. Skills without explicit license fields should be checked individually in their source repositories before commercial redistribution.
What prerequisites and dependencies are required?▼
Core prerequisite is the Go toolchain; specific skills add gopls v0.20+, Delve debugger, protoc for gRPC, benchstat for benchmarks, and gh plus goreleaser for CI pipelines. The golang-pkg-go-dev skill needs internet access to reach the pkg.go.dev API, and Linux triage skills assume pacman or apt environments.