AI SummaryCore development guidelines for AIoIA projects covering code quality, security, testing, and release practices for Python and TypeScript codebases. Ideal for teams building multi-language infrastructure who need unified standards and automated workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "aioia-core — Copilot Instructions" prompt rules to my project. Repository: https://github.com/algorima/aioia-core Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Core infrastructure for AIoIA projects (Python + TypeScript)
코드 품질
• DRY: 공통 패턴 중복 금지 • 제네릭: 타입 안정성 유지 • 최소 의존성: 필수 패키지만 포함 • 범용성: 특정 프로젝트 규칙 하드코딩 지양 • Guard Clause: 함수 초반에 전제조건 검사, 실패 시 즉시 반환
보안
• SQL Injection: ORM 사용 • API 키: 환경 변수 관리 • 타입 검증: Pydantic, Zod
테스트
• TDD: Red → Green → Refactor • 모든 public API 테스트 커버리지
Python
Python 코드를 수정한 후에는 반드시 python/ 디렉토리에서 다음 명령을 실행하세요: • make format - 코드 포맷팅 (isort, black) • make lint - 린트 검사 (pylint) • make code-style - 코드 스타일 검증 • make type-check - 타입 검사 (mypy, pyright) • make test - 테스트 실행
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts