Fn Args Deps

Enforces the fn(args, deps) pattern: business logic as functions with explicit dependency injection instead of service classes. Use this skill when writing or refactoring TypeScript business logic, replacing classes, structuring deps, or setting up a composition root. Do not use when/for React component structure (use react-development) or Result/error modeling alone (use result-types).

jagreehal Updated

File contents

jagreehal/jagreehal-claude-skills/tree/main/skills/fn-args-deps commit c38cc08614

Frequently asked questions

npx skillmds@latest add jagreehal/fn-args-deps