Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (devlyn-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
devlyn-cli
Claude Code 설정을 팀과 프로젝트 간에 공유하는 CLI 도구.
사용법
# 새 프로젝트에 .claude 설정 설치
npx devlyn-cli
# 프롬프트 없이 설치 (CI용)
npx devlyn-cli -y
# 최신 버전으로 업데이트
npx devlyn-cli@latest포함된 Core Config
- commands/ - 커스텀 슬래시 커맨드 (devlyn.ui, devlyn.review 등)
- skills/ - AI 에이전트 스킬 (investigate, prompt-engineering 등)
- templates/ - 코드 템플릿
- commit-conventions.md - 커밋 메시지 컨벤션
Optional Skill Packs
설치 시 선택하거나, 나중에 수동 설치:
# Vercel - React, Next.js, React Native best practices
npx skills add vercel-labs/agent-skills
# Supabase - Supabase integration patterns
npx skills add supabase/agent-skills업데이트
새 버전이 배포되면:
npx devlyn-cli@latest