Ashkan Daie
Community@dashkan · Irvine, California
Agent Skills by Ashkan Daie
Showing 70 vetted skills indexed across 2 GitHub repositories.
golang-security
Audit Go services for security vulnerabilities using a defense-in-depth checklist.
template-skill
Create a minimal Skill scaffold with SKILL.md YAML frontmatter and instruction body.
golang-project-layout
Organize Go repositories into idiomatic cmd/internal/pkg layouts with go.mod and go.work.
golang-concurrency
Review concurrent Go code for goroutine leaks and channel ownership bugs.
golang-data-structures
Guide Go data structure selection and implementation with slice, map, and container internals.
theme-factory
Apply curated color palettes and font pairings to slides, docs, reports, and HTML pages.
golang-database
Implement and debug Go database access with sqlx or pgx.
doc-coauthoring
Guide collaborative drafting through context elicitation, section-by-section writing, and reader-testing.
golang-design-patterns
Guide Go service architecture with idiomatic design patterns and resource lifecycle practices.
golang-troubleshooting
Diagnose Go program failures through systematic reproduction and root-cause tracing.
golang-swagger
Generate Swagger/OpenAPI documentation from Go code using swaggo annotations.
golang-samber-oops
Generate structured samber/oops errors with codes, attributes, and stack traces.
claude-api
Build and optimize Claude API applications with Anthropic SDK defaults.
proto-gen
Run a protobuf maintenance pipeline for Go services in a monorepo.
golang-context
Enforce correct Go context.Context propagation, cancellation, deadlines, and request-scoped values.
golang-samber-lo
Transform Go slices and maps with type-safe lodash-inspired helpers.
golang-samber-slog
Designs Go logging pipelines with sampling, PII masking, and multi-sink routing.
xlsx
Convert, clean, and repair spreadsheet files into valid .xlsx/.xlsm deliverables.
golang-continuous-integration
Generate GitHub Actions CI/CD workflows for Go projects with testing, linting, and security scanning.
Extract text and tables from PDFs and fill form fields.
golang-cli
Design Cobra-based Go CLIs with Viper configuration and correct I/O discipline.
algorithmic-art
Generate seeded p5.js generative art with an interactive HTML viewer.
golang-popular-libraries
Recommend production-ready Go libraries with stdlib-first dependency selection.
golang-performance
Maps Go profiling signals to targeted optimization patterns for bottlenecks.