Santosh Kaluskar avatar

Santosh Kaluskar

Community

@santoshkal · Hyderabad

6Followers
|
90Public Repos
|
66Published Skills

DevOps Engineer

Skills Distribution
DomainDeveloper To...Golang Engineering.. (62%)Code Quality, Test.. (15%)Career Documents &.. (10%)Technical Writing .. (8%)

Agent Skills by Santosh Kaluskar

Showing 66 vetted skills indexed across 1 GitHub repositories.

santoshkalsantoshkal

resume-tailor

Customizes resume content to match specific job descriptions while preserving factual accuracy.

Community
Intermediate
santoshkalsantoshkal

blog-writing-guide

Write and review Sentry engineering blog posts following editorial standards and voice guidelines.

Community
Intermediate
santoshkalsantoshkal

web-design-guidelines

Reviews UI code files against Vercel Web Interface Guidelines and reports violations.

Community
Basic
santoshkalsantoshkal

request-refactor-plan

Creates detailed refactor plans with tiny commits and files them as GitHub issues.

Community
Intermediate
santoshkalsantoshkal

resume-cover-letter

Writes tailored resumes and cover letters for specific job applications.

Community
Intermediate
santoshkalsantoshkal

improve-codebase-architecture

Identifies shallow modules in a codebase and proposes deepening refactors via an HTML report.

Community
Advanced
santoshkalsantoshkal

predict-content

Scores web articles against an LLM knowledge baseline to measure reading value.

Community
Intermediate
santoshkalsantoshkal

diagnose

Diagnose hard bugs and performance regressions through a structured reproduce-hypothesise-fix workflow.

Community
Advanced
santoshkalsantoshkal

arch-linux

Diagnose and resolve Arch Linux issues using pacman, systemd, and journalctl.

Community
Basic
santoshkalsantoshkal

review

Reviews git diffs against coding standards and originating specs using parallel sub-agents.

Community
Intermediate
santoshkalsantoshkal

grill-with-docs

Stress-tests plans against domain glossaries and records decisions in CONTEXT.md and ADR files.

Community
Intermediate
santoshkalsantoshkal

teach

Creates stateful multi-session teaching workspaces with HTML lessons, glossaries, and learning records.

Community
Intermediate
santoshkalsantoshkal

ubuntu-triage

Diagnose and resolve Debian Linux issues using apt, systemd, and AppArmor guidance.

Community
Basic
santoshkalsantoshkal

resume-section-builder

Create targeted resume sections optimized for different experience levels and roles.

Community
Intermediate
santoshkalsantoshkal

blog-write

Generates SEO-optimized blog articles with statistics, charts, and citation-ready formatting.

Community
Advanced
santoshkalsantoshkal

tdd

Guides test-driven development using the red-green-refactor loop with vertical slices.

Community
Intermediate
santoshkalsantoshkal

grill-me

Interviews the user question-by-question to stress-test plans and resolve design decisions.

Community
Basic
santoshkalsantoshkal

resume-ats-optimizer

Analyzes resumes for ATS compatibility and keyword match against job descriptions.

Community
Intermediate
santoshkalsantoshkal

to-prd

Generates a PRD from conversation context and publishes it to the project issue tracker.

Community
Intermediate
santoshkalsantoshkal

writing-beats

Assembles raw material into an article one user-selected narrative beat at a time.

Community
Intermediate
santoshkalsantoshkal

resume-version-manager

Organize master resumes and track tailored versions across job applications.

Community
Basic
santoshkalsantoshkal

golang-security

Audit and write Go code against injection, cryptography, and web security vulnerabilities.

Community
Advanced
santoshkalsantoshkal

golang-gopls

Provides Go semantic code intelligence via the gopls language server for navigation, diagnostics, and refactoring.

Community
Advanced
santoshkalsantoshkal

golang-spf13-cobra

Builds and reviews Go CLI command trees using the spf13/cobra library.

Community
Advanced

Frequently Asked Questions About Santosh Kaluskar

FAQPage Schema
What 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.