noel-yap/dot-ai

AI agents, commands, skills, etc

2Stars on the repository
7Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

noel-yap/dot-ai

Skill Claude CodeCodex

Use when refactoring TypeScript code whose tests require monkey-patching modules, swapping globals, or stubbing imports (vi.mock, jest.mock, sinon) because collaborators (database, HTTP client, clock, RNG, env, logger) are hardcoded inside the unit. Trigger on requests like "I can't test this without mocking the…

not rated 2 1mo ago A 156 tokens

noel-yap/dot-ai

Skill Claude CodeCodex

Use when refactoring TypeScript code that is hard to read because intent is buried - deeply nested conditionals, complex boolean expressions, magic numbers, long functions whose sections are labeled by comments, or mixed levels of abstraction in one body. Trigger on requests like "this function is unreadable"…

not rated 2 1mo ago A 133 tokens

noel-yap/dot-ai

Skill Claude CodeCodex

Use when refactoring TypeScript code that mixes business decisions with I/O, state, time, or randomness into a pure functional core plus a thin imperative shell. Trigger on requests like "this is hard to test without mocks", "extract the pure logic", "separate business rules from the database", or "split decisions…

not rated 2 1mo ago A 98 tokens