Agent Skills by kaptinlin
Showing 51 vetted skills indexed across 1 GitHub repositories.
golangci-linting
Automate golangci-lint v2 linting and quality checks for Go projects.
config-designing
Guides Go projects to select and implement optimal struct-based Config patterns with Options separation and migration paths.
modernizing
Modernize Go codebases to Go 1.20–1.26 idioms and stdlib enhancements.
spec-writing
placeholder
spec-tasking
Audit ANALYSIS.md spec coverage and generate a prioritized TODO.yaml.
committing
Generate conventional commit messages with type, scope, and description.
go-template-templating
Render Liquid-style templates with filters and custom tags in Go.
github-actions-configuring
Automate GitHub Actions configuration for Go packages and multi-module repositories.
go-config-loading
Load typed Go configuration from multiple sources with deterministic merging.
dependency-selecting
Select direct Go dependencies using a formal decision table.
meeting-extracting
Extract decisions and action items from .meetings/*.md files.
architecture-audit
Audit Go codebases for circular dependencies, fat interfaces, and spec drift.
go-command-designing
Standardize Go CLI design with go-command using declarative constraints and layered architecture.
code-restructuring
Analyze Go monorepo cohesion gaps and generate an executable restructuring plan.
spec-implementing-analyzing
Analyze SPECS/*.md and existing code to generate a project-root ANALYSIS.md.
tdd-analyzing
Analyze SPECS and code to generate ANALYSIS.md for TDD scope.
go-best-practices
Apply idiomatic Go conventions to naming, error handling, and testing.
spec-gap-analyzing
Survey SPECS and implementation to produce a structured ANALYSIS.md gap analysis.
tdd-planning
Generate a TDD implementation plan from a PRD or design document.
skill-creating
Codify Skill creation templates, frontmatter rules, and validation workflows.
taskfile-configuring
Automates creation and management of Go Taskfiles for standardized build automation.
jsonschema-validating
Validate Go structs, maps, and JSON payloads against JSON Schema Draft 2020-12 with detailed error reporting and defaults during unmarshalling.
spec-implementing-tasking
Convert ANALYSIS.md into a TODO.yaml plan with Plan/Execute tasks and quality checkpoints.
meeting-documenting
Generate structured meeting minutes documents from notes, context, and voice transcripts.