Skip to content

Add claude-import skill - #1

Open
AtropinolTT wants to merge 1 commit into
QoderAI:mainfrom
AtropinolTT:main
Open

Add claude-import skill#1
AtropinolTT wants to merge 1 commit into
QoderAI:mainfrom
AtropinolTT:main

Conversation

@AtropinolTT

Copy link
Copy Markdown

Summary

Add the claude-import skill — import Claude Code sessions, configuration, agents, skills, hooks, and project memory into Qoder CLI.

Sessions become first-class Qoder sessions resumeable via qodercli --resume <id>. Configuration is merged into your existing Qoder setup without overwriting.

What's included

  • claude-import/SKILL.md — skill definition with YAML frontmatter (v1.1.0)
  • claude-import/README.md — standalone documentation
  • claude-import/scripts/claude_import.py — main import engine with support for:
    • --detect — scan ~/.claude/ for importable items
    • --import-all — full migration: config + recent sessions
    • --import-config — settings, agents, hooks, skills, instructions, memories
    • --import-sessions — last 30 days of sessions
    • Single-session import by ID/index/path with optional --fork
    • --dry-run mode for preview

Test plan

  1. Install the skill: cp -r claude-import ~/.qoder/skills/
  2. Run python claude-import/scripts/claude_import.py --detect to check detection
  3. Run python claude-import/scripts/claude_import.py --import-config --dry-run to preview
  4. Run python claude-import/scripts/claude_import.py --import-all for full migration

Import Claude Code sessions, configuration, agents, skills, hooks, and project memory into Qoder CLI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant