Agent Plugins Marketplace
All plugins

sodam-agentic

v0.2.4

초보 바이브코더를 위한 AI 진입점 — 계획 먼저·쉬운 검토·안전 기본 (Claude Code + Codex)

Claude Code4 Skills

By SoDam AI StudioLicense: Apache-2.02 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 31, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sodam-agentic for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sodam-agentic@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sodam-ai/SoDam-Agentic-Eng

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

sodam-agentic/
├── .claude-plugin/plugin.json
├── skills/f8-easy/SKILL.md
├── skills/plan/SKILL.md
├── skills/review/SKILL.md
└── skills/start/SKILL.md

Included Skills4

f8-easyskills/f8-easy/SKILL.md

(/sodam-agentic:f8-easy) 사용자가 "이해가 안 돼요"·"너무 어려워요"·"컴퓨터/AI 자체가 처음이에요"·"무슨 말인지 하나도 모르겠어요"·"화면에 뜨는 말이 무슨 뜻인지 모르겠어요"·"어떻게 시작해야 할지 모르겠어요"처럼 F1 온보딩보다 더 근본적인 도움이 필요하다는 신호를 보일 때 발동(기술 용어가 섞인 구체적 에러 질문은 해당 없음 — 순수 초보 정서 신호에만 반응). AI에게 일 시키는 4단계를 더 쉬운 말·비유로 다시 설명한다. F2("계획 먼저")·F3("변경점 검토")의 안전 절차를 대신하거나 건너뛰지 않는다 — 오직 설명을 더 쉽게 해줄 뿐이며, 실제 코드 작업 승인은 여전히 F2/F3를 거친다.

planskills/plan/SKILL.md

(/sodam-agentic:plan) 사용자가 새 작업을 요청할 때(만들어줘·추가해줘·고쳐줘·구현해줘·바꿔줘 등) 코드를 짜기 전에 반드시 이 스킬을 사용한다. 쉬운 한국어로 "무엇을·왜·완성 기준"을 담은 계획을 먼저 보여주고 사용자 승인을 받은 뒤에만 작업을 시작한다. 새 기능·앱·자동화·스크립트·수정 요청이면 사용자가 "계획"이라고 말하지 않아도 항상 발동. ⚡ feature-dev 등 다른 구현 스킬보다 이 스킬이 우선이다.

reviewskills/review/SKILL.md

(/sodam-agentic:review) AI가 코드나 파일을 바꾼 직후(생성·수정·삭제 후), "완료했습니다"·"다 했어요" 등으로 결과를 보고하기 전에 반드시 이 스킬부터 사용한다. 무엇을·왜 바꿨고 위험은 없는지를 비개발자가 이해할 쉬운 한국어로 요약해 사용자가 검토하게 한다. 사용자가 "검토"라고 말하지 않아도 파일 변경이 있었으면 항상 발동. ⚡ 작업 완료 보고보다 이 스킬이 먼저다 — 검토 없이 "다 했습니다"로 끝내지 않는다.

startskills/start/SKILL.md

(/sodam-agentic:start) SoDamAgentic 온보딩. 사용자가 처음 시작하거나 "어떻게 시작해", "뭐부터 해야 해", "소담 어떻게 써", "AI 어떻게 시켜" 같이 첫 사용법을 물어볼 때, "AI에게 제대로 일 시키는 4단계(계획→실행→검토→안전)"를 쉬운 한국어로 안내하고 안전 상태를 점검한다. Claude Code와 Codex 모두에서 동일하게 작동한다.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "sodam-agentic",
  "version": "0.2.4",
  "description": "초보 바이브코더를 위한 AI 진입점 — 계획 먼저·쉬운 검토·안전 기본 (Claude Code + Codex)",
  "author": {
    "name": "SoDam AI Studio"
  },
  "license": "Apache-2.0",
  "keywords": [
    "agentic-engineering",
    "korean",
    "beginner",
    "onboarding",
    "safety"
  ],
  "skills": [
    "./skills/"
  ],
  "agents": [
    "./agents/easy-reviewer.md"
  ],
  "commands": [
    "./commands/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sodam-agentic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sodam-agentic)