Loading...
Loading...
Compress natural language memory files (CLAUDE.md, todos, preferences) into simple, plain language to save input tokens. Simplifies jargon-heavy text while preserving all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /eli5-compress <filepath> or "compress memory file"
npx skill4agent add nathanksou/eli5 eli5-compress<filename>.original.md/eli5-compress <filepath>scripts/cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath>backtick content/src/components/..../config.yamlnpm installgit commitdocker build$HOMENODE_ENV......You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
Run tests before pushing to main. Catches bugs early and stops broken builds from reaching production.
Ensure that database connection pooling is configured with appropriate timeout parameters to prevent resource exhaustion under high concurrency scenarios.
Set up database connection pool with good timeouts so it doesn't run out of connections when busy.