CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
adapters/__init__.py
adapters/_base.py
adapters/claude_code.py
adapters/codex.py
adapters/hermes.py
adapters/openclaw.py
adapters/opencode.py
adapters/pi.py
agent_skills/__init__.py
agent_skills/__main__.py
agent_skills/cache.py
agent_skills/cli.py
agent_skills/detect.py
agent_skills/mcp/__init__.py
agent_skills/mcp/__main__.py
agent_skills/mcp/server.py
agent_skills/mcp/tools.py
agent_skills/search/__init__.py
agent_skills/search/index.py
agent_skills/search/query.py
agent_skills/search/ranker.py
agent_skills/verbs/__init__.py
agent_skills/verbs/deprecate.py
agent_skills/verbs/init.py
agent_skills/verbs/install.py
agent_skills/verbs/issue.py
agent_skills/verbs/list.py
agent_skills/verbs/search.py
agent_skills/verbs/show.py
agent_skills/verbs/submit.py
agent_skills/verbs/uninstall.py
agent_skills/verbs/update.py
agent_skills/verbs/verify.py
agent_skills/verbs/yank.py
clients/__init__.py
clients/skill_contribution/__init__.py
clients/skill_contribution/diff.py
clients/skill_contribution/sanitize.py
clients/skill_contribution/sanitize_rules.py
clients/skill_contribution/submit.py
clients/skill_contribution/templates/__init__.py
clients/skill_discovery/__init__.py
clients/skill_discovery/match.py
clients/skill_discovery/update.py
iknowkungfu.egg-info/PKG-INFO
iknowkungfu.egg-info/SOURCES.txt
iknowkungfu.egg-info/dependency_links.txt
iknowkungfu.egg-info/entry_points.txt
iknowkungfu.egg-info/requires.txt
iknowkungfu.egg-info/top_level.txt
tests/test_adapter_base.py
tests/test_adapter_claude_code.py
tests/test_adapter_codex.py
tests/test_adapter_hermes.py
tests/test_adapter_openclaw.py
tests/test_adapter_opencode.py
tests/test_adapter_pi.py
tests/test_cli_scaffold.py
tests/test_deprecate_verb.py
tests/test_detect.py
tests/test_determinism.py
tests/test_diff.py
tests/test_generate_manifest.py
tests/test_hash_canonical.py
tests/test_init_verb.py
tests/test_install_verb.py
tests/test_integration_install_verify.py
tests/test_issue_verb.py
tests/test_list_verb.py
tests/test_match.py
tests/test_mcp_server.py
tests/test_mcp_subprocess.py
tests/test_on_merge_workflow.py
tests/test_sanitize.py
tests/test_search_index.py
tests/test_search_query.py
tests/test_search_ranker.py
tests/test_search_verb.py
tests/test_security_scan.py
tests/test_show_verb.py
tests/test_submit.py
tests/test_uninstall_verb.py
tests/test_update.py
tests/test_validate.py
tests/test_verify_verb.py
tests/test_yank_verb.py