Carlos Eduardo Arango Gutierrez avatar

Carlos Eduardo Arango Gutierrez

Community

@ArangoGutierrez · Bavaria, Germany

160Followers
|
245Public Repos
|
36Published Skills

Senior Systems Software Engineer. Environmental engineer lost to distributed systems, HPC and cloud computing.

Skills Distribution
DomainDeveloper To...Code Review & Qual.. (35%)Agent Session Orch.. (25%)Kubernetes & GPU O.. (20%)IDE Configuration .. (20%)

Agent Skills by Carlos Eduardo Arango Gutierrez

Showing 36 vetted skills indexed across 1 GitHub repositories.

ArangoGutierrezArangoGutierrez
3

create-subagent

Create custom Cursor subagents with YAML frontmatter and system prompts.

Community
Basic
ArangoGutierrezArangoGutierrez
3

migrate-to-skills

Convert Cursor rules and slash commands into Agent Skills format.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

shell

Executes user-provided text after /shell as a literal terminal command.

Community
Basic
ArangoGutierrezArangoGutierrez
3

statusline

Configure a custom command-driven status line for the Cursor CLI prompt.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

canvas

Creates standalone React canvas artifacts in Cursor IDE for analytical and data-heavy output.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

create-skill

Guides authoring of Cursor Agent Skills with SKILL.md structure and frontmatter conventions.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

create-rule

Create Cursor IDE rule files with YAML frontmatter and glob patterns.

Community
Basic
ArangoGutierrezArangoGutierrez
3

sdk

Guides building programmatic integrations with the Cursor SDK in TypeScript or Python.

Community
Advanced
ArangoGutierrezArangoGutierrez
3

update-cursor-settings

Modify Cursor and VSCode user settings in settings.json while preserving existing configuration.

Community
Basic
ArangoGutierrezArangoGutierrez
3

update-cli-config

View and modify Cursor CLI settings in the cli-config.json configuration file.

Community
Basic
ArangoGutierrezArangoGutierrez
3

split-to-prs

Splits uncommitted or committed changes into small reviewable pull requests.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

create-hook

Create Cursor IDE hooks that run scripts or prompts around agent events.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

babysit

Triages PR comments, resolves merge conflicts, and fixes CI until merge-ready.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

team-shutdown

Tears down completed multi-agent teams by deleting agents, removing worktrees, and updating AGENTS.md.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

kickoff

Compile a rough task idea into a scoped prompt, routed skills, and verification checklist.

Community
Advanced
ArangoGutierrezArangoGutierrez
3

python-review

Reviews Python code for typing, async, agent-loop, and ML reproducibility issues.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

k8s-review

Reviews Kubernetes manifests, Helm charts, and RBAC for correctness, security, and best-practice issues.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

team-plan

Plans multi-task projects by decomposing work into scored tasks for agent team execution.

Community
Advanced
ArangoGutierrezArangoGutierrez
3

eureka

Capture technical breakthroughs as structured Markdown documents in a dated breakthroughs directory.

Community
Basic
ArangoGutierrezArangoGutierrez
3

pr-review-ingest

Classify GitHub PR review comments and propose rule additions for uncovered findings.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

team-execute

Spawns a multi-agent team to implement an approved plan in isolated git worktrees.

Community
Advanced
ArangoGutierrezArangoGutierrez
3

handoff

Generates a structured session handoff document capturing git state, TDD phase, and decisions for session resumption.

Community
Advanced
ArangoGutierrezArangoGutierrez
3

test-review

Review test, e2e, and CI changes to detect theater tests and workflow misconfiguration.

Community
Intermediate
ArangoGutierrezArangoGutierrez
3

k8s-debug

Diagnoses Kubernetes GPU workload failures through an ordered kubectl triage workflow.

Community
Intermediate

Frequently Asked Questions About Carlos Eduardo Arango Gutierrez

FAQPage Schema
What tasks can I accomplish with ArangoGutierrez's skill collection?▼

You can run specialized code reviews for Go, Python, JavaScript, Kubernetes manifests, and test suites; debug GPU workloads on Kubernetes; split work into reviewable PRs; audit .claude configurations for secrets and over-broad permissions; and orchestrate multi-agent sprints with planning, execution, and handoff skills.

Who is the target audience for these skills?▼

Platform engineers, MLOps practitioners, and senior software engineers working in Cursor or Claude-based environments. The Kubernetes debugging, Helm/RBAC review, and GPU scheduling skills target infrastructure teams, while PR lifecycle and session-goal skills serve developers managing long-running agent-assisted projects.

How are these skills installed and invoked?▼

Skills are placed as SKILL.md folders under .cursor/skills/ or the Claude skills directory and triggered by slash commands like /k8s-debug, /pr-review, or /go-review, or by natural-language phrases such as 'review Helm chart'. Many are user-invocable with argument hints; some run disable-model-invocation for deterministic behavior.

What prerequisites or dependencies do these skills require?▼

Skills declare tool dependencies such as Bash, Read, Grep, Glob, Write, Edit, and Agent, so a shell-enabled agent environment is required. Kubernetes skills need cluster access, config-audit reads the local .claude directory, and validate-recommendation requires a panel configuration at ~/.claude/panel/config.yml.

Do these skills support multi-agent coordination?▼

Yes. team-plan, team-execute, team-shutdown, and cmux-sprint-orchestrator coordinate agent teams across worktrees and cmux panes, while kickoff, goal, handoff, and done manage session scoping, evidence-backed completion, and context transfer between sessions.