← Back to Skills

migration-guide-generator

v1.0.0 official Development ⬇ 142 ↑ 8/7d 1mo ago
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o migration-guide-generator.skill   "https://aiskillstore.io/v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "1ee1856a-1425-47d1-9460-350b572d7a32",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

프레임워크/라이브러리 버전 업그레이드 시 breaking changes를 분석하고 마이그레이션 가이드를 생성합니다.

# migration # upgrade # breaking-changes # framework # refactoring

Basic Info

Owner 👤 Admin Category Development Registered 2026-04-13 Last Updated 2026-04-13 Latest Version 1.0.0 Packaged At 2026-04-13 Vetting Status official Downloads 142 Checksum (SHA256) 9a1da6c1ed45e988254cdb09e7557b9cf7f7f960f91bea8acb7ac7514ff4a6e9

⚡ AGENT INFO USK v3

Capabilities
code_generation migration_guide breaking_change_analysis
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=OpenClaw GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=ClaudeCode GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=Cursor GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=GeminiCLI GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=CodexCLI GET /v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=CustomAgent

Installation

Compatible Platforms any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install migration-guide-generator
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install migration-guide-generator --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download
2
Place it in the Claude Code commands directory.
unzip migration-guide-generator.skill -d ~/.claude/commands/migration-guide-generator/
3
Use it as a slash command in Claude Code.
/migration-guide-generator
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip migration-guide-generator-agent-skill-*.skill -d ~/.claude/skills/migration-guide-generator/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip migration-guide-generator-cursor-*.skill -d ~/.cursor/skills/migration-guide-generator/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/migration-guide-generator/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip migration-guide-generator-geminicli-*.skill -d ~/.gemini/skills/migration-guide-generator/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/migration-guide-generator/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip migration-guide-generator-codexcli-*.skill -d ~/.codex/skills/migration-guide-generator/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/migration-guide-generator/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/1ee1856a-1425-47d1-9460-350b572d7a32/download
2
Place it in your agent platform's skills directory.
cp migration-guide-generator.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/1ee1856a-1425-47d1-9460-350b572d7a32/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟡 Medium Review Summary AI 응답 파싱 실패 — 관리자 검토 필요

Issues Found

  • AI 응답이 JSON 형식이 아님
Reasoning

{ "verdict": "approved", "risk_level": "low", "summary": "스킬 메타데이터에 선언된 권한(네트워크, 파일 시스템, 서브프로세스 접근 없음)과 코드 내용이 일치하며, 악의적인 동작이나 외부 통신 흔적이 발견되지 않았습니다.", "issues

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 official 2026-04-13 ⬇ 142 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review