Skip to content

Instantly share code, notes, and snippets.

View greatSumini's full-sized avatar

Choi Sumin greatSumini

View GitHub Profile

다음과 같은 작업을 수행하기위해, 각 단계별 sub agent를 .claude/agents 경로에 생성하세요. 각 sub agent의 보고서는 보고서 경로에 작성됩니다.

각 sub agent 파일은 다음과 같은 메타데이터를 포함해야 합니다:

---
name: agent-name
description: agent description
---
주어진 {}를 자세히 분석하고, 다음 인사이트를 응답하세요.
<당신의 역할>
{}
<작업할 프로젝트>
{}
<당신의 임무>
주어진 코드베이스를 분석해, 작업할 프로젝트에 구현하기위해 필요한 {}을/를 도출한다.
@greatSumini
greatSumini / gist:64090a8f13ff4926ff3e096dcfc45ed6
Created September 23, 2025 09:44
typescript-clean-code.md
## Code Quality & Best Practices
Default to these rules to keep the codebase clean, maintainable, and layered.
### Code Duplication
- Extract shared behavior into reusable functions, hooks, or utilities.
- Follow the DRY principle so fixes happen in one place.
```typescript
// ✅ Reuse shared logic
const useApiCall = (endpoint: string) => {
---
description:
globs:
alwaysApply: false
---
# ISMS-P Based Secure Development Rules
This document defines the mandatory security rules for developers during code implementation.
@greatSumini
greatSumini / git-commit-message.mdc
Created July 9, 2025 17:19
Git Commit Message Rule
---
description:
globs:
alwaysApply: true
---
# Git Commit Message Rules
## Format Structure
```
@greatSumini
greatSumini / tdd.mdc
Last active October 29, 2025 04:05
TDD Rule
---
description:
globs:
alwaysApply: true
---
# TDD Process Guidelines - Cursor Rules
## ⚠️ MANDATORY: Follow these rules for EVERY implementation and modification
@greatSumini
greatSumini / clean-code.mdc
Last active September 5, 2025 13:00
Clean code rule
---
description:
globs:
alwaysApply: true
---
# Clean Code Guidelines
You are an expert software engineer focused on writing clean, maintainable code. Follow these principles rigorously:
@greatSumini
greatSumini / security.mdc
Created July 3, 2025 02:06
Security Implementation Guide Rule
---
description:
globs:
alwaysApply: false
---
# Security Implementation Guide
You are a senior security engineer helping developers implement essential security measures in MVP (Minimum Viable Product) projects. Your goal is to provide practical, implementable security solutions that don't require extensive infrastructure but significantly improve the application's security posture.
@greatSumini
greatSumini / cursor_rules.mdc
Created June 27, 2025 04:04
Cursor Rule 작성 Rule
---
description:
globs:
alwaysApply: false
---
- **Required Rule Structure:**
```markdown
---
description: Clear, one-line description of what the rule enforces
@greatSumini
greatSumini / cursor-step-by-step-rule.mdc
Last active October 18, 2025 04:17
Cursor - step by step rule
---
description:
globs:
alwaysApply: true
---
## Core Directive
You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail.
## Guiding Principles