Yerson Argote avatar

Yerson Argote

Community

@yersonargotev

3Followers
|
63Public Repos
|
87Published Skills

Yerson Argote maintains an 87-skill registry for disciplined software delivery: spec-driven development, TDD, code review, issue delivery, and engineering principles.

Skills Distribution
DomainDeveloper To...Software Delivery .. (30%)Testing, Debugging.. (25%)Architecture & Des.. (25%)Documentation & Te.. (10%)

Agent Skills by Yerson Argote

Showing 87 vetted skills indexed across 1 GitHub repositories.

yersonargotevyersonargotev
1

deliver-issue

Delivers an approved Packy GitHub issue through implementation, review, CI, merge, and cleanup.

Community
Advanced
yersonargotevyersonargotev
1

release-packy

Publishes and verifies immutable Packy releases from origin/main.

Community
Intermediate
yersonargotevyersonargotev
1

idea-refine

Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
yersonargotevyersonargotev
1

bro

Restate the previous AI message in plain language without jargon.

Community
Basic
yersonargotevyersonargotev
1

principle-boundary-discipline

Concentrate validation and error handling at system boundaries while keeping business logic in pure functions.

Community
Basic
yersonargotevyersonargotev
1

principle-model-the-domain

Encodes domain rules in data structures instead of scattered conditionals across code.

Community
Basic
yersonargotevyersonargotev
1

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
yersonargotevyersonargotev
1

using-agent-skills

Discovers and routes tasks to the appropriate engineering workflow skill.

Community
Intermediate
yersonargotevyersonargotev
1

test-driven-development

Guides test-first development using the RED-GREEN-REFACTOR cycle across any language or framework.

Community
Intermediate
yersonargotevyersonargotev
1

planning-and-task-breakdown

Decompose specifications into ordered, verifiable implementation tasks with acceptance criteria.

Community
Intermediate
yersonargotevyersonargotev
1

technical-writing

Applies Diátaxis, Google style, STE, and Global English rules to technical documentation.

Community
Intermediate
yersonargotevyersonargotev
1

incremental-implementation

Implements multi-file code changes in tested, committed vertical slices.

Community
Intermediate
yersonargotevyersonargotev
1

principle-fix-root-causes

Guides debugging by tracing symptoms to root causes instead of applying symptom-level workarounds.

Community
Basic
yersonargotevyersonargotev
1

principle-encode-lessons-in-structure

Convert recurring corrections into lint rules, metadata flags, runtime checks, or scripts.

Community
Basic
yersonargotevyersonargotev
1

api-and-interface-design

Guides design of stable REST APIs, TypeScript interfaces, and module contracts.

Community
Intermediate
yersonargotevyersonargotev
1

principle-guard-the-context-window

Route large payloads to subagents and keep summaries in the main context window.

Community
Basic
yersonargotevyersonargotev
1

principle-subtract-before-you-add

Guides removal of dead code and redundant logic before adding new features.

Community
Basic
yersonargotevyersonargotev
1

engram-memory-cli

Recall, save, and curate durable project memory through the Engram CLI.

Community
Advanced
yersonargotevyersonargotev
1

principle-foundational-thinking

Guides structural decisions on data structures, sequencing, and concurrency before writing logic.

Community
Basic
yersonargotevyersonargotev
1

principle-build-the-lever

Guides building rerunnable codemods, scripts, and generators instead of manual edits.

Community
Basic
yersonargotevyersonargotev
1

ci-cd-and-automation

Configure CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Intermediate
yersonargotevyersonargotev
1

context-engineering

Configures rules files and curates context layers to improve AI agent output quality.

Community
Intermediate
yersonargotevyersonargotev
1

principle-make-operations-idempotent

Designs commands and processing loops that converge to correct state despite crashes and retries.

Community
Basic
yersonargotevyersonargotev
1

frontend-ui-engineering

Builds accessible, responsive React components following design system and WCAG standards.

Community
Intermediate

Frequently Asked Questions About Yerson Argote

FAQPage Schema
What tasks can I accomplish with yersonargotev's skills?▼

You can deliver GitHub issues end to end, cut Packy releases, write specs before coding, practice TDD, run multi-axis code reviews, diagnose bugs systematically, design deep TypeScript modules, manage deprecations, instrument observability, harden security, and record ADRs and domain models.

Who are these skills designed for?▼

Software engineers and coding agents working in issue-tracker-driven repositories, especially TypeScript codebases. They suit developers who want enforced discipline: spec-first planning, test-driven changes, protected merges, root-cause debugging, and documented architectural decisions.

How do I install and run these skills in practice?▼

Skills are invoked by name or trigger phrase inside an agent session; the using-agent-skills meta-skill discovers the right one. Setup skills like setup-matt-pocock-skills and setup-issue-delivery configure the repo's tracker, labels, and delivery policy once before first use.

Are these skills open source and what do they cost?▼

The manifest lists no license or pricing information. The skills are plain frontmatter-described definitions published in a public GitHub account with 63 repositories; consult the individual repository for licensing terms before redistribution or commercial use.

What prerequisites or dependencies do these skills require?▼

Most skills need only an agent session and a git repository. browser-testing-with-devtools requires the chrome-devtools MCP server configured. Issue-delivery skills expect a configured tracker and CI with protected branches; engram-memory-cli requires Engram's CLI for project memory.