Agent Skills by Vladimir Kochetkov
Showing 31 vetted skills indexed across 1 GitHub repositories.
deeper-research
Synthesize multi-source research findings with Tree of Thoughts methodology.
vibe-research
Generate structured research briefs with clarifying questions across iterative turns.
explore
Explore ideas and clarify requirements through open-ended questioning and ASCII diagrams.
triz-solver
Guide users through a structured TRIZ model to generate 3–5 breakthrough concepts.
scamper
Generate SCAMPER-based variants from a subject, objective, and constraints.
security-policy-generator
Generate a project-specific SECURITY.md with threat modeling and security controls.
secure-go
Enforce OWASP Top 10 security patterns across Go code, configuration, dependencies, and CI/CD workflows.
go-functions-methods
Enforce Go receiver selection, named returns, and safe defer usage.
go-strings
Optimize Go string handling with rune-aware iteration, builder concatenation, and safe substring usage.
go-code-organization
Guide Go code organization with idiomatic patterns and common pitfalls.
go-error-management
Review Go error handling for panic usage, wrapping, and error checks.
go-standard-library
Correct Go standard library misuse in time, JSON, SQL, and HTTP code.
go-optimizations
Optimize performance-sensitive Go code with cache-aware layouts and allocation reduction.
go-data-types
Identify and fix Go data-type mistakes in slices, maps, and numeric literals.
go-concurrency-practice
Detect and fix Go concurrency issues like goroutine leaks and data races.
go-concurrency-foundations
Audit Go codebases for concurrency issues and prioritize fixes.
go-control-structures
Enforce Go control structure rules for range loops, breaks, and defer.
go-testing-mistakes
Eliminate common Go testing mistakes across unit, benchmark, and integration tests.
vibespec-init
Analyze a codebase and generate an initial specification suite with domain docs and ADR templates.
vibespec-update
Update specification documents and ADRs to reflect code changes.
vibespec-check
Compare project specifications against source code and report categorized discrepancies.
vibespec-create
Organize project-spec documents by automating template selection and registration.
vibespec-consult
Locate and read project specification files to extract invariants before structural changes.
prompts-review
Audit prompts across a codebase for clarity, safety, and efficiency.