Inflector: Simplify String Handling
Doctrine Inflector is a PHP library that helps with string manipulations, particularly in handling uppercase/lowercase and singular/plural forms of words.
- •When building a database-driven application and needing to convert table names to their singular or plural forms
- •When creating a content management system and requiring standardized string formatting
- •When developing an e-commerce platform and needing to handle product names in different cases and quantities
echo Inflector::singularize('orders'); // outputs: 'order'Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/inflector && curl -fsSL https://workflowstacks.com/api/skills/inflector/claude-skill -o ~/.claude/skills/inflector/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Inflector: Simplify String Handling is a small PHP project (~2.1k lines across 49 code files, plus 23 test files). Setup is light: install PHP, run one command. Last commit 3 months ago, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2composer.jsonDependencies and the commands it exposes
- 3src/CachedWordInflector.phpInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/inflector && curl -fsSL https://workflowstacks.com/api/skills/inflector/claude-skill -o ~/.claude/skills/inflector/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.