xtrm-tools 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.xtrm/config/README.md +10 -0
- package/{config/mcp_servers.json → .xtrm/config/claude.mcp.json} +0 -28
- package/{config → .xtrm/config}/instructions/agents-top.md +12 -3
- package/{config → .xtrm/config}/instructions/claude-top.md +12 -3
- package/{config → .xtrm/config}/pi/extensions/beads/index.ts +44 -13
- package/{config → .xtrm/config}/pi/extensions/custom-footer/index.ts +59 -82
- package/{config → .xtrm/config}/pi/extensions/xtrm-ui/index.ts +2 -2
- package/{config → .xtrm/config}/pi/install-schema.json +2 -2
- package/.xtrm/config/pi.mcp.json +39 -0
- package/.xtrm/config/settings.json +41 -0
- package/.xtrm/extensions/auto-session-name/index.ts +29 -0
- package/.xtrm/extensions/auto-session-name/package.json +16 -0
- package/.xtrm/extensions/auto-update/index.ts +71 -0
- package/.xtrm/extensions/auto-update/package.json +16 -0
- package/.xtrm/extensions/beads/index.ts +232 -0
- package/.xtrm/extensions/beads/package.json +19 -0
- package/.xtrm/extensions/compact-header/index.ts +69 -0
- package/.xtrm/extensions/compact-header/package.json +16 -0
- package/.xtrm/extensions/core/adapter.ts +52 -0
- package/.xtrm/extensions/core/guard-rules.ts +100 -0
- package/.xtrm/extensions/core/lib.ts +3 -0
- package/.xtrm/extensions/core/logger.ts +45 -0
- package/.xtrm/extensions/core/package.json +18 -0
- package/.xtrm/extensions/core/runner.ts +71 -0
- package/.xtrm/extensions/core/session-state.ts +59 -0
- package/.xtrm/extensions/custom-footer/index.ts +398 -0
- package/.xtrm/extensions/custom-footer/package.json +19 -0
- package/.xtrm/extensions/custom-provider-qwen-cli/index.ts +363 -0
- package/.xtrm/extensions/custom-provider-qwen-cli/package.json +1 -0
- package/.xtrm/extensions/git-checkpoint/index.ts +53 -0
- package/.xtrm/extensions/git-checkpoint/package.json +16 -0
- package/.xtrm/extensions/lsp-bootstrap/index.ts +134 -0
- package/.xtrm/extensions/lsp-bootstrap/package.json +17 -0
- package/.xtrm/extensions/pi-serena-compact/index.ts +121 -0
- package/.xtrm/extensions/pi-serena-compact/package.json +16 -0
- package/.xtrm/extensions/quality-gates/index.ts +66 -0
- package/.xtrm/extensions/quality-gates/package.json +19 -0
- package/.xtrm/extensions/service-skills/index.ts +108 -0
- package/.xtrm/extensions/service-skills/package.json +19 -0
- package/.xtrm/extensions/session-flow/index.ts +96 -0
- package/.xtrm/extensions/session-flow/package.json +19 -0
- package/.xtrm/extensions/xtrm-loader/index.ts +152 -0
- package/.xtrm/extensions/xtrm-loader/package.json +19 -0
- package/.xtrm/extensions/xtrm-ui/format.ts +93 -0
- package/.xtrm/extensions/xtrm-ui/index.ts +1044 -0
- package/.xtrm/extensions/xtrm-ui/package.json +10 -0
- package/.xtrm/extensions/xtrm-ui/themes/pidex-dark.json +85 -0
- package/.xtrm/extensions/xtrm-ui/themes/pidex-light.json +85 -0
- package/{hooks → .xtrm/hooks}/README.md +2 -1
- package/{hooks → .xtrm/hooks}/beads-commit-gate.mjs +4 -0
- package/.xtrm/hooks/beads-memory-gate.mjs +119 -0
- package/{plugins/xtrm-tools → .xtrm}/hooks/quality-check-env.mjs +1 -4
- package/.xtrm/hooks/statusline.mjs +156 -0
- package/{plugins/xtrm-tools → .xtrm}/hooks/using-xtrm-reminder.mjs +8 -7
- package/.xtrm/registry.json +1323 -0
- package/CHANGELOG.md +27 -0
- package/README.md +3 -1
- package/cli/dist/index.cjs +27158 -31320
- package/cli/dist/index.cjs.map +1 -1
- package/cli/package.json +2 -1
- package/package.json +12 -12
- package/.claude-plugin/marketplace.json +0 -19
- package/.claude-plugin/plugin.json +0 -9
- package/config/hooks.json +0 -83
- package/config/settings.json +0 -70
- package/hooks/beads-memory-gate.mjs +0 -94
- package/hooks/quality-check-env.mjs +0 -79
- package/hooks/statusline.mjs +0 -183
- package/hooks/tsconfig-cache.json +0 -4
- package/hooks/using-xtrm-reminder.mjs +0 -47
- package/plugins/xtrm-tools/.claude-plugin/plugin.json +0 -9
- package/plugins/xtrm-tools/.mcp.json +0 -18
- package/plugins/xtrm-tools/hooks/README.md +0 -61
- package/plugins/xtrm-tools/hooks/beads-claim-sync.mjs +0 -154
- package/plugins/xtrm-tools/hooks/beads-commit-gate.mjs +0 -70
- package/plugins/xtrm-tools/hooks/beads-compact-restore.mjs +0 -77
- package/plugins/xtrm-tools/hooks/beads-compact-save.mjs +0 -63
- package/plugins/xtrm-tools/hooks/beads-edit-gate.mjs +0 -85
- package/plugins/xtrm-tools/hooks/beads-gate-core.mjs +0 -236
- package/plugins/xtrm-tools/hooks/beads-gate-messages.mjs +0 -75
- package/plugins/xtrm-tools/hooks/beads-gate-utils.mjs +0 -176
- package/plugins/xtrm-tools/hooks/beads-memory-gate.mjs +0 -94
- package/plugins/xtrm-tools/hooks/beads-stop-gate.mjs +0 -53
- package/plugins/xtrm-tools/hooks/gitnexus/gitnexus-hook.cjs +0 -222
- package/plugins/xtrm-tools/hooks/hooks.json +0 -129
- package/plugins/xtrm-tools/hooks/quality-check.cjs +0 -1286
- package/plugins/xtrm-tools/hooks/quality-check.py +0 -345
- package/plugins/xtrm-tools/hooks/statusline.mjs +0 -183
- package/plugins/xtrm-tools/hooks/tsconfig-cache.json +0 -4
- package/plugins/xtrm-tools/hooks/worktree-boundary.mjs +0 -33
- package/plugins/xtrm-tools/hooks/xtrm-logger.mjs +0 -123
- package/plugins/xtrm-tools/hooks/xtrm-session-logger.mjs +0 -27
- package/plugins/xtrm-tools/hooks/xtrm-tool-logger.mjs +0 -53
- package/plugins/xtrm-tools/skills/README.txt +0 -31
- package/plugins/xtrm-tools/skills/clean-code/SKILL.md +0 -201
- package/plugins/xtrm-tools/skills/creating-service-skills/SKILL.md +0 -433
- package/plugins/xtrm-tools/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/plugins/xtrm-tools/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/bootstrap.py +0 -326
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/plugins/xtrm-tools/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/plugins/xtrm-tools/skills/delegating/SKILL.md +0 -196
- package/plugins/xtrm-tools/skills/delegating/config.yaml +0 -210
- package/plugins/xtrm-tools/skills/delegating/references/orchestration-protocols.md +0 -41
- package/plugins/xtrm-tools/skills/docker-expert/SKILL.md +0 -409
- package/plugins/xtrm-tools/skills/documenting/CHANGELOG.md +0 -23
- package/plugins/xtrm-tools/skills/documenting/README.md +0 -148
- package/plugins/xtrm-tools/skills/documenting/SKILL.md +0 -113
- package/plugins/xtrm-tools/skills/documenting/examples/example_pattern.md +0 -70
- package/plugins/xtrm-tools/skills/documenting/examples/example_reference.md +0 -70
- package/plugins/xtrm-tools/skills/documenting/examples/example_ssot_analytics.md +0 -64
- package/plugins/xtrm-tools/skills/documenting/examples/example_workflow.md +0 -141
- package/plugins/xtrm-tools/skills/documenting/references/changelog-format.md +0 -97
- package/plugins/xtrm-tools/skills/documenting/references/metadata-schema.md +0 -136
- package/plugins/xtrm-tools/skills/documenting/references/taxonomy.md +0 -81
- package/plugins/xtrm-tools/skills/documenting/references/versioning-rules.md +0 -78
- package/plugins/xtrm-tools/skills/documenting/scripts/bump_version.sh +0 -60
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/__init__.py +0 -0
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/add_entry.py +0 -216
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/bump_release.py +0 -117
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/init_changelog.py +0 -54
- package/plugins/xtrm-tools/skills/documenting/scripts/changelog/validate_changelog.py +0 -128
- package/plugins/xtrm-tools/skills/documenting/scripts/drift_detector.py +0 -266
- package/plugins/xtrm-tools/skills/documenting/scripts/generate_template.py +0 -311
- package/plugins/xtrm-tools/skills/documenting/scripts/list_by_category.sh +0 -84
- package/plugins/xtrm-tools/skills/documenting/scripts/orchestrator.py +0 -255
- package/plugins/xtrm-tools/skills/documenting/scripts/validate_metadata.py +0 -242
- package/plugins/xtrm-tools/skills/documenting/templates/CHANGELOG.md.template +0 -13
- package/plugins/xtrm-tools/skills/documenting/tests/integration_test.sh +0 -70
- package/plugins/xtrm-tools/skills/documenting/tests/test_changelog.py +0 -201
- package/plugins/xtrm-tools/skills/documenting/tests/test_drift_detector.py +0 -80
- package/plugins/xtrm-tools/skills/documenting/tests/test_orchestrator.py +0 -52
- package/plugins/xtrm-tools/skills/documenting/tests/test_validate_metadata.py +0 -64
- package/plugins/xtrm-tools/skills/find-skills/SKILL.md +0 -133
- package/plugins/xtrm-tools/skills/gitnexus-exploring/SKILL.md +0 -75
- package/plugins/xtrm-tools/skills/gitnexus-impact-analysis/SKILL.md +0 -94
- package/plugins/xtrm-tools/skills/gitnexus-refactoring/SKILL.md +0 -113
- package/plugins/xtrm-tools/skills/hook-development/SKILL.md +0 -797
- package/plugins/xtrm-tools/skills/hook-development/examples/load-context.sh +0 -55
- package/plugins/xtrm-tools/skills/hook-development/examples/quality-check.js +0 -1168
- package/plugins/xtrm-tools/skills/hook-development/examples/validate-bash.sh +0 -43
- package/plugins/xtrm-tools/skills/hook-development/examples/validate-write.sh +0 -38
- package/plugins/xtrm-tools/skills/hook-development/references/advanced.md +0 -527
- package/plugins/xtrm-tools/skills/hook-development/references/migration.md +0 -369
- package/plugins/xtrm-tools/skills/hook-development/references/patterns.md +0 -412
- package/plugins/xtrm-tools/skills/hook-development/scripts/README.md +0 -164
- package/plugins/xtrm-tools/skills/hook-development/scripts/hook-linter.sh +0 -153
- package/plugins/xtrm-tools/skills/hook-development/scripts/test-hook.sh +0 -252
- package/plugins/xtrm-tools/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
- package/plugins/xtrm-tools/skills/obsidian-cli/SKILL.md +0 -106
- package/plugins/xtrm-tools/skills/orchestrating-agents/SKILL.md +0 -135
- package/plugins/xtrm-tools/skills/orchestrating-agents/config.yaml +0 -45
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/agent-context-integration.md +0 -37
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/examples.md +0 -45
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/handover-protocol.md +0 -31
- package/plugins/xtrm-tools/skills/orchestrating-agents/references/workflows.md +0 -42
- package/plugins/xtrm-tools/skills/orchestrating-agents/scripts/detect_neighbors.py +0 -23
- package/plugins/xtrm-tools/skills/planning/SKILL.md +0 -405
- package/plugins/xtrm-tools/skills/planning/evals/evals.json +0 -19
- package/plugins/xtrm-tools/skills/prompt-improving/README.md +0 -162
- package/plugins/xtrm-tools/skills/prompt-improving/SKILL.md +0 -74
- package/plugins/xtrm-tools/skills/prompt-improving/references/analysis_commands.md +0 -24
- package/plugins/xtrm-tools/skills/prompt-improving/references/chain_of_thought.md +0 -24
- package/plugins/xtrm-tools/skills/prompt-improving/references/mcp_definitions.md +0 -20
- package/plugins/xtrm-tools/skills/prompt-improving/references/multishot.md +0 -23
- package/plugins/xtrm-tools/skills/prompt-improving/references/xml_core.md +0 -60
- package/plugins/xtrm-tools/skills/python-testing/SKILL.md +0 -815
- package/plugins/xtrm-tools/skills/scoping-service-skills/SKILL.md +0 -231
- package/plugins/xtrm-tools/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/plugins/xtrm-tools/skills/senior-backend/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-backend/references/api_design_patterns.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/references/backend_security_practices.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/references/database_optimization_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-backend/scripts/api_load_tester.py +0 -114
- package/plugins/xtrm-tools/skills/senior-backend/scripts/api_scaffolder.py +0 -114
- package/plugins/xtrm-tools/skills/senior-backend/scripts/database_migration_tool.py +0 -114
- package/plugins/xtrm-tools/skills/senior-data-scientist/SKILL.md +0 -226
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/experiment_design_frameworks.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/feature_engineering_patterns.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/references/statistical_methods_advanced.md +0 -80
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/experiment_designer.py +0 -100
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +0 -100
- package/plugins/xtrm-tools/skills/senior-data-scientist/scripts/model_evaluation_suite.py +0 -100
- package/plugins/xtrm-tools/skills/senior-devops/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-devops/references/cicd_pipeline_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/references/deployment_strategies.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/references/infrastructure_as_code.md +0 -103
- package/plugins/xtrm-tools/skills/senior-devops/scripts/deployment_manager.py +0 -114
- package/plugins/xtrm-tools/skills/senior-devops/scripts/pipeline_generator.py +0 -114
- package/plugins/xtrm-tools/skills/senior-devops/scripts/terraform_scaffolder.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/SKILL.md +0 -209
- package/plugins/xtrm-tools/skills/senior-security/references/cryptography_implementation.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/references/penetration_testing_guide.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/references/security_architecture_patterns.md +0 -103
- package/plugins/xtrm-tools/skills/senior-security/scripts/pentest_automator.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/scripts/security_auditor.py +0 -114
- package/plugins/xtrm-tools/skills/senior-security/scripts/threat_modeler.py +0 -114
- package/plugins/xtrm-tools/skills/skill-creator/LICENSE.txt +0 -202
- package/plugins/xtrm-tools/skills/skill-creator/SKILL.md +0 -479
- package/plugins/xtrm-tools/skills/skill-creator/agents/analyzer.md +0 -274
- package/plugins/xtrm-tools/skills/skill-creator/agents/comparator.md +0 -202
- package/plugins/xtrm-tools/skills/skill-creator/agents/grader.md +0 -223
- package/plugins/xtrm-tools/skills/skill-creator/assets/eval_review.html +0 -146
- package/plugins/xtrm-tools/skills/skill-creator/eval-viewer/generate_review.py +0 -471
- package/plugins/xtrm-tools/skills/skill-creator/eval-viewer/viewer.html +0 -1325
- package/plugins/xtrm-tools/skills/skill-creator/references/schemas.md +0 -430
- package/plugins/xtrm-tools/skills/skill-creator/scripts/__init__.py +0 -0
- package/plugins/xtrm-tools/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
- package/plugins/xtrm-tools/skills/skill-creator/scripts/generate_report.py +0 -326
- package/plugins/xtrm-tools/skills/skill-creator/scripts/improve_description.py +0 -248
- package/plugins/xtrm-tools/skills/skill-creator/scripts/package_skill.py +0 -136
- package/plugins/xtrm-tools/skills/skill-creator/scripts/quick_validate.py +0 -103
- package/plugins/xtrm-tools/skills/skill-creator/scripts/run_eval.py +0 -310
- package/plugins/xtrm-tools/skills/skill-creator/scripts/run_loop.py +0 -332
- package/plugins/xtrm-tools/skills/skill-creator/scripts/utils.py +0 -47
- package/plugins/xtrm-tools/skills/sync-docs/SKILL.md +0 -286
- package/plugins/xtrm-tools/skills/sync-docs/evals/evals.json +0 -89
- package/plugins/xtrm-tools/skills/sync-docs/references/doc-structure.md +0 -99
- package/plugins/xtrm-tools/skills/sync-docs/references/schema.md +0 -103
- package/plugins/xtrm-tools/skills/sync-docs/scripts/changelog/add_entry.py +0 -216
- package/plugins/xtrm-tools/skills/sync-docs/scripts/context_gatherer.py +0 -240
- package/plugins/xtrm-tools/skills/sync-docs/scripts/doc_structure_analyzer.py +0 -495
- package/plugins/xtrm-tools/skills/sync-docs/scripts/drift_detector.py +0 -563
- package/plugins/xtrm-tools/skills/sync-docs/scripts/validate_doc.py +0 -365
- package/plugins/xtrm-tools/skills/sync-docs/scripts/validate_metadata.py +0 -185
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/benchmark.json +0 -293
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/outputs/result.md +0 -210
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/outputs/result.md +0 -101
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/outputs/result.md +0 -198
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/outputs/result.md +0 -94
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/outputs/result.md +0 -237
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/outputs/result.md +0 -134
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/grading.json +0 -28
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/benchmark.json +0 -297
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/outputs/result.md +0 -137
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/grading.json +0 -92
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/outputs/result.md +0 -134
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/grading.json +0 -86
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/outputs/result.md +0 -193
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/grading.json +0 -72
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/outputs/result.md +0 -211
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/grading.json +0 -91
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/outputs/result.md +0 -182
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/outputs/result.md +0 -222
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/grading.json +0 -88
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/benchmark.json +0 -298
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/benchmark.md +0 -13
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/outputs/result.md +0 -125
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/grading.json +0 -97
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/outputs/result.md +0 -144
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/grading.json +0 -78
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/outputs/result.md +0 -104
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/grading.json +0 -91
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/outputs/result.md +0 -79
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/grading.json +0 -82
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/eval_metadata.json +0 -27
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase1_context.json +0 -302
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase2_drift.txt +0 -33
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase3_analysis.json +0 -114
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase4_fix.txt +0 -118
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase5_validate.txt +0 -38
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/result.md +0 -158
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/outputs/result.md +0 -71
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/grading.json +0 -90
- package/plugins/xtrm-tools/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/plugins/xtrm-tools/skills/test-planning/SKILL.md +0 -465
- package/plugins/xtrm-tools/skills/test-planning/evals/evals.json +0 -23
- package/plugins/xtrm-tools/skills/updating-service-skills/SKILL.md +0 -136
- package/plugins/xtrm-tools/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/plugins/xtrm-tools/skills/using-quality-gates/SKILL.md +0 -254
- package/plugins/xtrm-tools/skills/using-serena-lsp/README.md +0 -8
- package/plugins/xtrm-tools/skills/using-serena-lsp/REFERENCE.md +0 -194
- package/plugins/xtrm-tools/skills/using-serena-lsp/SKILL.md +0 -82
- package/plugins/xtrm-tools/skills/using-service-skills/SKILL.md +0 -108
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/plugins/xtrm-tools/skills/using-service-skills/scripts/test_skill_activator.py +0 -58
- package/plugins/xtrm-tools/skills/using-tdd/SKILL.md +0 -410
- package/plugins/xtrm-tools/skills/using-xtrm/SKILL.md +0 -127
- package/plugins/xtrm-tools/skills/xt-debugging/SKILL.md +0 -149
- package/plugins/xtrm-tools/skills/xt-end/SKILL.md +0 -297
- package/plugins/xtrm-tools/skills/xt-merge/SKILL.md +0 -313
- package/project-skills/quality-gates/.claude/hooks/hook-config.json +0 -66
- package/project-skills/quality-gates/.claude/hooks/quality-check.cjs +0 -1286
- package/project-skills/quality-gates/.claude/hooks/quality-check.py +0 -334
- package/project-skills/quality-gates/.claude/settings.json +0 -3
- package/project-skills/quality-gates/.claude/skills/using-quality-gates/SKILL.md +0 -254
- package/project-skills/quality-gates/README.md +0 -109
- package/project-skills/quality-gates/evals/evals.json +0 -181
- package/project-skills/quality-gates/workspace/iteration-1/FINAL-EVAL-SUMMARY.md +0 -75
- package/project-skills/quality-gates/workspace/iteration-1/edge-case-auto-fix-verification/with_skill/outputs/response.md +0 -59
- package/project-skills/quality-gates/workspace/iteration-1/edge-case-mixed-language-project/with_skill/outputs/response.md +0 -60
- package/project-skills/quality-gates/workspace/iteration-1/eval-summary.md +0 -105
- package/project-skills/quality-gates/workspace/iteration-1/partial-install-python-only/with_skill/outputs/response.md +0 -93
- package/project-skills/quality-gates/workspace/iteration-1/python-refactor-request/with_skill/outputs/response.md +0 -104
- package/project-skills/quality-gates/workspace/iteration-1/quality-gate-error-fix/with_skill/outputs/response.md +0 -74
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-general-chat/with_skill/outputs/response.md +0 -18
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-math-question/with_skill/outputs/response.md +0 -18
- package/project-skills/quality-gates/workspace/iteration-1/should-not-trigger-unrelated-coding/with_skill/outputs/response.md +0 -56
- package/project-skills/quality-gates/workspace/iteration-1/tdd-guard-blocking-confusion/with_skill/outputs/response.md +0 -67
- package/project-skills/quality-gates/workspace/iteration-1/typescript-feature-with-tests/with_skill/outputs/response.md +0 -97
- package/project-skills/service-skills-set/.claude/git-hooks/doc_reminder.py +0 -67
- package/project-skills/service-skills-set/.claude/git-hooks/skill_staleness.py +0 -194
- package/project-skills/service-skills-set/.claude/service-registry.json +0 -4
- package/project-skills/service-skills-set/.claude/settings.json +0 -37
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/SKILL.md +0 -433
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/bootstrap.py +0 -308
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/project-skills/service-skills-set/.claude/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/project-skills/service-skills-set/.claude/skills/scoping-service-skills/SKILL.md +0 -231
- package/project-skills/service-skills-set/.claude/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/project-skills/service-skills-set/.claude/skills/updating-service-skills/SKILL.md +0 -136
- package/project-skills/service-skills-set/.claude/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/SKILL.md +0 -108
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/project-skills/service-skills-set/.claude/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/project-skills/service-skills-set/README.md +0 -93
- package/project-skills/service-skills-set/install-service-skills.py +0 -193
- package/project-skills/service-skills-set/service-skills-readme.md +0 -236
- package/skills/README.txt +0 -31
- package/skills/clean-code/SKILL.md +0 -201
- package/skills/creating-service-skills/SKILL.md +0 -433
- package/skills/creating-service-skills/references/script_quality_standards.md +0 -425
- package/skills/creating-service-skills/references/service_skill_system_guide.md +0 -278
- package/skills/creating-service-skills/scripts/bootstrap.py +0 -326
- package/skills/creating-service-skills/scripts/deep_dive.py +0 -304
- package/skills/creating-service-skills/scripts/scaffolder.py +0 -482
- package/skills/delegating/SKILL.md +0 -196
- package/skills/delegating/config.yaml +0 -210
- package/skills/delegating/references/orchestration-protocols.md +0 -41
- package/skills/docker-expert/SKILL.md +0 -409
- package/skills/documenting/CHANGELOG.md +0 -23
- package/skills/documenting/README.md +0 -148
- package/skills/documenting/SKILL.md +0 -113
- package/skills/documenting/examples/example_pattern.md +0 -70
- package/skills/documenting/examples/example_reference.md +0 -70
- package/skills/documenting/examples/example_ssot_analytics.md +0 -64
- package/skills/documenting/examples/example_workflow.md +0 -141
- package/skills/documenting/references/changelog-format.md +0 -97
- package/skills/documenting/references/metadata-schema.md +0 -136
- package/skills/documenting/references/taxonomy.md +0 -81
- package/skills/documenting/references/versioning-rules.md +0 -78
- package/skills/documenting/scripts/bump_version.sh +0 -60
- package/skills/documenting/scripts/changelog/__init__.py +0 -0
- package/skills/documenting/scripts/changelog/add_entry.py +0 -216
- package/skills/documenting/scripts/changelog/bump_release.py +0 -117
- package/skills/documenting/scripts/changelog/init_changelog.py +0 -54
- package/skills/documenting/scripts/changelog/validate_changelog.py +0 -128
- package/skills/documenting/scripts/drift_detector.py +0 -266
- package/skills/documenting/scripts/generate_template.py +0 -311
- package/skills/documenting/scripts/list_by_category.sh +0 -84
- package/skills/documenting/scripts/orchestrator.py +0 -255
- package/skills/documenting/scripts/validate_metadata.py +0 -242
- package/skills/documenting/templates/CHANGELOG.md.template +0 -13
- package/skills/find-skills/SKILL.md +0 -133
- package/skills/gitnexus-exploring/SKILL.md +0 -75
- package/skills/gitnexus-impact-analysis/SKILL.md +0 -94
- package/skills/gitnexus-refactoring/SKILL.md +0 -113
- package/skills/hook-development/SKILL.md +0 -797
- package/skills/hook-development/examples/load-context.sh +0 -55
- package/skills/hook-development/examples/quality-check.js +0 -1168
- package/skills/hook-development/examples/validate-bash.sh +0 -43
- package/skills/hook-development/examples/validate-write.sh +0 -38
- package/skills/hook-development/references/advanced.md +0 -527
- package/skills/hook-development/references/migration.md +0 -369
- package/skills/hook-development/references/patterns.md +0 -412
- package/skills/hook-development/scripts/README.md +0 -164
- package/skills/hook-development/scripts/hook-linter.sh +0 -153
- package/skills/hook-development/scripts/test-hook.sh +0 -252
- package/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
- package/skills/obsidian-cli/SKILL.md +0 -106
- package/skills/orchestrating-agents/SKILL.md +0 -135
- package/skills/orchestrating-agents/config.yaml +0 -45
- package/skills/orchestrating-agents/references/agent-context-integration.md +0 -37
- package/skills/orchestrating-agents/references/examples.md +0 -45
- package/skills/orchestrating-agents/references/handover-protocol.md +0 -31
- package/skills/orchestrating-agents/references/workflows.md +0 -42
- package/skills/orchestrating-agents/scripts/detect_neighbors.py +0 -23
- package/skills/planning/SKILL.md +0 -405
- package/skills/planning/evals/evals.json +0 -19
- package/skills/prompt-improving/README.md +0 -162
- package/skills/prompt-improving/SKILL.md +0 -74
- package/skills/prompt-improving/references/analysis_commands.md +0 -24
- package/skills/prompt-improving/references/chain_of_thought.md +0 -24
- package/skills/prompt-improving/references/mcp_definitions.md +0 -20
- package/skills/prompt-improving/references/multishot.md +0 -23
- package/skills/prompt-improving/references/xml_core.md +0 -60
- package/skills/python-testing/SKILL.md +0 -815
- package/skills/scoping-service-skills/SKILL.md +0 -231
- package/skills/scoping-service-skills/scripts/scope.py +0 -74
- package/skills/senior-backend/SKILL.md +0 -209
- package/skills/senior-backend/references/api_design_patterns.md +0 -103
- package/skills/senior-backend/references/backend_security_practices.md +0 -103
- package/skills/senior-backend/references/database_optimization_guide.md +0 -103
- package/skills/senior-backend/scripts/api_load_tester.py +0 -114
- package/skills/senior-backend/scripts/api_scaffolder.py +0 -114
- package/skills/senior-backend/scripts/database_migration_tool.py +0 -114
- package/skills/senior-data-scientist/SKILL.md +0 -226
- package/skills/senior-data-scientist/references/experiment_design_frameworks.md +0 -80
- package/skills/senior-data-scientist/references/feature_engineering_patterns.md +0 -80
- package/skills/senior-data-scientist/references/statistical_methods_advanced.md +0 -80
- package/skills/senior-data-scientist/scripts/experiment_designer.py +0 -100
- package/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +0 -100
- package/skills/senior-data-scientist/scripts/model_evaluation_suite.py +0 -100
- package/skills/senior-devops/SKILL.md +0 -209
- package/skills/senior-devops/references/cicd_pipeline_guide.md +0 -103
- package/skills/senior-devops/references/deployment_strategies.md +0 -103
- package/skills/senior-devops/references/infrastructure_as_code.md +0 -103
- package/skills/senior-devops/scripts/deployment_manager.py +0 -114
- package/skills/senior-devops/scripts/pipeline_generator.py +0 -114
- package/skills/senior-devops/scripts/terraform_scaffolder.py +0 -114
- package/skills/senior-security/SKILL.md +0 -209
- package/skills/senior-security/references/cryptography_implementation.md +0 -103
- package/skills/senior-security/references/penetration_testing_guide.md +0 -103
- package/skills/senior-security/references/security_architecture_patterns.md +0 -103
- package/skills/senior-security/scripts/pentest_automator.py +0 -114
- package/skills/senior-security/scripts/security_auditor.py +0 -114
- package/skills/senior-security/scripts/threat_modeler.py +0 -114
- package/skills/skill-creator/LICENSE.txt +0 -202
- package/skills/skill-creator/SKILL.md +0 -479
- package/skills/skill-creator/agents/analyzer.md +0 -274
- package/skills/skill-creator/agents/comparator.md +0 -202
- package/skills/skill-creator/agents/grader.md +0 -223
- package/skills/skill-creator/assets/eval_review.html +0 -146
- package/skills/skill-creator/eval-viewer/generate_review.py +0 -471
- package/skills/skill-creator/eval-viewer/viewer.html +0 -1325
- package/skills/skill-creator/references/schemas.md +0 -430
- package/skills/skill-creator/scripts/__init__.py +0 -0
- package/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
- package/skills/skill-creator/scripts/generate_report.py +0 -326
- package/skills/skill-creator/scripts/improve_description.py +0 -248
- package/skills/skill-creator/scripts/package_skill.py +0 -136
- package/skills/skill-creator/scripts/quick_validate.py +0 -103
- package/skills/skill-creator/scripts/run_eval.py +0 -310
- package/skills/skill-creator/scripts/run_loop.py +0 -332
- package/skills/skill-creator/scripts/utils.py +0 -47
- package/skills/sync-docs/SKILL.md +0 -286
- package/skills/sync-docs/evals/evals.json +0 -89
- package/skills/sync-docs/references/doc-structure.md +0 -99
- package/skills/sync-docs/references/schema.md +0 -103
- package/skills/sync-docs/scripts/changelog/add_entry.py +0 -216
- package/skills/sync-docs/scripts/context_gatherer.py +0 -240
- package/skills/sync-docs/scripts/doc_structure_analyzer.py +0 -495
- package/skills/sync-docs/scripts/drift_detector.py +0 -563
- package/skills/sync-docs/scripts/validate_doc.py +0 -365
- package/skills/sync-docs/scripts/validate_metadata.py +0 -185
- package/skills/sync-docs-workspace/iteration-1/benchmark.json +0 -293
- package/skills/sync-docs-workspace/iteration-1/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/outputs/result.md +0 -210
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/outputs/result.md +0 -101
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-1/eval-doc-audit/without_skill/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/outputs/result.md +0 -198
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/outputs/result.md +0 -94
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-fix-mode/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/outputs/result.md +0 -237
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/outputs/result.md +0 -134
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/grading.json +0 -28
- package/skills/sync-docs-workspace/iteration-1/eval-sprint-closeout/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/benchmark.json +0 -297
- package/skills/sync-docs-workspace/iteration-2/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/outputs/result.md +0 -137
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/grading.json +0 -92
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/outputs/result.md +0 -134
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/grading.json +0 -86
- package/skills/sync-docs-workspace/iteration-2/eval-doc-audit/without_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/outputs/result.md +0 -193
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/grading.json +0 -72
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/outputs/result.md +0 -211
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/grading.json +0 -91
- package/skills/sync-docs-workspace/iteration-2/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/outputs/result.md +0 -182
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/with_skill/run-1/timing.json +0 -1
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/outputs/result.md +0 -222
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/grading.json +0 -88
- package/skills/sync-docs-workspace/iteration-2/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/benchmark.json +0 -298
- package/skills/sync-docs-workspace/iteration-3/benchmark.md +0 -13
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/outputs/result.md +0 -125
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/grading.json +0 -97
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/outputs/result.md +0 -144
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/grading.json +0 -78
- package/skills/sync-docs-workspace/iteration-3/eval-doc-audit/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/outputs/result.md +0 -104
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/grading.json +0 -91
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/outputs/result.md +0 -79
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/grading.json +0 -82
- package/skills/sync-docs-workspace/iteration-3/eval-fix-mode/without_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/eval_metadata.json +0 -27
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase1_context.json +0 -302
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase2_drift.txt +0 -33
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase3_analysis.json +0 -114
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase4_fix.txt +0 -118
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/phase5_validate.txt +0 -38
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/outputs/result.md +0 -158
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/grading.json +0 -95
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/with_skill/run-1/timing.json +0 -5
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/outputs/result.md +0 -71
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/grading.json +0 -90
- package/skills/sync-docs-workspace/iteration-3/eval-sprint-closeout/without_skill/run-1/timing.json +0 -5
- package/skills/test-planning/SKILL.md +0 -465
- package/skills/test-planning/evals/evals.json +0 -23
- package/skills/updating-service-skills/SKILL.md +0 -136
- package/skills/updating-service-skills/scripts/drift_detector.py +0 -222
- package/skills/using-quality-gates/SKILL.md +0 -254
- package/skills/using-serena-lsp/README.md +0 -8
- package/skills/using-serena-lsp/REFERENCE.md +0 -194
- package/skills/using-serena-lsp/SKILL.md +0 -82
- package/skills/using-service-skills/SKILL.md +0 -108
- package/skills/using-service-skills/scripts/cataloger.py +0 -74
- package/skills/using-service-skills/scripts/skill_activator.py +0 -152
- package/skills/using-service-skills/scripts/test_skill_activator.py +0 -58
- package/skills/using-tdd/SKILL.md +0 -410
- package/skills/using-xtrm/SKILL.md +0 -127
- package/skills/xt-debugging/SKILL.md +0 -149
- package/skills/xt-end/SKILL.md +0 -297
- package/skills/xt-merge/SKILL.md +0 -313
- /package/{config → .xtrm/config}/.env.example +0 -0
- /package/{config/mcp_servers_optional.json → .xtrm/config/claude.mcp.optional.json} +0 -0
- /package/{hooks → .xtrm/config}/hooks.json +0 -0
- /package/{config → .xtrm/config}/pi/auth.json.template +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-session-name/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-session-name/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-update/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/auto-update/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/beads/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/compact-header/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/compact-header/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/adapter.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/guard-rules.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/lib.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/logger.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/runner.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/core/session-state.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-footer/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-provider-qwen-cli/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/custom-provider-qwen-cli/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/git-checkpoint/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/git-checkpoint/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/lsp-bootstrap/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/lsp-bootstrap/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/pi-serena-compact/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/pi-serena-compact/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/quality-gates/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/quality-gates/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/service-skills/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/service-skills/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/session-flow/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/session-flow/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-loader/index.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-loader/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/format.ts +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/package.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/themes/pidex-dark.json +0 -0
- /package/{config → .xtrm/config}/pi/extensions/xtrm-ui/themes/pidex-light.json +0 -0
- /package/{config → .xtrm/config}/pi/models.json.template +0 -0
- /package/{config → .xtrm/config}/pi/pi-worktrees-settings.json +0 -0
- /package/{config → .xtrm/config}/pi/settings.json.template +0 -0
- /package/{hooks → .xtrm/hooks}/beads-claim-sync.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-compact-restore.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-compact-save.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-edit-gate.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-core.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-messages.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-gate-utils.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/beads-stop-gate.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/gitnexus/gitnexus-hook.cjs +0 -0
- /package/{hooks → .xtrm/hooks}/quality-check.cjs +0 -0
- /package/{hooks → .xtrm/hooks}/quality-check.py +0 -0
- /package/{hooks → .xtrm/hooks}/worktree-boundary.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-logger.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-session-logger.mjs +0 -0
- /package/{hooks → .xtrm/hooks}/xtrm-tool-logger.mjs +0 -0
|
@@ -1,482 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python3
|
|
2
|
-
"""
|
|
3
|
-
Scaffolder for creating-service-skills.
|
|
4
|
-
|
|
5
|
-
Phase 1 of the two-phase workflow: generates a structural skeleton for a new
|
|
6
|
-
service skill by parsing docker-compose.yml, Dockerfiles, and dependency files.
|
|
7
|
-
The skeleton contains [PENDING RESEARCH] markers for the agent to fill in Phase 2.
|
|
8
|
-
|
|
9
|
-
Output location: .claude/skills/<service-id>/
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
import sys
|
|
13
|
-
from pathlib import Path
|
|
14
|
-
|
|
15
|
-
# Resolve bootstrap from this script's directory
|
|
16
|
-
script_dir = Path(__file__).parent
|
|
17
|
-
sys.path.insert(0, str(script_dir))
|
|
18
|
-
|
|
19
|
-
from bootstrap import RootResolutionError, get_project_root, register_service # noqa: E402
|
|
20
|
-
|
|
21
|
-
# ---------------------------------------------------------------------------
|
|
22
|
-
# Official documentation map — populated from detected technologies
|
|
23
|
-
# ---------------------------------------------------------------------------
|
|
24
|
-
OFFICIAL_DOCS: dict[str, tuple[str, str]] = {
|
|
25
|
-
# Docker images / databases
|
|
26
|
-
"postgres": ("PostgreSQL", "https://www.postgresql.org/docs/"),
|
|
27
|
-
"timescale": ("TimescaleDB", "https://docs.timescale.com/"),
|
|
28
|
-
"timescaledb": ("TimescaleDB", "https://docs.timescale.com/"),
|
|
29
|
-
"redis": ("Redis", "https://redis.io/docs/"),
|
|
30
|
-
"mysql": ("MySQL", "https://dev.mysql.com/doc/"),
|
|
31
|
-
"mongodb": ("MongoDB", "https://www.mongodb.com/docs/"),
|
|
32
|
-
"mongo": ("MongoDB", "https://www.mongodb.com/docs/"),
|
|
33
|
-
"elasticsearch": ("Elasticsearch", "https://www.elastic.co/guide/"),
|
|
34
|
-
"rabbitmq": ("RabbitMQ", "https://www.rabbitmq.com/documentation.html"),
|
|
35
|
-
"kafka": ("Apache Kafka", "https://kafka.apache.org/documentation/"),
|
|
36
|
-
"clickhouse": ("ClickHouse", "https://clickhouse.com/docs/"),
|
|
37
|
-
# Python packages
|
|
38
|
-
"fastapi": ("FastAPI", "https://fastapi.tiangolo.com/"),
|
|
39
|
-
"flask": ("Flask", "https://flask.palletsprojects.com/"),
|
|
40
|
-
"django": ("Django", "https://docs.djangoproject.com/"),
|
|
41
|
-
"sqlalchemy": ("SQLAlchemy", "https://docs.sqlalchemy.org/"),
|
|
42
|
-
"alembic": ("Alembic", "https://alembic.sqlalchemy.org/en/latest/"),
|
|
43
|
-
"prisma": ("Prisma", "https://www.prisma.io/docs/"),
|
|
44
|
-
"celery": ("Celery", "https://docs.celeryq.dev/"),
|
|
45
|
-
"pydantic": ("Pydantic", "https://docs.pydantic.dev/"),
|
|
46
|
-
"asyncpg": ("asyncpg", "https://magicstack.github.io/asyncpg/"),
|
|
47
|
-
"psycopg2": ("psycopg2", "https://www.psycopg.org/docs/"),
|
|
48
|
-
"psycopg": ("psycopg3", "https://www.psycopg.org/psycopg3/docs/"),
|
|
49
|
-
"aiohttp": ("aiohttp", "https://docs.aiohttp.org/"),
|
|
50
|
-
"httpx": ("HTTPX", "https://www.python-httpx.org/"),
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
def scaffold_service_skill(service_id: str, compose_data: dict) -> Path:
|
|
55
|
-
"""
|
|
56
|
-
Main entry point for Phase 1 scaffolding.
|
|
57
|
-
"""
|
|
58
|
-
try:
|
|
59
|
-
project_root = get_project_root()
|
|
60
|
-
except RootResolutionError as e:
|
|
61
|
-
print(f"Error: {e}")
|
|
62
|
-
sys.exit(1)
|
|
63
|
-
|
|
64
|
-
skill_dir = Path(project_root) / ".claude" / "skills" / service_id
|
|
65
|
-
if skill_dir.exists():
|
|
66
|
-
print(f"Skill directory already exists: {skill_dir}")
|
|
67
|
-
print("Aborting to prevent overwriting. Delete it manually if you want to re-scaffold.")
|
|
68
|
-
sys.exit(1)
|
|
69
|
-
|
|
70
|
-
print(f"Scaffolding new service skill: {service_id}")
|
|
71
|
-
print(f"Target directory: {skill_dir}")
|
|
72
|
-
|
|
73
|
-
skill_dir.mkdir(parents=True)
|
|
74
|
-
(skill_dir / "scripts").mkdir()
|
|
75
|
-
(skill_dir / "references").mkdir()
|
|
76
|
-
(skill_dir / "assets").mkdir()
|
|
77
|
-
|
|
78
|
-
# Detect service details from compose
|
|
79
|
-
service_config = compose_data.get("services", {}).get(service_id, {})
|
|
80
|
-
|
|
81
|
-
# 1. Generate SKILL.md
|
|
82
|
-
write_skill_md(service_id, service_config, skill_dir)
|
|
83
|
-
|
|
84
|
-
# 2. Generate script stubs
|
|
85
|
-
write_script_stubs(service_id, skill_dir)
|
|
86
|
-
|
|
87
|
-
# 3. Generate reference stubs
|
|
88
|
-
write_reference_stubs(service_id, skill_dir)
|
|
89
|
-
|
|
90
|
-
# 4. Register service in bootstrap state
|
|
91
|
-
# [TODO] Fill in territory and name properly
|
|
92
|
-
register_service(
|
|
93
|
-
service_id, service_id, [], str((skill_dir / "SKILL.md").relative_to(project_root))
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
print(f"\n✅ Phase 1 Complete for {service_id}")
|
|
97
|
-
print("Next step: Run Phase 2 deep dive for this service.")
|
|
98
|
-
return skill_dir
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
def write_skill_md(service_id: str, config: dict, skill_dir: Path) -> None:
|
|
102
|
-
"""Generate the root SKILL.md file."""
|
|
103
|
-
name = service_id.replace("-", " ").replace("_", " ").title()
|
|
104
|
-
persona = f"{name} Expert"
|
|
105
|
-
|
|
106
|
-
# Detect docs to link
|
|
107
|
-
docs_section = ""
|
|
108
|
-
# [PENDING] Implement documentation auto-detection logic here
|
|
109
|
-
|
|
110
|
-
content = f"""---
|
|
111
|
-
name: {service_id}
|
|
112
|
-
description: >-
|
|
113
|
-
[PENDING RESEARCH] Specialized knowledge for the {name} service.
|
|
114
|
-
Use when debugging, analyzing performance, or understanding this service.
|
|
115
|
-
allowed-tools: Bash(python3 *), Read, Grep, Glob
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
# {name}
|
|
119
|
-
|
|
120
|
-
## Service Overview
|
|
121
|
-
|
|
122
|
-
[PENDING RESEARCH] Describe what this service does, its role in the system,
|
|
123
|
-
and whether it runs continuously, as a one-shot job, or on a schedule.
|
|
124
|
-
|
|
125
|
-
**Persona**: {persona}
|
|
126
|
-
|
|
127
|
-
## Architecture
|
|
128
|
-
|
|
129
|
-
[PENDING RESEARCH]
|
|
130
|
-
|
|
131
|
-
**Entry Point**: [Verify in Dockerfile CMD and docker-compose `command:` field]
|
|
132
|
-
**Container Name**: {service_id}
|
|
133
|
-
**Restart Policy**: [PENDING RESEARCH]
|
|
134
|
-
|
|
135
|
-
**Primary Modules**:
|
|
136
|
-
- [PENDING RESEARCH] List key modules after reading the source tree
|
|
137
|
-
|
|
138
|
-
**Dependencies**: [PENDING RESEARCH] PostgreSQL? Redis? External APIs?
|
|
139
|
-
|
|
140
|
-
## ⚠️ CRITICAL REQUIREMENTS
|
|
141
|
-
|
|
142
|
-
[PENDING RESEARCH] Add any mandatory patterns, initialization calls, or
|
|
143
|
-
invariants that must not be violated when modifying this service.
|
|
144
|
-
|
|
145
|
-
## Data Flows
|
|
146
|
-
|
|
147
|
-
[PENDING RESEARCH] Trace the primary data paths through the service.
|
|
148
|
-
|
|
149
|
-
## Database Interactions
|
|
150
|
-
|
|
151
|
-
[PENDING RESEARCH]
|
|
152
|
-
|
|
153
|
-
| Table | Operation | Timestamp Column | Stale Threshold |
|
|
154
|
-
|-------|-----------|-----------------|-----------------|
|
|
155
|
-
| [table] | INSERT/SELECT | [col] | [N min] |
|
|
156
|
-
|
|
157
|
-
## Common Operations
|
|
158
|
-
|
|
159
|
-
### Service Management
|
|
160
|
-
|
|
161
|
-
```bash
|
|
162
|
-
# Start the service
|
|
163
|
-
docker compose up -d {service_id}
|
|
164
|
-
|
|
165
|
-
# Check logs
|
|
166
|
-
docker logs {service_id} --tail 50
|
|
167
|
-
|
|
168
|
-
# Restart
|
|
169
|
-
docker compose restart {service_id}
|
|
170
|
-
```
|
|
171
|
-
|
|
172
|
-
### Data Inspection
|
|
173
|
-
|
|
174
|
-
- **Health check**: `python3 .claude/skills/{service_id}/scripts/health_probe.py`
|
|
175
|
-
- **Log analysis**: `python3 .claude/skills/{service_id}/scripts/log_hunter.py`
|
|
176
|
-
- **Data explorer**: `python3 .claude/skills/{service_id}/scripts/data_explorer.py`
|
|
177
|
-
|
|
178
|
-
## Troubleshooting Guide
|
|
179
|
-
|
|
180
|
-
[PENDING RESEARCH] Fill from exception handlers and code comments.
|
|
181
|
-
|
|
182
|
-
| Symptom | Likely Cause | Resolution |
|
|
183
|
-
|---------|-------------|------------|
|
|
184
|
-
| [what you see] | [root cause] | [exact command to fix] |
|
|
185
|
-
|
|
186
|
-
Minimum 5 rows required.
|
|
187
|
-
|
|
188
|
-
<!-- SEMANTIC_START -->
|
|
189
|
-
## Semantic Deep Dive (Human/Agent Refined)
|
|
190
|
-
|
|
191
|
-
[PENDING RESEARCH] Add deep operational knowledge after Phase 2 deep dive.
|
|
192
|
-
|
|
193
|
-
<!-- SEMANTIC_END -->
|
|
194
|
-
|
|
195
|
-
## Scripts
|
|
196
|
-
|
|
197
|
-
- `scripts/health_probe.py` — Container status + table freshness check
|
|
198
|
-
- `scripts/log_hunter.py` — Service-specific log pattern analysis
|
|
199
|
-
- `scripts/data_explorer.py` — Safe database inspection (read-only)
|
|
200
|
-
|
|
201
|
-
## References
|
|
202
|
-
{docs_section}
|
|
203
|
-
- `references/deep_dive.md` — Detailed Phase 2 research notes
|
|
204
|
-
- `references/architecture_ssot.md` — Architecture SSOT (link from project SSOT if available)
|
|
205
|
-
|
|
206
|
-
---
|
|
207
|
-
|
|
208
|
-
*Generated by creating-service-skills Phase 1. Run Phase 2 to fill [PENDING RESEARCH] markers.*
|
|
209
|
-
""" # nosec B608
|
|
210
|
-
(skill_dir / "SKILL.md").write_text(content, encoding="utf-8")
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
def write_script_stubs(service_id: str, skill_dir: Path) -> None:
|
|
214
|
-
"""
|
|
215
|
-
Write Phase 1 script stubs into the skill's scripts/ directory.
|
|
216
|
-
"""
|
|
217
|
-
scripts_dir = skill_dir / "scripts"
|
|
218
|
-
scripts_dir.mkdir(parents=True, exist_ok=True)
|
|
219
|
-
|
|
220
|
-
# health_probe.py stub (using replace to avoid f-string escaping hell)
|
|
221
|
-
health_probe_tpl = '''#!/usr/bin/env python3
|
|
222
|
-
"""Health probe for {{SERVICE_ID}}.
|
|
223
|
-
|
|
224
|
-
[PENDING RESEARCH] Replace all [FILL] markers during Phase 2 deep dive.
|
|
225
|
-
"""
|
|
226
|
-
import json
|
|
227
|
-
import subprocess
|
|
228
|
-
import sys
|
|
229
|
-
|
|
230
|
-
CONTAINER = "{{SERVICE_ID}}"
|
|
231
|
-
# [PENDING RESEARCH] Set the actual external-mapped DB port (e.g. 5433 for host, 5432 for container)
|
|
232
|
-
DB_PORT = 5433
|
|
233
|
-
# [PENDING RESEARCH] Set the actual output table(s) and stale thresholds in minutes
|
|
234
|
-
STALE_CHECKS: list[dict] = [
|
|
235
|
-
# {"table": "table_name", "ts_col": "created_at", "stale_minutes": 10},
|
|
236
|
-
]
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
def check_container() -> bool:
|
|
240
|
-
result = subprocess.run(
|
|
241
|
-
["docker", "inspect", "-f", "{{.State.Running}}", CONTAINER],
|
|
242
|
-
capture_output=True, text=True
|
|
243
|
-
)
|
|
244
|
-
running = result.stdout.strip() == "true"
|
|
245
|
-
print(f"Container {CONTAINER}: {'RUNNING' if running else 'STOPPED'}")
|
|
246
|
-
return running
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
def check_table_freshness() -> bool:
|
|
250
|
-
"""[PENDING RESEARCH] Query actual output tables with correct stale thresholds."""
|
|
251
|
-
if not STALE_CHECKS:
|
|
252
|
-
print("Table freshness: NOT CONFIGURED (Phase 2 required)")
|
|
253
|
-
return True
|
|
254
|
-
# [PENDING RESEARCH] Implement actual DB checks here
|
|
255
|
-
return True
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
def main(as_json: bool = False) -> None:
|
|
259
|
-
ok = check_container()
|
|
260
|
-
ok &= check_table_freshness()
|
|
261
|
-
if as_json:
|
|
262
|
-
print(json.dumps({"healthy": ok, "service": CONTAINER}))
|
|
263
|
-
else:
|
|
264
|
-
print(f"\\nOverall: {'HEALTHY' if ok else 'UNHEALTHY'}")
|
|
265
|
-
sys.exit(0 if ok else 1)
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
if __name__ == "__main__":
|
|
269
|
-
import argparse
|
|
270
|
-
p = argparse.ArgumentParser()
|
|
271
|
-
p.add_argument("--json", action="store_true")
|
|
272
|
-
args = p.parse_args()
|
|
273
|
-
main(as_json=args.json)
|
|
274
|
-
'''
|
|
275
|
-
(scripts_dir / "health_probe.py").write_text(
|
|
276
|
-
health_probe_tpl.replace("{{SERVICE_ID}}", service_id), encoding="utf-8"
|
|
277
|
-
)
|
|
278
|
-
|
|
279
|
-
# log_hunter.py stub
|
|
280
|
-
log_hunter_tpl = '''#!/usr/bin/env python3
|
|
281
|
-
"""Log hunter for {{SERVICE_ID}}.
|
|
282
|
-
|
|
283
|
-
[PENDING RESEARCH] Replace generic patterns with actual error strings
|
|
284
|
-
found in the codebase exception handlers during Phase 2 deep dive.
|
|
285
|
-
"""
|
|
286
|
-
import json
|
|
287
|
-
import re
|
|
288
|
-
import subprocess
|
|
289
|
-
import sys
|
|
290
|
-
from collections import defaultdict
|
|
291
|
-
|
|
292
|
-
CONTAINER = "{{SERVICE_ID}}"
|
|
293
|
-
|
|
294
|
-
# [PENDING RESEARCH] Replace with patterns sourced from the actual codebase.
|
|
295
|
-
# Find them with: search_for_pattern("logger.error|raise|panic!")
|
|
296
|
-
PATTERNS: list[tuple[str, str, str]] = [
|
|
297
|
-
("ConnectionError", "ERROR", "Database or Redis connectivity issue"),
|
|
298
|
-
("TimeoutError", "WARNING", "External service latency detected"),
|
|
299
|
-
]
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
def hunt_logs(tail: int = 200) -> dict:
|
|
303
|
-
"""Tails logs and matches against patterns."""
|
|
304
|
-
result = subprocess.run(
|
|
305
|
-
["docker", "logs", "--tail", str(tail), CONTAINER],
|
|
306
|
-
capture_output=True, text=True
|
|
307
|
-
)
|
|
308
|
-
logs = result.stdout + result.stderr
|
|
309
|
-
matches = defaultdict(int)
|
|
310
|
-
|
|
311
|
-
for line in logs.splitlines():
|
|
312
|
-
for pattern, level, desc in PATTERNS:
|
|
313
|
-
if pattern in line:
|
|
314
|
-
matches[pattern] += 1
|
|
315
|
-
|
|
316
|
-
return dict(matches)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
def main() -> None:
|
|
320
|
-
results = hunt_logs()
|
|
321
|
-
print(f"Log anomalies for {CONTAINER}:")
|
|
322
|
-
if not results:
|
|
323
|
-
print(" ✓ No known error patterns detected in recent logs.")
|
|
324
|
-
else:
|
|
325
|
-
for p, count in results.items():
|
|
326
|
-
print(f" - {p}: {count} occurrences")
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
if __name__ == "__main__":
|
|
330
|
-
main()
|
|
331
|
-
'''
|
|
332
|
-
(scripts_dir / "log_hunter.py").write_text(
|
|
333
|
-
log_hunter_tpl.replace("{{SERVICE_ID}}", service_id), encoding="utf-8"
|
|
334
|
-
)
|
|
335
|
-
|
|
336
|
-
# data_explorer.py stub
|
|
337
|
-
data_explorer_tpl = '''#!/usr/bin/env python3
|
|
338
|
-
"""Data explorer for {{SERVICE_ID}} — read-only DB inspection.
|
|
339
|
-
|
|
340
|
-
[PENDING RESEARCH] Fill in actual table names, columns, and host port
|
|
341
|
-
during Phase 2 deep dive. All queries must use parameterized %s placeholders.
|
|
342
|
-
"""
|
|
343
|
-
import json
|
|
344
|
-
import sys
|
|
345
|
-
|
|
346
|
-
# [PENDING RESEARCH] Set the actual table and connection settings
|
|
347
|
-
TABLE = "[PENDING RESEARCH]"
|
|
348
|
-
DB_HOST = "localhost"
|
|
349
|
-
DB_PORT = 5433 # [PENDING RESEARCH] external mapped port, not container-internal
|
|
350
|
-
DB_NAME = "[PENDING RESEARCH]"
|
|
351
|
-
DB_USER = "postgres"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
def recent_rows(limit: int = 20, as_json: bool = False) -> None:
|
|
355
|
-
"""[PENDING RESEARCH] Query most recent rows from the output table."""
|
|
356
|
-
print(f"[PENDING RESEARCH] Implement: SELECT * FROM {TABLE} ORDER BY created_at DESC LIMIT %s")
|
|
357
|
-
print("Use parameterized queries only — no f-strings in SQL.")
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
def main() -> None:
|
|
361
|
-
import argparse
|
|
362
|
-
p = argparse.ArgumentParser()
|
|
363
|
-
p.add_argument("--limit", type=int, default=20)
|
|
364
|
-
p.add_argument("--json", action="store_true")
|
|
365
|
-
args = p.parse_args()
|
|
366
|
-
recent_rows(args.limit, args.json)
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
if __name__ == "__main__":
|
|
370
|
-
main()
|
|
371
|
-
'''
|
|
372
|
-
(scripts_dir / "data_explorer.py").write_text(
|
|
373
|
-
data_explorer_tpl.replace("{{SERVICE_ID}}", service_id), encoding="utf-8"
|
|
374
|
-
)
|
|
375
|
-
|
|
376
|
-
# Makefile — standard diagnostic runner for every skill
|
|
377
|
-
makefile_tpl = """# Skill diagnostic scripts for {{SERVICE_ID}}
|
|
378
|
-
# Usage: make <target> (from this directory)
|
|
379
|
-
# Override python: make health PYTHON=/path/to/python3
|
|
380
|
-
|
|
381
|
-
# Auto-detect: prefer project venv (4 levels up), fall back to system python3
|
|
382
|
-
_VENV := $(wildcard ../../../../venv/bin/python3)
|
|
383
|
-
PYTHON ?= $(if $(_VENV),../../../../venv/bin/python3,python3)
|
|
384
|
-
|
|
385
|
-
.PHONY: health health-json data data-json logs errors db help
|
|
386
|
-
|
|
387
|
-
help:
|
|
388
|
-
\t@echo "Available targets:"
|
|
389
|
-
\t@echo " health - Run health probe (human readable)"
|
|
390
|
-
\t@echo " health-json - Run health probe (JSON output)"
|
|
391
|
-
\t@echo " data - Show latest DB records"
|
|
392
|
-
\t@echo " data-json - Show latest DB records (JSON, limit 5)"
|
|
393
|
-
\t@echo " logs - Tail and analyze recent logs"
|
|
394
|
-
\t@echo " errors - Show errors/criticals only"
|
|
395
|
-
\t@echo " db - Run DB helper example queries"
|
|
396
|
-
\t@echo ""
|
|
397
|
-
\t@echo "Python: $(PYTHON)"
|
|
398
|
-
|
|
399
|
-
health:
|
|
400
|
-
\t$(PYTHON) health_probe.py
|
|
401
|
-
|
|
402
|
-
health-json:
|
|
403
|
-
\t$(PYTHON) health_probe.py --json
|
|
404
|
-
|
|
405
|
-
data:
|
|
406
|
-
\t$(PYTHON) data_explorer.py
|
|
407
|
-
|
|
408
|
-
data-json:
|
|
409
|
-
\t$(PYTHON) data_explorer.py --json --limit 5
|
|
410
|
-
|
|
411
|
-
logs:
|
|
412
|
-
\t$(PYTHON) log_hunter.py --tail 50
|
|
413
|
-
|
|
414
|
-
errors:
|
|
415
|
-
\t$(PYTHON) log_hunter.py --errors-only --tail 50
|
|
416
|
-
|
|
417
|
-
db:
|
|
418
|
-
\t$(PYTHON) db_helper.py
|
|
419
|
-
"""
|
|
420
|
-
(scripts_dir / "Makefile").write_text(
|
|
421
|
-
makefile_tpl.replace("{{SERVICE_ID}}", service_id), encoding="utf-8"
|
|
422
|
-
)
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
def write_reference_stubs(service_id: str, skill_dir: Path) -> None:
|
|
426
|
-
"""Generate reference markdown files."""
|
|
427
|
-
name = service_id.replace("-", " ").replace("_", " ").title()
|
|
428
|
-
|
|
429
|
-
# deep_dive.md
|
|
430
|
-
(skill_dir / "references" / "deep_dive.md").write_text(
|
|
431
|
-
f"""# Phase 2 Research: {name}
|
|
432
|
-
|
|
433
|
-
## Source Analysis
|
|
434
|
-
- **Entry Point**: [FILL]
|
|
435
|
-
- **Main Loop**: [FILL]
|
|
436
|
-
- **Error Handlers**: [FILL]
|
|
437
|
-
|
|
438
|
-
## Logic Trace
|
|
439
|
-
1. [Step 1]
|
|
440
|
-
2. [Step 2]
|
|
441
|
-
|
|
442
|
-
## Invariants
|
|
443
|
-
- [Must always X]
|
|
444
|
-
- [Must never Y]
|
|
445
|
-
""",
|
|
446
|
-
encoding="utf-8",
|
|
447
|
-
)
|
|
448
|
-
|
|
449
|
-
# architecture_ssot.md (stub)
|
|
450
|
-
(skill_dir / "references" / "architecture_ssot.md").write_text(
|
|
451
|
-
f"""# {name} Architecture
|
|
452
|
-
|
|
453
|
-
[PENDING RESEARCH] Replace with link to project-level SSOT if exists,
|
|
454
|
-
otherwise document high-level components here.
|
|
455
|
-
""",
|
|
456
|
-
encoding="utf-8",
|
|
457
|
-
)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
if __name__ == "__main__":
|
|
461
|
-
import yaml
|
|
462
|
-
|
|
463
|
-
if len(sys.argv) < 2:
|
|
464
|
-
print("Usage: scaffolder.py <docker-compose-path> [service-id]")
|
|
465
|
-
sys.exit(1)
|
|
466
|
-
|
|
467
|
-
compose_path = Path(sys.argv[1])
|
|
468
|
-
if not compose_path.exists():
|
|
469
|
-
print(f"Compose file not found: {compose_path}")
|
|
470
|
-
sys.exit(1)
|
|
471
|
-
|
|
472
|
-
with open(compose_path) as f:
|
|
473
|
-
data = yaml.safe_load(f)
|
|
474
|
-
|
|
475
|
-
if len(sys.argv) > 2:
|
|
476
|
-
# Scaffold specific service
|
|
477
|
-
sid = sys.argv[2]
|
|
478
|
-
scaffold_service_skill(sid, data)
|
|
479
|
-
else:
|
|
480
|
-
# Scaffold all services in compose
|
|
481
|
-
for sid in data.get("services", {}).keys():
|
|
482
|
-
scaffold_service_skill(sid, data)
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: delegating
|
|
3
|
-
description: >-
|
|
4
|
-
Proactively delegates tasks to cost-optimized agents before working in main session.
|
|
5
|
-
MUST suggest for: tests, typos, formatting, docs, refactors, code reviews, feature
|
|
6
|
-
implementation, debugging, commit validation. Skips main session token usage by routing
|
|
7
|
-
to GLM (simple/deterministic), Gemini (reasoning/analysis), Qwen (quality/patterns),
|
|
8
|
-
or multi-agent orchestration (review, feature dev, bug hunt). Never suggest for:
|
|
9
|
-
architecture decisions, security-critical code, unknown-cause bugs, performance optimization.
|
|
10
|
-
allowed-tools: Bash
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# Delegating Tasks
|
|
14
|
-
|
|
15
|
-
Delegate tasks to cost-optimized models (CCS) or multi-agent orchestration workflows (Gemini/Qwen).
|
|
16
|
-
|
|
17
|
-
## When to Suggest
|
|
18
|
-
|
|
19
|
-
**Task Pattern → Backend Mapping** (auto-selection logic):
|
|
20
|
-
|
|
21
|
-
| Task Pattern | Backend | Cost | Reason |
|
|
22
|
-
|-------------------------------|-------------|--------|--------------------------------|
|
|
23
|
-
| `typo\|test\|doc\|format` | CCS (GLM) | LOW | Simple deterministic |
|
|
24
|
-
| `think\|analyze\|reason` | CCS (Gemini)| MEDIUM | Requires reasoning |
|
|
25
|
-
| `review.*(code\|security)` | Orchestration| HIGH | Multi-agent code review |
|
|
26
|
-
| `implement.*feature` | Orchestration| HIGH | Full development workflow |
|
|
27
|
-
| `validate.*commit` | Orchestration| MEDIUM | Security+Quality validation |
|
|
28
|
-
| `debug\|bug.*unknown` | Orchestration| HIGH | Root cause investigation |
|
|
29
|
-
|
|
30
|
-
**Never Suggest For:**
|
|
31
|
-
- Architecture decisions requiring human judgment
|
|
32
|
-
- Security-critical without review
|
|
33
|
-
- Performance optimization (needs profiling first)
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
## Interactive Menu
|
|
38
|
-
|
|
39
|
-
### Step 1: Delegation Choice
|
|
40
|
-
|
|
41
|
-
Use AskUserQuestion with:
|
|
42
|
-
- question: "This task can be delegated. How would you like to proceed?"
|
|
43
|
-
- header: "Execution"
|
|
44
|
-
- options:
|
|
45
|
-
- "Delegate (Recommended)" — Execute via optimal backend. Saves main session tokens and uses cost-efficient models.
|
|
46
|
-
- "Work in main session" — Execute in current Claude session. Better for tasks requiring discussion or complex context.
|
|
47
|
-
|
|
48
|
-
**If user selects "Delegate"** → Continue to Step 2
|
|
49
|
-
**If user selects "Work in main session"** → Execute task normally (don't delegate)
|
|
50
|
-
|
|
51
|
-
### Step 2: Backend Selection
|
|
52
|
-
|
|
53
|
-
Use AskUserQuestion with:
|
|
54
|
-
- question: "Which backend should handle this task?"
|
|
55
|
-
- header: "Backend"
|
|
56
|
-
- options:
|
|
57
|
-
- "Auto-select (Recommended)" — Analyzes task keywords and selects optimal backend/profile automatically.
|
|
58
|
-
- "GLM - Cost-optimized" — Fast model for tests, typos, formatting [LOW COST]
|
|
59
|
-
- "Gemini - Reasoning" — Analysis, thinking, architecture tasks [MEDIUM COST]
|
|
60
|
-
- "Qwen - Quality" — Code quality, pattern detection [MEDIUM COST]
|
|
61
|
-
- "Multi-Agent Orchestration" — Direct Gemini/Qwen collaboration for complex tasks (review, feature dev, debugging) [HIGH COST]
|
|
62
|
-
|
|
63
|
-
---
|
|
64
|
-
|
|
65
|
-
## Auto-Selection Logic
|
|
66
|
-
|
|
67
|
-
**Configuration-Driven:** All pattern matching is defined in [config.yaml](config.yaml), not hardcoded.
|
|
68
|
-
|
|
69
|
-
### Configuration Structure
|
|
70
|
-
|
|
71
|
-
The skill reads `config.yaml` to determine:
|
|
72
|
-
1. **Available backends** (CCS profiles + Orchestration workflows)
|
|
73
|
-
2. **Pattern mappings** (task keywords → backend selection)
|
|
74
|
-
3. **Priority order** (Orchestration workflows checked before CCS)
|
|
75
|
-
4. **Default fallback** (when no pattern matches)
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## Orchestration Workflow Selection (Autonomous)
|
|
80
|
-
|
|
81
|
-
When `backend: 'orchestration'` is selected, **Claude autonomously** chooses the appropriate workflow and orchestrates between `gemini` and `qwen` CLI tools.
|
|
82
|
-
|
|
83
|
-
### Selection Process
|
|
84
|
-
|
|
85
|
-
1. **Load config** - Read workflow definitions from `config.yaml`
|
|
86
|
-
2. **Match patterns** - Determine which orchestration pattern (collaborative, handshake, troubleshoot) applies.
|
|
87
|
-
3. **Execute turn protocol** - Use CLI commands sequentially:
|
|
88
|
-
- `gemini -p "..."`
|
|
89
|
-
- `qwen "..."`
|
|
90
|
-
- `gemini -r latest -p "..."` (to refine)
|
|
91
|
-
|
|
92
|
-
### Turn Protocols
|
|
93
|
-
|
|
94
|
-
| Workflow | Protocol |
|
|
95
|
-
| :--- | :--- |
|
|
96
|
-
| **handshake** | 1 turn: Agent A (Gemini) proposes -> Agent B (Qwen) validates. |
|
|
97
|
-
| **collaborative** | 3 turns: Gemini designs -> Qwen critiques -> Gemini refines. |
|
|
98
|
-
| **troubleshoot** | 4 turns: Gemini hypothesis -> Qwen verification -> Gemini root cause -> Final synthesis. |
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## Execution Flow
|
|
103
|
-
|
|
104
|
-
### For Direct Invocation (`/delegation [task]` or `/delegate [task]`)
|
|
105
|
-
|
|
106
|
-
1. **Parse override flag** (if present: `--glm`, `--gemini`, `--orchestrate`, etc.)
|
|
107
|
-
2. **Auto-select backend** using keyword-based logic.
|
|
108
|
-
3. **Route to appropriate backend** (see sections below).
|
|
109
|
-
4. **Report results**: Backend, Workflow (if Orchestration), Cost indicator, Duration.
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
### CCS / GLM Execution
|
|
114
|
-
|
|
115
|
-
CCS wraps the `claude` CLI and **only works with GLM**. It requires a PTY for output and is blocked by the `CLAUDECODE` nested-session guard — always run via tmux:
|
|
116
|
-
|
|
117
|
-
```bash
|
|
118
|
-
tmux new-session -d -s ccs_task "env -u CLAUDECODE ccs glm -p '{task}' > /tmp/ccs_out.txt 2>&1"
|
|
119
|
-
sleep 30 # or poll until session exits
|
|
120
|
-
cat /tmp/ccs_out.txt
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
**If the task requires file modifications**, add `--dangerously-skip-permissions`:
|
|
124
|
-
|
|
125
|
-
```bash
|
|
126
|
-
tmux new-session -d -s ccs_task "env -u CLAUDECODE ccs glm --dangerously-skip-permissions -p '{task}' > /tmp/ccs_out.txt 2>&1"
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
---
|
|
130
|
-
|
|
131
|
-
### Gemini CLI Execution
|
|
132
|
-
|
|
133
|
-
Gemini is a **direct CLI** — no tmux workaround needed:
|
|
134
|
-
|
|
135
|
-
```bash
|
|
136
|
-
gemini -p "task description"
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
**If the task requires file modifications**, add `-y` to auto-approve all tool calls:
|
|
140
|
-
|
|
141
|
-
```bash
|
|
142
|
-
gemini -y -p "task description"
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
---
|
|
146
|
-
|
|
147
|
-
### Qwen CLI Execution
|
|
148
|
-
|
|
149
|
-
Qwen is a **direct CLI** — no tmux workaround needed:
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
qwen "task description"
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
**If the task requires file modifications**, add `-y` to auto-approve all tool calls:
|
|
156
|
-
|
|
157
|
-
```bash
|
|
158
|
-
qwen -y "task description"
|
|
159
|
-
```
|
|
160
|
-
|
|
161
|
-
---
|
|
162
|
-
|
|
163
|
-
### Orchestration Execution
|
|
164
|
-
|
|
165
|
-
Multi-turn sequences use Gemini and Qwen **direct CLIs**. Add `-y` to all turns when modifications are expected:
|
|
166
|
-
|
|
167
|
-
```bash
|
|
168
|
-
gemini -y -p "..." # Turn 1
|
|
169
|
-
qwen -y "..." # Turn 2
|
|
170
|
-
gemini -y -r latest -p "..." # Turn 3 (refine)
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
---
|
|
174
|
-
|
|
175
|
-
## Examples
|
|
176
|
-
|
|
177
|
-
### Auto-Selection Examples
|
|
178
|
-
|
|
179
|
-
**CCS Simple:**
|
|
180
|
-
- `/delegate add unit tests for UserService` → CCS (GLM)
|
|
181
|
-
- `/delegate think about the best database schema` → CCS (Gemini)
|
|
182
|
-
|
|
183
|
-
**Orchestration Workflows:**
|
|
184
|
-
- `/delegate review this code for security issues` → Orchestration (parallel-review)
|
|
185
|
-
- `/delegate implement OAuth authentication feature` → Orchestration (feature-design)
|
|
186
|
-
- `/delegate debug crash on startup` → Orchestration (bug-hunt)
|
|
187
|
-
|
|
188
|
-
---
|
|
189
|
-
|
|
190
|
-
## Notes
|
|
191
|
-
|
|
192
|
-
### Version 7.0.0 - Direct Orchestration
|
|
193
|
-
- **Independent of unitAI**: Now uses direct `gemini` and `qwen` CLI calls.
|
|
194
|
-
- **Unified backends**: CCS (cost-optimized) + Direct Orchestration.
|
|
195
|
-
- **Config-driven**: All behavior defined in `config.yaml`.
|
|
196
|
-
- **Reference**: Uses patterns from [orchestrating-agents](../orchestrating-agents/SKILL.md).
|