AntheaLaffy

29 mods across 1 repository, 1 stars between them.

testing

25

AntheaLaffy/the-missing-semester-skills

Skill Claude CodeCodex

A guide to software testing, including unit tests for small pieces of code, integration tests for connected parts, and functional tests for complete behaviours. It also explains TDD, a method where tests are written before the code.

1 2d ago A 80 tokens

AntheaLaffy/the-missing-semester-skills

Skill Claude CodeCodex

A guide to managing software versions, dependency requirements, lock files, repeatable builds, upgrades, and rollbacks. It covers formats such as SemVer and CalVer, where SemVer uses major, minor, and patch numbers and CalVer uses dates.

1 2d ago A 67 tokens

vim-editing

28

AntheaLaffy/the-missing-semester-skills

Skill Claude CodeCodex

A skill for learning and using Vim-style editing, including modal editing, movement commands, editing commands, counts, and modifiers. Vim is a keyboard-driven text editor with separate modes for moving and changing text.

1 2d ago A 61 tokens