cseh skills

5 tagged cseh, measured the same way as everything else here.

Browse within: ado 5claude-plugin 5

alexcassol/claude-vb6-skills

Skill Claude CodeCodex

Applies the ADO late-binding pattern when writing or modifying database access code in Visual Basic 6, supporting both Microsoft SQL Server and PostgreSQL. Covers declaration as Object with CreateObject instantiation (never As ADODB.Connection or New ADODB.Recordset), ADO constants defined locally instead of…

4 2mo ago A 221 tokens original MIT

vb6-error-handling

02

alexcassol/claude-vb6-skills

Skill Claude CodeCodex

Applies the CSEH (Code Style for Error Handler) pattern when adding or editing error handling in Visual Basic 6 procedures. Covers the structured On Error GoTo template with EhHeader/EhFooter regions, two CSEH styles (ErrRaise for utility functions that propagate to callers, and MsgBox for top-level UI procedures)…

4 2mo ago A 272 tokens original MIT

vb6-guidelines

03

alexcassol/claude-vb6-skills

Skill Claude CodeCodex

Applies general Visual Basic 6 conventions when editing .bas, .cls, .frm, .frx, .vbp, .vbg, .ctl, or .dob files, or any code identified as VB6 (not VB.NET, not VBA). Covers case-preservation in existing code (VB6 is case-insensitive but diff tools are not), Option Explicit requirement, Hungarian notation with scope…

4 2mo ago A 237 tokens original MIT