Yerson Argote
Community@yersonargotev
Yerson Argote maintains an 87-skill registry for disciplined software delivery: spec-driven development, TDD, code review, issue delivery, and engineering principles.
Agent Skills by Yerson Argote
Showing 87 vetted skills indexed across 1 GitHub repositories.
deliver-issue
Delivers an approved Packy GitHub issue through implementation, review, CI, merge, and cleanup.
release-packy
Publishes and verifies immutable Packy releases from origin/main.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
bro
Restate the previous AI message in plain language without jargon.
principle-boundary-discipline
Concentrate validation and error handling at system boundaries while keeping business logic in pure functions.
principle-model-the-domain
Encodes domain rules in data structures instead of scattered conditionals across code.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
using-agent-skills
Discovers and routes tasks to the appropriate engineering workflow skill.
test-driven-development
Guides test-first development using the RED-GREEN-REFACTOR cycle across any language or framework.
planning-and-task-breakdown
Decompose specifications into ordered, verifiable implementation tasks with acceptance criteria.
technical-writing
Applies Diátaxis, Google style, STE, and Global English rules to technical documentation.
incremental-implementation
Implements multi-file code changes in tested, committed vertical slices.
principle-fix-root-causes
Guides debugging by tracing symptoms to root causes instead of applying symptom-level workarounds.
principle-encode-lessons-in-structure
Convert recurring corrections into lint rules, metadata flags, runtime checks, or scripts.
api-and-interface-design
Guides design of stable REST APIs, TypeScript interfaces, and module contracts.
principle-guard-the-context-window
Route large payloads to subagents and keep summaries in the main context window.
principle-subtract-before-you-add
Guides removal of dead code and redundant logic before adding new features.
engram-memory-cli
Recall, save, and curate durable project memory through the Engram CLI.
principle-foundational-thinking
Guides structural decisions on data structures, sequencing, and concurrency before writing logic.
principle-build-the-lever
Guides building rerunnable codemods, scripts, and generators instead of manual edits.
ci-cd-and-automation
Configure CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files and curates context layers to improve AI agent output quality.
principle-make-operations-idempotent
Designs commands and processing loops that converge to correct state despite crashes and retries.
frontend-ui-engineering
Builds accessible, responsive React components following design system and WCAG standards.
Frequently Asked Questions About Yerson Argote
FAQPage SchemaWhat 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.