.gitignore
LICENSE
MISSION.md
README.md
package.json
pyproject.toml
skill.yaml
tsconfig.json
.github/workflows/ci.yml
.github/workflows/publish-npm.yml
.github/workflows/publish.yml
docs/ARCHITECTURE.md
openclaw-plugin.archived-2026-04-23/package.json
openclaw-plugin.archived-2026-04-23/src/index.ts
openclaw-plugin.archived-2026-04-23/src/openclaw.plugin.json
skseed/__init__.py
skseed/_ver.py
skseed/_version.py
skseed/alignment.py
skseed/audit.py
skseed/cli.py
skseed/collider.py
skseed/framework.py
skseed/hooks.py
skseed/integration.py
skseed/llm.py
skseed/models.py
skseed/philosopher.py
skseed/skill.py
skseed.egg-info/PKG-INFO
skseed.egg-info/SOURCES.txt
skseed.egg-info/dependency_links.txt
skseed.egg-info/entry_points.txt
skseed.egg-info/requires.txt
skseed.egg-info/scm_file_list.json
skseed.egg-info/scm_version.json
skseed.egg-info/top_level.txt
skseed/data/seed.json
skseed/data/skill.yaml
src/index.ts
tests/__init__.py
tests/test_alignment.py
tests/test_audit.py
tests/test_collider.py
tests/test_framework.py
tests/test_hooks.py
tests/test_integration_adapter.py
tests/test_llm.py
tests/test_llm_callbacks.py
tests/test_no_subapp_dependency.py
tests/test_philosopher.py
tests/test_skill.py
tests/test_skill_entrypoints.py