LICENSE
MANIFEST.in
README.md
pyproject.toml
adk_skills_agent/__init__.py
adk_skills_agent/agent.py
adk_skills_agent/exceptions.py
adk_skills_agent/helpers.py
adk_skills_agent/registry.py
adk_skills_agent.egg-info/PKG-INFO
adk_skills_agent.egg-info/SOURCES.txt
adk_skills_agent.egg-info/dependency_links.txt
adk_skills_agent.egg-info/requires.txt
adk_skills_agent.egg-info/top_level.txt
adk_skills_agent/core/__init__.py
adk_skills_agent/core/discovery.py
adk_skills_agent/core/models.py
adk_skills_agent/core/parser.py
adk_skills_agent/core/paths.py
adk_skills_agent/core/source.py
adk_skills_agent/core/validator.py
adk_skills_agent/executors/__init__.py
adk_skills_agent/sources/__init__.py
adk_skills_agent/sources/filesystem.py
adk_skills_agent/tools/__init__.py
adk_skills_agent/tools/read_reference.py
adk_skills_agent/tools/use_skill.py
adk_skills_agent/utils/__init__.py
adk_skills_agent/utils/markdown.py
adk_skills_agent/utils/yaml_parser.py
examples/advanced_example.py
examples/basic_example.py
examples/skills/calculator/SKILL.md
examples/skills/calculator/references/operations.md
examples/skills/calculator/scripts/calculate.py
examples/skills/hello-world/SKILL.md
tests/conftest.py
tests/test_agent.py
tests/test_helpers.py
tests/core/__init__.py
tests/core/test_discovery.py
tests/core/test_hyphenated_skill_names.py
tests/core/test_models.py
tests/core/test_parser.py
tests/core/test_paths.py
tests/core/test_registry.py
tests/core/test_source.py
tests/core/test_validator.py
tests/executors/__init__.py
tests/integration/__init__.py
tests/integration/test_sqlite_skill_source.py
tests/sources/__init__.py
tests/sources/test_filesystem_source.py
tests/sources/test_registry_integration.py
tests/tools/__init__.py
tests/tools/test_read_reference.py
tests/tools/test_use_skill.py
tests/utils/__init__.py
tests/utils/test_markdown.py
tests/utils/test_yaml_parser.py