Agent Skills: fix-types

[Fix & Debug] ⚡ Fix type errors

UncategorizedID: duc01226/easyplatform/fix-types

Install this agent skill to your local

pnpm dlx add-skill https://github.com/duc01226/EasyPlatform/tree/HEAD/.claude/skills/fix-types

Skill Files

Browse the full folder contents for fix-types.

Download Skill

Loading file tree…

.claude/skills/fix-types/SKILL.md

Skill Metadata

Name
fix-types
Description
"[Fix & Debug] ⚡ Fix type errors"

Run bun run typecheck or tsc or npx tsc and fix all type errors.

⚠️ Anti-Hallucination Reminder

Before modifying ANY code: Verify assumptions with actual code evidence. Search for usages, read implementations, trace dependencies. If confidence < 90% on any change, investigate first or ask user. See .claude/skills/shared/anti-hallucination-protocol.md for full protocol.

Rules

  • Fix all of type errors and repeat the process until there are no more type errors.
  • Do not use any just to pass the type check.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed