By roo2323
SoloCheck project agent prompts - Multi-agent orchestration system for mobile app development
> 시스템 설계 전문가. DB 스키마, API 명세, 시스템 구조를 설계합니다.
> Python/FastAPI 전문가. API 서버 개발을 담당합니다.
> React Native/Expo 전문가. 모바일 앱 UI/UX를 개발합니다.
> 프로젝트 총괄 관리자. 모든 에이전트를 조율하고 프로젝트 진행을 관리합니다.
> 테스트 전문가. 품질 보증과 버그 발견을 담당합니다.
혼자 사는 사용자의 장기 미연락 상황을 감지하여, 사전 지정된 연락처에 자동 알림과 개인 메시지를 전달하는 모바일 서비스
| 원칙 | 설명 |
|---|---|
| 비침습적 | 사망 여부를 판단하지 않음 |
| 프라이버시 우선 | 최소 정보 수집, 암호화 저장 |
| 법적 안전성 | 윤리적·법적 책임 최소화 설계 |
| 단순함 | 복잡한 기능보다 확실한 핵심 기능 |
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
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub roo2323/ce-part-repo --plugin solocheck-skillsSoloCheck project agent prompts - Multi-agent orchestration system for mobile app development
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
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.
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.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.