Claude

Claude from ureca-corp/claude.

by @ureca-corp 12 skills

Skills in this plugin

12
  1. Plan Build Verify · ureca-corp bundle
    Use when implementing a non-trivial coding task end-to-end with built-in quality gates — plan the work into slices AND rate each slice's difficulty (tier), implement slice by slice, run difficulty-adaptive review (light=1 lens, medium=2 lenses, heavy=4 lenses + Codex) after each slice, auto-escalate a slice to full review when it turns out risky, refactor until zero critical/major issues, then guarantee the full test+build passes. Trigger for requests like "구현 계획부터 검증까지", "슬라이스별로 구현하고 적대적 리뷰", multi-step feature builds, migrations/refactors that need a verify-and-refactor loop, or whenever the user asks to build something with adversarial review + zero-issue refactoring before finishing.
    0 installs
  2. Git Split Pr · ureca-corp
    세션에서 변경된 파일들을 업무 단위별로 자동 분류하고, 각 단위마다 브랜치 생성 → 한글 커밋 메시지로 커밋 → 푸시 → main 브랜치 대상 PR 생성 → PR 리뷰 모니터링까지 완전한 Git 워크플로우를 자동화하는 스킬. 다음 상황에서 반드시 사용: "diff 확인하고 PR 나눠줘", "변경사항 브랜치로 분리", "한글 커밋으로 PR 올려줘", "세션 변경사항 PR 등록", "업무 단위별 브랜치 만들어", "커밋하고 PR 올려", "PR 리뷰 모니터링", "작업 단위로 나눠서 커밋". 사용자가 "PR", "브랜치", "커밋", "diff", "push" 중 하나라도 언급하며 작업 분리나 자동화를 원하면 이 스킬을 사용할 것.
    0 installs
  3. Python Fastapi Programmer Guard · ureca-corp bundle
    Vertical Slice 패턴 강제 적용 및 Layer-based 코드 자동 리팩토링. 코드 작성 시 항상 적용되는 아키텍처 규칙. 1 파일 = 1 기능 (DTO + Service + Controller), 공유 로직은 언더스코어 prefix. 기존 layer-based 구조 발견 시 `/guard {domain}` 명령으로 변환.
    0 installs
  4. Project Docs Setup · ureca-corp
    프로젝트 문서화 체계를 설정하고 유지합니다. README.md(사람용), AGENTS.md(AI 에이전트용), CLAUDE.md(Claude 진입점), ai-context/(에이전트 상세 문서 폴더)의 4-파일 체계를 생성/갱신합니다. 다음 상황에서 반드시 이 스킬을 사용하세요: - "문서화 체계", "docs setup", "문서 세팅", "문서 구조 잡아줘" - "README 만들어", "AGENTS.md 작성해줘", "CLAUDE.md 설정" - "ai-context 폴더 만들어", "TOC.md 갱신" - 프로젝트에 AGENTS.md 또는 ai-context/가 없거나 오래된 경우 - 신규 프로젝트 시작 시 문서 인프라가 필요한 경우
    0 installs
  5. Flutter Ddd Patterns · ureca-corp bundle
    This skill should be used when creating "Freezed models", "Riverpod services", "API clients", "domain models", "AsyncNotifier", or working with Flutter DDD architecture. Provides patterns for Freezed 3.x, Riverpod 3.x, and API client integration following project conventions.
    0 installs
  6. Python Fastapi Programmer Fastapi Postgis · ureca-corp bundle
    PostGIS location storage patterns for FastAPI with SQLModel. Use when implementing location features requiring latitude/longitude storage, spatial indexing, or distance calculations. Stores both latlng (client response) and PostGIS POINT geometry (spatial queries).
    0 installs
  7. Python Fastapi Programmer Fastapi Security · ureca-corp bundle
    FastAPI security patterns including JWT Bearer Token authentication, SQLModel ORM (prevent SQL injection), environment variables (prevent hardcoded secrets), and password hashing (bcrypt). Use when implementing authentication, database operations, or security-sensitive features.
    0 installs
  8. Git Worktree Management · ureca-corp bundle
    This skill should be used when working with "git worktree", "parallel git branches", "worktree merge", "isolated development", or managing multiple branches simultaneously for team-based code generation.
    0 installs
  9. Python Fastapi Programmer Ddd Class Diagram · ureca-corp bundle
    DDD Class Diagram 생성. Domain Book의 domain-model.md를 읽고 Mermaid erDiagram으로 DDD_CLASS_DIAGRAM.md를 생성. PK/FK, Enum, Cascade, Index 전략 포함. Phase 4에서 _models.py 생성 전에 사용.
    0 installs
  10. Python Fastapi Programmer Fastapi Architecture · ureca-corp bundle
    Vertical Slice + Clean Architecture patterns for FastAPI projects. Use when implementing FastAPI domain modules with proper layering (Entities, Use Cases, Interface Adapters), DTO naming conventions (Request/Response prefix), file structure, and OpenAPI metadata for frontend agents.
    0 installs
  11. Team Collaboration Patterns · ureca-corp bundle
    This skill should be used when working with "agent teams", "TaskList", "SendMessage", "teammate coordination", "blocking tasks", or managing multi-agent workflows with Claude Code's Teammate tool.
    0 installs
  12. Python Fastapi Programmer Git Worktree Parallel · ureca-corp bundle
    Git Worktree patterns for parallel domain development with isolated workspaces. Use when implementing multiple domains in parallel using Topological Sort, team-based execution, and worktree-based code isolation to prevent conflicts.
    0 installs