Adib Firman
Community@adibfirman · Jakarta, Indonesia
Web Development, Software Engineering Web Platform
Agent Skills by Adib Firman
Showing 44 vetted skills indexed across 1 GitHub repositories.
code-review
Route code reviews to specialized skills by detecting language, framework, and concern.
context7-mcp
Retrieve current library and framework documentation for accurate code examples.
technical
Select domain-specific engineering guidance for React, React Native, and Golang tasks.
productivity
Stress-test proposals and resolve decision-tree branches through guided interviews.
deslop-simplify-ai-code
Remove redundant code patterns from diffs while preserving exact behavior.
golang-security
Review Go code for security vulnerabilities using STRIDE/DREAD threat modeling.
golang-project-layout
Guide Go project structuring with cmd/, internal/, and pkg/ conventions.
golang-concurrency
Enforce Go concurrency patterns for goroutine lifecycle and channel safety.
golang-data-structures
Analyze Go slice and map internals to optimize data structure selection.
golang-database
Generate and audit Go database access code using sqlx or pgx.
golang-design-patterns
Apply idiomatic Go design patterns for construction, error flow, and resilience.
golang-troubleshooting
Diagnose Go program failures using evidence-first debugging with Go tooling.
golang-samber-oops
Build structured Go errors with samber/oops context, codes, and stack traces.
golang-context
Repair Go context.Context cancellation, deadline propagation, and value practices across call chains.
golang-samber-lo
Transform Go slices and maps with samber/lo functional helpers.
golang-samber-slog
Create Go slog pipelines with sampling, formatting, and multi-backend routing.
golang-continuous-integration
Create GitHub Actions CI/CD pipelines for Go projects with testing, linting, and security scans.
golang-cli
Implement Cobra/Viper Go CLIs with Unix I/O and signal handling.
golang-popular-libraries
Recommend production-ready Go libraries and frameworks for engineering needs.
golang-performance
Apply profiling-first diagnosis and benchmark-driven iteration to Go performance optimization.
golang-grpc
Provide gRPC usage guidelines for implementing and reviewing Go microservices.
golang-structs-interfaces
Design Go structs and interfaces with composable contracts.
golang-lint
Configure golangci-lint with a maintainable .golangci.yml for Go projects.
golang-benchmark
Run Go benchmarks with correct methodology and compare results using benchstat.