Skip to content
Apothem
Comparison

Apothem vs raw Qwen Code config

Hand-maintaining Qwen Code settings, commands, skills, and agents versus rendering them from Apothem's shared profile.

Qwen Code reads settings, hooks, QWEN.md, native Markdown commands, SKILL.md directories, and Markdown subagents. Apothem renders documented settings keys from the shared profile and converts shared cohorts into the Qwen-native filesystem shape where Qwen Code supports one.

Effort comparison

TaskRaw hand-configApothem-managed
Author rulesHand-maintain QWEN.md and supporting filesRendered or referenced from the shared profile
Configure hooksHand-edit settings.json hook entriesInstalled through Qwen Code's native hooks map
Author commands, skills, agentsMaintain each Qwen directory by handConverted from shared Apothem cohorts
Keep cohorts aligned with other harnessesManual, per toolAutomatic on apothem update
Install / remove the surfaceManualapothem install / apothem uninstall
Verify the config is correctManual inspectionapothem verify --harness qwen-code

What Apothem manages

The qwen-code adapter writes settings.json, installs QWEN.md, converts Apothem slash commands to Qwen Markdown command files, copies skills into the native skills surface, adapts helper definitions as Qwen subagents, and registers Apothem hook dispatchers. Rules, templates, and hook source material remain under Apothem's support subtree and are referenced from the native context.

Migration path

  1. Run apothem profile init to create the shared profile if you have not yet.
  2. Move existing Qwen Code rules, commands, skills, and agents into the shared corpus.
  3. Run apothem install --harness qwen-code to render the native surface.
  4. Run apothem verify --harness qwen-code to confirm the config landed.
  5. Use apothem update --harness qwen-code for every later change.

On this page