CtrlK
BlogDocsLog inGet started
Tessl Logo

dev-ai-workflow

github.com/YoizenSA/dev-ai-workflow

SkillAddedReview
ado

ywai/skills/ado/SKILL.md

Azure DevOps PRs and work items via the `ado` CLI. Trigger: PR review/vote/comment, list/create/update work items.

adr-skill

ywai/skills/adr-skill/SKILL.md

Write and maintain Architecture Decision Records. Trigger: propose/update/accept/deprecate an ADR, bootstrap adr folder.

agents-md

.agents/skills/agents-md/SKILL.md

Create and maintain AGENTS.md documentation for simple projects and complex monorepos with deterministic discovery, scoped instruction files, and low-token navigation patterns. Trigger: When generating AGENTS.md, updating agent docs, or standardizing AI-facing project guidance.

Invalid
angular

ywai/skills/angular/SKILL.md

Angular patterns. Trigger: components, signals, inject, zoneless, forms, validation, lazy loading, file placement.

angular-architecture

ywai/skills/angular/architecture/SKILL.md

Angular architecture: Scope Rule, project structure, file naming, style guide. Trigger: When structuring Angular projects or deciding where to place components.

Invalid
angular-core

ywai/skills/angular/core/SKILL.md

Angular core patterns: standalone components, signals, inject, control flow, zoneless. Trigger: When creating Angular components, using signals, or setting up zoneless.

Invalid
angular-forms

ywai/skills/angular/forms/SKILL.md

Angular forms: Signal Forms (experimental) and Reactive Forms. Trigger: When working with forms, validation, or form state in Angular.

Invalid
angular-performance

ywai/skills/angular/performance/SKILL.md

Angular performance: NgOptimizedImage, @defer, lazy loading, SSR. Trigger: When optimizing Angular app performance, images, or lazy loading.

Invalid
bulk-read

ywai/skills/bulk-read/SKILL.md

Delegate large-file reads to a cheap opencode2 worker and read only the summary. Trigger: bulk read, leer archivo grande.

68

codebase-design

ywai/skills/codebase-design/SKILL.md

Vocabulary for designing deep modules. Trigger: improve a module interface, place a seam, make code more testable.

64

code-review

ywai/skills/code-review/SKILL.md

Review a diff for proven defects. Trigger: review this PR/branch/diff, code review, pre-merge check.

71

condition-based-waiting

ywai/skills/condition-based-waiting/SKILL.md

Anti-flaky test patterns: wait on conditions, not timeouts. Trigger: flaky tests, waitForTimeout, race conditions.

76

convert-documents-to-markdown

ywai/skills/convert-documents-to-markdown/SKILL.md

Convert Word, PPT, Excel, ODT, RTF, EPUB, CSV, PDF to Markdown. Trigger: office doc you cannot read directly.

70

delegate-opencode2

ywai/skills/delegate-opencode2/SKILL.md

Delegate a bounded coding task to the local opencode2 CLI, then verify it. Trigger: delegar a opencode2, opencode-admin.

65

devops

ywai/skills/devops/SKILL.md

Azure Pipelines and Helm Umbrella charts. Trigger: CI/CD, Azure Pipelines, Helm, Kubernetes.

60

diagnosing-bugs

ywai/skills/diagnosing-bugs/SKILL.md

Diagnosis loop for hard bugs and perf regressions. Trigger: diagnose, debug this, something broken/failing/slow.

66

diks

ywai/skills/diks/SKILL.md

Document infra work as Zettelkasten notes in the Infra repo. Trigger: documentar, runbook, incidente, postmortem.

65

docker

ywai/skills/docker/SKILL.md

Author and harden Dockerfiles for Node/.NET/Angular on AKS. Trigger: create/audit a Dockerfile, container findings.

65

skill-creator

.agents/skills/skill-creator/SKILL.md

Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.

Invalid