arboris-cli 1.0.0 → 1.1.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/dist/cli.mjs +382 -0
- package/manifest.json +323 -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
package/dist/cli.mjs
ADDED
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// ../../cli/main.ts
|
|
3
|
+
import { resolve as resolve2 } from "node:path";
|
|
4
|
+
|
|
5
|
+
// ../../src/lib/agents.ts
|
|
6
|
+
var AGENT_SKILL_PATH = {
|
|
7
|
+
Cursor: (id) => `.cursor/skills/${id}/SKILL.md`,
|
|
8
|
+
Claude: (id) => `.claude/skills/${id}/SKILL.md`,
|
|
9
|
+
Codex: (id) => `.agents/skills/${id}/SKILL.md`,
|
|
10
|
+
Copilot: (id) => `.github/skills/${id}/SKILL.md`
|
|
11
|
+
};
|
|
12
|
+
function isAgentName(name) {
|
|
13
|
+
return name in AGENT_SKILL_PATH;
|
|
14
|
+
}
|
|
15
|
+
function agentSkillPath(agent, skillId) {
|
|
16
|
+
return AGENT_SKILL_PATH[agent](skillId);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// ../../src/lib/package-root.ts
|
|
20
|
+
import { existsSync } from "node:fs";
|
|
21
|
+
import { dirname, join } from "node:path";
|
|
22
|
+
import { fileURLToPath } from "node:url";
|
|
23
|
+
function hasPackageAssets(dir) {
|
|
24
|
+
if (!existsSync(join(dir, "package.json"))) return false;
|
|
25
|
+
return existsSync(join(dir, "prisma", "skills")) || existsSync(join(dir, "manifest.json"));
|
|
26
|
+
}
|
|
27
|
+
function resolvePackageRoot(fromModuleUrl) {
|
|
28
|
+
let dir = dirname(fileURLToPath(fromModuleUrl));
|
|
29
|
+
for (let i = 0; i < 10; i++) {
|
|
30
|
+
if (hasPackageAssets(dir)) return dir;
|
|
31
|
+
const parent = dirname(dir);
|
|
32
|
+
if (parent === dir) break;
|
|
33
|
+
dir = parent;
|
|
34
|
+
}
|
|
35
|
+
return dirname(fileURLToPath(fromModuleUrl));
|
|
36
|
+
}
|
|
37
|
+
function defaultSkillsDir(packageRoot) {
|
|
38
|
+
return join(packageRoot, "prisma", "skills");
|
|
39
|
+
}
|
|
40
|
+
function defaultManifestPath(packageRoot) {
|
|
41
|
+
const atRoot = join(packageRoot, "manifest.json");
|
|
42
|
+
if (existsSync(atRoot)) return atRoot;
|
|
43
|
+
return join(packageRoot, "cli", "manifest.json");
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// ../../src/lib/skill-install-core.ts
|
|
47
|
+
import { access, mkdir, writeFile } from "node:fs/promises";
|
|
48
|
+
import { constants } from "node:fs";
|
|
49
|
+
import { dirname as dirname2, resolve } from "node:path";
|
|
50
|
+
|
|
51
|
+
// ../../src/lib/skill-file.ts
|
|
52
|
+
import { readFile } from "node:fs/promises";
|
|
53
|
+
import { join as join2 } from "node:path";
|
|
54
|
+
function parseDependsOn(frontmatter) {
|
|
55
|
+
const lines = frontmatter.split(/\r?\n/);
|
|
56
|
+
const deps = [];
|
|
57
|
+
let inDepends = false;
|
|
58
|
+
for (const line of lines) {
|
|
59
|
+
const trimmed = line.trim();
|
|
60
|
+
if (!inDepends) {
|
|
61
|
+
if (trimmed === "depends_on:" || trimmed === "dependencies:") {
|
|
62
|
+
inDepends = true;
|
|
63
|
+
}
|
|
64
|
+
continue;
|
|
65
|
+
}
|
|
66
|
+
if (!trimmed) continue;
|
|
67
|
+
if (/^[A-Za-z0-9_-]+:/.test(trimmed)) break;
|
|
68
|
+
const match = trimmed.match(/^-\s+(.+)$/);
|
|
69
|
+
if (!match) break;
|
|
70
|
+
deps.push(match[1].trim());
|
|
71
|
+
}
|
|
72
|
+
return deps;
|
|
73
|
+
}
|
|
74
|
+
function parseSkillFile(raw) {
|
|
75
|
+
const match = raw.match(/^---\r?\n([\s\S]*?)\r?\n---\r?\n?([\s\S]*)$/);
|
|
76
|
+
if (!match) {
|
|
77
|
+
return { dependsOn: [], body: raw.trim(), raw };
|
|
78
|
+
}
|
|
79
|
+
const [, frontmatter, body] = match;
|
|
80
|
+
return {
|
|
81
|
+
dependsOn: parseDependsOn(frontmatter),
|
|
82
|
+
body: body.trim(),
|
|
83
|
+
raw
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
async function readSkillFileByRef(skillsDir, ref) {
|
|
87
|
+
try {
|
|
88
|
+
const content = await readFile(join2(skillsDir, ref, "SKILL.md"), "utf-8");
|
|
89
|
+
return content.trim() ? parseSkillFile(content) : null;
|
|
90
|
+
} catch {
|
|
91
|
+
return null;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
async function compileSkillFile(skillsDir, ref, seen = /* @__PURE__ */ new Set()) {
|
|
95
|
+
if (seen.has(ref)) return null;
|
|
96
|
+
seen.add(ref);
|
|
97
|
+
const parsed = await readSkillFileByRef(skillsDir, ref);
|
|
98
|
+
if (!parsed) return null;
|
|
99
|
+
const sections = [parsed.body];
|
|
100
|
+
for (const dep of parsed.dependsOn) {
|
|
101
|
+
const compiled = await compileSkillFile(skillsDir, dep, seen);
|
|
102
|
+
if (!compiled) continue;
|
|
103
|
+
sections.push(`## Included dependency: ${dep}
|
|
104
|
+
|
|
105
|
+
${compiled}`);
|
|
106
|
+
}
|
|
107
|
+
return sections.filter(Boolean).join("\n\n");
|
|
108
|
+
}
|
|
109
|
+
async function loadSkillFileContent(skillsDir, id) {
|
|
110
|
+
return compileSkillFile(skillsDir, id);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// ../../src/lib/skill-install-core.ts
|
|
114
|
+
function assertInsideWorkspace(root, target) {
|
|
115
|
+
const normalizedRoot = resolve(root);
|
|
116
|
+
const normalizedTarget = resolve(target);
|
|
117
|
+
if (normalizedTarget !== normalizedRoot && !normalizedTarget.startsWith(`${normalizedRoot}/`)) {
|
|
118
|
+
throw new Error("invalid_path");
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
async function fileExists(path) {
|
|
122
|
+
try {
|
|
123
|
+
await access(path, constants.F_OK);
|
|
124
|
+
return true;
|
|
125
|
+
} catch {
|
|
126
|
+
return false;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
async function installSkillToWorkspace(input) {
|
|
130
|
+
if (!isAgentName(input.agent)) {
|
|
131
|
+
return { ok: false, error: "unknown_agent" };
|
|
132
|
+
}
|
|
133
|
+
const content = await loadSkillFileContent(input.skillsDir, input.skillId);
|
|
134
|
+
if (!content) {
|
|
135
|
+
return { ok: false, error: "skill_not_found" };
|
|
136
|
+
}
|
|
137
|
+
const root = resolve(input.workspaceRoot);
|
|
138
|
+
const relativePath = agentSkillPath(input.agent, input.skillId);
|
|
139
|
+
const absolutePath = resolve(root, relativePath);
|
|
140
|
+
try {
|
|
141
|
+
assertInsideWorkspace(root, absolutePath);
|
|
142
|
+
} catch {
|
|
143
|
+
return { ok: false, error: "invalid_path" };
|
|
144
|
+
}
|
|
145
|
+
if (!input.force && await fileExists(absolutePath)) {
|
|
146
|
+
return { ok: true, path: relativePath, skipped: true };
|
|
147
|
+
}
|
|
148
|
+
await mkdir(dirname2(absolutePath), { recursive: true });
|
|
149
|
+
await writeFile(absolutePath, content, "utf-8");
|
|
150
|
+
return { ok: true, path: relativePath, skipped: false };
|
|
151
|
+
}
|
|
152
|
+
async function installStackToWorkspace(input) {
|
|
153
|
+
const summary = { installed: [], skipped: [], failed: [] };
|
|
154
|
+
const total = input.skillIds.length;
|
|
155
|
+
for (const [index, skillId] of input.skillIds.entries()) {
|
|
156
|
+
const result = await installSkillToWorkspace({
|
|
157
|
+
skillId,
|
|
158
|
+
agent: input.agent,
|
|
159
|
+
workspaceRoot: input.workspaceRoot,
|
|
160
|
+
skillsDir: input.skillsDir,
|
|
161
|
+
force: input.force
|
|
162
|
+
});
|
|
163
|
+
input.onProgress?.({ index: index + 1, total, skillId, result });
|
|
164
|
+
if (!result.ok) {
|
|
165
|
+
summary.failed.push({ skillId, error: result.error });
|
|
166
|
+
continue;
|
|
167
|
+
}
|
|
168
|
+
if (result.skipped) {
|
|
169
|
+
summary.skipped.push(skillId);
|
|
170
|
+
} else {
|
|
171
|
+
summary.installed.push(skillId);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
return summary;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// ../../cli/stack-resolve.ts
|
|
178
|
+
import { readFile as readFile2 } from "node:fs/promises";
|
|
179
|
+
var PACKAGE_ROOT = resolvePackageRoot(import.meta.url);
|
|
180
|
+
var MANIFEST_PATH = defaultManifestPath(PACKAGE_ROOT);
|
|
181
|
+
var cached = null;
|
|
182
|
+
async function loadCliManifest() {
|
|
183
|
+
if (cached) return cached;
|
|
184
|
+
const raw = await readFile2(MANIFEST_PATH, "utf-8");
|
|
185
|
+
cached = JSON.parse(raw);
|
|
186
|
+
return cached;
|
|
187
|
+
}
|
|
188
|
+
function normalizeStackInput(input) {
|
|
189
|
+
return input.trim().toLowerCase().replace(/\.js$/i, "").replace(/\s+/g, "-").replace(/_/g, "-");
|
|
190
|
+
}
|
|
191
|
+
var ALIASES = {
|
|
192
|
+
nodejs: "node",
|
|
193
|
+
node: "node",
|
|
194
|
+
javascript: "js",
|
|
195
|
+
js: "js",
|
|
196
|
+
typescript: "ts",
|
|
197
|
+
ts: "ts",
|
|
198
|
+
fastapi: "fastapi",
|
|
199
|
+
react: "react",
|
|
200
|
+
angular: "angular",
|
|
201
|
+
java: "java",
|
|
202
|
+
spring: "spring-boot",
|
|
203
|
+
springboot: "spring-boot",
|
|
204
|
+
"spring-boot": "spring-boot",
|
|
205
|
+
docker: "docker",
|
|
206
|
+
kubernetes: "k9",
|
|
207
|
+
k8s: "k9",
|
|
208
|
+
k9s: "k9",
|
|
209
|
+
k9: "k9",
|
|
210
|
+
postgres: "postgresql",
|
|
211
|
+
postgresql: "postgresql",
|
|
212
|
+
mysql: "mysql",
|
|
213
|
+
prisma: "prisma"
|
|
214
|
+
};
|
|
215
|
+
function resolveStackId(input, manifest) {
|
|
216
|
+
const normalized = normalizeStackInput(input);
|
|
217
|
+
const alias = ALIASES[normalized];
|
|
218
|
+
if (alias && manifest.skillsByStack[alias]) return alias;
|
|
219
|
+
if (manifest.skillsByStack[normalized]) return normalized;
|
|
220
|
+
const byLabel = manifest.stacks.find(
|
|
221
|
+
(stack) => normalizeStackInput(stack.label) === normalized
|
|
222
|
+
);
|
|
223
|
+
if (byLabel) return byLabel.id;
|
|
224
|
+
return null;
|
|
225
|
+
}
|
|
226
|
+
function formatStackList(manifest) {
|
|
227
|
+
return manifest.stacks.map((stack) => {
|
|
228
|
+
const count = manifest.skillsByStack[stack.id]?.length ?? 0;
|
|
229
|
+
return ` ${stack.label.padEnd(14)} (${stack.id}) \u2014 ${count} skills`;
|
|
230
|
+
}).join("\n");
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// ../../cli/main.ts
|
|
234
|
+
var PACKAGE_ROOT2 = resolvePackageRoot(import.meta.url);
|
|
235
|
+
var SKILLS_DIR = defaultSkillsDir(PACKAGE_ROOT2);
|
|
236
|
+
function printHelp() {
|
|
237
|
+
console.log(`arboris-cli \u2014 installe les skills IA recommand\xE9s pour une techno
|
|
238
|
+
|
|
239
|
+
Usage:
|
|
240
|
+
npx arboris-cli <techno> [options]
|
|
241
|
+
npx arboris-cli list
|
|
242
|
+
|
|
243
|
+
Exemples:
|
|
244
|
+
npx arboris-cli node
|
|
245
|
+
npx arboris-cli node.js --agent cursor
|
|
246
|
+
npx arboris-cli typescript --force
|
|
247
|
+
|
|
248
|
+
Technos (alias accept\xE9s: node.js, k8s, spring, postgres\u2026):
|
|
249
|
+
node, js, ts, fastapi, react, angular, java, spring-boot,
|
|
250
|
+
docker, k9, postgresql, mysql, prisma
|
|
251
|
+
|
|
252
|
+
Options:
|
|
253
|
+
--agent <name> Agent cible: cursor | claude | codex | copilot (d\xE9faut: cursor)
|
|
254
|
+
--cwd <path> Projet cible (d\xE9faut: r\xE9pertoire courant)
|
|
255
|
+
--force \xC9crase les skills d\xE9j\xE0 install\xE9s
|
|
256
|
+
--dry-run Affiche sans \xE9crire
|
|
257
|
+
-h, --help Aide
|
|
258
|
+
`);
|
|
259
|
+
}
|
|
260
|
+
function parseArgs(argv) {
|
|
261
|
+
const options = {
|
|
262
|
+
agent: "Cursor",
|
|
263
|
+
cwd: process.cwd(),
|
|
264
|
+
dryRun: false,
|
|
265
|
+
force: false,
|
|
266
|
+
help: false
|
|
267
|
+
};
|
|
268
|
+
const positional = [];
|
|
269
|
+
for (let i = 0; i < argv.length; i++) {
|
|
270
|
+
const arg = argv[i];
|
|
271
|
+
if (arg === "-h" || arg === "--help") {
|
|
272
|
+
options.help = true;
|
|
273
|
+
continue;
|
|
274
|
+
}
|
|
275
|
+
if (arg === "--dry-run") {
|
|
276
|
+
options.dryRun = true;
|
|
277
|
+
continue;
|
|
278
|
+
}
|
|
279
|
+
if (arg === "--force") {
|
|
280
|
+
options.force = true;
|
|
281
|
+
continue;
|
|
282
|
+
}
|
|
283
|
+
if (arg === "--agent") {
|
|
284
|
+
const value = argv[++i];
|
|
285
|
+
if (!value) throw new Error("Option --agent requiert une valeur.");
|
|
286
|
+
const normalized = value.charAt(0).toUpperCase() + value.slice(1).toLowerCase();
|
|
287
|
+
if (!isAgentName(normalized)) {
|
|
288
|
+
throw new Error(`Agent inconnu: ${value}. Utilise cursor, claude, codex ou copilot.`);
|
|
289
|
+
}
|
|
290
|
+
options.agent = normalized;
|
|
291
|
+
continue;
|
|
292
|
+
}
|
|
293
|
+
if (arg === "--cwd") {
|
|
294
|
+
const value = argv[++i];
|
|
295
|
+
if (!value) throw new Error("Option --cwd requiert un chemin.");
|
|
296
|
+
options.cwd = resolve2(value);
|
|
297
|
+
continue;
|
|
298
|
+
}
|
|
299
|
+
if (arg.startsWith("-")) {
|
|
300
|
+
throw new Error(`Option inconnue: ${arg}`);
|
|
301
|
+
}
|
|
302
|
+
positional.push(arg);
|
|
303
|
+
}
|
|
304
|
+
return { command: positional[0] ?? null, options };
|
|
305
|
+
}
|
|
306
|
+
async function runList() {
|
|
307
|
+
const manifest = await loadCliManifest();
|
|
308
|
+
console.log("Technos disponibles:\n");
|
|
309
|
+
console.log(formatStackList(manifest));
|
|
310
|
+
console.log("\nExemple: npx arboris-cli node");
|
|
311
|
+
}
|
|
312
|
+
async function runInstall(stackInput, options) {
|
|
313
|
+
const manifest = await loadCliManifest();
|
|
314
|
+
const stackId = resolveStackId(stackInput, manifest);
|
|
315
|
+
if (!stackId) {
|
|
316
|
+
console.error(`Techno inconnue: "${stackInput}"`);
|
|
317
|
+
console.error("\nTechnos disponibles:\n");
|
|
318
|
+
console.error(formatStackList(manifest));
|
|
319
|
+
process.exit(1);
|
|
320
|
+
}
|
|
321
|
+
const stack = manifest.stacks.find((s) => s.id === stackId);
|
|
322
|
+
const skillIds = manifest.skillsByStack[stackId] ?? [];
|
|
323
|
+
if (skillIds.length === 0) {
|
|
324
|
+
console.error(`Aucun skill associ\xE9 \xE0 ${stack?.label ?? stackId}.`);
|
|
325
|
+
process.exit(1);
|
|
326
|
+
}
|
|
327
|
+
console.log(
|
|
328
|
+
`${options.dryRun ? "[dry-run] " : ""}Installation de ${skillIds.length} skills pour ${stack?.label ?? stackId} \u2192 ${options.agent} (${options.cwd})`
|
|
329
|
+
);
|
|
330
|
+
if (options.dryRun) {
|
|
331
|
+
for (const skillId of skillIds) {
|
|
332
|
+
console.log(` \u2022 ${skillId}`);
|
|
333
|
+
}
|
|
334
|
+
return;
|
|
335
|
+
}
|
|
336
|
+
const summary = await installStackToWorkspace({
|
|
337
|
+
skillIds,
|
|
338
|
+
agent: options.agent,
|
|
339
|
+
workspaceRoot: options.cwd,
|
|
340
|
+
skillsDir: SKILLS_DIR,
|
|
341
|
+
force: options.force,
|
|
342
|
+
onProgress: ({ index, total, skillId, result }) => {
|
|
343
|
+
if (!result.ok) {
|
|
344
|
+
process.stdout.write(` [${index}/${total}] \u2717 ${skillId} (${result.error})
|
|
345
|
+
`);
|
|
346
|
+
return;
|
|
347
|
+
}
|
|
348
|
+
if (result.skipped) {
|
|
349
|
+
process.stdout.write(` [${index}/${total}] \u2298 ${skillId} (d\xE9j\xE0 pr\xE9sent)
|
|
350
|
+
`);
|
|
351
|
+
return;
|
|
352
|
+
}
|
|
353
|
+
process.stdout.write(` [${index}/${total}] \u2713 ${skillId} \u2192 ${result.path}
|
|
354
|
+
`);
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
console.log(
|
|
358
|
+
`
|
|
359
|
+
Termin\xE9: ${summary.installed.length} install\xE9s, ${summary.skipped.length} ignor\xE9s, ${summary.failed.length} \xE9checs.`
|
|
360
|
+
);
|
|
361
|
+
if (summary.failed.length > 0) {
|
|
362
|
+
process.exit(1);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
async function main() {
|
|
366
|
+
try {
|
|
367
|
+
const { command, options } = parseArgs(process.argv.slice(2));
|
|
368
|
+
if (options.help || !command) {
|
|
369
|
+
printHelp();
|
|
370
|
+
process.exit(command ? 0 : 1);
|
|
371
|
+
}
|
|
372
|
+
if (command === "list" || command === "ls") {
|
|
373
|
+
await runList();
|
|
374
|
+
return;
|
|
375
|
+
}
|
|
376
|
+
await runInstall(command, options);
|
|
377
|
+
} catch (error) {
|
|
378
|
+
console.error(error instanceof Error ? error.message : String(error));
|
|
379
|
+
process.exit(1);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
void main();
|
package/manifest.json
ADDED
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"generatedAt": "2026-07-02T13:29:05.519Z",
|
|
4
|
+
"stacks": [
|
|
5
|
+
{
|
|
6
|
+
"id": "node",
|
|
7
|
+
"label": "Node.js"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "js",
|
|
11
|
+
"label": "JavaScript"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "ts",
|
|
15
|
+
"label": "TypeScript"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "fastapi",
|
|
19
|
+
"label": "FastAPI"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "react",
|
|
23
|
+
"label": "React"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "angular",
|
|
27
|
+
"label": "Angular"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "java",
|
|
31
|
+
"label": "Java"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "spring-boot",
|
|
35
|
+
"label": "Spring Boot"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "docker",
|
|
39
|
+
"label": "Docker"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "k9",
|
|
43
|
+
"label": "K9"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "postgresql",
|
|
47
|
+
"label": "PostgreSQL"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "mysql",
|
|
51
|
+
"label": "MySQL"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "prisma",
|
|
55
|
+
"label": "Prisma"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"skillsByStack": {
|
|
59
|
+
"node": [
|
|
60
|
+
"ai-regression-testing",
|
|
61
|
+
"autonomous-loops",
|
|
62
|
+
"backend-patterns",
|
|
63
|
+
"bun-runtime",
|
|
64
|
+
"ck",
|
|
65
|
+
"codebase-onboarding",
|
|
66
|
+
"configure-ecc",
|
|
67
|
+
"cost-tracking",
|
|
68
|
+
"database-migrations",
|
|
69
|
+
"deployment-patterns",
|
|
70
|
+
"django-celery",
|
|
71
|
+
"dmux-workflows",
|
|
72
|
+
"docker-patterns",
|
|
73
|
+
"e2e-testing",
|
|
74
|
+
"ecc-guide",
|
|
75
|
+
"energy-procurement",
|
|
76
|
+
"exa-search",
|
|
77
|
+
"flox-environments",
|
|
78
|
+
"healthcare-eval-harness",
|
|
79
|
+
"kubernetes-patterns",
|
|
80
|
+
"mcp-server-patterns",
|
|
81
|
+
"mysql-patterns",
|
|
82
|
+
"nodejs-keccak256",
|
|
83
|
+
"prisma-patterns",
|
|
84
|
+
"prompt-optimizer",
|
|
85
|
+
"react-performance",
|
|
86
|
+
"react-testing",
|
|
87
|
+
"redis-patterns",
|
|
88
|
+
"search-first",
|
|
89
|
+
"strategic-compact",
|
|
90
|
+
"tdd-workflow",
|
|
91
|
+
"ui-demo",
|
|
92
|
+
"vite-patterns",
|
|
93
|
+
"windows-desktop-e2e"
|
|
94
|
+
],
|
|
95
|
+
"js": [
|
|
96
|
+
"bun-runtime",
|
|
97
|
+
"coding-standards",
|
|
98
|
+
"configure-ecc",
|
|
99
|
+
"django-security",
|
|
100
|
+
"error-handling",
|
|
101
|
+
"frontend-slides",
|
|
102
|
+
"hexagonal-architecture",
|
|
103
|
+
"iterative-retrieval",
|
|
104
|
+
"laravel-security",
|
|
105
|
+
"mcp-server-patterns",
|
|
106
|
+
"mysql-patterns",
|
|
107
|
+
"nodejs-keccak256",
|
|
108
|
+
"plankton-code-quality",
|
|
109
|
+
"quarkus-verification",
|
|
110
|
+
"react-native-patterns",
|
|
111
|
+
"react-performance",
|
|
112
|
+
"ui-demo",
|
|
113
|
+
"verification-loop",
|
|
114
|
+
"vite-patterns"
|
|
115
|
+
],
|
|
116
|
+
"ts": [
|
|
117
|
+
"agent-payment-x402",
|
|
118
|
+
"agent-sort",
|
|
119
|
+
"ai-regression-testing",
|
|
120
|
+
"api-connector-builder",
|
|
121
|
+
"api-design",
|
|
122
|
+
"autonomous-loops",
|
|
123
|
+
"backend-patterns",
|
|
124
|
+
"benchmark",
|
|
125
|
+
"bun-runtime",
|
|
126
|
+
"clickhouse-io",
|
|
127
|
+
"codebase-onboarding",
|
|
128
|
+
"coding-standards",
|
|
129
|
+
"configure-ecc",
|
|
130
|
+
"database-migrations",
|
|
131
|
+
"deployment-patterns",
|
|
132
|
+
"e2e-testing",
|
|
133
|
+
"error-handling",
|
|
134
|
+
"evm-token-decimals",
|
|
135
|
+
"frontend-patterns",
|
|
136
|
+
"healthcare-cdss-patterns",
|
|
137
|
+
"healthcare-emr-patterns",
|
|
138
|
+
"healthcare-phi-compliance",
|
|
139
|
+
"hexagonal-architecture",
|
|
140
|
+
"laravel-plugin-discovery",
|
|
141
|
+
"mailtrap-email-integration",
|
|
142
|
+
"mcp-server-patterns",
|
|
143
|
+
"nestjs-patterns",
|
|
144
|
+
"nodejs-keccak256",
|
|
145
|
+
"orch-pipeline",
|
|
146
|
+
"plan-orchestrate",
|
|
147
|
+
"plankton-code-quality",
|
|
148
|
+
"prisma-patterns",
|
|
149
|
+
"prompt-optimizer",
|
|
150
|
+
"react-native-patterns",
|
|
151
|
+
"recsys-pipeline-architect",
|
|
152
|
+
"security-review",
|
|
153
|
+
"tdd-workflow",
|
|
154
|
+
"verification-loop",
|
|
155
|
+
"vite-patterns",
|
|
156
|
+
"vue-patterns"
|
|
157
|
+
],
|
|
158
|
+
"fastapi": [
|
|
159
|
+
"codebase-onboarding",
|
|
160
|
+
"error-handling",
|
|
161
|
+
"fastapi-patterns",
|
|
162
|
+
"flox-environments",
|
|
163
|
+
"gan-style-harness",
|
|
164
|
+
"ml-adoption-playbook",
|
|
165
|
+
"python-patterns",
|
|
166
|
+
"python-testing",
|
|
167
|
+
"recsys-pipeline-architect"
|
|
168
|
+
],
|
|
169
|
+
"react": [
|
|
170
|
+
"agent-harness-construction",
|
|
171
|
+
"agent-sort",
|
|
172
|
+
"angular-developer",
|
|
173
|
+
"benchmark-methodology",
|
|
174
|
+
"click-path-audit",
|
|
175
|
+
"codebase-onboarding",
|
|
176
|
+
"coding-standards",
|
|
177
|
+
"configure-ecc",
|
|
178
|
+
"continuous-learning-v2",
|
|
179
|
+
"documentation-lookup",
|
|
180
|
+
"error-handling",
|
|
181
|
+
"frontend-a11y",
|
|
182
|
+
"frontend-patterns",
|
|
183
|
+
"gan-style-harness",
|
|
184
|
+
"liquid-glass-design",
|
|
185
|
+
"motion-advanced",
|
|
186
|
+
"motion-foundations",
|
|
187
|
+
"motion-patterns",
|
|
188
|
+
"motion-ui",
|
|
189
|
+
"prompt-optimizer",
|
|
190
|
+
"react-native-patterns",
|
|
191
|
+
"react-patterns",
|
|
192
|
+
"react-performance",
|
|
193
|
+
"react-testing",
|
|
194
|
+
"remotion-video-creation",
|
|
195
|
+
"security-review",
|
|
196
|
+
"taste",
|
|
197
|
+
"tdd-workflow",
|
|
198
|
+
"video-editing",
|
|
199
|
+
"vite-patterns"
|
|
200
|
+
],
|
|
201
|
+
"angular": [
|
|
202
|
+
"angular-developer",
|
|
203
|
+
"codebase-onboarding",
|
|
204
|
+
"react-patterns"
|
|
205
|
+
],
|
|
206
|
+
"java": [
|
|
207
|
+
"agent-payment-x402",
|
|
208
|
+
"configure-ecc",
|
|
209
|
+
"hexagonal-architecture",
|
|
210
|
+
"inherit-legacy-style",
|
|
211
|
+
"java-coding-standards",
|
|
212
|
+
"jpa-patterns",
|
|
213
|
+
"kotlin-patterns",
|
|
214
|
+
"kotlin-testing",
|
|
215
|
+
"plan-orchestrate",
|
|
216
|
+
"prompt-optimizer",
|
|
217
|
+
"quarkus-patterns",
|
|
218
|
+
"quarkus-security",
|
|
219
|
+
"quarkus-tdd",
|
|
220
|
+
"quarkus-verification",
|
|
221
|
+
"repo-scan",
|
|
222
|
+
"springboot-patterns",
|
|
223
|
+
"springboot-security",
|
|
224
|
+
"springboot-tdd",
|
|
225
|
+
"springboot-verification",
|
|
226
|
+
"tinystruct-patterns"
|
|
227
|
+
],
|
|
228
|
+
"spring-boot": [
|
|
229
|
+
"agent-payment-x402",
|
|
230
|
+
"configure-ecc",
|
|
231
|
+
"java-coding-standards",
|
|
232
|
+
"jpa-patterns",
|
|
233
|
+
"prompt-optimizer",
|
|
234
|
+
"springboot-patterns",
|
|
235
|
+
"springboot-security",
|
|
236
|
+
"springboot-tdd",
|
|
237
|
+
"springboot-verification"
|
|
238
|
+
],
|
|
239
|
+
"docker": [
|
|
240
|
+
"agent-eval",
|
|
241
|
+
"benchmark",
|
|
242
|
+
"codebase-onboarding",
|
|
243
|
+
"deployment-patterns",
|
|
244
|
+
"docker-patterns",
|
|
245
|
+
"flox-environments",
|
|
246
|
+
"homelab-pihole-dns",
|
|
247
|
+
"homelab-wireguard-vpn",
|
|
248
|
+
"kubernetes-patterns",
|
|
249
|
+
"mle-workflow",
|
|
250
|
+
"production-audit",
|
|
251
|
+
"prompt-optimizer",
|
|
252
|
+
"quarkus-verification",
|
|
253
|
+
"safety-guard",
|
|
254
|
+
"uncloud",
|
|
255
|
+
"vite-patterns"
|
|
256
|
+
],
|
|
257
|
+
"k9": [
|
|
258
|
+
"deployment-patterns",
|
|
259
|
+
"docker-patterns",
|
|
260
|
+
"flox-environments",
|
|
261
|
+
"kubernetes-patterns",
|
|
262
|
+
"prompt-optimizer",
|
|
263
|
+
"quarkus-security",
|
|
264
|
+
"uncloud"
|
|
265
|
+
],
|
|
266
|
+
"postgresql": [
|
|
267
|
+
"agentic-os",
|
|
268
|
+
"architecture-decision-records",
|
|
269
|
+
"blueprint",
|
|
270
|
+
"clickhouse-io",
|
|
271
|
+
"codebase-onboarding",
|
|
272
|
+
"configure-ecc",
|
|
273
|
+
"csharp-testing",
|
|
274
|
+
"database-migrations",
|
|
275
|
+
"deployment-patterns",
|
|
276
|
+
"django-patterns",
|
|
277
|
+
"django-security",
|
|
278
|
+
"django-verification",
|
|
279
|
+
"docker-patterns",
|
|
280
|
+
"flox-environments",
|
|
281
|
+
"git-workflow",
|
|
282
|
+
"golang-patterns",
|
|
283
|
+
"golang-testing",
|
|
284
|
+
"hexagonal-architecture",
|
|
285
|
+
"jpa-patterns",
|
|
286
|
+
"knowledge-ops",
|
|
287
|
+
"kotlin-exposed-patterns",
|
|
288
|
+
"kotlin-ktor-patterns",
|
|
289
|
+
"kotlin-patterns",
|
|
290
|
+
"mle-workflow",
|
|
291
|
+
"mysql-patterns",
|
|
292
|
+
"perl-testing",
|
|
293
|
+
"plan-orchestrate",
|
|
294
|
+
"postgres-patterns",
|
|
295
|
+
"prisma-patterns",
|
|
296
|
+
"prompt-optimizer",
|
|
297
|
+
"python-testing",
|
|
298
|
+
"quarkus-patterns",
|
|
299
|
+
"quarkus-verification",
|
|
300
|
+
"redis-patterns",
|
|
301
|
+
"springboot-tdd",
|
|
302
|
+
"springboot-verification",
|
|
303
|
+
"uncloud"
|
|
304
|
+
],
|
|
305
|
+
"mysql": [
|
|
306
|
+
"clickhouse-io",
|
|
307
|
+
"database-migrations",
|
|
308
|
+
"laravel-security",
|
|
309
|
+
"mysql-patterns",
|
|
310
|
+
"python-testing"
|
|
311
|
+
],
|
|
312
|
+
"prisma": [
|
|
313
|
+
"ai-regression-testing",
|
|
314
|
+
"architecture-decision-records",
|
|
315
|
+
"codebase-onboarding",
|
|
316
|
+
"database-migrations",
|
|
317
|
+
"deployment-patterns",
|
|
318
|
+
"documentation-lookup",
|
|
319
|
+
"nestjs-patterns",
|
|
320
|
+
"prisma-patterns"
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
}
|