arboris-cli 1.0.0 → 1.1.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/dist/cli.mjs +420 -0
- package/manifest.json +602 -0
- package/package.json +22 -10
- 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
- package/run.mjs +0 -10
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ito-trade-planner
|
|
3
|
+
description: Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions.
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Itô Trade Planner
|
|
9
|
+
|
|
10
|
+
Use this skill when a user wants a structured worksheet for a prediction-market
|
|
11
|
+
idea, basket adjustment, venue comparison, or manual execution plan.
|
|
12
|
+
|
|
13
|
+
The skill is intentionally non-executing. It produces checklists and parameter
|
|
14
|
+
tables the user can review manually.
|
|
15
|
+
|
|
16
|
+
## Guardrails
|
|
17
|
+
|
|
18
|
+
- Do not say a trade is good, bad, optimal, or recommended.
|
|
19
|
+
- Do not provide investment advice or position sizing advice.
|
|
20
|
+
- Do not place, cancel, route, or sign orders.
|
|
21
|
+
- Do not request private keys, seed phrases, exchange passwords, or wallet
|
|
22
|
+
credentials.
|
|
23
|
+
- Require explicit user approval before any workflow moves from research to
|
|
24
|
+
execution-capable tooling.
|
|
25
|
+
|
|
26
|
+
## Planning Workflow
|
|
27
|
+
|
|
28
|
+
1. Restate the user's idea as a neutral hypothesis.
|
|
29
|
+
2. Identify markets, venues, underliers, resolution rules, fees, and data
|
|
30
|
+
freshness constraints.
|
|
31
|
+
3. If `ITO_API_KEY` is configured and requested, read Itô basket metadata.
|
|
32
|
+
4. Build a manual worksheet:
|
|
33
|
+
- market/underlier
|
|
34
|
+
- venue
|
|
35
|
+
- data source
|
|
36
|
+
- current observable price or status
|
|
37
|
+
- resolution rule
|
|
38
|
+
- liquidity caveat
|
|
39
|
+
- open questions
|
|
40
|
+
- manual action link or next review step
|
|
41
|
+
5. Run `prediction-market-risk-review` before discussing automation, keys,
|
|
42
|
+
venue auth, or capital constraints.
|
|
43
|
+
|
|
44
|
+
## Allowed Language
|
|
45
|
+
|
|
46
|
+
Use:
|
|
47
|
+
|
|
48
|
+
- "manual planning worksheet"
|
|
49
|
+
- "questions to answer before acting"
|
|
50
|
+
- "observable venue data"
|
|
51
|
+
- "risk and constraint review"
|
|
52
|
+
|
|
53
|
+
Avoid:
|
|
54
|
+
|
|
55
|
+
- "you should buy/sell"
|
|
56
|
+
- "best trade"
|
|
57
|
+
- "guaranteed"
|
|
58
|
+
- "risk-free"
|
|
59
|
+
- "optimal size"
|
|
60
|
+
|
|
61
|
+
## Output Contract
|
|
62
|
+
|
|
63
|
+
End every plan with:
|
|
64
|
+
|
|
65
|
+
```text
|
|
66
|
+
This is a planning worksheet, not investment or trading advice. Review venue
|
|
67
|
+
rules and make any trading decisions yourself.
|
|
68
|
+
```
|
|
@@ -0,0 +1,384 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: java-coding-standards
|
|
3
|
+
description: "Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions."
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Java Coding Standards
|
|
9
|
+
|
|
10
|
+
Standards for readable, maintainable Java (17+) code in Spring Boot and Quarkus services.
|
|
11
|
+
|
|
12
|
+
## When to Use
|
|
13
|
+
|
|
14
|
+
- Writing or reviewing Java code in Spring Boot or Quarkus projects
|
|
15
|
+
- Enforcing naming, immutability, or exception handling conventions
|
|
16
|
+
- Working with records, sealed classes, or pattern matching (Java 17+)
|
|
17
|
+
- Reviewing use of Optional, streams, or generics
|
|
18
|
+
- Structuring packages and project layout
|
|
19
|
+
- **[QUARKUS]**: Working with CDI scopes, Panache entities, or reactive pipelines
|
|
20
|
+
|
|
21
|
+
## How It Works
|
|
22
|
+
|
|
23
|
+
### Framework Detection
|
|
24
|
+
|
|
25
|
+
Before applying standards, determine the framework from the build file:
|
|
26
|
+
|
|
27
|
+
- Build file contains `quarkus` → apply **[QUARKUS]** conventions
|
|
28
|
+
- Build file contains `spring-boot` → apply **[SPRING]** conventions
|
|
29
|
+
- Neither detected → apply shared conventions only
|
|
30
|
+
|
|
31
|
+
## Core Principles
|
|
32
|
+
|
|
33
|
+
- Prefer clarity over cleverness
|
|
34
|
+
- Immutable by default; minimize shared mutable state
|
|
35
|
+
- Fail fast with meaningful exceptions
|
|
36
|
+
- Consistent naming and package structure
|
|
37
|
+
- **[QUARKUS]**: Favor build-time over runtime processing; avoid runtime reflection where possible
|
|
38
|
+
|
|
39
|
+
## Examples
|
|
40
|
+
|
|
41
|
+
The sections below show concrete Spring Boot, Quarkus, and shared Java examples
|
|
42
|
+
for naming, immutability, dependency injection, reactive code, exceptions,
|
|
43
|
+
project layout, logging, configuration, and tests.
|
|
44
|
+
|
|
45
|
+
## Naming
|
|
46
|
+
|
|
47
|
+
```java
|
|
48
|
+
// PASS: Classes/Records: PascalCase
|
|
49
|
+
public class MarketService {}
|
|
50
|
+
public record Money(BigDecimal amount, Currency currency) {}
|
|
51
|
+
|
|
52
|
+
// PASS: Methods/fields: camelCase
|
|
53
|
+
private final MarketRepository marketRepository;
|
|
54
|
+
public Market findBySlug(String slug) {}
|
|
55
|
+
|
|
56
|
+
// PASS: Constants: UPPER_SNAKE_CASE
|
|
57
|
+
private static final int MAX_PAGE_SIZE = 100;
|
|
58
|
+
|
|
59
|
+
// PASS: [QUARKUS] JAX-RS resources named as *Resource, not *Controller
|
|
60
|
+
public class MarketResource {}
|
|
61
|
+
|
|
62
|
+
// PASS: [SPRING] REST controllers named as *Controller
|
|
63
|
+
public class MarketController {}
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Immutability
|
|
67
|
+
|
|
68
|
+
```java
|
|
69
|
+
// PASS: Favor records and final fields
|
|
70
|
+
public record MarketDto(Long id, String name, MarketStatus status) {}
|
|
71
|
+
|
|
72
|
+
public class Market {
|
|
73
|
+
private final Long id;
|
|
74
|
+
private final String name;
|
|
75
|
+
// getters only, no setters
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// PASS: [QUARKUS] Panache active-record entities use public fields (Quarkus convention)
|
|
79
|
+
@Entity
|
|
80
|
+
public class Market extends PanacheEntity {
|
|
81
|
+
public String name;
|
|
82
|
+
public MarketStatus status;
|
|
83
|
+
// Panache generates accessors at build time; public fields are idiomatic here
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// PASS: [QUARKUS] Panache MongoDB entities
|
|
87
|
+
@MongoEntity(collection = "markets")
|
|
88
|
+
public class Market extends PanacheMongoEntity {
|
|
89
|
+
public String name;
|
|
90
|
+
public MarketStatus status;
|
|
91
|
+
}
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Optional Usage
|
|
95
|
+
|
|
96
|
+
```java
|
|
97
|
+
// PASS: Return Optional from find* methods
|
|
98
|
+
// [SPRING]
|
|
99
|
+
Optional<Market> market = marketRepository.findBySlug(slug);
|
|
100
|
+
|
|
101
|
+
// [QUARKUS] Panache
|
|
102
|
+
Optional<Market> market = Market.find("slug", slug).firstResultOptional();
|
|
103
|
+
|
|
104
|
+
// PASS: Map/flatMap instead of get()
|
|
105
|
+
return market
|
|
106
|
+
.map(MarketResponse::from)
|
|
107
|
+
.orElseThrow(() -> new EntityNotFoundException("Market not found"));
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
## Streams Best Practices
|
|
111
|
+
|
|
112
|
+
```java
|
|
113
|
+
// PASS: Use streams for transformations, keep pipelines short
|
|
114
|
+
List<String> names = markets.stream()
|
|
115
|
+
.map(Market::name)
|
|
116
|
+
.filter(Objects::nonNull)
|
|
117
|
+
.toList();
|
|
118
|
+
|
|
119
|
+
// FAIL: Avoid complex nested streams; prefer loops for clarity
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## Dependency Injection
|
|
123
|
+
|
|
124
|
+
```java
|
|
125
|
+
// PASS: [SPRING] Constructor injection (preferred over @Autowired on fields)
|
|
126
|
+
@Service
|
|
127
|
+
public class MarketService {
|
|
128
|
+
private final MarketRepository marketRepository;
|
|
129
|
+
|
|
130
|
+
public MarketService(MarketRepository marketRepository) {
|
|
131
|
+
this.marketRepository = marketRepository;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// PASS: [QUARKUS] Constructor injection
|
|
136
|
+
@ApplicationScoped
|
|
137
|
+
public class MarketService {
|
|
138
|
+
private final MarketRepository marketRepository;
|
|
139
|
+
|
|
140
|
+
@Inject
|
|
141
|
+
public MarketService(MarketRepository marketRepository) {
|
|
142
|
+
this.marketRepository = marketRepository;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// PASS: [QUARKUS] Package-private field injection (acceptable in Quarkus — avoids proxy issues)
|
|
147
|
+
@ApplicationScoped
|
|
148
|
+
public class MarketService {
|
|
149
|
+
@Inject
|
|
150
|
+
MarketRepository marketRepository;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// FAIL: [SPRING] Field injection with @Autowired
|
|
154
|
+
@Autowired
|
|
155
|
+
private MarketRepository marketRepository; // use constructor injection
|
|
156
|
+
|
|
157
|
+
// FAIL: [QUARKUS] @Singleton when interception or lazy init is needed
|
|
158
|
+
@Singleton // non-proxyable — use @ApplicationScoped instead
|
|
159
|
+
public class MarketService {}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
## Reactive Patterns [QUARKUS]
|
|
163
|
+
|
|
164
|
+
```java
|
|
165
|
+
// PASS: Return Uni/Multi from reactive endpoints
|
|
166
|
+
@GET
|
|
167
|
+
@Path("/{slug}")
|
|
168
|
+
public Uni<Market> findBySlug(@PathParam("slug") String slug) {
|
|
169
|
+
return Market.find("slug", slug)
|
|
170
|
+
.<Market>firstResult()
|
|
171
|
+
.onItem().ifNull().failWith(() -> new MarketNotFoundException(slug));
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// PASS: Non-blocking pipeline composition
|
|
175
|
+
public Uni<OrderConfirmation> placeOrder(OrderRequest req) {
|
|
176
|
+
return validateOrder(req)
|
|
177
|
+
.chain(valid -> persistOrder(valid))
|
|
178
|
+
.chain(order -> notifyFulfillment(order));
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// FAIL: Blocking call inside a Uni/Multi pipeline
|
|
182
|
+
public Uni<Market> find(String slug) {
|
|
183
|
+
Market m = Market.find("slug", slug).firstResult(); // BLOCKING — breaks event loop
|
|
184
|
+
return Uni.createFrom().item(m);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// FAIL: Subscribing more than once to a shared Uni
|
|
188
|
+
Uni<Market> shared = fetchMarket(slug);
|
|
189
|
+
shared.subscribe().with(m -> log(m));
|
|
190
|
+
shared.subscribe().with(m -> cache(m)); // double subscribe — use Uni.memoize()
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
## Exceptions
|
|
194
|
+
|
|
195
|
+
- Use unchecked exceptions for domain errors; wrap technical exceptions with context
|
|
196
|
+
- Create domain-specific exceptions (e.g., `MarketNotFoundException`)
|
|
197
|
+
- Avoid broad `catch (Exception ex)` unless rethrowing/logging centrally
|
|
198
|
+
|
|
199
|
+
```java
|
|
200
|
+
throw new MarketNotFoundException(slug);
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### Centralised Exception Handling
|
|
204
|
+
|
|
205
|
+
```java
|
|
206
|
+
// [SPRING]
|
|
207
|
+
@RestControllerAdvice
|
|
208
|
+
public class GlobalExceptionHandler {
|
|
209
|
+
@ExceptionHandler(MarketNotFoundException.class)
|
|
210
|
+
public ResponseEntity<ErrorResponse> handle(MarketNotFoundException ex) {
|
|
211
|
+
return ResponseEntity.status(404).body(ErrorResponse.from(ex));
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// [QUARKUS] Option A: ExceptionMapper
|
|
216
|
+
@Provider
|
|
217
|
+
public class MarketNotFoundMapper implements ExceptionMapper<MarketNotFoundException> {
|
|
218
|
+
@Override
|
|
219
|
+
public Response toResponse(MarketNotFoundException ex) {
|
|
220
|
+
return Response.status(404).entity(ErrorResponse.from(ex)).build();
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// [QUARKUS] Option B: @ServerExceptionMapper (RESTEasy Reactive)
|
|
225
|
+
@ServerExceptionMapper
|
|
226
|
+
public RestResponse<ErrorResponse> handle(MarketNotFoundException ex) {
|
|
227
|
+
return RestResponse.status(Status.NOT_FOUND, ErrorResponse.from(ex));
|
|
228
|
+
}
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
## Generics and Type Safety
|
|
232
|
+
|
|
233
|
+
- Avoid raw types; declare generic parameters
|
|
234
|
+
- Prefer bounded generics for reusable utilities
|
|
235
|
+
|
|
236
|
+
```java
|
|
237
|
+
public <T extends Identifiable> Map<Long, T> indexById(Collection<T> items) { ... }
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
## Project Structure
|
|
241
|
+
|
|
242
|
+
### [SPRING] Maven/Gradle
|
|
243
|
+
|
|
244
|
+
```
|
|
245
|
+
src/main/java/com/example/app/
|
|
246
|
+
config/
|
|
247
|
+
controller/
|
|
248
|
+
service/
|
|
249
|
+
repository/
|
|
250
|
+
domain/
|
|
251
|
+
dto/
|
|
252
|
+
util/
|
|
253
|
+
src/main/resources/
|
|
254
|
+
application.yml
|
|
255
|
+
src/test/java/... (mirrors main)
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### [QUARKUS] Maven/Gradle
|
|
259
|
+
|
|
260
|
+
```
|
|
261
|
+
src/main/java/com/example/app/
|
|
262
|
+
config/ # @ConfigMapping, @ConfigProperty beans, Producers
|
|
263
|
+
resource/ # JAX-RS resources (not "controller")
|
|
264
|
+
service/
|
|
265
|
+
repository/ # PanacheRepository implementations (if not using active record)
|
|
266
|
+
domain/ # JPA/Panache entities, MongoDB entities
|
|
267
|
+
dto/
|
|
268
|
+
util/
|
|
269
|
+
mapper/ # MapStruct mappers (if used)
|
|
270
|
+
src/main/resources/
|
|
271
|
+
application.properties # Quarkus convention (YAML supported with quarkus-config-yaml)
|
|
272
|
+
import.sql # Hibernate auto-import for dev/test
|
|
273
|
+
src/test/java/... (mirrors main)
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
## Formatting and Style
|
|
277
|
+
|
|
278
|
+
- Use 2 or 4 spaces consistently (project standard)
|
|
279
|
+
- One public top-level type per file
|
|
280
|
+
- Keep methods short and focused; extract helpers
|
|
281
|
+
- Order members: constants, fields, constructors, public methods, protected, private
|
|
282
|
+
|
|
283
|
+
## Code Smells to Avoid
|
|
284
|
+
|
|
285
|
+
- Long parameter lists → use DTO/builders
|
|
286
|
+
- Deep nesting → early returns
|
|
287
|
+
- Magic numbers → named constants
|
|
288
|
+
- Static mutable state → prefer dependency injection
|
|
289
|
+
- Silent catch blocks → log and act or rethrow
|
|
290
|
+
- **[QUARKUS]**: `@Singleton` where `@ApplicationScoped` is intended — breaks proxying and interception
|
|
291
|
+
- **[QUARKUS]**: Mixing `quarkus-resteasy-reactive` and `quarkus-resteasy` (classic) — pick one stack
|
|
292
|
+
- **[QUARKUS]**: Panache active-record + repository pattern in the same bounded context — pick one
|
|
293
|
+
|
|
294
|
+
## Logging
|
|
295
|
+
|
|
296
|
+
```java
|
|
297
|
+
// [SPRING] SLF4J
|
|
298
|
+
private static final Logger log = LoggerFactory.getLogger(MarketService.class);
|
|
299
|
+
log.info("fetch_market slug={}", slug);
|
|
300
|
+
log.error("failed_fetch_market slug={}", slug, ex);
|
|
301
|
+
|
|
302
|
+
// [QUARKUS] JBoss Logging (default, zero-cost at build time)
|
|
303
|
+
private static final Logger log = Logger.getLogger(MarketService.class);
|
|
304
|
+
log.infof("fetch_market slug=%s", slug);
|
|
305
|
+
log.errorf(ex, "failed_fetch_market slug=%s", slug);
|
|
306
|
+
|
|
307
|
+
// [QUARKUS] Alternative: simplified logging with @Inject
|
|
308
|
+
@Inject
|
|
309
|
+
Logger log; // CDI-injected, scoped to declaring class
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
## Null Handling
|
|
313
|
+
|
|
314
|
+
- Accept `@Nullable` only when unavoidable; otherwise use `@NonNull`
|
|
315
|
+
- Use Bean Validation (`@NotNull`, `@NotBlank`) on inputs
|
|
316
|
+
- **[QUARKUS]**: Apply `@Valid` on `@BeanParam`, `@RestForm`, and request body parameters
|
|
317
|
+
|
|
318
|
+
## Configuration
|
|
319
|
+
|
|
320
|
+
```java
|
|
321
|
+
// [SPRING] @ConfigurationProperties
|
|
322
|
+
@ConfigurationProperties(prefix = "market")
|
|
323
|
+
public record MarketProperties(int maxPageSize, Duration cacheTtl) {}
|
|
324
|
+
|
|
325
|
+
// [QUARKUS] @ConfigMapping (type-safe, build-time validated)
|
|
326
|
+
@ConfigMapping(prefix = "market")
|
|
327
|
+
public interface MarketConfig {
|
|
328
|
+
int maxPageSize();
|
|
329
|
+
Duration cacheTtl();
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
// [QUARKUS] Simple values with @ConfigProperty
|
|
333
|
+
@ConfigProperty(name = "market.max-page-size", defaultValue = "100")
|
|
334
|
+
int maxPageSize;
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
## Testing Expectations
|
|
338
|
+
|
|
339
|
+
### Shared
|
|
340
|
+
- JUnit 5 + AssertJ for fluent assertions
|
|
341
|
+
- Mockito for mocking; avoid partial mocks where possible
|
|
342
|
+
- Favor deterministic tests; no hidden sleeps
|
|
343
|
+
|
|
344
|
+
### [SPRING]
|
|
345
|
+
- `@WebMvcTest` for controller slices, `@DataJpaTest` for repository slices
|
|
346
|
+
- `@SpringBootTest` reserved for full integration tests
|
|
347
|
+
- `@MockBean` for replacing beans in Spring context
|
|
348
|
+
|
|
349
|
+
### [QUARKUS]
|
|
350
|
+
- Plain JUnit 5 + Mockito for unit tests (no `@QuarkusTest`)
|
|
351
|
+
- `@QuarkusTest` reserved for CDI integration tests
|
|
352
|
+
- `@InjectMock` for replacing CDI beans in integration tests
|
|
353
|
+
- Dev Services for database/Kafka/Redis — avoid manual Testcontainers setup when Dev Services suffice
|
|
354
|
+
- `@QuarkusTestResource` for custom external service lifecycle
|
|
355
|
+
|
|
356
|
+
```java
|
|
357
|
+
// [SPRING] Controller test
|
|
358
|
+
@WebMvcTest(MarketController.class)
|
|
359
|
+
class MarketControllerTest {
|
|
360
|
+
@Autowired MockMvc mockMvc;
|
|
361
|
+
@MockBean MarketService marketService;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// [QUARKUS] Integration test
|
|
365
|
+
@QuarkusTest
|
|
366
|
+
class MarketResourceTest {
|
|
367
|
+
@InjectMock
|
|
368
|
+
MarketService marketService;
|
|
369
|
+
|
|
370
|
+
@Test
|
|
371
|
+
void should_return_404_when_market_not_found() {
|
|
372
|
+
given().when().get("/markets/unknown").then().statusCode(404);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
// [QUARKUS] Unit test (no CDI, no @QuarkusTest)
|
|
377
|
+
@ExtendWith(MockitoExtension.class)
|
|
378
|
+
class MarketServiceTest {
|
|
379
|
+
@Mock MarketRepository marketRepository;
|
|
380
|
+
@InjectMocks MarketService marketService;
|
|
381
|
+
}
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
**Remember**: Keep code intentional, typed, and observable. Optimize for maintainability over micro-optimizations unless proven necessary.
|