with one click
skills
skills contains 6 collected skills from HelioFernandes404, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Produce a self-contained, rich HTML file instead of markdown to communicate information with high density, visual clarity, ease of sharing, and two-way interactivity. Use this skill whenever a request benefits from visual layout (comparisons, timelines, charts, slides), code review diffs with annotations, interactive mockups/prototypes with sliders, custom editing tools (triage boards, configs, prompt tuners with copy-to-clipboard buttons), or when synthesizing data from git history, filesystems, and MCP tools. Trigger even if the user does not explicitly request HTML, as a browser-ready HTML artifact outperforms walls of text.
Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing.
Write a short daily summary of what you did based on today's GitHub commits. Use when user asks what they did today, wants a standup note, daily log, or end-of-day summary.
Audit an existing SKILL.md against agentskills.io best practices. Use when user wants to review, audit, or improve a skill's quality — checking scope, context efficiency, instruction calibration, and effective patterns. Designed to feed findings into skill-creator for iteration.
ArgoCD CLI skill for GitOps automation via the `argocd` command. Use when running argocd CLI commands for: (1) Login and authentication - connect to ArgoCD server, generate tokens, (2) Applications - create, sync, delete, rollback, wait, get status, (3) ApplicationSets - create/delete via YAML, (4) Projects - RBAC, source/destination restrictions, sync windows, (5) Repositories - add/remove Git repos, Helm charts, OCI registries, (6) Clusters - register, rotate credentials, manage multi-cluster, (7) Accounts - generate tokens, manage users, check permissions. For REST API/curl calls, use argocd skill instead.
ArgoCD REST API skill for GitOps automation via HTTP/curl. Use when making direct API calls to ArgoCD for: (1) Managing Applications - create, sync, delete, get status via REST, (2) ApplicationSets - spec/generator YAML, (3) Bearer token auth setup, (4) Application Spec YAML reference, (5) Sync options, resource hooks. For argocd CLI commands, use the argocd-cli skill instead.