.gitattributes
.gitignore
LICENSE
Makefile
README.md
README.zh-CN.md
pyproject.toml
requirements.txt
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
docs/agent.md
docs/deployment-mode.md
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-install-fix.md
docs/ecosystem/openclaw.md
docs/ecosystem/opencode.md
docs/research/related-work-survey.md
scripts/cursor_import.py
scripts/cursor_setup.ps1
scripts/capture_openclaw_fixture/Dockerfile
scripts/capture_openclaw_fixture/openclaw.json
scripts/capture_openclaw_fixture/run.sh
scripts/capture_openclaw_fixture/run_capture.sh
scripts/demo/README.md
scripts/demo/pack_demo.sh
scripts/demo/run_demo.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/team/__init__.py
src/xskill/team/client/__init__.py
src/xskill/team/client/collector.py
src/xskill/team/client/daemon.py
src/xskill/team/client/redact.py
src/xskill/team/client/state.py
src/xskill/team/server/__init__.py
src/xskill/team/server/api.py
src/xskill/team/server/client_registry.py
src/xskill/team/server/skill_manifest.py
src/xskill/team/server/state.py
src/xskill/team/shared/__init__.py
src/xskill/team/shared/git_bundle.py
src/xskill/team/shared/protocol.py
src/xskill/team/shared/reconcile.py
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_canary_rotation.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_config_autoinit.py
tests/test_cursor_adapter.py
tests/test_e2e_xskill_serve_auto.py
tests/test_frontmatter_dates.py
tests/test_git_lock_concurrency.py
tests/test_hybrid_search.py
tests/test_install_fallback.py
tests/test_llm_client.py
tests/test_log_setup.py
tests/test_no_real_home_pollution.py
tests/test_openclaw_adapter.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_server_no_llm_fallback.py
tests/test_skill_edit_agent.py
tests/test_skill_tools_atom.py
tests/test_skill_tools_dotgit_guard.py
tests/test_ssl_verify.py
tests/test_task_agent.py
tests/test_task_cluster_agent.py
tests/test_team_cli_connect.py
tests/test_team_cli_serve.py
tests/test_team_client.py
tests/test_team_client_registry.py
tests/test_team_client_state.py
tests/test_team_collector.py
tests/test_team_config.py
tests/test_team_create_app.py
tests/test_team_cs_attribution.py
tests/test_team_git_bundle.py
tests/test_team_protocol.py
tests/test_team_reconcile.py
tests/test_team_reconcile_unified.py
tests/test_team_redact.py
tests/test_team_server_api.py
tests/test_team_server_state.py
tests/test_team_skill_manifest.py
tests/test_team_watcher_server_mode.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/test_watcher_on_poll_hook.py
tests/docker_e2e/README.md
tests/docker_e2e/run.sh
tests/docker_e2e/openclaw_real_llm/Dockerfile
tests/docker_e2e/openclaw_real_llm/openclaw.json
tests/docker_e2e/openclaw_real_llm/run.sh
tests/docker_e2e/openclaw_real_llm/run_host.sh
tests/docker_e2e/openclaw_real_llm/xskill_config.yaml
tests/docker_e2e/openclaw_real_llm/demo_skill/SKILL.md
tests/docker_e2e/rig/Dockerfile
tests/docker_e2e/rig/build.sh
tests/docker_e2e/rig/entrypoint.sh
tests/docker_e2e/rig/probe.py
tests/docker_e2e/scenarios/runtime_ecosystem_detect/actions.sh
tests/docker_e2e/scenarios/runtime_ecosystem_detect/assertions.sh
tests/docker_e2e/scenarios/runtime_ecosystem_detect/scenario.yaml
tests/docker_e2e/scenarios/runtime_ecosystem_detect/fixtures/cc_session.jsonl
tests/docker_e2e/scenarios/runtime_openclaw_detect/actions.sh
tests/docker_e2e/scenarios/runtime_openclaw_detect/assertions.sh
tests/docker_e2e/scenarios/runtime_openclaw_detect/scenario.yaml
tests/docker_e2e/scenarios/runtime_openclaw_detect/fixtures/openclaw_session.trajectory.jsonl
tests/e2e/__init__.py
tests/e2e/test_smoke.py
tests/e2e/test_team_cs_e2e.py
tests/fixtures/codex/README.md
tests/fixtures/codex/generate.py
tests/fixtures/codex/sample_rollout.jsonl
tests/fixtures/cursor/sample_transcript.jsonl
tests/fixtures/openclaw/README.md
tests/fixtures/openclaw/sample_session.trajectory.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