skills-for-humanity

(★ 217)

Structured reasoning methodologies from history's most rigorous thinkers, packaged as Claude Code skills.

File Explorer

  • .gitignore
  • .npmignore
  • CLAUDE.md
  • LICENSE
  • package.json
  • 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.

🔍

npx

View Details ▼

This command is an alias of `npm exec`.

tldr npm exec

View documentation for the original command:

🔍

play

View Details ▼

Audio player of SoX - Sound eXchange.
Plays any audio, with audio formats identified by the extension.

play {{path/to/audio_file}}

Play the given audio file:

play {{path/to/audio_file1 path/to/audio_file2 ...}}

Play the given audio files:

play {{path/to/audio_file}} speed 2.0

Play the given audio at twice the speed:

// repository documentation