.gitattributes
.gitignore
LICENSE
README.md
README.zh-CN.md
pyproject.toml
requirements.txt
.github/workflows/ci.yml
.github/workflows/release.yml
docs/thresholds.md
docs/dev-plan/adapter-research.md
docs/dev-plan/ci-workflow-draft.yml
docs/dev-plan/codex-fixture-generator.py
docs/dev-plan/cross-platform-multi-agent-design.md
docs/dev-plan/opencode-fixture-generator.py
docs/dev-plan/testing-strategy.md
docs/ecosystem/CATALOG.md
docs/ecosystem/claude-code.md
docs/ecosystem/codex.md
docs/ecosystem/gemini-cli.md
docs/ecosystem/hermes.md
docs/ecosystem/openclaw.md
docs/ecosystem/opencode.md
docs/research/related-work-survey.md
docs/superpowers/plans/2026-05-12-atomtask-refactor.md
docs/superpowers/specs/2026-05-09-cli-compaction-design.md
docs/superpowers/specs/2026-05-11-pypi-release-action-design.md
docs/superpowers/test-plans/2026-05-09-cli-compaction-e2e.md
examples/config.yaml.example
scripts/e2e_canary_demo.py
scripts/migrate_to_atomtask.py
scripts/pipeline.sh
scripts/reset_skills_keep_atoms.py
scripts/demo/README.md
scripts/demo/pack_demo.sh
scripts/demo/run_demo.sh
scripts/demo/serve_ui.sh
scripts/demo/trajectories.zip
src/xskill/__init__.py
src/xskill/_version.py
src/xskill/adapters.py
src/xskill/agno_factory.py
src/xskill/atom_canary.py
src/xskill/atom_task.py
src/xskill/canary.py
src/xskill/candidates.py
src/xskill/cli.py
src/xskill/config.py
src/xskill/core.py
src/xskill/download_data.py
src/xskill/ecosystems.py
src/xskill/frontmatter.py
src/xskill/git_lock.py
src/xskill/hybrid_search.py
src/xskill/install_fallback.py
src/xskill/install_history.py
src/xskill/llm_client.py
src/xskill/log.py
src/xskill/log_setup.py
src/xskill/migrate.py
src/xskill/process.py
src/xskill/registry.py
src/xskill/search.py
src/xskill/server.py
src/xskill/session_assignments.py
src/xskill/skill_edit_agent.py
src/xskill/skill_eval.py
src/xskill/skill_manager.py
src/xskill/skill_tools.py
src/xskill/task_agent.py
src/xskill/task_cluster_agent.py
src/xskill/tasks.py
src/xskill/traj_meta.py
src/xskill/types.py
src/xskill/user_edit_absorb_agent.py
src/xskill/ux_score.py
src/xskill/watcher.py
src/xskill.egg-info/PKG-INFO
src/xskill.egg-info/SOURCES.txt
src/xskill.egg-info/dependency_links.txt
src/xskill.egg-info/entry_points.txt
src/xskill.egg-info/requires.txt
src/xskill.egg-info/top_level.txt
src/xskill/entities/__init__.py
src/xskill/entities/evaluator.py
src/xskill/entities/registry.py
src/xskill/entities/skill.py
src/xskill/entities/skill_repo.py
src/xskill/entities/trajectory.py
src/xskill/sandbox/__init__.py
src/xskill/sandbox/agent_template.py
src/xskill/sandbox/base.py
src/xskill/sandbox/registry.py
src/xskill/sandbox/swe_smith.py
src/xskill/web/dist/index.html
src/xskill/web/dist/assets/index-CWcPd2On.js
src/xskill/web/dist/assets/index-m9mjShnV.css
tests/__init__.py
tests/_fake_llm_server.py
tests/conftest.py
tests/test_agent_model_routing.py
tests/test_atom_canary.py
tests/test_atom_task_store.py
tests/test_canary.py
tests/test_candidates_atom.py
tests/test_cc_traj_naming.py
tests/test_chat_tools.py
tests/test_claude_code_ecosystem.py
tests/test_codex_adapter.py
tests/test_e2e_xskill_serve_auto.py
tests/test_frontmatter_dates.py
tests/test_hybrid_search.py
tests/test_install_fallback.py
tests/test_llm_client.py
tests/test_log_setup.py
tests/test_migrate_to_atomtask.py
tests/test_no_real_home_pollution.py
tests/test_opencode_adapter.py
tests/test_process_atom.py
tests/test_promote_agent.py
tests/test_registry.py
tests/test_runtime_sync.py
tests/test_search_all.py
tests/test_skill_edit_agent.py
tests/test_skill_tools_atom.py
tests/test_ssl_verify.py
tests/test_task_agent.py
tests/test_task_cluster_agent.py
tests/test_traj_meta.py
tests/test_user_edit_absorb.py
tests/test_ux_score_atom.py
tests/test_watcher.py
tests/test_watcher_atom.py
tests/e2e/__init__.py
tests/e2e/test_smoke.py
tests/fixtures/codex/README.md
tests/fixtures/codex/generate.py
tests/fixtures/codex/sample_rollout.jsonl
tests/fixtures/opencode/README.md
tests/fixtures/opencode/generate.py
tests/fixtures/opencode/sample.db
tests/live/__init__.py
tests/live/mock_llm_server.py
tests/live/test_codex_live.py
tests/live/test_opencode_live.py
web/.gitignore
web/index.html
web/package-lock.json
web/package.json
web/postcss.config.js
web/tailwind.config.js
web/vite.config.js
web/src/App.jsx
web/src/api.js
web/src/index.css
web/src/main.jsx
web/src/ui-config.js
web/src/components/ActionBadge.jsx
web/src/components/EventCard.jsx
web/src/components/SSELog.jsx
web/src/components/Sidebar.jsx
web/src/components/SimilarityPill.jsx
web/src/components/SkillPanel.jsx
web/src/components/ToolRow.jsx
web/src/components/TopBar.jsx
web/src/components/TrajectoryPanel.jsx
web/src/pages/Canary.jsx
web/src/pages/Chat.jsx
web/src/pages/Eval.jsx
web/src/pages/Generate.jsx
web/src/pages/Ingest.jsx
web/src/pages/Inspector.jsx
web/src/pages/Search.jsx
web/src/pages/Skills.jsx
web/src/pages/Trajectories.jsx