@rubix0270/arboris 1.0.0
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/README.md +151 -0
- package/cli/manifest.json +323 -0
- package/dist/cli.mjs +376 -0
- package/package.json +81 -0
- package/prisma/skills/accessibility/SKILL.md +147 -0
- package/prisma/skills/agent-architecture-audit/SKILL.md +257 -0
- package/prisma/skills/agent-eval/SKILL.md +146 -0
- package/prisma/skills/agent-harness-construction/SKILL.md +74 -0
- package/prisma/skills/agent-introspection-debugging/SKILL.md +154 -0
- package/prisma/skills/agent-payment-x402/SKILL.md +225 -0
- package/prisma/skills/agent-self-evaluation/SKILL.md +182 -0
- package/prisma/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
- package/prisma/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
- package/prisma/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
- package/prisma/skills/agent-self-evaluation/references/hook-integration.md +64 -0
- package/prisma/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
- package/prisma/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
- package/prisma/skills/agent-sort/SKILL.md +216 -0
- package/prisma/skills/agentic-engineering/SKILL.md +64 -0
- package/prisma/skills/agentic-os/SKILL.md +388 -0
- package/prisma/skills/ai-first-engineering/SKILL.md +52 -0
- package/prisma/skills/ai-regression-testing/SKILL.md +386 -0
- package/prisma/skills/android-clean-architecture/SKILL.md +340 -0
- package/prisma/skills/angular-developer/SKILL.md +155 -0
- package/prisma/skills/angular-developer/references/angular-animations.md +160 -0
- package/prisma/skills/angular-developer/references/angular-aria.md +410 -0
- package/prisma/skills/angular-developer/references/cli.md +86 -0
- package/prisma/skills/angular-developer/references/component-harnesses.md +59 -0
- package/prisma/skills/angular-developer/references/component-styling.md +91 -0
- package/prisma/skills/angular-developer/references/components.md +117 -0
- package/prisma/skills/angular-developer/references/creating-services.md +97 -0
- package/prisma/skills/angular-developer/references/data-resolvers.md +69 -0
- package/prisma/skills/angular-developer/references/define-routes.md +67 -0
- package/prisma/skills/angular-developer/references/defining-providers.md +72 -0
- package/prisma/skills/angular-developer/references/di-fundamentals.md +120 -0
- package/prisma/skills/angular-developer/references/e2e-testing.md +56 -0
- package/prisma/skills/angular-developer/references/effects.md +83 -0
- package/prisma/skills/angular-developer/references/hierarchical-injectors.md +43 -0
- package/prisma/skills/angular-developer/references/host-elements.md +80 -0
- package/prisma/skills/angular-developer/references/injection-context.md +63 -0
- package/prisma/skills/angular-developer/references/inputs.md +101 -0
- package/prisma/skills/angular-developer/references/linked-signal.md +59 -0
- package/prisma/skills/angular-developer/references/loading-strategies.md +61 -0
- package/prisma/skills/angular-developer/references/mcp.md +108 -0
- package/prisma/skills/angular-developer/references/navigate-to-routes.md +69 -0
- package/prisma/skills/angular-developer/references/outputs.md +86 -0
- package/prisma/skills/angular-developer/references/reactive-forms.md +122 -0
- package/prisma/skills/angular-developer/references/rendering-strategies.md +44 -0
- package/prisma/skills/angular-developer/references/resource.md +77 -0
- package/prisma/skills/angular-developer/references/route-animations.md +56 -0
- package/prisma/skills/angular-developer/references/route-guards.md +52 -0
- package/prisma/skills/angular-developer/references/router-lifecycle.md +45 -0
- package/prisma/skills/angular-developer/references/router-testing.md +87 -0
- package/prisma/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
- package/prisma/skills/angular-developer/references/signal-forms.md +795 -0
- package/prisma/skills/angular-developer/references/signals-overview.md +94 -0
- package/prisma/skills/angular-developer/references/tailwind-css.md +69 -0
- package/prisma/skills/angular-developer/references/template-driven-forms.md +114 -0
- package/prisma/skills/angular-developer/references/testing-fundamentals.md +65 -0
- package/prisma/skills/api-connector-builder/SKILL.md +121 -0
- package/prisma/skills/api-design/SKILL.md +524 -0
- package/prisma/skills/architecture-decision-records/SKILL.md +180 -0
- package/prisma/skills/article-writing/SKILL.md +80 -0
- package/prisma/skills/automation-audit-ops/SKILL.md +143 -0
- package/prisma/skills/autonomous-agent-harness/SKILL.md +274 -0
- package/prisma/skills/autonomous-loops/SKILL.md +611 -0
- package/prisma/skills/backend-patterns/SKILL.md +562 -0
- package/prisma/skills/benchmark/SKILL.md +94 -0
- package/prisma/skills/benchmark-methodology/SKILL.md +190 -0
- package/prisma/skills/benchmark-optimization-loop/SKILL.md +70 -0
- package/prisma/skills/blender-motion-state-inspection/SKILL.md +165 -0
- package/prisma/skills/blueprint/SKILL.md +106 -0
- package/prisma/skills/brand-discovery/SKILL.md +145 -0
- package/prisma/skills/brand-discovery/references/10_purpose-why.md +40 -0
- package/prisma/skills/brand-discovery/references/20_positioning.md +44 -0
- package/prisma/skills/brand-discovery/references/30_audience-niche.md +52 -0
- package/prisma/skills/brand-discovery/references/40_personality-archetype.md +57 -0
- package/prisma/skills/brand-discovery/references/50_voice-tone.md +59 -0
- package/prisma/skills/brand-discovery/references/60_narrative-story.md +50 -0
- package/prisma/skills/brand-discovery/references/70_founder-tension.md +49 -0
- package/prisma/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
- package/prisma/skills/brand-voice/SKILL.md +98 -0
- package/prisma/skills/brand-voice/references/voice-profile-schema.md +55 -0
- package/prisma/skills/browser-qa/SKILL.md +105 -0
- package/prisma/skills/bun-runtime/SKILL.md +85 -0
- package/prisma/skills/canary-watch/SKILL.md +108 -0
- package/prisma/skills/carrier-relationship-management/SKILL.md +212 -0
- package/prisma/skills/cisco-ios-patterns/SKILL.md +164 -0
- package/prisma/skills/ck/SKILL.md +148 -0
- package/prisma/skills/ck/commands/forget.mjs +44 -0
- package/prisma/skills/ck/commands/info.mjs +24 -0
- package/prisma/skills/ck/commands/init.mjs +143 -0
- package/prisma/skills/ck/commands/list.mjs +40 -0
- package/prisma/skills/ck/commands/migrate.mjs +202 -0
- package/prisma/skills/ck/commands/resume.mjs +36 -0
- package/prisma/skills/ck/commands/save.mjs +210 -0
- package/prisma/skills/ck/commands/shared.mjs +387 -0
- package/prisma/skills/ck/hooks/session-start.mjs +224 -0
- package/prisma/skills/claude-devfleet/SKILL.md +112 -0
- package/prisma/skills/click-path-audit/SKILL.md +245 -0
- package/prisma/skills/clickhouse-io/SKILL.md +440 -0
- package/prisma/skills/code-tour/SKILL.md +254 -0
- package/prisma/skills/codebase-onboarding/SKILL.md +234 -0
- package/prisma/skills/codehealth-mcp/SKILL.md +167 -0
- package/prisma/skills/coding-standards/SKILL.md +551 -0
- package/prisma/skills/competitive-platform-analysis/SKILL.md +214 -0
- package/prisma/skills/competitive-report-structure/SKILL.md +162 -0
- package/prisma/skills/compose-multiplatform-patterns/SKILL.md +300 -0
- package/prisma/skills/config-gc/SKILL.md +120 -0
- package/prisma/skills/configure-ecc/SKILL.md +385 -0
- package/prisma/skills/connections-optimizer/SKILL.md +190 -0
- package/prisma/skills/content-engine/SKILL.md +132 -0
- package/prisma/skills/content-hash-cache-pattern/SKILL.md +162 -0
- package/prisma/skills/context-budget/SKILL.md +136 -0
- package/prisma/skills/continuous-agent-loop/SKILL.md +46 -0
- package/prisma/skills/continuous-learning/SKILL.md +132 -0
- package/prisma/skills/continuous-learning/config.json +18 -0
- package/prisma/skills/continuous-learning/evaluate-session.sh +69 -0
- package/prisma/skills/continuous-learning-v2/SKILL.md +361 -0
- package/prisma/skills/continuous-learning-v2/agents/observer-loop.sh +359 -0
- package/prisma/skills/continuous-learning-v2/agents/observer.md +189 -0
- package/prisma/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
- package/prisma/skills/continuous-learning-v2/agents/start-observer.sh +248 -0
- package/prisma/skills/continuous-learning-v2/config.json +8 -0
- package/prisma/skills/continuous-learning-v2/hooks/observe.sh +585 -0
- package/prisma/skills/continuous-learning-v2/scripts/detect-project.sh +322 -0
- package/prisma/skills/continuous-learning-v2/scripts/instinct-cli.py +1956 -0
- package/prisma/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
- package/prisma/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +68 -0
- package/prisma/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1421 -0
- package/prisma/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
- package/prisma/skills/cost-tracking/SKILL.md +97 -0
- package/prisma/skills/council/SKILL.md +204 -0
- package/prisma/skills/cpp-coding-standards/SKILL.md +724 -0
- package/prisma/skills/cpp-testing/SKILL.md +325 -0
- package/prisma/skills/crosspost/SKILL.md +112 -0
- package/prisma/skills/csharp-testing/SKILL.md +322 -0
- package/prisma/skills/customer-billing-ops/SKILL.md +141 -0
- package/prisma/skills/customs-trade-compliance/SKILL.md +263 -0
- package/prisma/skills/dart-flutter-patterns/SKILL.md +564 -0
- package/prisma/skills/dashboard-builder/SKILL.md +109 -0
- package/prisma/skills/data-scraper-agent/SKILL.md +765 -0
- package/prisma/skills/data-throughput-accelerator/SKILL.md +73 -0
- package/prisma/skills/database-migrations/SKILL.md +430 -0
- package/prisma/skills/deep-research/SKILL.md +160 -0
- package/prisma/skills/defi-amm-security/SKILL.md +167 -0
- package/prisma/skills/delivery-gate/SKILL.md +126 -0
- package/prisma/skills/delivery-gate/hooks/quality-gate.py +220 -0
- package/prisma/skills/deployment-patterns/SKILL.md +428 -0
- package/prisma/skills/design-system/SKILL.md +83 -0
- package/prisma/skills/django-celery/SKILL.md +458 -0
- package/prisma/skills/django-patterns/SKILL.md +735 -0
- package/prisma/skills/django-security/SKILL.md +644 -0
- package/prisma/skills/django-tdd/SKILL.md +730 -0
- package/prisma/skills/django-verification/SKILL.md +470 -0
- package/prisma/skills/dmux-workflows/SKILL.md +192 -0
- package/prisma/skills/docker-patterns/SKILL.md +365 -0
- package/prisma/skills/documentation-lookup/SKILL.md +91 -0
- package/prisma/skills/dotnet-patterns/SKILL.md +322 -0
- package/prisma/skills/dynamic-workflow-mode/SKILL.md +124 -0
- package/prisma/skills/e2e-testing/SKILL.md +327 -0
- package/prisma/skills/ecc-guide/SKILL.md +190 -0
- package/prisma/skills/ecc-recipes/SKILL.md +149 -0
- package/prisma/skills/ecc-tools-cost-audit/SKILL.md +161 -0
- package/prisma/skills/email-ops/SKILL.md +122 -0
- package/prisma/skills/energy-procurement/SKILL.md +228 -0
- package/prisma/skills/enterprise-agent-ops/SKILL.md +51 -0
- package/prisma/skills/error-handling/SKILL.md +377 -0
- package/prisma/skills/eval-harness/SKILL.md +271 -0
- package/prisma/skills/evm-token-decimals/SKILL.md +131 -0
- package/prisma/skills/exa-search/SKILL.md +108 -0
- package/prisma/skills/fal-ai-media/SKILL.md +289 -0
- package/prisma/skills/fastapi-patterns/SKILL.md +514 -0
- package/prisma/skills/finance-billing-ops/SKILL.md +128 -0
- package/prisma/skills/flox-environments/SKILL.md +497 -0
- package/prisma/skills/flutter-dart-code-review/SKILL.md +436 -0
- package/prisma/skills/foundation-models-on-device/SKILL.md +243 -0
- package/prisma/skills/frontend-a11y/SKILL.md +446 -0
- package/prisma/skills/frontend-design-direction/SKILL.md +93 -0
- package/prisma/skills/frontend-patterns/SKILL.md +657 -0
- package/prisma/skills/frontend-slides/SKILL.md +185 -0
- package/prisma/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/prisma/skills/frontend-slides/animation-patterns.md +122 -0
- package/prisma/skills/frontend-slides/html-template.md +419 -0
- package/prisma/skills/frontend-slides/scripts/export-pdf.sh +418 -0
- package/prisma/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/prisma/skills/frontend-slides/viewport-base.css +153 -0
- package/prisma/skills/fsharp-testing/SKILL.md +281 -0
- package/prisma/skills/gan-style-harness/SKILL.md +279 -0
- package/prisma/skills/gateguard/SKILL.md +133 -0
- package/prisma/skills/generating-python-installer/SKILL.md +820 -0
- package/prisma/skills/git-workflow/SKILL.md +716 -0
- package/prisma/skills/github-ops/SKILL.md +145 -0
- package/prisma/skills/golang-patterns/SKILL.md +675 -0
- package/prisma/skills/golang-testing/SKILL.md +721 -0
- package/prisma/skills/google-workspace-ops/SKILL.md +96 -0
- package/prisma/skills/growth-log/SKILL.md +128 -0
- package/prisma/skills/healthcare-cdss-patterns/SKILL.md +246 -0
- package/prisma/skills/healthcare-emr-patterns/SKILL.md +160 -0
- package/prisma/skills/healthcare-eval-harness/SKILL.md +208 -0
- package/prisma/skills/healthcare-phi-compliance/SKILL.md +146 -0
- package/prisma/skills/hermes-imports/SKILL.md +89 -0
- package/prisma/skills/hexagonal-architecture/SKILL.md +277 -0
- package/prisma/skills/hipaa-compliance/SKILL.md +79 -0
- package/prisma/skills/homelab-network-readiness/SKILL.md +170 -0
- package/prisma/skills/homelab-network-setup/SKILL.md +130 -0
- package/prisma/skills/homelab-pihole-dns/SKILL.md +275 -0
- package/prisma/skills/homelab-vlan-segmentation/SKILL.md +312 -0
- package/prisma/skills/homelab-wireguard-vpn/SKILL.md +306 -0
- package/prisma/skills/hookify-rules/SKILL.md +128 -0
- package/prisma/skills/inherit-legacy-style/SKILL.md +157 -0
- package/prisma/skills/intent-driven-development/SKILL.md +360 -0
- package/prisma/skills/inventory-demand-planning/SKILL.md +247 -0
- package/prisma/skills/investor-materials/SKILL.md +97 -0
- package/prisma/skills/investor-outreach/SKILL.md +92 -0
- package/prisma/skills/ios-icon-gen/SKILL.md +158 -0
- package/prisma/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
- package/prisma/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
- package/prisma/skills/iterative-retrieval/SKILL.md +212 -0
- package/prisma/skills/ito-basket-compare/SKILL.md +64 -0
- package/prisma/skills/ito-data-atlas-agent/SKILL.md +64 -0
- package/prisma/skills/ito-market-intelligence/SKILL.md +61 -0
- package/prisma/skills/ito-trade-planner/SKILL.md +68 -0
- package/prisma/skills/java-coding-standards/SKILL.md +384 -0
- package/prisma/skills/jira-integration/SKILL.md +303 -0
- package/prisma/skills/jpa-patterns/SKILL.md +152 -0
- package/prisma/skills/knowledge-ops/SKILL.md +155 -0
- package/prisma/skills/kotlin-coroutines-flows/SKILL.md +285 -0
- package/prisma/skills/kotlin-exposed-patterns/SKILL.md +720 -0
- package/prisma/skills/kotlin-ktor-patterns/SKILL.md +690 -0
- package/prisma/skills/kotlin-patterns/SKILL.md +712 -0
- package/prisma/skills/kotlin-testing/SKILL.md +825 -0
- package/prisma/skills/kubernetes-patterns/SKILL.md +756 -0
- package/prisma/skills/laravel-patterns/SKILL.md +416 -0
- package/prisma/skills/laravel-plugin-discovery/SKILL.md +230 -0
- package/prisma/skills/laravel-security/SKILL.md +948 -0
- package/prisma/skills/laravel-tdd/SKILL.md +675 -0
- package/prisma/skills/laravel-verification/SKILL.md +180 -0
- package/prisma/skills/latency-critical-systems/SKILL.md +74 -0
- package/prisma/skills/lead-intelligence/SKILL.md +322 -0
- package/prisma/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
- package/prisma/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
- package/prisma/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
- package/prisma/skills/lead-intelligence/agents/signal-scorer.md +60 -0
- package/prisma/skills/liquid-glass-design/SKILL.md +279 -0
- package/prisma/skills/llm-trading-agent-security/SKILL.md +147 -0
- package/prisma/skills/logistics-exception-management/SKILL.md +222 -0
- package/prisma/skills/loop-design-check/SKILL.md +143 -0
- package/prisma/skills/mailtrap-email-integration/SKILL.md +77 -0
- package/prisma/skills/make-interfaces-feel-better/SKILL.md +152 -0
- package/prisma/skills/manim-video/SKILL.md +90 -0
- package/prisma/skills/manim-video/assets/network_graph_scene.py +52 -0
- package/prisma/skills/market-research/SKILL.md +76 -0
- package/prisma/skills/marketing-campaign/SKILL.md +114 -0
- package/prisma/skills/mcp-server-patterns/SKILL.md +70 -0
- package/prisma/skills/messages-ops/SKILL.md +105 -0
- package/prisma/skills/ml-adoption-playbook/SKILL.md +57 -0
- package/prisma/skills/mle-workflow/SKILL.md +347 -0
- package/prisma/skills/motion-advanced/SKILL.md +596 -0
- package/prisma/skills/motion-foundations/SKILL.md +299 -0
- package/prisma/skills/motion-patterns/SKILL.md +434 -0
- package/prisma/skills/motion-ui/SKILL.md +576 -0
- package/prisma/skills/mysql-patterns/SKILL.md +413 -0
- package/prisma/skills/nanoclaw-repl/SKILL.md +34 -0
- package/prisma/skills/nestjs-patterns/SKILL.md +231 -0
- package/prisma/skills/netmiko-ssh-automation/SKILL.md +174 -0
- package/prisma/skills/network-bgp-diagnostics/SKILL.md +168 -0
- package/prisma/skills/network-config-validation/SKILL.md +211 -0
- package/prisma/skills/network-interface-health/SKILL.md +153 -0
- package/prisma/skills/nextjs-turbopack/SKILL.md +58 -0
- package/prisma/skills/nodejs-keccak256/SKILL.md +103 -0
- package/prisma/skills/nutrient-document-processing/SKILL.md +168 -0
- package/prisma/skills/nuxt4-patterns/SKILL.md +101 -0
- package/prisma/skills/openclaw-persona-forge/SKILL.md +289 -0
- package/prisma/skills/openclaw-persona-forge/gacha.py +224 -0
- package/prisma/skills/openclaw-persona-forge/gacha.sh +5 -0
- package/prisma/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
- package/prisma/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
- package/prisma/skills/openclaw-persona-forge/references/error-handling.md +53 -0
- package/prisma/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
- package/prisma/skills/openclaw-persona-forge/references/naming-system.md +39 -0
- package/prisma/skills/openclaw-persona-forge/references/output-template.md +166 -0
- package/prisma/skills/opensource-pipeline/SKILL.md +256 -0
- package/prisma/skills/orch-add-feature/SKILL.md +45 -0
- package/prisma/skills/orch-build-mvp/SKILL.md +49 -0
- package/prisma/skills/orch-change-feature/SKILL.md +43 -0
- package/prisma/skills/orch-fix-defect/SKILL.md +43 -0
- package/prisma/skills/orch-pipeline/SKILL.md +121 -0
- package/prisma/skills/orch-refine-code/SKILL.md +44 -0
- package/prisma/skills/parallel-execution-optimizer/SKILL.md +73 -0
- package/prisma/skills/perl-patterns/SKILL.md +505 -0
- package/prisma/skills/perl-security/SKILL.md +504 -0
- package/prisma/skills/perl-testing/SKILL.md +476 -0
- package/prisma/skills/plan-orchestrate/SKILL.md +263 -0
- package/prisma/skills/plankton-code-quality/SKILL.md +237 -0
- package/prisma/skills/postgres-patterns/SKILL.md +148 -0
- package/prisma/skills/prediction-market-oracle-research/SKILL.md +64 -0
- package/prisma/skills/prediction-market-risk-review/SKILL.md +61 -0
- package/prisma/skills/prisma-patterns/SKILL.md +401 -0
- package/prisma/skills/product-capability/SKILL.md +142 -0
- package/prisma/skills/product-lens/SKILL.md +93 -0
- package/prisma/skills/production-audit/SKILL.md +207 -0
- package/prisma/skills/production-scheduling/SKILL.md +238 -0
- package/prisma/skills/project-flow-ops/SKILL.md +112 -0
- package/prisma/skills/prompt-optimizer/SKILL.md +398 -0
- package/prisma/skills/python-patterns/SKILL.md +751 -0
- package/prisma/skills/python-testing/SKILL.md +817 -0
- package/prisma/skills/pytorch-patterns/SKILL.md +397 -0
- package/prisma/skills/quality-nonconformance/SKILL.md +260 -0
- package/prisma/skills/quarkus-patterns/SKILL.md +723 -0
- package/prisma/skills/quarkus-security/SKILL.md +468 -0
- package/prisma/skills/quarkus-tdd/SKILL.md +812 -0
- package/prisma/skills/quarkus-verification/SKILL.md +480 -0
- package/prisma/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
- package/prisma/skills/react-native-patterns/SKILL.md +326 -0
- package/prisma/skills/react-patterns/SKILL.md +342 -0
- package/prisma/skills/react-performance/SKILL.md +575 -0
- package/prisma/skills/react-testing/SKILL.md +424 -0
- package/prisma/skills/recsys-pipeline-architect/SKILL.md +115 -0
- package/prisma/skills/recursive-decision-ledger/SKILL.md +80 -0
- package/prisma/skills/redis-patterns/SKILL.md +404 -0
- package/prisma/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
- package/prisma/skills/remotion-video-creation/SKILL.md +43 -0
- package/prisma/skills/remotion-video-creation/rules/3d.md +86 -0
- package/prisma/skills/remotion-video-creation/rules/animations.md +29 -0
- package/prisma/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
- package/prisma/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
- package/prisma/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/prisma/skills/remotion-video-creation/rules/assets.md +78 -0
- package/prisma/skills/remotion-video-creation/rules/audio.md +172 -0
- package/prisma/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
- package/prisma/skills/remotion-video-creation/rules/can-decode.md +75 -0
- package/prisma/skills/remotion-video-creation/rules/charts.md +58 -0
- package/prisma/skills/remotion-video-creation/rules/compositions.md +146 -0
- package/prisma/skills/remotion-video-creation/rules/display-captions.md +126 -0
- package/prisma/skills/remotion-video-creation/rules/extract-frames.md +229 -0
- package/prisma/skills/remotion-video-creation/rules/fonts.md +152 -0
- package/prisma/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
- package/prisma/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
- package/prisma/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
- package/prisma/skills/remotion-video-creation/rules/gifs.md +138 -0
- package/prisma/skills/remotion-video-creation/rules/images.md +130 -0
- package/prisma/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
- package/prisma/skills/remotion-video-creation/rules/lottie.md +67 -0
- package/prisma/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
- package/prisma/skills/remotion-video-creation/rules/measuring-text.md +143 -0
- package/prisma/skills/remotion-video-creation/rules/sequencing.md +106 -0
- package/prisma/skills/remotion-video-creation/rules/tailwind.md +11 -0
- package/prisma/skills/remotion-video-creation/rules/text-animations.md +20 -0
- package/prisma/skills/remotion-video-creation/rules/timing.md +179 -0
- package/prisma/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
- package/prisma/skills/remotion-video-creation/rules/transitions.md +122 -0
- package/prisma/skills/remotion-video-creation/rules/trimming.md +52 -0
- package/prisma/skills/remotion-video-creation/rules/videos.md +171 -0
- package/prisma/skills/repo-scan/SKILL.md +79 -0
- package/prisma/skills/research-ops/SKILL.md +113 -0
- package/prisma/skills/returns-reverse-logistics/SKILL.md +240 -0
- package/prisma/skills/rules-distill/SKILL.md +265 -0
- package/prisma/skills/rules-distill/scripts/scan-rules.sh +58 -0
- package/prisma/skills/rules-distill/scripts/scan-skills.sh +129 -0
- package/prisma/skills/rust-patterns/SKILL.md +500 -0
- package/prisma/skills/rust-testing/SKILL.md +501 -0
- package/prisma/skills/safety-guard/SKILL.md +76 -0
- package/prisma/skills/santa-method/SKILL.md +307 -0
- package/prisma/skills/scientific-db-pubmed-database/SKILL.md +176 -0
- package/prisma/skills/scientific-db-uspto-database/SKILL.md +178 -0
- package/prisma/skills/scientific-pkg-gget/SKILL.md +167 -0
- package/prisma/skills/scientific-thinking-literature-review/SKILL.md +193 -0
- package/prisma/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
- package/prisma/skills/search-first/SKILL.md +183 -0
- package/prisma/skills/security-bounty-hunter/SKILL.md +100 -0
- package/prisma/skills/security-review/SKILL.md +504 -0
- package/prisma/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/prisma/skills/security-scan/SKILL.md +166 -0
- package/prisma/skills/seo/SKILL.md +155 -0
- package/prisma/skills/skill-comply/SKILL.md +59 -0
- package/prisma/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
- package/prisma/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
- package/prisma/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
- package/prisma/skills/skill-comply/prompts/classifier.md +24 -0
- package/prisma/skills/skill-comply/prompts/scenario_generator.md +62 -0
- package/prisma/skills/skill-comply/prompts/spec_generator.md +42 -0
- package/prisma/skills/skill-comply/pyproject.toml +15 -0
- package/prisma/skills/skill-comply/scripts/__init__.py +0 -0
- package/prisma/skills/skill-comply/scripts/classifier.py +85 -0
- package/prisma/skills/skill-comply/scripts/grader.py +124 -0
- package/prisma/skills/skill-comply/scripts/parser.py +107 -0
- package/prisma/skills/skill-comply/scripts/report.py +170 -0
- package/prisma/skills/skill-comply/scripts/run.py +127 -0
- package/prisma/skills/skill-comply/scripts/runner.py +194 -0
- package/prisma/skills/skill-comply/scripts/scenario_generator.py +70 -0
- package/prisma/skills/skill-comply/scripts/spec_generator.py +72 -0
- package/prisma/skills/skill-comply/scripts/utils.py +13 -0
- package/prisma/skills/skill-comply/tests/test_grader.py +197 -0
- package/prisma/skills/skill-comply/tests/test_parser.py +90 -0
- package/prisma/skills/skill-comply/tests/test_runner.py +172 -0
- package/prisma/skills/skill-scout/SKILL.md +141 -0
- package/prisma/skills/skill-stocktake/SKILL.md +195 -0
- package/prisma/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/prisma/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/prisma/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/prisma/skills/social-graph-ranker/SKILL.md +155 -0
- package/prisma/skills/social-publisher/SKILL.md +130 -0
- package/prisma/skills/springboot-patterns/SKILL.md +315 -0
- package/prisma/skills/springboot-security/SKILL.md +273 -0
- package/prisma/skills/springboot-tdd/SKILL.md +159 -0
- package/prisma/skills/springboot-verification/SKILL.md +232 -0
- package/prisma/skills/strategic-compact/SKILL.md +136 -0
- package/prisma/skills/swift-actor-persistence/SKILL.md +144 -0
- package/prisma/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/prisma/skills/swift-protocol-di-testing/SKILL.md +191 -0
- package/prisma/skills/swiftui-patterns/SKILL.md +259 -0
- package/prisma/skills/taste/SKILL.md +264 -0
- package/prisma/skills/taste/references/genre-taxonomy.md +87 -0
- package/prisma/skills/tdd-workflow/SKILL.md +583 -0
- package/prisma/skills/team-agent-orchestration/SKILL.md +111 -0
- package/prisma/skills/team-builder/SKILL.md +169 -0
- package/prisma/skills/terminal-ops/SKILL.md +110 -0
- package/prisma/skills/tinystruct-patterns/SKILL.md +279 -0
- package/prisma/skills/tinystruct-patterns/references/architecture.md +90 -0
- package/prisma/skills/tinystruct-patterns/references/data-handling.md +60 -0
- package/prisma/skills/tinystruct-patterns/references/database.md +99 -0
- package/prisma/skills/tinystruct-patterns/references/routing.md +64 -0
- package/prisma/skills/tinystruct-patterns/references/system-usage.md +97 -0
- package/prisma/skills/tinystruct-patterns/references/testing.md +72 -0
- package/prisma/skills/token-budget-advisor/SKILL.md +134 -0
- package/prisma/skills/ui-demo/SKILL.md +466 -0
- package/prisma/skills/ui-to-vue/SKILL.md +135 -0
- package/prisma/skills/uncloud/SKILL.md +344 -0
- package/prisma/skills/unified-notifications-ops/SKILL.md +188 -0
- package/prisma/skills/verification-loop/SKILL.md +127 -0
- package/prisma/skills/video-editing/SKILL.md +311 -0
- package/prisma/skills/videodb/SKILL.md +375 -0
- package/prisma/skills/videodb/reference/api-reference.md +550 -0
- package/prisma/skills/videodb/reference/capture-reference.md +407 -0
- package/prisma/skills/videodb/reference/capture.md +101 -0
- package/prisma/skills/videodb/reference/editor.md +443 -0
- package/prisma/skills/videodb/reference/generative.md +331 -0
- package/prisma/skills/videodb/reference/rtstream-reference.md +564 -0
- package/prisma/skills/videodb/reference/rtstream.md +65 -0
- package/prisma/skills/videodb/reference/search.md +230 -0
- package/prisma/skills/videodb/reference/streaming.md +406 -0
- package/prisma/skills/videodb/reference/use-cases.md +118 -0
- package/prisma/skills/videodb/scripts/ws_listener.py +282 -0
- package/prisma/skills/visa-doc-translate/README.md +86 -0
- package/prisma/skills/visa-doc-translate/SKILL.md +117 -0
- package/prisma/skills/vite-patterns/SKILL.md +450 -0
- package/prisma/skills/vue-patterns/SKILL.md +471 -0
- package/prisma/skills/windows-desktop-e2e/SKILL.md +888 -0
- package/prisma/skills/workspace-surface-audit/SKILL.md +126 -0
- package/prisma/skills/x-api/SKILL.md +235 -0
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: uncloud
|
|
3
|
+
description: Use when managing an Uncloud cluster — deploying services, configuring Caddy ingress, adding static proxy routes for non-cluster devices, publishing ports, scaling, inspecting logs, or managing machines and volumes with the `uc` CLI.
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Uncloud Cluster Management
|
|
9
|
+
|
|
10
|
+
Reference for the `uc` CLI — a decentralised self-hosting platform using Docker containers, WireGuard mesh networking, and Caddy reverse proxy.
|
|
11
|
+
|
|
12
|
+
## When to Activate
|
|
13
|
+
|
|
14
|
+
Use this skill when working with Uncloud clusters, especially when:
|
|
15
|
+
- Bootstrapping or joining machines with `uc machine`
|
|
16
|
+
- Deploying services from Compose files with `uc deploy`
|
|
17
|
+
- Publishing HTTP, HTTPS, TCP, or UDP ports through Uncloud
|
|
18
|
+
- Configuring Caddy ingress with `x-caddy`, `x-ports`, or `--caddyfile`
|
|
19
|
+
- Routing external LAN devices through the cluster proxy
|
|
20
|
+
- Inspecting logs, service state, volumes, DNS, or machine placement
|
|
21
|
+
|
|
22
|
+
## How It Works
|
|
23
|
+
|
|
24
|
+
Uncloud runs Docker services across peer machines connected by a WireGuard mesh. Each machine is an equal cluster member; services communicate on the overlay network and Caddy runs globally to terminate public HTTP/HTTPS traffic. Compose files can use Uncloud extensions for ingress, placement, and generated Caddy configuration, while the `uc` CLI handles image distribution, scheduling, scaling, logs, and cluster state.
|
|
25
|
+
|
|
26
|
+
## Examples
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
uc machine init user@host --name machine-1
|
|
30
|
+
uc service run --name web -p app.example.com:8080/https nginx:latest
|
|
31
|
+
uc deploy
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Core Concepts
|
|
35
|
+
|
|
36
|
+
- **No central control plane** — all machines are equal peers connected by WireGuard
|
|
37
|
+
- **Caddy** runs as a global service on every machine; auto-obtains TLS from Let's Encrypt
|
|
38
|
+
- **Overlay network** — services communicate via `10.210.0.0/16` by default; DNS provided inside the mesh
|
|
39
|
+
- **Caddyfile is autogenerated** — never edit it directly; use `x-caddy` / `--caddyfile` instead
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## CLI Quick Reference
|
|
44
|
+
|
|
45
|
+
### Machines
|
|
46
|
+
|
|
47
|
+
| Command | Purpose |
|
|
48
|
+
|---------|---------|
|
|
49
|
+
| `uc machine init user@host` | Bootstrap first machine / new cluster |
|
|
50
|
+
| `uc machine add user@host` | Join machine to existing cluster |
|
|
51
|
+
| `uc machine ls` | List machines |
|
|
52
|
+
| `uc machine update NAME --public-ip IP` | Update public IP for ingress |
|
|
53
|
+
| `uc machine rm NAME` | Remove machine |
|
|
54
|
+
|
|
55
|
+
Key `init` flags: `--name`, `--network 10.210.0.0/16`, `--no-caddy`, `--no-dns`, `--public-ip auto\|IP\|none`
|
|
56
|
+
|
|
57
|
+
### Services
|
|
58
|
+
|
|
59
|
+
| Command | Purpose |
|
|
60
|
+
|---------|---------|
|
|
61
|
+
| `uc service ls` / `uc ls` | List services |
|
|
62
|
+
| `uc service run IMAGE` | Run a single container service |
|
|
63
|
+
| `uc deploy` | Deploy from `compose.yaml` |
|
|
64
|
+
| `uc deploy --no-build` | Deploy already-pushed images without rebuilding |
|
|
65
|
+
| `uc deploy --recreate` | Force service recreation |
|
|
66
|
+
| `uc scale SERVICE N` | Set replica count |
|
|
67
|
+
| `uc service logs SERVICE` | View logs |
|
|
68
|
+
| `uc service exec SERVICE` | Shell into container |
|
|
69
|
+
| `uc service inspect SERVICE` | Detailed info |
|
|
70
|
+
| `uc service rm SERVICE` | Remove service (keeps named volumes) |
|
|
71
|
+
| `uc ps` | All containers across cluster |
|
|
72
|
+
|
|
73
|
+
### Images
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
uc image push myapp:latest # Push local image to all machines
|
|
77
|
+
uc image push myapp:latest -m machine1,machine2 # Push to specific machines
|
|
78
|
+
uc images # List images in cluster
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Volumes
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
uc volume ls # All volumes
|
|
85
|
+
uc volume ls -m machine1 # On specific machine
|
|
86
|
+
uc volume create NAME -m MACHINE
|
|
87
|
+
uc volume rm NAME
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Caddy
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
uc caddy config # Show current generated Caddyfile (read-only)
|
|
94
|
+
uc caddy deploy # Deploy/upgrade Caddy across cluster
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### DNS & Context
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
uc dns show # Show reserved *.uncld.dev domain
|
|
101
|
+
uc dns reserve # Reserve a new domain
|
|
102
|
+
uc ctx ls # List cluster contexts
|
|
103
|
+
uc ctx use prod # Switch context
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Port Publishing
|
|
109
|
+
|
|
110
|
+
### HTTP/HTTPS (via Caddy reverse proxy)
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
-p [hostname:]container_port[/protocol]
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
| Example | Meaning |
|
|
117
|
+
|---------|---------|
|
|
118
|
+
| `-p 8080/https` | HTTPS with auto `service-name.cluster-domain` hostname |
|
|
119
|
+
| `-p app.example.com:8080/https` | HTTPS with custom hostname |
|
|
120
|
+
| `-p 8080/http` | HTTP only, no TLS |
|
|
121
|
+
|
|
122
|
+
### TCP/UDP (host-bound, bypasses Caddy)
|
|
123
|
+
|
|
124
|
+
```
|
|
125
|
+
-p [host_ip:]host_port:container_port[/protocol]@host
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
| Example | Meaning |
|
|
129
|
+
|---------|---------|
|
|
130
|
+
| `-p 5432:5432@host` | TCP 5432 on all interfaces |
|
|
131
|
+
| `-p 127.0.0.1:5432:5432@host` | TCP 5432 loopback only |
|
|
132
|
+
| `-p 53:5353/udp@host` | UDP |
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Compose File Extensions
|
|
137
|
+
|
|
138
|
+
Uncloud adds these extensions on top of Docker Compose:
|
|
139
|
+
|
|
140
|
+
### `x-ports` — publish ports with domains
|
|
141
|
+
|
|
142
|
+
```yaml
|
|
143
|
+
services:
|
|
144
|
+
app:
|
|
145
|
+
image: app:latest
|
|
146
|
+
x-ports:
|
|
147
|
+
- example.com:8000/https
|
|
148
|
+
- www.example.com:8000/https
|
|
149
|
+
- api.example.com:9000/https
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
### `x-caddy` — custom Caddy config for service
|
|
153
|
+
|
|
154
|
+
```yaml
|
|
155
|
+
services:
|
|
156
|
+
app:
|
|
157
|
+
image: app:latest
|
|
158
|
+
x-caddy: |
|
|
159
|
+
example.com {
|
|
160
|
+
redir https://www.example.com{uri} permanent
|
|
161
|
+
}
|
|
162
|
+
www.example.com {
|
|
163
|
+
reverse_proxy {{upstreams 8000}} {
|
|
164
|
+
import common_proxy
|
|
165
|
+
}
|
|
166
|
+
basic_auth /admin/* {
|
|
167
|
+
admin $2a$14$...
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
Template functions available inside `x-caddy`:
|
|
173
|
+
- `{{upstreams [service] [port]}}` — healthy container IPs
|
|
174
|
+
- `{{.Name}}` — service name
|
|
175
|
+
- `{{.Upstreams}}` — map of all services → IPs
|
|
176
|
+
|
|
177
|
+
### `x-machines` — placement constraints
|
|
178
|
+
|
|
179
|
+
```yaml
|
|
180
|
+
services:
|
|
181
|
+
db:
|
|
182
|
+
image: postgres:18
|
|
183
|
+
x-machines: db-machine # Single machine name
|
|
184
|
+
app:
|
|
185
|
+
image: app:latest
|
|
186
|
+
x-machines:
|
|
187
|
+
- machine-1
|
|
188
|
+
- machine-2
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Full multi-service example
|
|
192
|
+
|
|
193
|
+
```yaml
|
|
194
|
+
services:
|
|
195
|
+
api:
|
|
196
|
+
build: ./api
|
|
197
|
+
x-ports:
|
|
198
|
+
- api.example.com:3000/https
|
|
199
|
+
environment:
|
|
200
|
+
DATABASE_URL: postgres://db:5432/mydb
|
|
201
|
+
|
|
202
|
+
web:
|
|
203
|
+
build: ./web
|
|
204
|
+
x-ports:
|
|
205
|
+
- example.com:8000/https
|
|
206
|
+
- www.example.com:8000/https
|
|
207
|
+
environment:
|
|
208
|
+
API_URL: http://api:3000
|
|
209
|
+
|
|
210
|
+
db:
|
|
211
|
+
image: postgres:18
|
|
212
|
+
environment:
|
|
213
|
+
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
|
214
|
+
volumes:
|
|
215
|
+
- db-data:/var/lib/postgresql/data
|
|
216
|
+
x-machines: db-machine
|
|
217
|
+
|
|
218
|
+
volumes:
|
|
219
|
+
db-data:
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## Routing to External (Non-Cluster) Devices
|
|
225
|
+
|
|
226
|
+
To expose an external device (e.g. BMC, NAS, router UI) via Caddy without running a real container:
|
|
227
|
+
|
|
228
|
+
**1. Create a Caddyfile snippet** (e.g. `~/device.caddyfile`):
|
|
229
|
+
|
|
230
|
+
```caddyfile
|
|
231
|
+
https://device.example.com {
|
|
232
|
+
reverse_proxy https://192.168.1.x {
|
|
233
|
+
transport http {
|
|
234
|
+
tls_insecure_skip_verify # needed for self-signed BMC certs
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
log
|
|
238
|
+
}
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
For plaintext upstream: `reverse_proxy http://192.168.1.x:port`
|
|
242
|
+
|
|
243
|
+
**2. Register as a named service with no-op container:**
|
|
244
|
+
|
|
245
|
+
```bash
|
|
246
|
+
uc service run \
|
|
247
|
+
--name device-bmc \
|
|
248
|
+
--caddyfile ~/device.caddyfile \
|
|
249
|
+
registry.k8s.io/pause:3.9
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
`pause` is a minimal no-op container — it does nothing, but gives Uncloud a service entry to attach the Caddyfile to.
|
|
253
|
+
|
|
254
|
+
**3. Verify:**
|
|
255
|
+
|
|
256
|
+
```bash
|
|
257
|
+
uc caddy config # device.example.com block should appear
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
> `--caddyfile` cannot be combined with non-`@host` published ports.
|
|
261
|
+
|
|
262
|
+
**DNS tip:** A wildcard record (`*.yourdomain.com → cluster-public-ip`) means any new subdomain works immediately — no DNS change needed per service.
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
## Service DNS (Internal)
|
|
267
|
+
|
|
268
|
+
Services inside the cluster resolve each other by name:
|
|
269
|
+
|
|
270
|
+
| DNS name | Resolves to |
|
|
271
|
+
|----------|------------|
|
|
272
|
+
| `service-name` | Any healthy container |
|
|
273
|
+
| `service-name.internal` | Same |
|
|
274
|
+
| `rr.service-name.internal` | Round-robin |
|
|
275
|
+
| `nearest.service-name.internal` | Machine-local first |
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
## Scaling & Global Services
|
|
280
|
+
|
|
281
|
+
```bash
|
|
282
|
+
uc scale web 5 # 5 replicas (spread across machines)
|
|
283
|
+
uc scale web 1 # Scale down
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
```yaml
|
|
287
|
+
services:
|
|
288
|
+
caddy:
|
|
289
|
+
deploy:
|
|
290
|
+
mode: global # One container on every machine
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
## Image Tag Templates (in compose.yaml)
|
|
296
|
+
|
|
297
|
+
```yaml
|
|
298
|
+
image: myapp:{{gitdate "20060102"}}.{{gitsha 7}}
|
|
299
|
+
image: myapp:{{gitsha 7}}.${GITHUB_RUN_ID:-local}
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
| Function | Output |
|
|
303
|
+
|----------|--------|
|
|
304
|
+
| `{{gitsha N}}` | First N chars of commit SHA |
|
|
305
|
+
| `{{gitdate "format"}}` | Git commit date in Go format |
|
|
306
|
+
| `{{date "format"}}` | Current date |
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
310
|
+
## Common Workflows
|
|
311
|
+
|
|
312
|
+
**Deploy from source:**
|
|
313
|
+
```bash
|
|
314
|
+
uc deploy # Build + push + deploy
|
|
315
|
+
uc build --push && uc deploy --no-build # Separate steps
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
**Inspect a service:**
|
|
319
|
+
```bash
|
|
320
|
+
uc inspect web
|
|
321
|
+
uc logs -f web
|
|
322
|
+
uc logs --since 1h web
|
|
323
|
+
uc exec web # Opens shell
|
|
324
|
+
uc exec web /bin/sh -c "env" # Run specific command
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
**Zero-downtime deploys** happen automatically; Uncloud waits for health checks before terminating old containers.
|
|
328
|
+
|
|
329
|
+
**Force recreate:**
|
|
330
|
+
```bash
|
|
331
|
+
uc deploy --recreate
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
|
|
336
|
+
## Common Mistakes
|
|
337
|
+
|
|
338
|
+
| Mistake | Fix |
|
|
339
|
+
|---------|-----|
|
|
340
|
+
| Editing the Caddyfile directly | Use `x-caddy` in compose or `--caddyfile` on `uc service run` |
|
|
341
|
+
| Proxying an HTTPS upstream with self-signed cert | Add `transport http { tls_insecure_skip_verify }` |
|
|
342
|
+
| `uc caddy config` shows no user-defined blocks | Caddy admin socket unreachable — check `uc inspect caddy` and `uc logs caddy` |
|
|
343
|
+
| Service can't reach external LAN IP from container | Verify Caddy container's host can route to target network |
|
|
344
|
+
| Volumes lost after `uc service rm` | Named volumes persist; only anonymous volumes are auto-removed |
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: unified-notifications-ops
|
|
3
|
+
description: Operate notifications as one ECC-native workflow across GitHub, Linear, desktop alerts, hooks, and connected communication surfaces. Use when the real problem is alert routing, deduplication, escalation, or inbox collapse.
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Unified Notifications Ops
|
|
9
|
+
|
|
10
|
+
Use this skill when the real problem is not a missing ping. The real problem is a fragmented notification system.
|
|
11
|
+
|
|
12
|
+
The job is to turn scattered events into one operator surface with:
|
|
13
|
+
- clear severity
|
|
14
|
+
- clear ownership
|
|
15
|
+
- clear routing
|
|
16
|
+
- clear follow-up action
|
|
17
|
+
|
|
18
|
+
## When to Use
|
|
19
|
+
|
|
20
|
+
- the user wants a unified notification lane across GitHub, Linear, local hooks, desktop alerts, chat, or email
|
|
21
|
+
- CI failures, review requests, issue updates, and operator events are arriving in disconnected places
|
|
22
|
+
- the current setup creates noise instead of action
|
|
23
|
+
- the user wants to consolidate overlapping notification branches or backlog proposals into one ECC-native lane
|
|
24
|
+
- the workspace already has hooks, MCPs, or connected tools, but no coherent notification policy
|
|
25
|
+
|
|
26
|
+
## Preferred Surface
|
|
27
|
+
|
|
28
|
+
Start from what already exists:
|
|
29
|
+
- GitHub issues, PRs, reviews, comments, and CI
|
|
30
|
+
- Linear issue/project movement
|
|
31
|
+
- local hook events and session lifecycle signals
|
|
32
|
+
- desktop notification primitives
|
|
33
|
+
- connected email/chat surfaces when they actually exist
|
|
34
|
+
|
|
35
|
+
Prefer ECC-native orchestration over telling the user to adopt a separate notification product.
|
|
36
|
+
|
|
37
|
+
## Non-Negotiable Rules
|
|
38
|
+
|
|
39
|
+
- never expose tokens, secrets, webhook secrets, or internal identifiers
|
|
40
|
+
- separate:
|
|
41
|
+
- event source
|
|
42
|
+
- severity
|
|
43
|
+
- routing channel
|
|
44
|
+
- operator action
|
|
45
|
+
- default to digest-first when interruption cost is unclear
|
|
46
|
+
- do not fan out every event to every channel
|
|
47
|
+
- if the real fix is better issue triage, hook policy, or project flow, say so explicitly
|
|
48
|
+
|
|
49
|
+
## Event Pipeline
|
|
50
|
+
|
|
51
|
+
Treat the lane as:
|
|
52
|
+
|
|
53
|
+
1. **Capture** the event
|
|
54
|
+
2. **Classify** urgency and owner
|
|
55
|
+
3. **Route** to the correct channel
|
|
56
|
+
4. **Collapse** duplicates and low-signal churn
|
|
57
|
+
5. **Attach** the next operator action
|
|
58
|
+
|
|
59
|
+
The goal is fewer, better notifications.
|
|
60
|
+
|
|
61
|
+
## Default Severity Model
|
|
62
|
+
|
|
63
|
+
| Class | Examples | Default handling |
|
|
64
|
+
| --- | --- | --- |
|
|
65
|
+
| Critical | broken default-branch CI, security issue, blocked release, failed deploy | interrupt now |
|
|
66
|
+
| High | review requested, failing PR, owner-blocking handoff | same-day alert |
|
|
67
|
+
| Medium | issue state changes, notable comments, backlog movement | digest or queue |
|
|
68
|
+
| Low | repeat successes, routine churn, redundant lifecycle markers | suppress or fold |
|
|
69
|
+
|
|
70
|
+
If the workspace has no severity model, build one before proposing automation.
|
|
71
|
+
|
|
72
|
+
## Workflow
|
|
73
|
+
|
|
74
|
+
### 1. Inventory the current surface
|
|
75
|
+
|
|
76
|
+
List:
|
|
77
|
+
- event sources
|
|
78
|
+
- current channels
|
|
79
|
+
- existing hooks/scripts that emit alerts
|
|
80
|
+
- duplicate paths for the same event
|
|
81
|
+
- silent failure cases where important things are not being surfaced
|
|
82
|
+
|
|
83
|
+
Call out what ECC already owns.
|
|
84
|
+
|
|
85
|
+
### 2. Decide what deserves interruption
|
|
86
|
+
|
|
87
|
+
For each event family, answer:
|
|
88
|
+
- who needs to know?
|
|
89
|
+
- how fast do they need to know?
|
|
90
|
+
- should this interrupt, batch, or just log?
|
|
91
|
+
|
|
92
|
+
Use these defaults:
|
|
93
|
+
- interrupt for release, CI, security, and owner-blocking events
|
|
94
|
+
- digest for medium-signal updates
|
|
95
|
+
- log-only for telemetry and low-signal lifecycle markers
|
|
96
|
+
|
|
97
|
+
### 3. Collapse duplicates before adding channels
|
|
98
|
+
|
|
99
|
+
Look for:
|
|
100
|
+
- the same PR event appearing in GitHub, Linear, and local logs
|
|
101
|
+
- repeated hook notifications for the same failure
|
|
102
|
+
- comments or status churn that should be summarized instead of forwarded raw
|
|
103
|
+
- channels that duplicate each other without adding a better action path
|
|
104
|
+
|
|
105
|
+
Prefer:
|
|
106
|
+
- one canonical summary
|
|
107
|
+
- one owner
|
|
108
|
+
- one primary channel
|
|
109
|
+
- one fallback path
|
|
110
|
+
|
|
111
|
+
### 4. Design the ECC-native workflow
|
|
112
|
+
|
|
113
|
+
For each real notification need, define:
|
|
114
|
+
- **source**
|
|
115
|
+
- **gate**
|
|
116
|
+
- **shape**: immediate alert, digest, queue, or dashboard-only
|
|
117
|
+
- **channel**
|
|
118
|
+
- **action**
|
|
119
|
+
|
|
120
|
+
If ECC already has the primitive, prefer:
|
|
121
|
+
- a skill for operator triage
|
|
122
|
+
- a hook for automatic emission/enforcement
|
|
123
|
+
- an agent for delegated classification
|
|
124
|
+
- an MCP/connector only when a real bridge is missing
|
|
125
|
+
|
|
126
|
+
### 5. Return an action-biased design
|
|
127
|
+
|
|
128
|
+
End with:
|
|
129
|
+
- what to keep
|
|
130
|
+
- what to suppress
|
|
131
|
+
- what to merge
|
|
132
|
+
- what ECC should wrap next
|
|
133
|
+
|
|
134
|
+
## Output Format
|
|
135
|
+
|
|
136
|
+
```text
|
|
137
|
+
CURRENT SURFACE
|
|
138
|
+
- sources
|
|
139
|
+
- channels
|
|
140
|
+
- duplicates
|
|
141
|
+
- gaps
|
|
142
|
+
|
|
143
|
+
EVENT MODEL
|
|
144
|
+
- critical
|
|
145
|
+
- high
|
|
146
|
+
- medium
|
|
147
|
+
- low
|
|
148
|
+
|
|
149
|
+
ROUTING PLAN
|
|
150
|
+
- source -> channel
|
|
151
|
+
- why
|
|
152
|
+
- operator owner
|
|
153
|
+
|
|
154
|
+
CONSOLIDATION
|
|
155
|
+
- suppress
|
|
156
|
+
- merge
|
|
157
|
+
- canonical summaries
|
|
158
|
+
|
|
159
|
+
NEXT ECC MOVE
|
|
160
|
+
- skill / hook / agent / MCP
|
|
161
|
+
- exact workflow to build next
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
## Recommendation Rules
|
|
165
|
+
|
|
166
|
+
- prefer one strong lane over many weak ones
|
|
167
|
+
- prefer digests for medium and low-signal updates
|
|
168
|
+
- prefer hooks when the signal should emit automatically
|
|
169
|
+
- prefer operator skills when the work is triage, routing, and review-first decision-making
|
|
170
|
+
- prefer `project-flow-ops` when the root cause is backlog / PR coordination rather than alerts
|
|
171
|
+
- prefer `workspace-surface-audit` when the user first needs a source inventory
|
|
172
|
+
- if desktop notifications are enough, do not invent an unnecessary external bridge
|
|
173
|
+
|
|
174
|
+
## Good Use Cases
|
|
175
|
+
|
|
176
|
+
- "We have GitHub, Linear, and local hook alerts, but no single operator flow"
|
|
177
|
+
- "Our CI failures are noisy and people ignore them"
|
|
178
|
+
- "I want one notification policy across Claude, OpenCode, and Codex surfaces"
|
|
179
|
+
- "Figure out what should interrupt versus land in a digest"
|
|
180
|
+
- "Collapse overlapping notification PR ideas into one canonical ECC lane"
|
|
181
|
+
|
|
182
|
+
## Related Skills
|
|
183
|
+
|
|
184
|
+
- `workspace-surface-audit`
|
|
185
|
+
- `project-flow-ops`
|
|
186
|
+
- `github-ops`
|
|
187
|
+
- `knowledge-ops`
|
|
188
|
+
- `customer-billing-ops` when the notification pain is billing/customer operations rather than engineering
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: verification-loop
|
|
3
|
+
description: "A comprehensive verification system for Claude Code sessions."
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Verification Loop Skill
|
|
9
|
+
|
|
10
|
+
A comprehensive verification system for Claude Code sessions.
|
|
11
|
+
|
|
12
|
+
## When to Use
|
|
13
|
+
|
|
14
|
+
Invoke this skill:
|
|
15
|
+
- After completing a feature or significant code change
|
|
16
|
+
- Before creating a PR
|
|
17
|
+
- When you want to ensure quality gates pass
|
|
18
|
+
- After refactoring
|
|
19
|
+
|
|
20
|
+
## Verification Phases
|
|
21
|
+
|
|
22
|
+
### Phase 1: Build Verification
|
|
23
|
+
```bash
|
|
24
|
+
# Check if project builds
|
|
25
|
+
npm run build 2>&1 | tail -20
|
|
26
|
+
# OR
|
|
27
|
+
pnpm build 2>&1 | tail -20
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
If build fails, STOP and fix before continuing.
|
|
31
|
+
|
|
32
|
+
### Phase 2: Type Check
|
|
33
|
+
```bash
|
|
34
|
+
# TypeScript projects
|
|
35
|
+
npx tsc --noEmit 2>&1 | head -30
|
|
36
|
+
|
|
37
|
+
# Python projects
|
|
38
|
+
pyright . 2>&1 | head -30
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Report all type errors. Fix critical ones before continuing.
|
|
42
|
+
|
|
43
|
+
### Phase 3: Lint Check
|
|
44
|
+
```bash
|
|
45
|
+
# JavaScript/TypeScript
|
|
46
|
+
npm run lint 2>&1 | head -30
|
|
47
|
+
|
|
48
|
+
# Python
|
|
49
|
+
ruff check . 2>&1 | head -30
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Phase 4: Test Suite
|
|
53
|
+
```bash
|
|
54
|
+
# Run tests with coverage
|
|
55
|
+
npm run test -- --coverage 2>&1 | tail -50
|
|
56
|
+
|
|
57
|
+
# Check coverage threshold
|
|
58
|
+
# Target: 80% minimum
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Report:
|
|
62
|
+
- Total tests: X
|
|
63
|
+
- Passed: X
|
|
64
|
+
- Failed: X
|
|
65
|
+
- Coverage: X%
|
|
66
|
+
|
|
67
|
+
### Phase 5: Security Scan
|
|
68
|
+
```bash
|
|
69
|
+
# Check for secrets
|
|
70
|
+
grep -rn "sk-" --include="*.ts" --include="*.js" . 2>/dev/null | head -10
|
|
71
|
+
grep -rn "api_key" --include="*.ts" --include="*.js" . 2>/dev/null | head -10
|
|
72
|
+
|
|
73
|
+
# Check for console.log
|
|
74
|
+
grep -rn "console.log" --include="*.ts" --include="*.tsx" src/ 2>/dev/null | head -10
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Phase 6: Diff Review
|
|
78
|
+
```bash
|
|
79
|
+
# Show what changed
|
|
80
|
+
git diff --stat
|
|
81
|
+
git diff HEAD~1 --name-only
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Review each changed file for:
|
|
85
|
+
- Unintended changes
|
|
86
|
+
- Missing error handling
|
|
87
|
+
- Potential edge cases
|
|
88
|
+
|
|
89
|
+
## Output Format
|
|
90
|
+
|
|
91
|
+
After running all phases, produce a verification report:
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
VERIFICATION REPORT
|
|
95
|
+
==================
|
|
96
|
+
|
|
97
|
+
Build: [PASS/FAIL]
|
|
98
|
+
Types: [PASS/FAIL] (X errors)
|
|
99
|
+
Lint: [PASS/FAIL] (X warnings)
|
|
100
|
+
Tests: [PASS/FAIL] (X/Y passed, Z% coverage)
|
|
101
|
+
Security: [PASS/FAIL] (X issues)
|
|
102
|
+
Diff: [X files changed]
|
|
103
|
+
|
|
104
|
+
Overall: [READY/NOT READY] for PR
|
|
105
|
+
|
|
106
|
+
Issues to Fix:
|
|
107
|
+
1. ...
|
|
108
|
+
2. ...
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## Continuous Mode
|
|
112
|
+
|
|
113
|
+
For long sessions, run verification every 15 minutes or after major changes:
|
|
114
|
+
|
|
115
|
+
```markdown
|
|
116
|
+
Set a mental checkpoint:
|
|
117
|
+
- After completing each function
|
|
118
|
+
- After finishing a component
|
|
119
|
+
- Before moving to next task
|
|
120
|
+
|
|
121
|
+
Run: /verify
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Integration with Hooks
|
|
125
|
+
|
|
126
|
+
This skill complements PostToolUse hooks but provides deeper verification.
|
|
127
|
+
Hooks catch issues immediately; this skill provides comprehensive review.
|