AWS 키로
AWS Kiro는 Claude에 의해 구동되는 사양 중심의 Agentic IDE로 설계, spec-first 개발 워크플로우로 소프트웨어 개발을 변형시킵니다.
설치 및 설치
| | Command | Description | |
| --- | --- |
| | curl -fsSL https://kiro.aws.dev/install.sh \ | sh
| Install Kiro CLI | |
| | kiro --version
| Check installed version | |
| | kiro auth login
| Authenticate with AWS/Google/GitHub | |
| | kiro auth status
| Check authentication status | |
| | kiro config init
| Initialize configuration | |
| | kiro update
| Update to latest version | |
프로젝트 초기화
| | Command | Description | |
| --- | --- |
| | kiro init
| Initialize new Kiro project | |
| | kiro init --template react
| Initialize with React template | |
| | kiro init --template node-api
| Initialize with Node.js API template | |
| | kiro init --template python-flask
| Initialize with Flask template | |
| | kiro init --template nextjs
| Initialize with Next.js template | |
| | kiro workspace create "project-name"
| Create new workspace | |
사양 관리
| | Command | Description | |
| --- | --- |
| | kiro spec create "feature-name"
| Create new feature specification | |
| | kiro spec edit "feature-name"
| Edit existing specification | |
| | kiro spec validate
| Validate current specifications | |
| | kiro spec list
| List all specifications | |
| | kiro spec export spec.json
| Export specifications | |
| | kiro spec import spec.json
| Import specifications | |
코드 생성
| | Command | Description | |
| --- | --- |
| | kiro generate
| Generate code from specifications | |
| | kiro generate --component Button
| Generate specific component | |
| | kiro generate --api user-service
| Generate API service | |
| | kiro generate --test
| Generate test files | |
| | kiro generate --docs
| Generate documentation | |
| | kiro generate --force
| Force regeneration | |
개발 Workflow
| | Command | Description | |
| --- | --- |
| | kiro dev start
| Start development server | |
| | kiro dev build
| Build project | |
| | kiro dev test
| Run tests | |
| | kiro dev lint
| Run linting | |
| | kiro dev format
| Format code | |
| | kiro dev watch
| Watch for changes | |
AI 에이전트 명령
| | Command | Description | |
| --- | --- |
| | kiro agent task "implement user authentication"
| Assign task to AI agent | |
| | kiro agent status
| Check agent status | |
| | kiro agent history
| View agent task history | |
| | kiro agent feedback "task-id" "feedback"
| Provide feedback on task | |
| | kiro agent retry "task-id"
| Retry failed task | |
| | kiro agent cancel "task-id"
| Cancel running task | |
건축 & 디자인
| | Command | Description | |
| --- | --- |
| | kiro arch diagram
| Generate architecture diagram | |
| | kiro arch analyze
| Analyze current architecture | |
| | kiro arch suggest
| Get architecture suggestions | |
| | kiro design system create
| Create design system | |
| | kiro design components list
| List design components | |
| | kiro design tokens export
| Export design tokens | |
규칙 파일 및 구성
| | Command | Description | |
| --- | --- |
| | kiro rules create
| Create new rule file | |
| | kiro rules apply
| Apply rule file to project | |
| | kiro rules validate
| Validate rule file | |
| | kiro rules list
| List available rules | |
| | kiro config set key value
| Set configuration value | |
| | kiro config get key
| Get configuration value | |
모형 Context 의정서 (MCP)
| | Command | Description | |
| --- | --- |
| | kiro mcp list
| List available MCP servers | |
| | kiro mcp connect server-name
| Connect to MCP server | |
| | kiro mcp disconnect server-name
| Disconnect from MCP server | |
| | kiro mcp status
| Show MCP connection status | |
| | kiro mcp tools
| List available MCP tools | |
파일 작업
| | Command | Description | |
| --- | --- |
| | kiro file create "path/file.js"
| Create new file | |
| | kiro file edit "path/file.js"
| Edit existing file | |
| | kiro file analyze "path/file.js"
| Analyze file | |
| | kiro file refactor "path/file.js"
| Refactor file | |
| | kiro file optimize "path/file.js"
| Optimize file | |
| | kiro file template "component"
| Create from template | |
시험 & 질
| | Command | Description | |
| --- | --- |
| | kiro test generate
| Generate test files | |
| | kiro test run
| Run all tests | |
| | kiro test coverage
| Generate coverage report | |
| | kiro test e2e
| Run end-to-end tests | |
| | kiro quality check
| Run quality checks | |
| | kiro security scan
| Run security scan | |
배포 및 CI/CD
| | Command | Description | |
| --- | --- |
| | kiro deploy preview
| Deploy preview environment | |
| | kiro deploy staging
| Deploy to staging | |
| | kiro deploy production
| Deploy to production | |
| | kiro ci generate
| Generate CI/CD configuration | |
| | kiro ci validate
| Validate CI/CD setup | |
| | kiro env create "environment-name"
| Create environment | |
회사연혁
| | Command | Description | |
| --- | --- |
| | kiro docs generate
| Generate project documentation | |
| | kiro docs api
| Generate API documentation | |
| | kiro docs components
| Generate component docs | |
| | kiro docs serve
| Serve documentation locally | |
| | kiro docs deploy
| Deploy documentation | |
| | kiro readme generate
| Generate README file | |
Git 통합
| | Command | Description | |
| --- | --- |
| | kiro git commit
| AI-generated commit messages | |
| | kiro git branch "feature-description"
| Create feature branch | |
| | kiro git pr create
| Create pull request | |
| | kiro git review
| Review code changes | |
| | kiro git merge-check
| Check merge conflicts | |
| | kiro git changelog
| Generate changelog | |
데이터베이스 및 Schema
| | Command | Description | |
| --- | --- |
| | kiro db schema generate
| Generate database schema | |
| | kiro db migrate create "migration-name"
| Create migration | |
| | kiro db migrate run
| Run migrations | |
| | kiro db seed generate
| Generate seed data | |
| | kiro db analyze
| Analyze database structure | |
API 개발
| | Command | Description | |
| --- | --- |
| | kiro api generate
| Generate API endpoints | |
| | kiro api spec create
| Create API specification | |
| | kiro api test generate
| Generate API tests | |
| | kiro api docs
| Generate API documentation | |
| | kiro api validate
| Validate API specification | |
| | kiro api mock
| Create API mock server | |
Frontend 개발
| | Command | Description | |
| --- | --- |
| | kiro ui component create "ComponentName"
| Create UI component | |
| | kiro ui page create "PageName"
| Create new page | |
| | kiro ui theme generate
| Generate theme configuration | |
| | kiro ui icons optimize
| Optimize icon assets | |
| | kiro ui responsive check
| Check responsive design | |
백엔드 개발
| | Command | Description | |
| --- | --- |
| | kiro backend service create "ServiceName"
| Create backend service | |
| | kiro backend middleware create "MiddlewareName"
| Create middleware | |
| | kiro backend auth setup
| Setup authentication | |
| | kiro backend cache configure
| Configure caching | |
| | kiro backend logging setup
| Setup logging | |
모니터링 및 분석
| | Command | Description | |
| --- | --- |
| | kiro monitor setup
| Setup monitoring | |
| | kiro analytics configure
| Configure analytics | |
| | kiro logs analyze
| Analyze application logs | |
| | kiro performance check
| Check performance metrics | |
| | kiro errors track
| Track error patterns | |
채용 정보
| | Command | Description | |
| --- | --- |
| | kiro team invite "email@domain.com"
| Invite team member | |
| | kiro team permissions set "user" "role"
| Set user permissions | |
| | kiro team activity
| View team activity | |
| | kiro share workspace
| Share workspace | |
| | kiro review request "feature"
| Request code review | |
고급 기능
Hooks & 자동화
| | Command | Description | |
| --- | --- |
| | kiro hooks list
| List available hooks | |
| | kiro hooks create "hook-name"
| Create custom hook | |
| | kiro hooks enable "hook-name"
| Enable hook | |
| | kiro hooks disable "hook-name"
| Disable hook | |
| | kiro automation create "workflow"
| Create automation workflow | |
주문 템플릿
| | Command | Description | |
| --- | --- |
| | kiro template create "template-name"
| Create custom template | |
| | kiro template list
| List available templates | |
| | kiro template share "template-name"
| Share template | |
| | kiro template import "template-url"
| Import template | |
제품정보
| | Command | Description | |
| --- | --- |
| | kiro extension list
| List installed extensions | |
| | kiro extension install "extension-name"
| Install extension | |
| | kiro extension uninstall "extension-name"
| Uninstall extension | |
| | kiro extension create "extension-name"
| Create custom extension | |
구성 파일
프로젝트
카지노사이트
.kiro / 루시.yaml
카지노사이트
환경 변수
| | Variable | Description | |
| --- | --- |
| | KIRO_API_KEY
| Kiro API key | |
| | KIRO_PROJECT_ID
| Project identifier | |
| | KIRO_WORKSPACE
| Workspace path | |
| | KIRO_MODEL
| Default AI model | |
| | KIRO_TEMPERATURE
| AI temperature setting | |
문제 해결
| | Command | Description | |
| --- | --- |
| | kiro doctor
| Diagnose installation issues | |
| | kiro logs show
| Show application logs | |
| | kiro debug enable
| Enable debug mode | |
| | kiro cache clear
| Clear application cache | |
| | kiro reset workspace
| Reset workspace state | |
최고의 연습
- 명확한, 상세한 명세로 시작
- 일관성을 유지하기위한 규칙 파일 사용
- 외부 공구 통합을 위한 MCP 레버리지
- 적절한 테스트 전략 구현
- 명세를 위한 버전 통제
- 일반 코드 리뷰 및 품질 검사
- 모니터 성능 및 보안
- 문서 구조 결정
- 팀 구성원과 효과적으로 협업
- 업데이트
통합 예제
Full-Stack 개발
카지노사이트
마이크로 서비스 회사연혁
카지노사이트
CI/CD 파이프라인
카지노사이트