Stats
Actions
Tags
From development-plugin
Write clean, efficient TypeScript code that follows common best practices
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-plugin:clean-typescriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
We use **TypeScript as a correctness and clarity tool**, not as ceremony.
We use TypeScript as a correctness and clarity tool, not as ceremony. Types should reduce bugs and cognitive load.
any and unsafe type assertionsunknown instead of any when necessarytype aliases for most use casesinterface primarily for public, extendable object shapesnull and undefined explicitly!) except as a last resortenumas const objectsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mantastraigys-simplex/plugin-marketplace-demo --plugin development-plugin