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,231 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: scoping-service-skills
|
|
3
|
-
description: >-
|
|
4
|
-
Task intake and service routing for any task type. Reads service-registry.json
|
|
5
|
-
directly, detects intent, maps to the right expert skill(s), and emits a
|
|
6
|
-
structured XML scope plan before any files are touched. Invoke via
|
|
7
|
-
/scope "task description" before starting any investigation, feature,
|
|
8
|
-
refactor, config-change, or exploration task.
|
|
9
|
-
allowed-tools: Bash(python3 *), Read
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# Scoping Service Skills ( /scope )
|
|
13
|
-
|
|
14
|
-
Ground every task in the right expert context **before any files are touched**.
|
|
15
|
-
|
|
16
|
-
## Trigger
|
|
17
|
-
|
|
18
|
-
User types `/scope "task description"` — or `/scope` with task context already
|
|
19
|
-
in the conversation.
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
## Execution Flow
|
|
24
|
-
|
|
25
|
-
### Step 1 — Read the Registry
|
|
26
|
-
|
|
27
|
-
Run this at the start, before deep task reasoning:
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
python3 "$CLAUDE_PROJECT_DIR/.claude/skills/scoping-service-skills/scripts/scope.py"
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
This outputs every registered service: ID, container, territory paths, skill path,
|
|
34
|
-
and description. If the registry is missing, report:
|
|
35
|
-
|
|
36
|
-
> "No service-registry.json found at this project. Run /creating-service-skills first."
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
### Step 2 — Detect Intent
|
|
41
|
-
|
|
42
|
-
Scan the task description for keywords:
|
|
43
|
-
|
|
44
|
-
| Intent | Signal keywords |
|
|
45
|
-
|---|---|
|
|
46
|
-
| `investigation` | broken, error, failing, problem, not working, issue, crash, down, missing, slow, 502, 404, 429, timeout |
|
|
47
|
-
| `feature` | add, implement, create, new, build, introduce, support |
|
|
48
|
-
| `refactor` | refactor, restructure, clean, reorganize, simplify, rename, extract |
|
|
49
|
-
| `config-change` | update, change, modify, set, configure, adjust, tune |
|
|
50
|
-
| `exploration` | how, explain, understand, what is, show me, why, walk me through |
|
|
51
|
-
|
|
52
|
-
**Default when ambiguous → `investigation`** (safer: check first, act second).
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
### Step 3 — Map to Services
|
|
57
|
-
|
|
58
|
-
Using the registry output, reason about which service(s) the task involves. Match on:
|
|
59
|
-
|
|
60
|
-
- Explicit service name in task description (`traefik`, `grafana`, `loki` …)
|
|
61
|
-
- Symptom-to-service knowledge:
|
|
62
|
-
- `502 / route not found` → traefik
|
|
63
|
-
- `logs not appearing` → loki / promtail
|
|
64
|
-
- `alert not firing` → alertmanager / prometheus
|
|
65
|
-
- `dashboard broken` → grafana
|
|
66
|
-
- `API key rejected` → api-gateway
|
|
67
|
-
- `disk full` → node-exporter / loki (chunks)
|
|
68
|
-
- `container memory` → cadvisor
|
|
69
|
-
- Config file or directory mentioned (`routes.yml` → traefik, `prometheus.yml` → prometheus)
|
|
70
|
-
- Container name mentioned (`infra-*`)
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
### Step 4 — Output XML Scope Block
|
|
75
|
-
|
|
76
|
-
Emit this block before moving into implementation:
|
|
77
|
-
|
|
78
|
-
```xml
|
|
79
|
-
<scope>
|
|
80
|
-
<task>"user's original description"</task>
|
|
81
|
-
<intent>investigation</intent>
|
|
82
|
-
<confidence>high|medium|low</confidence>
|
|
83
|
-
<services>
|
|
84
|
-
<service id="traefik" confidence="high">
|
|
85
|
-
<reason>user mentioned 502 on dashboard route</reason>
|
|
86
|
-
<skill>.claude/skills/traefik/SKILL.md</skill>
|
|
87
|
-
<load>now</load>
|
|
88
|
-
</service>
|
|
89
|
-
</services>
|
|
90
|
-
<workflow>
|
|
91
|
-
<phase order="1" name="diagnose">
|
|
92
|
-
Consult traefik SKILL.md failure modes table.
|
|
93
|
-
Run health_probe.py and log_hunter.py before any ad-hoc docker commands.
|
|
94
|
-
</phase>
|
|
95
|
-
<phase order="2" name="fix">
|
|
96
|
-
Apply targeted fix based on diagnosis.
|
|
97
|
-
</phase>
|
|
98
|
-
<phase order="3" name="regression-test">
|
|
99
|
-
<decision>
|
|
100
|
-
Code behavior bug → write test in repo test suite (pytest/unit).
|
|
101
|
-
Operational/infra issue → extend health_probe.py OR add script to
|
|
102
|
-
.claude/skills/traefik/scripts/.
|
|
103
|
-
</decision>
|
|
104
|
-
Name the function after the failure mode it catches.
|
|
105
|
-
Commit the test alongside the fix — never separately.
|
|
106
|
-
</phase>
|
|
107
|
-
</workflow>
|
|
108
|
-
</scope>
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
Adapt the phases to the detected intent (see Intent Workflows below).
|
|
112
|
-
|
|
113
|
-
---
|
|
114
|
-
|
|
115
|
-
### Step 5 — Load Skills
|
|
116
|
-
|
|
117
|
-
For each `<service>` with `<load>now</load>`, immediately read the skill file:
|
|
118
|
-
|
|
119
|
-
```
|
|
120
|
-
Read: .claude/skills/<service-id>/SKILL.md
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
Load all matched skills before proceeding with the task.
|
|
124
|
-
Adopt the expert persona, constraints, and diagnostic approach from each loaded skill.
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
### Step 6 — Execute
|
|
129
|
-
|
|
130
|
-
Follow the workflow phases in order. For `investigation` tasks, include the
|
|
131
|
-
regression-test phase — it keeps fixes durable.
|
|
132
|
-
|
|
133
|
-
---
|
|
134
|
-
|
|
135
|
-
## Intent Workflows
|
|
136
|
-
|
|
137
|
-
### `investigation` — Problem / Error / Broken
|
|
138
|
-
|
|
139
|
-
```
|
|
140
|
-
diagnose → fix → regression-test
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
- Start with the skill's **failure modes table** — not ad-hoc docker commands.
|
|
144
|
-
- Use the skill's **diagnostic scripts** (`health_probe.py`, `log_hunter.py`) first.
|
|
145
|
-
- After the fix is applied and verified: write a regression test (see below).
|
|
146
|
-
|
|
147
|
-
### `feature` — New Capability
|
|
148
|
-
|
|
149
|
-
```
|
|
150
|
-
design → skill-check → implement → test
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
- Read the skill's **architecture section** before designing anything.
|
|
154
|
-
- Check integration points (what calls this service, what does it call).
|
|
155
|
-
- Write tests alongside implementation, not as a follow-up.
|
|
156
|
-
|
|
157
|
-
### `refactor` — Structural Change
|
|
158
|
-
|
|
159
|
-
```
|
|
160
|
-
scope → skill-check → change → verify
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
- Read the skill's **integration diagram** to understand what depends on this.
|
|
164
|
-
- Use `find_referencing_symbols` before renaming or restructuring.
|
|
165
|
-
- Verify no external callers break after the change.
|
|
166
|
-
|
|
167
|
-
### `config-change` — Setting / Parameter
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
read-current → validate → modify → confirm
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
- Read the current config state before touching anything.
|
|
174
|
-
- Validate the intended change against the skill's known constraints and limits.
|
|
175
|
-
- After applying: confirm the service is healthy (`health_probe.py`).
|
|
176
|
-
|
|
177
|
-
### `exploration` — Understanding / Analysis
|
|
178
|
-
|
|
179
|
-
```
|
|
180
|
-
load-skill → answer
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
- Load the skill and answer from its documented knowledge.
|
|
184
|
-
- No file modification. No action needed unless user explicitly asks.
|
|
185
|
-
|
|
186
|
-
---
|
|
187
|
-
|
|
188
|
-
## Regression Test Binding
|
|
189
|
-
|
|
190
|
-
When `intent = investigation` and a fix has been applied, write a regression
|
|
191
|
-
test. Use this decision tree:
|
|
192
|
-
|
|
193
|
-
```
|
|
194
|
-
Is the bug in application code logic?
|
|
195
|
-
YES → write pytest/unit test in repo's test suite
|
|
196
|
-
|
|
197
|
-
NO (operational / infra / config issue) →
|
|
198
|
-
Does the skill's health_probe.py already check this condition?
|
|
199
|
-
YES → extend the existing check function
|
|
200
|
-
NO → add a new check function to health_probe.py
|
|
201
|
-
OR create a dedicated script in .claude/skills/<service>/scripts/
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
**Naming convention** — name after the failure mode, not the fix:
|
|
205
|
-
|
|
206
|
-
```python
|
|
207
|
-
def check_route_not_returning_502(): # ✅ descriptive
|
|
208
|
-
def check_cert_not_expiring_soon(): # ✅ descriptive
|
|
209
|
-
def test_fix(): # ❌ meaningless
|
|
210
|
-
def test_issue_123(): # ❌ meaningless
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
Commit the test in the same commit as the fix.
|
|
214
|
-
|
|
215
|
-
---
|
|
216
|
-
|
|
217
|
-
## No Match Handling
|
|
218
|
-
|
|
219
|
-
If no registered service matches the task:
|
|
220
|
-
|
|
221
|
-
1. Report: `"No registered skill covers this area."`
|
|
222
|
-
2. Offer: `"I can create one — use /creating-service-skills."`
|
|
223
|
-
3. Fall back to general expert mode (no skill enforcement).
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
|
-
## Related Skills
|
|
228
|
-
|
|
229
|
-
- `/using-service-skills` — Passive catalog at session start
|
|
230
|
-
- `/creating-service-skills` — Scaffold new expert skill packages
|
|
231
|
-
- `/updating-service-skills` — Sync skills after implementation drift
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python3
|
|
2
|
-
"""
|
|
3
|
-
scope.py — Read service-registry.json and output a formatted service catalog.
|
|
4
|
-
|
|
5
|
-
Used by the /scope skill to provide registry data for agent reasoning before
|
|
6
|
-
any files are touched. The agent uses this output to map a task description
|
|
7
|
-
to the relevant registered service(s).
|
|
8
|
-
"""
|
|
9
|
-
|
|
10
|
-
import json
|
|
11
|
-
import os
|
|
12
|
-
import sys
|
|
13
|
-
from pathlib import Path
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def find_registry() -> Path | None:
|
|
17
|
-
# 1. CLAUDE_PROJECT_DIR env var (set by Claude Code hooks)
|
|
18
|
-
project_dir = os.environ.get("CLAUDE_PROJECT_DIR")
|
|
19
|
-
if project_dir:
|
|
20
|
-
p = Path(project_dir) / ".claude" / "skills" / "service-registry.json"
|
|
21
|
-
if p.exists():
|
|
22
|
-
return p
|
|
23
|
-
|
|
24
|
-
# 2. Walk up from CWD until .git boundary
|
|
25
|
-
cwd = Path.cwd()
|
|
26
|
-
for parent in [cwd, *cwd.parents]:
|
|
27
|
-
p = parent / ".claude" / "skills" / "service-registry.json"
|
|
28
|
-
if p.exists():
|
|
29
|
-
return p
|
|
30
|
-
if (parent / ".git").exists():
|
|
31
|
-
break
|
|
32
|
-
|
|
33
|
-
return None
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
def main() -> None:
|
|
37
|
-
registry_path = find_registry()
|
|
38
|
-
|
|
39
|
-
if not registry_path:
|
|
40
|
-
print("ERROR: service-registry.json not found.")
|
|
41
|
-
print("Run /creating-service-skills to set up service skills first.")
|
|
42
|
-
sys.exit(1)
|
|
43
|
-
|
|
44
|
-
try:
|
|
45
|
-
with open(registry_path, encoding="utf-8") as f:
|
|
46
|
-
registry = json.load(f)
|
|
47
|
-
except json.JSONDecodeError as e:
|
|
48
|
-
print(f"ERROR: service-registry.json is malformed: {e}")
|
|
49
|
-
sys.exit(1)
|
|
50
|
-
|
|
51
|
-
services = registry.get("services", {})
|
|
52
|
-
if not services:
|
|
53
|
-
print("Registry is empty — no services registered.")
|
|
54
|
-
sys.exit(0)
|
|
55
|
-
|
|
56
|
-
print(f"Registry : {registry_path}")
|
|
57
|
-
print(f"Version : {registry.get('version', 'unknown')}")
|
|
58
|
-
print(f"Services : {len(services)} registered")
|
|
59
|
-
print("─" * 60)
|
|
60
|
-
|
|
61
|
-
for service_id, info in services.items():
|
|
62
|
-
territories = ", ".join(info.get("territory", [])) or "—"
|
|
63
|
-
print(f"\n[{service_id}]")
|
|
64
|
-
print(f" Container : {info.get('container', 'unknown')}")
|
|
65
|
-
print(f" Territory : {territories}")
|
|
66
|
-
print(f" Skill : {info.get('skill_path', 'unknown')}")
|
|
67
|
-
print(f" Description: {info.get('description', '—')}")
|
|
68
|
-
|
|
69
|
-
print("\n" + "─" * 60)
|
|
70
|
-
print("Map the task description to the service(s) above, then load their skills.")
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
if __name__ == "__main__":
|
|
74
|
-
main()
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: senior-backend
|
|
3
|
-
description: Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Senior Backend
|
|
7
|
-
|
|
8
|
-
Complete toolkit for senior backend with modern tools and best practices.
|
|
9
|
-
|
|
10
|
-
## Quick Start
|
|
11
|
-
|
|
12
|
-
### Main Capabilities
|
|
13
|
-
|
|
14
|
-
This skill provides three core capabilities through automated scripts:
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
# Script 1: Api Scaffolder
|
|
18
|
-
python scripts/api_scaffolder.py [options]
|
|
19
|
-
|
|
20
|
-
# Script 2: Database Migration Tool
|
|
21
|
-
python scripts/database_migration_tool.py [options]
|
|
22
|
-
|
|
23
|
-
# Script 3: Api Load Tester
|
|
24
|
-
python scripts/api_load_tester.py [options]
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Core Capabilities
|
|
28
|
-
|
|
29
|
-
### 1. Api Scaffolder
|
|
30
|
-
|
|
31
|
-
Automated tool for api scaffolder tasks.
|
|
32
|
-
|
|
33
|
-
**Features:**
|
|
34
|
-
- Automated scaffolding
|
|
35
|
-
- Best practices built-in
|
|
36
|
-
- Configurable templates
|
|
37
|
-
- Quality checks
|
|
38
|
-
|
|
39
|
-
**Usage:**
|
|
40
|
-
```bash
|
|
41
|
-
python scripts/api_scaffolder.py <project-path> [options]
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
### 2. Database Migration Tool
|
|
45
|
-
|
|
46
|
-
Comprehensive analysis and optimization tool.
|
|
47
|
-
|
|
48
|
-
**Features:**
|
|
49
|
-
- Deep analysis
|
|
50
|
-
- Performance metrics
|
|
51
|
-
- Recommendations
|
|
52
|
-
- Automated fixes
|
|
53
|
-
|
|
54
|
-
**Usage:**
|
|
55
|
-
```bash
|
|
56
|
-
python scripts/database_migration_tool.py <target-path> [--verbose]
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
### 3. Api Load Tester
|
|
60
|
-
|
|
61
|
-
Advanced tooling for specialized tasks.
|
|
62
|
-
|
|
63
|
-
**Features:**
|
|
64
|
-
- Expert-level automation
|
|
65
|
-
- Custom configurations
|
|
66
|
-
- Integration ready
|
|
67
|
-
- Production-grade output
|
|
68
|
-
|
|
69
|
-
**Usage:**
|
|
70
|
-
```bash
|
|
71
|
-
python scripts/api_load_tester.py [arguments] [options]
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
## Reference Documentation
|
|
75
|
-
|
|
76
|
-
### Api Design Patterns
|
|
77
|
-
|
|
78
|
-
Comprehensive guide available in `references/api_design_patterns.md`:
|
|
79
|
-
|
|
80
|
-
- Detailed patterns and practices
|
|
81
|
-
- Code examples
|
|
82
|
-
- Best practices
|
|
83
|
-
- Anti-patterns to avoid
|
|
84
|
-
- Real-world scenarios
|
|
85
|
-
|
|
86
|
-
### Database Optimization Guide
|
|
87
|
-
|
|
88
|
-
Complete workflow documentation in `references/database_optimization_guide.md`:
|
|
89
|
-
|
|
90
|
-
- Step-by-step processes
|
|
91
|
-
- Optimization strategies
|
|
92
|
-
- Tool integrations
|
|
93
|
-
- Performance tuning
|
|
94
|
-
- Troubleshooting guide
|
|
95
|
-
|
|
96
|
-
### Backend Security Practices
|
|
97
|
-
|
|
98
|
-
Technical reference guide in `references/backend_security_practices.md`:
|
|
99
|
-
|
|
100
|
-
- Technology stack details
|
|
101
|
-
- Configuration examples
|
|
102
|
-
- Integration patterns
|
|
103
|
-
- Security considerations
|
|
104
|
-
- Scalability guidelines
|
|
105
|
-
|
|
106
|
-
## Tech Stack
|
|
107
|
-
|
|
108
|
-
**Languages:** TypeScript, JavaScript, Python, Go, Swift, Kotlin
|
|
109
|
-
**Frontend:** React, Next.js, React Native, Flutter
|
|
110
|
-
**Backend:** Node.js, Express, GraphQL, REST APIs
|
|
111
|
-
**Database:** PostgreSQL, Prisma, NeonDB, Supabase
|
|
112
|
-
**DevOps:** Docker, Kubernetes, Terraform, GitHub Actions, CircleCI
|
|
113
|
-
**Cloud:** AWS, GCP, Azure
|
|
114
|
-
|
|
115
|
-
## Development Workflow
|
|
116
|
-
|
|
117
|
-
### 1. Setup and Configuration
|
|
118
|
-
|
|
119
|
-
```bash
|
|
120
|
-
# Install dependencies
|
|
121
|
-
npm install
|
|
122
|
-
# or
|
|
123
|
-
pip install -r requirements.txt
|
|
124
|
-
|
|
125
|
-
# Configure environment
|
|
126
|
-
cp .env.example .env
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### 2. Run Quality Checks
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
# Use the analyzer script
|
|
133
|
-
python scripts/database_migration_tool.py .
|
|
134
|
-
|
|
135
|
-
# Review recommendations
|
|
136
|
-
# Apply fixes
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
### 3. Implement Best Practices
|
|
140
|
-
|
|
141
|
-
Follow the patterns and practices documented in:
|
|
142
|
-
- `references/api_design_patterns.md`
|
|
143
|
-
- `references/database_optimization_guide.md`
|
|
144
|
-
- `references/backend_security_practices.md`
|
|
145
|
-
|
|
146
|
-
## Best Practices Summary
|
|
147
|
-
|
|
148
|
-
### Code Quality
|
|
149
|
-
- Follow established patterns
|
|
150
|
-
- Write comprehensive tests
|
|
151
|
-
- Document decisions
|
|
152
|
-
- Review regularly
|
|
153
|
-
|
|
154
|
-
### Performance
|
|
155
|
-
- Measure before optimizing
|
|
156
|
-
- Use appropriate caching
|
|
157
|
-
- Optimize critical paths
|
|
158
|
-
- Monitor in production
|
|
159
|
-
|
|
160
|
-
### Security
|
|
161
|
-
- Validate all inputs
|
|
162
|
-
- Use parameterized queries
|
|
163
|
-
- Implement proper authentication
|
|
164
|
-
- Keep dependencies updated
|
|
165
|
-
|
|
166
|
-
### Maintainability
|
|
167
|
-
- Write clear code
|
|
168
|
-
- Use consistent naming
|
|
169
|
-
- Add helpful comments
|
|
170
|
-
- Keep it simple
|
|
171
|
-
|
|
172
|
-
## Common Commands
|
|
173
|
-
|
|
174
|
-
```bash
|
|
175
|
-
# Development
|
|
176
|
-
npm run dev
|
|
177
|
-
npm run build
|
|
178
|
-
npm run test
|
|
179
|
-
npm run lint
|
|
180
|
-
|
|
181
|
-
# Analysis
|
|
182
|
-
python scripts/database_migration_tool.py .
|
|
183
|
-
python scripts/api_load_tester.py --analyze
|
|
184
|
-
|
|
185
|
-
# Deployment
|
|
186
|
-
docker build -t app:latest .
|
|
187
|
-
docker-compose up -d
|
|
188
|
-
kubectl apply -f k8s/
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
## Troubleshooting
|
|
192
|
-
|
|
193
|
-
### Common Issues
|
|
194
|
-
|
|
195
|
-
Check the comprehensive troubleshooting section in `references/backend_security_practices.md`.
|
|
196
|
-
|
|
197
|
-
### Getting Help
|
|
198
|
-
|
|
199
|
-
- Review reference documentation
|
|
200
|
-
- Check script output messages
|
|
201
|
-
- Consult tech stack documentation
|
|
202
|
-
- Review error logs
|
|
203
|
-
|
|
204
|
-
## Resources
|
|
205
|
-
|
|
206
|
-
- Pattern Reference: `references/api_design_patterns.md`
|
|
207
|
-
- Workflow Guide: `references/database_optimization_guide.md`
|
|
208
|
-
- Technical Guide: `references/backend_security_practices.md`
|
|
209
|
-
- Tool Scripts: `scripts/` directory
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
# Api Design Patterns
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
This reference guide provides comprehensive information for senior backend.
|
|
6
|
-
|
|
7
|
-
## Patterns and Practices
|
|
8
|
-
|
|
9
|
-
### Pattern 1: Best Practice Implementation
|
|
10
|
-
|
|
11
|
-
**Description:**
|
|
12
|
-
Detailed explanation of the pattern.
|
|
13
|
-
|
|
14
|
-
**When to Use:**
|
|
15
|
-
- Scenario 1
|
|
16
|
-
- Scenario 2
|
|
17
|
-
- Scenario 3
|
|
18
|
-
|
|
19
|
-
**Implementation:**
|
|
20
|
-
```typescript
|
|
21
|
-
// Example code implementation
|
|
22
|
-
export class Example {
|
|
23
|
-
// Implementation details
|
|
24
|
-
}
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
**Benefits:**
|
|
28
|
-
- Benefit 1
|
|
29
|
-
- Benefit 2
|
|
30
|
-
- Benefit 3
|
|
31
|
-
|
|
32
|
-
**Trade-offs:**
|
|
33
|
-
- Consider 1
|
|
34
|
-
- Consider 2
|
|
35
|
-
- Consider 3
|
|
36
|
-
|
|
37
|
-
### Pattern 2: Advanced Technique
|
|
38
|
-
|
|
39
|
-
**Description:**
|
|
40
|
-
Another important pattern for senior backend.
|
|
41
|
-
|
|
42
|
-
**Implementation:**
|
|
43
|
-
```typescript
|
|
44
|
-
// Advanced example
|
|
45
|
-
async function advancedExample() {
|
|
46
|
-
// Code here
|
|
47
|
-
}
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Guidelines
|
|
51
|
-
|
|
52
|
-
### Code Organization
|
|
53
|
-
- Clear structure
|
|
54
|
-
- Logical separation
|
|
55
|
-
- Consistent naming
|
|
56
|
-
- Proper documentation
|
|
57
|
-
|
|
58
|
-
### Performance Considerations
|
|
59
|
-
- Optimization strategies
|
|
60
|
-
- Bottleneck identification
|
|
61
|
-
- Monitoring approaches
|
|
62
|
-
- Scaling techniques
|
|
63
|
-
|
|
64
|
-
### Security Best Practices
|
|
65
|
-
- Input validation
|
|
66
|
-
- Authentication
|
|
67
|
-
- Authorization
|
|
68
|
-
- Data protection
|
|
69
|
-
|
|
70
|
-
## Common Patterns
|
|
71
|
-
|
|
72
|
-
### Pattern A
|
|
73
|
-
Implementation details and examples.
|
|
74
|
-
|
|
75
|
-
### Pattern B
|
|
76
|
-
Implementation details and examples.
|
|
77
|
-
|
|
78
|
-
### Pattern C
|
|
79
|
-
Implementation details and examples.
|
|
80
|
-
|
|
81
|
-
## Anti-Patterns to Avoid
|
|
82
|
-
|
|
83
|
-
### Anti-Pattern 1
|
|
84
|
-
What not to do and why.
|
|
85
|
-
|
|
86
|
-
### Anti-Pattern 2
|
|
87
|
-
What not to do and why.
|
|
88
|
-
|
|
89
|
-
## Tools and Resources
|
|
90
|
-
|
|
91
|
-
### Recommended Tools
|
|
92
|
-
- Tool 1: Purpose
|
|
93
|
-
- Tool 2: Purpose
|
|
94
|
-
- Tool 3: Purpose
|
|
95
|
-
|
|
96
|
-
### Further Reading
|
|
97
|
-
- Resource 1
|
|
98
|
-
- Resource 2
|
|
99
|
-
- Resource 3
|
|
100
|
-
|
|
101
|
-
## Conclusion
|
|
102
|
-
|
|
103
|
-
Key takeaways for using this reference guide effectively.
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
# Backend Security Practices
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
This reference guide provides comprehensive information for senior backend.
|
|
6
|
-
|
|
7
|
-
## Patterns and Practices
|
|
8
|
-
|
|
9
|
-
### Pattern 1: Best Practice Implementation
|
|
10
|
-
|
|
11
|
-
**Description:**
|
|
12
|
-
Detailed explanation of the pattern.
|
|
13
|
-
|
|
14
|
-
**When to Use:**
|
|
15
|
-
- Scenario 1
|
|
16
|
-
- Scenario 2
|
|
17
|
-
- Scenario 3
|
|
18
|
-
|
|
19
|
-
**Implementation:**
|
|
20
|
-
```typescript
|
|
21
|
-
// Example code implementation
|
|
22
|
-
export class Example {
|
|
23
|
-
// Implementation details
|
|
24
|
-
}
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
**Benefits:**
|
|
28
|
-
- Benefit 1
|
|
29
|
-
- Benefit 2
|
|
30
|
-
- Benefit 3
|
|
31
|
-
|
|
32
|
-
**Trade-offs:**
|
|
33
|
-
- Consider 1
|
|
34
|
-
- Consider 2
|
|
35
|
-
- Consider 3
|
|
36
|
-
|
|
37
|
-
### Pattern 2: Advanced Technique
|
|
38
|
-
|
|
39
|
-
**Description:**
|
|
40
|
-
Another important pattern for senior backend.
|
|
41
|
-
|
|
42
|
-
**Implementation:**
|
|
43
|
-
```typescript
|
|
44
|
-
// Advanced example
|
|
45
|
-
async function advancedExample() {
|
|
46
|
-
// Code here
|
|
47
|
-
}
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Guidelines
|
|
51
|
-
|
|
52
|
-
### Code Organization
|
|
53
|
-
- Clear structure
|
|
54
|
-
- Logical separation
|
|
55
|
-
- Consistent naming
|
|
56
|
-
- Proper documentation
|
|
57
|
-
|
|
58
|
-
### Performance Considerations
|
|
59
|
-
- Optimization strategies
|
|
60
|
-
- Bottleneck identification
|
|
61
|
-
- Monitoring approaches
|
|
62
|
-
- Scaling techniques
|
|
63
|
-
|
|
64
|
-
### Security Best Practices
|
|
65
|
-
- Input validation
|
|
66
|
-
- Authentication
|
|
67
|
-
- Authorization
|
|
68
|
-
- Data protection
|
|
69
|
-
|
|
70
|
-
## Common Patterns
|
|
71
|
-
|
|
72
|
-
### Pattern A
|
|
73
|
-
Implementation details and examples.
|
|
74
|
-
|
|
75
|
-
### Pattern B
|
|
76
|
-
Implementation details and examples.
|
|
77
|
-
|
|
78
|
-
### Pattern C
|
|
79
|
-
Implementation details and examples.
|
|
80
|
-
|
|
81
|
-
## Anti-Patterns to Avoid
|
|
82
|
-
|
|
83
|
-
### Anti-Pattern 1
|
|
84
|
-
What not to do and why.
|
|
85
|
-
|
|
86
|
-
### Anti-Pattern 2
|
|
87
|
-
What not to do and why.
|
|
88
|
-
|
|
89
|
-
## Tools and Resources
|
|
90
|
-
|
|
91
|
-
### Recommended Tools
|
|
92
|
-
- Tool 1: Purpose
|
|
93
|
-
- Tool 2: Purpose
|
|
94
|
-
- Tool 3: Purpose
|
|
95
|
-
|
|
96
|
-
### Further Reading
|
|
97
|
-
- Resource 1
|
|
98
|
-
- Resource 2
|
|
99
|
-
- Resource 3
|
|
100
|
-
|
|
101
|
-
## Conclusion
|
|
102
|
-
|
|
103
|
-
Key takeaways for using this reference guide effectively.
|