Oleg Pustovit
Community@oleghq · Europe
Startup tech lead and OSS contributor
Agent Skills by Oleg Pustovit
Showing 27 vetted skills indexed across 2 GitHub repositories.
rust-modularity
Analyze Rust module dependencies to propose a modular folder structure.
rust-cli-building
Build Rust CLIs with dual-mode output and structured error handling.
rust-perf-bench
Design and run Criterion or Divan benchmarks to identify Rust performance bottlenecks.
rust-perf-analyzer
Analyze Rust source files to identify performance bottlenecks and refactor suggestions.
rust-design-patterns
Guide Rust design pattern selection with decision criteria and examples.
sample-skill
Validate SKILL.md loading and frontmatter parsing within a plugin.
code-tutor
Guide learners through building real projects with step-by-step instruction.
smdctl-deploy
Deploy user-level systemd services from YAML configs with smdctl.
go-claude-agents
Develop agentic AI applications in Go using the clawde library.
go-testing-simple
Automate Go test creation with table-driven patterns and race detection.
go-mental-model
Enforce a three-layer Go architecture with bounded data flow and minimal indirection.
go-htmx-core
Implement HTMX-powered server-rendered UI patterns in Go backends.
go-htmx-forms
Automate server-driven Go form handling with HTMX validation and CSRF protection.
go-clean-architecture
Organize Go code into layered handler, service, and repository boundaries.
go-htmx-sse
Stream server-sent events from Go to HTMX clients with sse-connect and sse-swap.
go-hyperscript-patterns
Automate declarative client-side scripting for HTMX-powered UIs with hyperscript attributes.
react-to-htmx-patterns
Translate React/Next.js UI patterns to server-rendered Go templating with HTMX.
go-http-handlers
Implement dependency-injected HTTP handlers with the Go standard library.
go-concurrency-safe
Enforce safe goroutine, channel, and synchronization patterns in Go programs.
go-mongodb
Consolidate Go MongoDB data access with repository-pattern tooling and consistent BSON/JSON models.
go-config-logging
Load environment-based configuration and initialize structured slog logging for Go services.
go-pico-embed
Apply a Pico CSS-based UI theme to Go web applications.
go-context-patterns
Implement Go context patterns for cancellation, timeouts, and request-scoped values.
go-htmx-dashboard
Build Go admin dashboards with HTMX, SSE, and hyperscript.