Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
AndrewIngram
GitHub 제작자 프로필

AndrewIngram

1개 GitHub 저장소에서 수집된 4개 skills를 저장소 단위로 보여줍니다.

수집된 skills
4
저장소
1
업데이트
2026-03-15
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

software-design-philosophy
소프트웨어 개발자

Manage software complexity through deep modules, information hiding, and strategic programming. Use when the user mentions "module design", "API too complex", "shallow class", "complexity budget", or "strategic vs tactical". Covers deep vs shallow modules, red flags for complexity, and comments as design documentation. For code quality, see clean-code. For boundaries, see clean-architecture. Use as guidance when planning and making structural changes or modifying interfaces

2026-03-15
typescript
소프트웨어 개발자

Use when changing TypeScript types, refactoring signatures, or reviewing typing style. Prefer inference for internal functions and locals; keep explicit return types only when they carry API intent or are required for correctness, such as overloads or unstable generic or recursive inference.

2026-03-15
better-result
소프트웨어 개발자

Use when migrating library code from thrown or rejected error flows to typed Result-based flows with better-result. Follow official better-result patterns for tagged errors, Result.try, generator composition, and matching.

2026-03-07
security-audit
정보 보안 분석가

Findings-first security auditing for TypeScript/Node libraries and runtimes exposed to untrusted or public interfaces. Use when after any significant refactor, or when users ask for a security audit, auth-boundary review, schema/public-interface risk review, data-exposure analysis, or query-abuse/DoS analysis

2026-03-07
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다