Brayan Diaz C avatar

Brayan Diaz C

Community

@brayandiazc · Colombia

161Followers
|
40Public Repos
|
19Published Skills

Construyo software que resuelve problemas reales · Full Stack · Consultor · Docente

Skills Distribution
DomainDeveloper To...Git & GitHub Repos.. (35%)UI Quality & Acces.. (25%)Documentation & Re.. (20%)Design Systems & P.. (12%)

Agent Skills by Brayan Diaz C

Showing 19 vetted skills indexed across 1 GitHub repositories.

brayandiazcbrayandiazc
15

commit

Creates Conventional Commits messages for staged git changes with AI co-authorship attribution.

Community
Basic
brayandiazcbrayandiazc
15

seo-audit

Audits page SEO metadata against project conventions and reports missing or incorrect tags.

Community
Basic
brayandiazcbrayandiazc
15

copywriting

Writes and reviews user-facing UI text, error messages, and marketing copy following project voice guidelines.

Community
Basic
brayandiazcbrayandiazc
15

design-system-audit

Audits UI views and components against a design system for interaction states and native primitives.

Community
Intermediate
brayandiazcbrayandiazc
15

new-adr

Generates a numbered Architecture Decision Record from a template and updates the decisions index.

Community
Basic
brayandiazcbrayandiazc
15

changelog

Updates CHANGELOG.md in Keep a Changelog format from recent git commits.

Community
Basic
brayandiazcbrayandiazc
15

configurar-repo

Configures GitHub repository metadata, labels, branches, and protection rules using the gh CLI.

Community
Intermediate
brayandiazcbrayandiazc
15

open-issue

Creates GitHub issues by filling repository issue templates via the gh CLI.

Community
Intermediate
brayandiazcbrayandiazc
15

migration-guard

Reviews database migrations for reversibility, data loss, and backward compatibility before deployment.

Community
Intermediate
brayandiazcbrayandiazc
15

prototipo

Generates static navigable product views using the project's design system tokens.

Community
Intermediate
brayandiazcbrayandiazc
15

release

Cuts SemVer releases by moving CHANGELOG Unreleased entries into dated version sections with commits and tags.

Community
Intermediate
brayandiazcbrayandiazc
15

open-pr

Drafts a pull request for the current branch using the repository PR template.

Community
Intermediate
brayandiazcbrayandiazc
15

identidad

Generates color and typography directions and writes them into design tokens.css files.

Community
Intermediate
brayandiazcbrayandiazc
15

actualizar-plantilla

Synchronizes project tooling with upstream template improvements via git diff analysis.

Community
Advanced
brayandiazcbrayandiazc
15

accessibility-audit

Audits UI code for WCAG accessibility issues including contrast, keyboard navigation, focus, and ARIA.

Community
Intermediate
brayandiazcbrayandiazc
15

instanciar

Instantiates a project template by filling placeholders through a guided interview.

Community
Advanced
brayandiazcbrayandiazc
15

i18n-parity

Detects missing, orphaned, and hardcoded translation strings across locale files.

Community
Intermediate
brayandiazcbrayandiazc
15

portar-cambio

Ports branch changes across sibling template variants with translation and AI-layer adaptation.

Community
Intermediate
brayandiazcbrayandiazc
15

new-spec

Creates a numbered change specification directory from a template and links it to the product roadmap.

Community
Intermediate

Frequently Asked Questions About Brayan Diaz C

FAQPage Schema
What tasks can I automate using Brayan Diaz C's skills?▼

You can write Conventional Commits messages, cut SemVer releases with changelogs, open issues and pull requests from templates, audit SEO metadata and WCAG accessibility, verify i18n translation parity, review database migrations, generate ADRs and specs, and provision GitHub repositories with labels and branch protection.

Who are these skills designed for?▼

They target Spanish-speaking full-stack developers, consultants, and product teams who follow structured sprint workflows. The skills fit engineers maintaining design systems, managing GitHub repositories, enforcing commit and changelog conventions, and validating UI quality, accessibility, and internationalization before shipping.

How do the Git and release skills work in practice?▼

The commit skill drafts a Conventional Commits message for staged changes without pushing. The release skill moves the Unreleased changelog section into a dated SemVer version, creates the commit and tag, and optionally a GitHub release. The open-pr skill fills the repository's PR template from branch changes.

What prerequisites or dependencies do these skills require?▼

Several skills assume an existing project structure: a design/ folder with tokens.css for identity and prototyping, .github/ISSUE_TEMPLATE for issue creation, a CHANGELOG.md in Keep a Changelog format, and the GitHub CLI (gh) for repository configuration. Template skills require a .template-origin file.

Do these skills support design and frontend quality checks?▼

Yes. The design-system-audit skill checks interaction states, data states, and visual hierarchy against the design system; accessibility-audit reviews contrast, keyboard navigation, focus management, and ARIA; i18n-parity verifies translation key coverage; and copywriting refines UI text, error messages, and microcopy.