dalestudy/skills▌
7 approved skills in this repository
storybook
Productivity
Write and maintain Storybook stories using CSF 3.0 best practices with type safety. \n \n Use CSF 3.0 format with satisfies Meta<typeof Component> for type-safe story definitions; omit title to let Storybook infer it from file paths \n Define shared args at the Meta level and override only differences in individual stories; avoid hardcoding props or repeating args across variants \n Leverage automatic argTypes inference from TypeScript component types; manually specify argTypes only for Rea
git
Productivity
Git 버전 관리 모범 관례 및 워크플로우 가이드.
typescript
Backend
TypeScript 핸드북 기반 타입 정의 및 베스트 프랙티스. 기본 문법·타입 조작·유틸리티 타입 상세는 references/ 및 Handbook 참고.
skill-creator
Productivity
DaleStudy/skills 저장소에 새로운 스킬을 추가하기 위한 가이드.
bun
Productivity
Node.js 대신 Bun을 기본 런타임으로 사용.
github-actions
Productivity
GitHub Actions workflow creation, security hardening, and version management for CI/CD pipelines. \n \n Covers workflow file authoring (.yml), action version updates via gh release view , and security best practices including secrets management and script injection prevention \n Enforces anti-patterns: outdated action versions, hardcoded credentials, input injection vulnerabilities, misuse of pull_request_target , and redundant tool setup \n Recommends minimal privilege principle, SHA pinning fo
testing
Testing
React Testing Library 기반 테스트 작성 모범 관례 및 안티패턴 회피 가이드.