skills

(★ 20)

Nine eval-built agent workflows for planning, implementation, copy, and repository work.

File Explorer

  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

automake

View Details ▼

Automated Makefile generation for software projects using GNU standards.

automake

Run automake to regenerate Makefiles after editing `Makefile.am`:

automake --foreign

Generate `Makefile.in` for a non-GNU project (foreign mode):

automake {{[-v|--verbose]}}

Add verbose output for debugging:

🔍

npx

View Details ▼

This command is an alias of `npm exec`.

tldr npm exec

View documentation for the original command:

// repository documentation