LICENSE
README.md
pyproject.toml
aiskill.egg-info/PKG-INFO
aiskill.egg-info/SOURCES.txt
aiskill.egg-info/dependency_links.txt
aiskill.egg-info/entry_points.txt
aiskill.egg-info/requires.txt
aiskill.egg-info/top_level.txt
commands/__init__.py
commands/agents.py
commands/cli.py
commands/discover.py
commands/init.py
commands/lock.py
commands/telemetry_cmd.py
core/__init__.py
core/agent_registry.py
core/config.py
core/design_pattern_detector.py
core/event_store.py
core/graduation_manager.py
core/lock_file.py
core/lsp_analyzer.py
core/mental_analyzer.py
core/migrations.py
core/path_security.py
core/pattern_detector.py
core/sequence_matcher.py
core/session_analyzer.py
core/skill_generator.py
core/skill_tracker.py
core/skillssh_client.py
core/skillssh_publisher.py
core/spec_validator.py
core/telemetry.py
core/unified_suggester.py
core/providers/__init__.py
core/providers/base.py
core/providers/local_provider.py
core/providers/manager.py
core/providers/skillssh_provider.py
core/providers/wellknown_provider.py
hooks/__init__.py
hooks/observer.py
scripts/__init__.py
scripts/discover_skill.py
scripts/get_skill.py
scripts/list_skills.py
scripts/search_skills.py
scripts/skill_registry.py
tests/test_agent_registry.py
tests/test_edge_cases.py
tests/test_event_store.py
tests/test_lock_file.py
tests/test_migrations.py
tests/test_multi_agent_output.py
tests/test_path_security.py
tests/test_pattern_detector.py
tests/test_performance.py
tests/test_phase3_integration.py
tests/test_providers.py
tests/test_sequence_matcher.py
tests/test_skill_generator.py
tests/test_spec_compliance.py
tests/test_telemetry.py
tests/test_v2_integration.py
tests/test_wellknown_provider.py