Alberto Sánchez avatar

Alberto Sánchez

Community

@albersg · Perales de Tajuña, Madrid, Spain

1Followers
|
14Public Repos
|
27Published Skills

Alberto Sánchez maintains 27 open-source skills for spec-driven development, GitHub collaboration, Go testing, and Bubbletea TUI dotfiles installers.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)Code Review & GitH.. (25%)Go Testing & Bubbl.. (20%)Skill Authoring & .. (15%)

Agent Skills by Alberto Sánchez

Showing 27 vetted skills indexed across 1 GitHub repositories.

albersgalbersg

sdd-spec

Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.

Community
Advanced
albersgalbersg

sdd-onboard

Guides users through a complete spec-driven development cycle on a real codebase.

Community
Advanced
albersgalbersg

cognitive-doc-design

Structures documentation to reduce cognitive load for readers and reviewers.

Community
Basic
albersgalbersg

skill-improver

Audit and refactor existing SKILL.md files against an LLM-first style guide.

Community
Intermediate
albersgalbersg

sdd-propose

Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.

Community
Advanced
albersgalbersg

sdd-archive

Archives completed SDD changes by merging delta specs into main specs.

Community
Advanced
albersgalbersg

sdd-init

Initialize SDD project context, testing capabilities, and skill registry with persistence.

Community
Advanced
albersgalbersg

chained-pr

Splits oversized pull requests into chained review slices with dependency diagrams and branch strategies.

Community
Intermediate
albersgalbersg

comment-writer

Write warm, direct collaboration comments for PRs, issues, and reviews.

Community
Basic
albersgalbersg

work-unit-commits

Plans git commits as reviewable work units with tests, docs, and rollback boundaries.

Community
Intermediate
albersgalbersg

go-testing

Applies focused Go testing patterns for unit tests, Bubbletea TUI flows, and golden files.

Community
Intermediate
albersgalbersg

sdd-design

Creates SDD technical design documents with architecture decisions, data flow, and file changes.

Community
Advanced
albersgalbersg

skill-creator

Creates LLM-first skill units with valid frontmatter and structured instruction contracts.

Community
Intermediate
albersgalbersg

sdd-apply

Implements SDD change tasks by writing code from specs and design artifacts.

Community
Advanced
albersgalbersg

sdd-verify

Verifies SDD change implementations by executing tests and validating spec compliance.

Community
Advanced
albersgalbersg

skill-registry

Indexes available skills by trigger and path into a registry file.

Community
Intermediate
albersgalbersg

sdd-tasks

Generates phased implementation task breakdowns from SDD proposals, specs, and designs.

Community
Advanced
albersgalbersg

branch-pr

Creates GitHub pull requests with issue linkage, branch naming, and label validation.

Community
Intermediate
albersgalbersg

_shared

Provides shared SDD reference documents for persistence, status, and skill resolution protocols.

Community
Advanced
albersgalbersg

sdd-explore

Investigates codebases and returns structured exploration analysis for spec-driven development changes.

Community
Intermediate
albersgalbersg

judgment-day

Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.

Community
Advanced
albersgalbersg

issue-creation

Creates GitHub issues using bug report and feature request templates with label workflows.

Community
Intermediate
albersgalbersg

dotfiles-bubbletea

Implements Bubbletea TUI patterns for adding screens and navigation to the dotfiles Go installer.

Community
Intermediate
albersgalbersg

dotfiles-system

Detects operating systems and executes platform-specific commands in Go installer code.

Community
Intermediate

Frequently Asked Questions About Alberto Sánchez

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

You can run the complete spec-driven development lifecycle (explore, propose, spec, design, tasks, apply, verify, archive), create GitHub issues and pull requests with issue-first checks, split oversized PRs into chained slices, apply Go testing patterns, and build Bubbletea TUI dotfiles installers.

Who are these skills designed for?▼

Software engineers and maintainers practicing spec-driven development on real codebases, Go developers building terminal UIs with Bubbletea, and teams that want structured PR reviews, adversarial dual review, and low-cognitive-load documentation such as READMEs, RFCs, and onboarding guides.

How do the SDD skills run in practice?▼

SDD skills are orchestrator-launched and delegate-only: sdd-init sets up context, registry, and persistence, then the orchestrator triggers explore, propose, spec, design, tasks, apply, verify, and archive phases in sequence. sdd-onboard walks users through the full cycle on a real codebase.

What licenses and costs apply to these skills?▼

All 27 skills are free and open source. The SDD lifecycle skills and skill-registry use the MIT license, while collaboration, Go testing, documentation, and dotfiles skills use Apache-2.0. No paid tiers or commercial licensing requirements exist.

What prerequisites do the dotfiles and Go skills require?▼

The dotfiles skills apply when editing a Go-based installer: Bubbletea TUI screens under installer/internal/tui/, system detection code under installer/internal/system/, and Docker for E2E tests under installer/e2e/. go-testing assumes a Go module using go test, teatest, and golden files.