SkillAgentSearch skills...

Titlecase

John Gruber’s Title Case

Install / Use

/learn @ap/Titlecase
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is a refactoring of John Gruber’s Title Case program, which also includes a universal test suite containing all the test cases listed by John.

The test suite is provided in the form of a Perl script called test.pl which expects to be passed a command line for invoking a program that performs titlecasing. E.g. to test the provided titlecase itself:

perl test.pl ./titlecase

The program under test should work like John’s: it should read any number of titles from standard input, one title per line, and write the case-corrected titles to standard output in the same form.

Related Skills

View on GitHub
GitHub Stars75
CategoryDevelopment
Updated3mo ago
Forks8

Languages

Perl

Security Score

82/100

Audited on Dec 5, 2025

No findings