intent-trace
v0.6.0AI가 만든 코드의 요청, 판단, 코드 근거, 검증 결과를 작성자 확인 후 공유하는 플러그인
By IntentTrace contributors0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add intent-trace@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/ljkhyeong/intent-traceClone 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
├── .codex-plugin/plugin.json├── skills/intent-trace/SKILL.md├── skills/intent-trace-flows/SKILL.md└── .mcp.json
Included Skills2
AI가 작성하거나 수정한 코드에 대해 어떤 사용자 요청과 확인 가능한 판단으로 생겼는지, 어느 커밋·파일·줄에 연결되는지, 무엇으로 검증했는지를 IntentTrace 초안으로 만들거나 조회할 때 사용한다. 변경 의도 기록, AI 코드 설명, 팀 인수인계, PR 근거, 라인 단위 의도 조회 요청에 적용한다.
IntentTrace Kotlin/Spring 서비스와 Codex 플러그인을 변경할 때 사용하는 전용 개발 흐름. 변경 의도 수명주기, GitHub 사용자·저장소 권한, REST·MCP, Check Run, Flyway·JDBC, Docker Compose 팀 배포, TLS·backup·restore, 외부 자격 증명, 문서나 플러그인 스킬 변경에 적용한다.
MCP servers1
- url
- http://127.0.0.1:8080/mcp
Plugin manifests1
{
"name": "intent-trace",
"version": "0.6.0",
"description": "AI가 만든 코드의 요청, 판단, 코드 근거, 검증 결과를 작성자 확인 후 공유하는 플러그인",
"author": {
"name": "IntentTrace contributors"
},
"skills": "./skills/",
"interface": {
"displayName": "Intent Trace",
"shortDescription": "코드 변경의 요청과 검증을 추적합니다.",
"longDescription": "AI 코딩 세션에서 생긴 변경을 커밋과 코드 근거에 묶고, 작성자가 확인한 기록만 팀에 공개합니다.",
"developerName": "IntentTrace contributors",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"현재 변경의 요청, 판단, 코드 근거, 실제 검증을 IntentTrace 초안으로 정리해 주세요. 원문 대화나 숨은 추론은 포함하지 마세요."
]
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[intent-trace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/intent-trace)