By roo2323
SoloCheck project agent prompts - Multi-agent orchestration system for mobile app development
RESTful API 엔드포인트 설계 시 사용. ARCHITECT 전용. URL, 메서드, 요청/응답 설계.
FastAPI API 통합 테스트 작성 시 사용. QA 전용. TestClient 기반.
React Native API 서비스 레이어 구현 시 사용. FRONTEND_DEV 전용. Axios 기반 API 호출.
버그 리포트 작성 시 사용. QA 전용. 버그 문서화 및 추적.
Celery 앱 및 Beat 스케줄 설정 시 사용. SCHEDULER 전용. 워커 및 주기 작업 설정.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
혼자 사는 사용자의 장기 미연락 상황을 감지하여, 사전 지정된 연락처에 자동 알림과 개인 메시지를 전달하는 모바일 서비스
| 원칙 | 설명 |
|---|---|
| 비침습적 | 사망 여부를 판단하지 않음 |
| 프라이버시 우선 | 최소 정보 수집, 암호화 저장 |
| 법적 안전성 | 윤리적·법적 책임 최소화 설계 |
| 단순함 | 복잡한 기능보다 확실한 핵심 기능 |
solocheck/
├── solocheck-app/ # React Native 앱 (Expo)
├── solocheck-backend/ # FastAPI 백엔드
├── CLAUDE.md # 프로젝트 헌법 (에이전트 규칙)
├── SPEC.md # 상세 요구사항 명세
└── PROMPT_PLAN.md # 단계별 실행 계획
| 구분 | 기술 |
|---|---|
| Framework | React Native + Expo SDK 51 |
| Language | TypeScript |
| State | Zustand |
| Navigation | Expo Router |
| HTTP Client | Axios |
| Form | react-hook-form + zod |
| 구분 | 기술 |
|---|---|
| Framework | FastAPI |
| Language | Python 3.11+ |
| ORM | SQLAlchemy 2.0 + Alembic |
| Database | PostgreSQL 15 |
| Queue | Celery + Redis |
| Auth | JWT (python-jose) |
| SendGrid | |
| Push | Firebase Cloud Messaging |
npm install -g expo-cli)cd solocheck-backend
# 환경 변수 설정
cp .env.example .env
# Docker로 실행 (PostgreSQL, Redis 포함)
docker compose up -d
# 데이터베이스 마이그레이션
docker exec solocheck-backend alembic upgrade head
백엔드 API: http://localhost:8000 API 문서: http://localhost:8000/docs
cd solocheck-app
# 의존성 설치
npm install
# 개발 서버 실행
npx expo start
w - 웹 브라우저에서 열기i - iOS 시뮬레이터에서 열기a - Android 에뮬레이터에서 열기| Method | Endpoint | 설명 |
|---|---|---|
| POST | /api/v1/auth/register | 회원가입 |
| POST | /api/v1/auth/login/json | 로그인 |
| POST | /api/v1/checkin | 체크인 |
| GET | /api/v1/contacts | 연락처 목록 |
| POST | /api/v1/contacts | 연락처 추가 |
| GET | /api/v1/message | 개인 메시지 조회 |
| PUT | /api/v1/message | 개인 메시지 수정 |
본 서비스는 사망 여부를 확인하지 않습니다.
긴급 상황 시 112/119 등 공공기관에 연락하세요.
알림은 '연락 두절' 기준으로 발송됩니다.
Private - All rights reserved
npx claudepluginhub roo2323/ce-part-repoSoloCheck project agent prompts - Multi-agent orchestration system for mobile app development
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.