SoDam-Agent
Claude Code에 역할별 AI 에이전트 팀 10종(웹앱·문서·리서치·마케팅·데이터·보안 감사·DevOps·고객지원·PM/제품관리·번역)을 플러그인 마켓플레이스로 한 번에 설치하고, Codex·Gemini CLI·Cursor용으로도 번역(베타)하며, 설치 후 에이전트를 직접 만들고·가르치고·관리하는 비개발자용 도구. 커뮤니티 공유 디렉터리(서버·계정 없이 PR로 팀 등록)·자동 백업·위험 명령 경고·frontmatter 주입 차단·MCP(context7) 동봉·Apache-2.0.
File Explorer
- 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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details ▼
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
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npm audit
View Details ▼
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
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
# Project Badges
-
CI Visit
