SoDam-Agent
Claude Code에 역할별 AI 에이전트 팀 10종(웹앱·문서·리서치·마케팅·데이터·보안 감사·DevOps·고객지원·PM/제품관리·번역)을 플러그인 마켓플레이스로 한 번에 설치하고, Codex·Gemini CLI·Cursor용으로도 번역(베타)하며, 설치 후 에이전트를 직접 만들고·가르치고·관리하는 비개발자용 도구. 커뮤니티 공유 디렉터리(서버·계정 없이 PR로 팀 등록)·자동 백업·위험 명령 경고·frontmatter 주입 차단·MCP(context7) 동봉·Apache-2.0.
파일 탐색기
- marketplace.json
- ci.yml
- cli.mjs
- 시작하기.bat
- index.json
- plugin.json
- faq-writer.md
- feedback-analyst.md
- support-agent.md
- plugin.json
- data-analyst.md
- data-engineer.md
- data-viz.md
- plugin.json
- cicd-manager.md
- deploy-engineer.md
- infra-troubleshooter.md
- plugin.json
- editor.md
- fact-checker.md
- writer.md
- plugin.json
- localization-specialist.md
- terminology-reviewer.md
- translator.md
- plugin.json
- copywriter.md
- seo-analyst.md
- social-manager.md
- plugin.json
- meeting-scribe.md
- requirements-analyst.md
- roadmap-planner.md
- plugin.json
- analyst.md
- critic.md
- researcher.md
- .mcp.json
- plugin.json
- compliance-reviewer.md
- security-auditor.md
- vulnerability-analyst.md
- plugin.json
- new-agent.md
- pick-agent.md
- remove-agent.md
- save-agent.md
- training-agent.md
- plugin.json
- backend-dev.md
- frontend-dev.md
- planner.md
- reviewer.md
- .mcp.json
- codex.mjs
- cursor.mjs
- gemini.mjs
- backup.mjs
- doctor.mjs
- install.mjs
- main.mjs
- paths.mjs
- plugin-sync.mjs
- presets.mjs
- roles.mjs
- share.mjs
- ui.mjs
- validate.mjs
- e2e.mjs
- .gitattributes
- .gitignore
- DEVELOPMENT.md
- LICENSE
- NOTICE
- package-lock.json
- package.json
- README.en.html
- README.en.md
- README.html
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
claude
설명 보기 ▼
claude
코드베이스를 이해하고 자연어 명령을 통해 더 빠르게 코딩할 수 있도록 도와주는 에이전트 기반 코딩 도구.
더 많은 정보: <https://code.claude.com/docs/en/cli-reference>.
claude prompt
프롬프트로 실행:
claude update
`claude`를 업데이트:
claude mcp list
지정된 MCP 서버 목록을 표시:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
node
설명 보기 ▼
node
서버 측 JavaScript 플랫폼 (Node.js).
더 많은 정보: <https://nodejs.org/docs/latest/api/cli.html#options>.
node {{path/to/file}}
JavaScript 파일 실행:
node
REPL(대화형 셸) 시작:
node --watch {{path/to/file}}
지정된 파일을 실행하고 가져온 파일이 변경될 때 프로세스를 재시작 (Node.js 버전 18.11+ 필요):
npm audit
설명 보기 ▼
npm audit
Scan project dependencies for known security vulnerabilities.
npm audit
Scan the project's dependencies for known vulnerabilities:
npm audit fix
Automatically fix vulnerabilities in the project's dependencies:
npm audit fix {{[-f|--force]}}
Force an automatic fix to dependencies with vulnerabilities:
npx
설명 보기 ▼
npx
이 명령은 `npm exec`의 별칭입니다.
tldr npm exec
자세한 내용은 원본 명령을 참고하세요:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
# 프로젝트 배지
-
CI 바로가기
