CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
plugin/.mcp.json
plugin/.claude-plugin/plugin.json
plugin/scripts/launch_mcp.sh
plugin/scripts/mcp_server.py
plugin/skills/create-skill/SKILL.md
plugin/skills/diagnose-skill/SKILL.md
plugin/skills/skill-lifecycle/SKILL.md
skillctl/__init__.py
skillctl/cli.py
skillctl/config.py
skillctl/diff.py
skillctl/errors.py
skillctl/github_auth.py
skillctl/install.py
skillctl/manifest.py
skillctl/store.py
skillctl/utils.py
skillctl/validator.py
skillctl/version.py
skillctl/eval/__init__.py
skillctl/eval/agent_runner.py
skillctl/eval/cli.py
skillctl/eval/compare.py
skillctl/eval/config.py
skillctl/eval/cost.py
skillctl/eval/errors.py
skillctl/eval/eval_schemas.py
skillctl/eval/explanations.py
skillctl/eval/functional.py
skillctl/eval/grading.py
skillctl/eval/html_report.py
skillctl/eval/init.py
skillctl/eval/lifecycle.py
skillctl/eval/regression.py
skillctl/eval/report.py
skillctl/eval/schemas.py
skillctl/eval/trigger.py
skillctl/eval/unified_report.py
skillctl/eval/version.py
skillctl/eval/audit/__init__.py
skillctl/eval/audit/permission_analyzer.py
skillctl/eval/audit/security_scan.py
skillctl/eval/audit/structure_check.py
skillctl/optimize/__init__.py
skillctl/optimize/budget.py
skillctl/optimize/cli.py
skillctl/optimize/eval_runner.py
skillctl/optimize/failure_analyzer.py
skillctl/optimize/llm_client.py
skillctl/optimize/loop.py
skillctl/optimize/promotion_gate.py
skillctl/optimize/provenance.py
skillctl/optimize/types.py
skillctl/optimize/variant_generator.py
skillctl/registry/__init__.py
skillctl/registry/api.py
skillctl/registry/audit.py
skillctl/registry/auth.py
skillctl/registry/config.py
skillctl/registry/db.py
skillctl/registry/github_backend.py
skillctl/registry/server.py
skillctl/registry/storage.py
skillsops.egg-info/PKG-INFO
skillsops.egg-info/SOURCES.txt
skillsops.egg-info/dependency_links.txt
skillsops.egg-info/entry_points.txt
skillsops.egg-info/requires.txt
skillsops.egg-info/top_level.txt
tests/test_api.py
tests/test_audit.py
tests/test_auth.py
tests/test_budget.py
tests/test_cli.py
tests/test_cli_smoke.py
tests/test_content_store.py
tests/test_cost_extended.py
tests/test_db.py
tests/test_diff.py
tests/test_doctor.py
tests/test_eval_init.py
tests/test_eval_runner.py
tests/test_eval_schemas.py
tests/test_explanations.py
tests/test_failure_analyzer.py
tests/test_github_backend.py
tests/test_html_report.py
tests/test_install.py
tests/test_integration_bedrock.py
tests/test_llm_client.py
tests/test_loop.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_package_build.py
tests/test_permission_extended.py
tests/test_plugin_structure.py
tests/test_promotion_gate.py
tests/test_provenance.py
tests/test_skillctl_config.py
tests/test_storage.py
tests/test_utils.py
tests/test_validator.py
tests/test_variant_generator.py