claude-corp
claude-corp에는 re-marked에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Replace arbitrary timeouts with condition polling for reliable async tests
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Systematically trace bugs backward through call stack to find original trigger
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
TDD for process documentation - test with subagents before writing, iterate until bulletproof