Jinja2 Inflection
Description
Jinja2 extension that integrates the 'inflection' library's string transformation functions as template filters
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
jinja2-inflection
[](https://github.com/lesleslie/crackerjack) [](https://www.python.org/downloads/) 
A Jinja2 extension that integrates the [inflection](https://github.com/jpvanhal/inflection) library's string transformation functions as template filters.
Overview
`jinja2-inflection` is a Jinja2 extension that provides a set of filters for string transformation using the `inflection` library. This package allows you to easily manipulate strings in your Jinja2 templates by converting between different naming conventions, pluralizing words, and more.
Key Features
- String Transformation Filters: Access a variety of filters that apply
inflectionfunctions to strings in templates. - Easy Integration: Seamlessly add the extension to your Jinja2 environment, making the filters available in all templates.
- Reusable Logic: Encapsulate
inflectionfunctions as filters to promote code reuse and consistency across templates. - Parameter Support: Filters support optional parameters for customized string transformations.
Filters
The extension provides the following filters:
| Filter | Description | Example |
|---|---|---|
camelize |
Converts strings to CamelCase | {{ 'product_category' | camelize }} → ProductCategory |
dasherize |
Replaces underscores with dashes | {{ 'first_name' | dasherize }} → first-name |
humanize |
Makes text more human-readable | {{ 'employee_salary' | humanize }} → Employee salary |
ordinal |
Returns the ordinal suffix for a number | {{ 1 | ordinal }} → st |
ordinalize |
Turns a number into an ordinal string | {{ 1 | ordinalize }} → 1st |
parameterize |
Replaces special chars with hyphens | `{{ 'Donald E. Knuth' | paramet |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11