Allra 백엔드 API 설계 및 패키지 구조 규칙. Use when creating REST APIs, DTOs, or organizing backend code structure.
Allra 데이터베이스 설계 및 QueryDSL 사용 규칙. Use when creating JPA entities, writing QueryDSL queries, or adding @Transactional annotations.
Allra 백엔드 에러 핸들링 및 예외 처리 표준. Use when handling errors, creating custom exceptions, or implementing error responses.
Allra 백엔드 테스트 작성 표준. Use when writing test code, choosing test helpers, generating test data with Fixture Monkey, or verifying test coverage.
Allra 팀의 AI 코딩 도구용 Skills 모음입니다. 코딩 표준과 Best Practice를 공유합니다.
지원 도구:
Claude Code를 사용하는 경우 /plugin 명령어로 간편하게 설치할 수 있습니다.
/plugin 명령어 입력https://github.com/Allra-Fintech/allra-ai-skills.git
# 1. 저장소 clone
cd ~
git clone https://github.com/Allra-Fintech/allra-ai-skills.git
# 2. Claude Code에서 플러그인 등록
/plugin install ~/allra-ai-skills/backend-plugin
/plugin install ~/allra-ai-skills/common-plugin
/plugin install ~/allra-ai-skills/frontend-plugin
설치 후 /skills 명령어로 확인할 수 있습니다.
자동 업데이트 (권장):
/plugin 명령어 실행💡 Tip: Git URL로 설치한 경우 자동 업데이트를 활성화하면 최신 버전이 자동으로 반영됩니다.
# 1. allra-ai-skills clone
cd ~
git clone https://github.com/Allra-Fintech/allra-ai-skills.git
# 2. Personal Skills로 복사 (모든 프로젝트에서 사용 가능)
mkdir -p ~/.claude/skills
cp -r ~/allra-ai-skills/*/skills/* ~/.claude/skills/
ls ~/.claude/skills/
cd ~/allra-ai-skills
git pull
cp -r */skills/* ~/.claude/skills/
끝! 이제 모든 프로젝트에서 자동으로 Allra 표준이 적용됩니다.
allra-ai-skills/
├── backend-plugin/
│ └── skills/
│ └── [Backend Skills]
├── common-plugin/
│ └── skills/
│ └── [Common Skills]
└── frontend-plugin/
└── skills/
└── [Frontend Skills]
Skills는 자동으로 적용됩니다. 상황에 맞는 Skill을 자동으로 선택합니다.
사용자: "API를 만들어줘"
→ 관련 Skill 자동 적용
각 Skill의 SKILL.md 파일을 참고하여 프롬프트나 설정에 활용하세요.
새로운 Skill을 추가하거나 기존 Skill을 개선하려면:
새로운 Skill을 작성할 때는 다음 형식을 따릅니다:
---
name: skill-name
description: 명확한 설명. Use when [구체적인 사용 시점].
---
# Skill 제목
## Instructions
구체적인 단계별 가이드
## When to Use
자동 적용 조건
## Examples
실제 사용 예시
## Checklist
확인사항
Tips:
MIT License
Built for AI-powered development 🤖
Modifies files
Hook triggers on file write and edit operations
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 allra-fintech/allra-ai-skills --plugin allra-backend-skillsAllra 백엔드 직무용 Claude Code 커맨드 모음 (Git Issue, PR 생성/피드백/리뷰)
Allra 직무 공통 Claude Code 커맨드 (Linear 이슈 등)
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Collection of backend development skills including Kysely SQL query conversion
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.