Agent Skills by Stoyan Kyosev
Showing 20 vetted skills indexed across 1 GitHub repositories.
solid-hunter-ts
Audit TypeScript code for SOLID principle violations at class and interface levels.
boundary-hunter-ts
Audit TypeScript module boundaries to detect leaked internals and dependency violations.
security-hunter-ts
Audit TypeScript code for security vulnerabilities like hardcoded secrets and injection risks.
invariant-hunter-ts
Audit TypeScript code for weak invariants and unnecessary type casts.
test-hunter-ts
Audit TypeScript test suites for coverage gaps and brittle mocks.
smell-hunter-ts
Detect common TypeScript code smells and output a structured report.
slop-hunter-ts
Audit TypeScript codebases for AI-generated noise and style drift.
doc-hunter-ts
Audit TypeScript code for missing inline explanations of non-obvious decisions.
simplicity-hunter-ts
Audit TypeScript code for structural complexity and recommend minimal implementations.
type-hunter-ts
Audit TypeScript type definitions for design debt and duplicated shapes.
doc-hunter-go
Detect missing why documentation and godoc in Go codebases.
invariant-hunter-go
Audit Go code for unchecked errors, nil dereferences, and unsafe type assertions.
solid-hunter-go
Identify SOLID design-principle violations in Go packages and dependencies.
smell-hunter-go
Identifies Go anti-patterns and smells in codebases with actionable feedback.
simplicity-hunter-go
Audit Go code for structural complexity and prescribe behavior-preserving simplifications.
security-hunter-go
Audit Go code for security vulnerabilities with evidence and remediation guidance.
slop-hunter-go
Detects and removes AI-generated noise from Go code.
type-hunter-go
Audit Go type definitions for design debt and duplication.
boundary-hunter-go
Audit Go package exports and imports for boundary violations.
test-hunter-go
Analyze Go test suites for coverage gaps, brittle tests, and implementation-coupled assertions.