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
package/manifest.json
ADDED
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"generatedAt": "2026-07-02T13:42:29.838Z",
|
|
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
|
+
"skills": [
|
|
59
|
+
"accessibility",
|
|
60
|
+
"agent-architecture-audit",
|
|
61
|
+
"agent-eval",
|
|
62
|
+
"agent-harness-construction",
|
|
63
|
+
"agent-introspection-debugging",
|
|
64
|
+
"agent-payment-x402",
|
|
65
|
+
"agent-self-evaluation",
|
|
66
|
+
"agent-sort",
|
|
67
|
+
"agentic-engineering",
|
|
68
|
+
"agentic-os",
|
|
69
|
+
"ai-first-engineering",
|
|
70
|
+
"ai-regression-testing",
|
|
71
|
+
"android-clean-architecture",
|
|
72
|
+
"angular-developer",
|
|
73
|
+
"api-connector-builder",
|
|
74
|
+
"api-design",
|
|
75
|
+
"architecture-decision-records",
|
|
76
|
+
"article-writing",
|
|
77
|
+
"automation-audit-ops",
|
|
78
|
+
"autonomous-agent-harness",
|
|
79
|
+
"autonomous-loops",
|
|
80
|
+
"backend-patterns",
|
|
81
|
+
"benchmark",
|
|
82
|
+
"benchmark-methodology",
|
|
83
|
+
"benchmark-optimization-loop",
|
|
84
|
+
"blender-motion-state-inspection",
|
|
85
|
+
"blueprint",
|
|
86
|
+
"brand-discovery",
|
|
87
|
+
"brand-voice",
|
|
88
|
+
"browser-qa",
|
|
89
|
+
"bun-runtime",
|
|
90
|
+
"canary-watch",
|
|
91
|
+
"carrier-relationship-management",
|
|
92
|
+
"cisco-ios-patterns",
|
|
93
|
+
"ck",
|
|
94
|
+
"claude-devfleet",
|
|
95
|
+
"click-path-audit",
|
|
96
|
+
"clickhouse-io",
|
|
97
|
+
"code-tour",
|
|
98
|
+
"codebase-onboarding",
|
|
99
|
+
"codehealth-mcp",
|
|
100
|
+
"coding-standards",
|
|
101
|
+
"competitive-platform-analysis",
|
|
102
|
+
"competitive-report-structure",
|
|
103
|
+
"compose-multiplatform-patterns",
|
|
104
|
+
"config-gc",
|
|
105
|
+
"configure-ecc",
|
|
106
|
+
"connections-optimizer",
|
|
107
|
+
"content-engine",
|
|
108
|
+
"content-hash-cache-pattern",
|
|
109
|
+
"context-budget",
|
|
110
|
+
"continuous-agent-loop",
|
|
111
|
+
"continuous-learning",
|
|
112
|
+
"continuous-learning-v2",
|
|
113
|
+
"cost-aware-llm-pipeline",
|
|
114
|
+
"cost-tracking",
|
|
115
|
+
"council",
|
|
116
|
+
"cpp-coding-standards",
|
|
117
|
+
"cpp-testing",
|
|
118
|
+
"crosspost",
|
|
119
|
+
"csharp-testing",
|
|
120
|
+
"customer-billing-ops",
|
|
121
|
+
"customs-trade-compliance",
|
|
122
|
+
"dart-flutter-patterns",
|
|
123
|
+
"dashboard-builder",
|
|
124
|
+
"data-scraper-agent",
|
|
125
|
+
"data-throughput-accelerator",
|
|
126
|
+
"database-migrations",
|
|
127
|
+
"deep-research",
|
|
128
|
+
"defi-amm-security",
|
|
129
|
+
"delivery-gate",
|
|
130
|
+
"deployment-patterns",
|
|
131
|
+
"design-system",
|
|
132
|
+
"django-celery",
|
|
133
|
+
"django-patterns",
|
|
134
|
+
"django-security",
|
|
135
|
+
"django-tdd",
|
|
136
|
+
"django-verification",
|
|
137
|
+
"dmux-workflows",
|
|
138
|
+
"docker-patterns",
|
|
139
|
+
"documentation-lookup",
|
|
140
|
+
"dotnet-patterns",
|
|
141
|
+
"dynamic-workflow-mode",
|
|
142
|
+
"e2e-testing",
|
|
143
|
+
"ecc-guide",
|
|
144
|
+
"ecc-recipes",
|
|
145
|
+
"ecc-tools-cost-audit",
|
|
146
|
+
"email-ops",
|
|
147
|
+
"energy-procurement",
|
|
148
|
+
"enterprise-agent-ops",
|
|
149
|
+
"error-handling",
|
|
150
|
+
"eval-harness",
|
|
151
|
+
"evm-token-decimals",
|
|
152
|
+
"exa-search",
|
|
153
|
+
"fal-ai-media",
|
|
154
|
+
"fastapi-patterns",
|
|
155
|
+
"finance-billing-ops",
|
|
156
|
+
"flox-environments",
|
|
157
|
+
"flutter-dart-code-review",
|
|
158
|
+
"foundation-models-on-device",
|
|
159
|
+
"frontend-a11y",
|
|
160
|
+
"frontend-design-direction",
|
|
161
|
+
"frontend-patterns",
|
|
162
|
+
"frontend-slides",
|
|
163
|
+
"fsharp-testing",
|
|
164
|
+
"gan-style-harness",
|
|
165
|
+
"gateguard",
|
|
166
|
+
"generating-python-installer",
|
|
167
|
+
"gget",
|
|
168
|
+
"git-workflow",
|
|
169
|
+
"github-ops",
|
|
170
|
+
"golang-patterns",
|
|
171
|
+
"golang-testing",
|
|
172
|
+
"google-workspace-ops",
|
|
173
|
+
"growth-log",
|
|
174
|
+
"healthcare-cdss-patterns",
|
|
175
|
+
"healthcare-emr-patterns",
|
|
176
|
+
"healthcare-eval-harness",
|
|
177
|
+
"healthcare-phi-compliance",
|
|
178
|
+
"hermes-imports",
|
|
179
|
+
"hexagonal-architecture",
|
|
180
|
+
"hipaa-compliance",
|
|
181
|
+
"homelab-network-readiness",
|
|
182
|
+
"homelab-network-setup",
|
|
183
|
+
"homelab-pihole-dns",
|
|
184
|
+
"homelab-vlan-segmentation",
|
|
185
|
+
"homelab-wireguard-vpn",
|
|
186
|
+
"hookify-rules",
|
|
187
|
+
"inherit-legacy-style",
|
|
188
|
+
"intent-driven-development",
|
|
189
|
+
"inventory-demand-planning",
|
|
190
|
+
"investor-materials",
|
|
191
|
+
"investor-outreach",
|
|
192
|
+
"ios-icon-gen",
|
|
193
|
+
"iterative-retrieval",
|
|
194
|
+
"ito-basket-compare",
|
|
195
|
+
"ito-data-atlas-agent",
|
|
196
|
+
"ito-market-intelligence",
|
|
197
|
+
"ito-trade-planner",
|
|
198
|
+
"java-coding-standards",
|
|
199
|
+
"jira-integration",
|
|
200
|
+
"jpa-patterns",
|
|
201
|
+
"knowledge-ops",
|
|
202
|
+
"kotlin-coroutines-flows",
|
|
203
|
+
"kotlin-exposed-patterns",
|
|
204
|
+
"kotlin-ktor-patterns",
|
|
205
|
+
"kotlin-patterns",
|
|
206
|
+
"kotlin-testing",
|
|
207
|
+
"kubernetes-patterns",
|
|
208
|
+
"laravel-patterns",
|
|
209
|
+
"laravel-plugin-discovery",
|
|
210
|
+
"laravel-security",
|
|
211
|
+
"laravel-tdd",
|
|
212
|
+
"laravel-verification",
|
|
213
|
+
"latency-critical-systems",
|
|
214
|
+
"lead-intelligence",
|
|
215
|
+
"liquid-glass-design",
|
|
216
|
+
"literature-review",
|
|
217
|
+
"llm-trading-agent-security",
|
|
218
|
+
"logistics-exception-management",
|
|
219
|
+
"loop-design-check",
|
|
220
|
+
"mailtrap-email-integration",
|
|
221
|
+
"make-interfaces-feel-better",
|
|
222
|
+
"manim-video",
|
|
223
|
+
"market-research",
|
|
224
|
+
"marketing-campaign",
|
|
225
|
+
"mcp-server-patterns",
|
|
226
|
+
"messages-ops",
|
|
227
|
+
"ml-adoption-playbook",
|
|
228
|
+
"mle-workflow",
|
|
229
|
+
"motion-advanced",
|
|
230
|
+
"motion-foundations",
|
|
231
|
+
"motion-patterns",
|
|
232
|
+
"motion-ui",
|
|
233
|
+
"mysql-patterns",
|
|
234
|
+
"nanoclaw-repl",
|
|
235
|
+
"nestjs-patterns",
|
|
236
|
+
"netmiko-ssh-automation",
|
|
237
|
+
"network-bgp-diagnostics",
|
|
238
|
+
"network-config-validation",
|
|
239
|
+
"network-interface-health",
|
|
240
|
+
"nextjs-turbopack",
|
|
241
|
+
"nodejs-keccak256",
|
|
242
|
+
"nutrient-document-processing",
|
|
243
|
+
"nuxt4-patterns",
|
|
244
|
+
"openclaw-persona-forge",
|
|
245
|
+
"opensource-pipeline",
|
|
246
|
+
"orch-add-feature",
|
|
247
|
+
"orch-build-mvp",
|
|
248
|
+
"orch-change-feature",
|
|
249
|
+
"orch-fix-defect",
|
|
250
|
+
"orch-pipeline",
|
|
251
|
+
"orch-refine-code",
|
|
252
|
+
"parallel-execution-optimizer",
|
|
253
|
+
"perl-patterns",
|
|
254
|
+
"perl-security",
|
|
255
|
+
"perl-testing",
|
|
256
|
+
"plan-orchestrate",
|
|
257
|
+
"plankton-code-quality",
|
|
258
|
+
"postgres-patterns",
|
|
259
|
+
"prediction-market-oracle-research",
|
|
260
|
+
"prediction-market-risk-review",
|
|
261
|
+
"prisma-patterns",
|
|
262
|
+
"product-capability",
|
|
263
|
+
"product-lens",
|
|
264
|
+
"production-audit",
|
|
265
|
+
"production-scheduling",
|
|
266
|
+
"project-flow-ops",
|
|
267
|
+
"prompt-optimizer",
|
|
268
|
+
"pubmed-database",
|
|
269
|
+
"python-patterns",
|
|
270
|
+
"python-testing",
|
|
271
|
+
"pytorch-patterns",
|
|
272
|
+
"quality-nonconformance",
|
|
273
|
+
"quarkus-patterns",
|
|
274
|
+
"quarkus-security",
|
|
275
|
+
"quarkus-tdd",
|
|
276
|
+
"quarkus-verification",
|
|
277
|
+
"ralphinho-rfc-pipeline",
|
|
278
|
+
"react-native-patterns",
|
|
279
|
+
"react-patterns",
|
|
280
|
+
"react-performance",
|
|
281
|
+
"react-testing",
|
|
282
|
+
"recsys-pipeline-architect",
|
|
283
|
+
"recursive-decision-ledger",
|
|
284
|
+
"redis-patterns",
|
|
285
|
+
"regex-vs-llm-structured-text",
|
|
286
|
+
"remotion-video-creation",
|
|
287
|
+
"repo-scan",
|
|
288
|
+
"research-ops",
|
|
289
|
+
"returns-reverse-logistics",
|
|
290
|
+
"rules-distill",
|
|
291
|
+
"rust-patterns",
|
|
292
|
+
"rust-testing",
|
|
293
|
+
"safety-guard",
|
|
294
|
+
"santa-method",
|
|
295
|
+
"scholar-evaluation",
|
|
296
|
+
"search-first",
|
|
297
|
+
"security-bounty-hunter",
|
|
298
|
+
"security-review",
|
|
299
|
+
"security-scan",
|
|
300
|
+
"seo",
|
|
301
|
+
"skill-comply",
|
|
302
|
+
"skill-scout",
|
|
303
|
+
"skill-stocktake",
|
|
304
|
+
"social-graph-ranker",
|
|
305
|
+
"social-publisher",
|
|
306
|
+
"springboot-patterns",
|
|
307
|
+
"springboot-security",
|
|
308
|
+
"springboot-tdd",
|
|
309
|
+
"springboot-verification",
|
|
310
|
+
"strategic-compact",
|
|
311
|
+
"swift-actor-persistence",
|
|
312
|
+
"swift-concurrency-6-2",
|
|
313
|
+
"swift-protocol-di-testing",
|
|
314
|
+
"swiftui-patterns",
|
|
315
|
+
"taste",
|
|
316
|
+
"tdd-workflow",
|
|
317
|
+
"team-agent-orchestration",
|
|
318
|
+
"team-builder",
|
|
319
|
+
"terminal-ops",
|
|
320
|
+
"tinystruct-patterns",
|
|
321
|
+
"token-budget-advisor",
|
|
322
|
+
"ui-demo",
|
|
323
|
+
"ui-to-vue",
|
|
324
|
+
"uncloud",
|
|
325
|
+
"unified-notifications-ops",
|
|
326
|
+
"uspto-database",
|
|
327
|
+
"verification-loop",
|
|
328
|
+
"video-editing",
|
|
329
|
+
"videodb",
|
|
330
|
+
"visa-doc-translate",
|
|
331
|
+
"vite-patterns",
|
|
332
|
+
"vue-patterns",
|
|
333
|
+
"windows-desktop-e2e",
|
|
334
|
+
"workspace-surface-audit",
|
|
335
|
+
"x-api"
|
|
336
|
+
],
|
|
337
|
+
"skillsByStack": {
|
|
338
|
+
"node": [
|
|
339
|
+
"ai-regression-testing",
|
|
340
|
+
"autonomous-loops",
|
|
341
|
+
"backend-patterns",
|
|
342
|
+
"bun-runtime",
|
|
343
|
+
"ck",
|
|
344
|
+
"codebase-onboarding",
|
|
345
|
+
"configure-ecc",
|
|
346
|
+
"cost-tracking",
|
|
347
|
+
"database-migrations",
|
|
348
|
+
"deployment-patterns",
|
|
349
|
+
"django-celery",
|
|
350
|
+
"dmux-workflows",
|
|
351
|
+
"docker-patterns",
|
|
352
|
+
"e2e-testing",
|
|
353
|
+
"ecc-guide",
|
|
354
|
+
"energy-procurement",
|
|
355
|
+
"exa-search",
|
|
356
|
+
"flox-environments",
|
|
357
|
+
"healthcare-eval-harness",
|
|
358
|
+
"kubernetes-patterns",
|
|
359
|
+
"mcp-server-patterns",
|
|
360
|
+
"mysql-patterns",
|
|
361
|
+
"nodejs-keccak256",
|
|
362
|
+
"prisma-patterns",
|
|
363
|
+
"prompt-optimizer",
|
|
364
|
+
"react-performance",
|
|
365
|
+
"react-testing",
|
|
366
|
+
"redis-patterns",
|
|
367
|
+
"search-first",
|
|
368
|
+
"strategic-compact",
|
|
369
|
+
"tdd-workflow",
|
|
370
|
+
"ui-demo",
|
|
371
|
+
"vite-patterns",
|
|
372
|
+
"windows-desktop-e2e"
|
|
373
|
+
],
|
|
374
|
+
"js": [
|
|
375
|
+
"bun-runtime",
|
|
376
|
+
"coding-standards",
|
|
377
|
+
"configure-ecc",
|
|
378
|
+
"django-security",
|
|
379
|
+
"error-handling",
|
|
380
|
+
"frontend-slides",
|
|
381
|
+
"hexagonal-architecture",
|
|
382
|
+
"iterative-retrieval",
|
|
383
|
+
"laravel-security",
|
|
384
|
+
"mcp-server-patterns",
|
|
385
|
+
"mysql-patterns",
|
|
386
|
+
"nodejs-keccak256",
|
|
387
|
+
"plankton-code-quality",
|
|
388
|
+
"quarkus-verification",
|
|
389
|
+
"react-native-patterns",
|
|
390
|
+
"react-performance",
|
|
391
|
+
"ui-demo",
|
|
392
|
+
"verification-loop",
|
|
393
|
+
"vite-patterns"
|
|
394
|
+
],
|
|
395
|
+
"ts": [
|
|
396
|
+
"agent-payment-x402",
|
|
397
|
+
"agent-sort",
|
|
398
|
+
"ai-regression-testing",
|
|
399
|
+
"api-connector-builder",
|
|
400
|
+
"api-design",
|
|
401
|
+
"autonomous-loops",
|
|
402
|
+
"backend-patterns",
|
|
403
|
+
"benchmark",
|
|
404
|
+
"bun-runtime",
|
|
405
|
+
"clickhouse-io",
|
|
406
|
+
"codebase-onboarding",
|
|
407
|
+
"coding-standards",
|
|
408
|
+
"configure-ecc",
|
|
409
|
+
"database-migrations",
|
|
410
|
+
"deployment-patterns",
|
|
411
|
+
"e2e-testing",
|
|
412
|
+
"error-handling",
|
|
413
|
+
"evm-token-decimals",
|
|
414
|
+
"frontend-patterns",
|
|
415
|
+
"healthcare-cdss-patterns",
|
|
416
|
+
"healthcare-emr-patterns",
|
|
417
|
+
"healthcare-phi-compliance",
|
|
418
|
+
"hexagonal-architecture",
|
|
419
|
+
"laravel-plugin-discovery",
|
|
420
|
+
"mailtrap-email-integration",
|
|
421
|
+
"mcp-server-patterns",
|
|
422
|
+
"nestjs-patterns",
|
|
423
|
+
"nodejs-keccak256",
|
|
424
|
+
"orch-pipeline",
|
|
425
|
+
"plan-orchestrate",
|
|
426
|
+
"plankton-code-quality",
|
|
427
|
+
"prisma-patterns",
|
|
428
|
+
"prompt-optimizer",
|
|
429
|
+
"react-native-patterns",
|
|
430
|
+
"recsys-pipeline-architect",
|
|
431
|
+
"security-review",
|
|
432
|
+
"tdd-workflow",
|
|
433
|
+
"verification-loop",
|
|
434
|
+
"vite-patterns",
|
|
435
|
+
"vue-patterns"
|
|
436
|
+
],
|
|
437
|
+
"fastapi": [
|
|
438
|
+
"codebase-onboarding",
|
|
439
|
+
"error-handling",
|
|
440
|
+
"fastapi-patterns",
|
|
441
|
+
"flox-environments",
|
|
442
|
+
"gan-style-harness",
|
|
443
|
+
"ml-adoption-playbook",
|
|
444
|
+
"python-patterns",
|
|
445
|
+
"python-testing",
|
|
446
|
+
"recsys-pipeline-architect"
|
|
447
|
+
],
|
|
448
|
+
"react": [
|
|
449
|
+
"agent-harness-construction",
|
|
450
|
+
"agent-sort",
|
|
451
|
+
"angular-developer",
|
|
452
|
+
"benchmark-methodology",
|
|
453
|
+
"click-path-audit",
|
|
454
|
+
"codebase-onboarding",
|
|
455
|
+
"coding-standards",
|
|
456
|
+
"configure-ecc",
|
|
457
|
+
"continuous-learning-v2",
|
|
458
|
+
"documentation-lookup",
|
|
459
|
+
"error-handling",
|
|
460
|
+
"frontend-a11y",
|
|
461
|
+
"frontend-patterns",
|
|
462
|
+
"gan-style-harness",
|
|
463
|
+
"liquid-glass-design",
|
|
464
|
+
"motion-advanced",
|
|
465
|
+
"motion-foundations",
|
|
466
|
+
"motion-patterns",
|
|
467
|
+
"motion-ui",
|
|
468
|
+
"prompt-optimizer",
|
|
469
|
+
"react-native-patterns",
|
|
470
|
+
"react-patterns",
|
|
471
|
+
"react-performance",
|
|
472
|
+
"react-testing",
|
|
473
|
+
"remotion-video-creation",
|
|
474
|
+
"security-review",
|
|
475
|
+
"taste",
|
|
476
|
+
"tdd-workflow",
|
|
477
|
+
"video-editing",
|
|
478
|
+
"vite-patterns"
|
|
479
|
+
],
|
|
480
|
+
"angular": [
|
|
481
|
+
"angular-developer",
|
|
482
|
+
"codebase-onboarding",
|
|
483
|
+
"react-patterns"
|
|
484
|
+
],
|
|
485
|
+
"java": [
|
|
486
|
+
"agent-payment-x402",
|
|
487
|
+
"configure-ecc",
|
|
488
|
+
"hexagonal-architecture",
|
|
489
|
+
"inherit-legacy-style",
|
|
490
|
+
"java-coding-standards",
|
|
491
|
+
"jpa-patterns",
|
|
492
|
+
"kotlin-patterns",
|
|
493
|
+
"kotlin-testing",
|
|
494
|
+
"plan-orchestrate",
|
|
495
|
+
"prompt-optimizer",
|
|
496
|
+
"quarkus-patterns",
|
|
497
|
+
"quarkus-security",
|
|
498
|
+
"quarkus-tdd",
|
|
499
|
+
"quarkus-verification",
|
|
500
|
+
"repo-scan",
|
|
501
|
+
"springboot-patterns",
|
|
502
|
+
"springboot-security",
|
|
503
|
+
"springboot-tdd",
|
|
504
|
+
"springboot-verification",
|
|
505
|
+
"tinystruct-patterns"
|
|
506
|
+
],
|
|
507
|
+
"spring-boot": [
|
|
508
|
+
"agent-payment-x402",
|
|
509
|
+
"configure-ecc",
|
|
510
|
+
"java-coding-standards",
|
|
511
|
+
"jpa-patterns",
|
|
512
|
+
"prompt-optimizer",
|
|
513
|
+
"springboot-patterns",
|
|
514
|
+
"springboot-security",
|
|
515
|
+
"springboot-tdd",
|
|
516
|
+
"springboot-verification"
|
|
517
|
+
],
|
|
518
|
+
"docker": [
|
|
519
|
+
"agent-eval",
|
|
520
|
+
"benchmark",
|
|
521
|
+
"codebase-onboarding",
|
|
522
|
+
"deployment-patterns",
|
|
523
|
+
"docker-patterns",
|
|
524
|
+
"flox-environments",
|
|
525
|
+
"homelab-pihole-dns",
|
|
526
|
+
"homelab-wireguard-vpn",
|
|
527
|
+
"kubernetes-patterns",
|
|
528
|
+
"mle-workflow",
|
|
529
|
+
"production-audit",
|
|
530
|
+
"prompt-optimizer",
|
|
531
|
+
"quarkus-verification",
|
|
532
|
+
"safety-guard",
|
|
533
|
+
"uncloud",
|
|
534
|
+
"vite-patterns"
|
|
535
|
+
],
|
|
536
|
+
"k9": [
|
|
537
|
+
"deployment-patterns",
|
|
538
|
+
"docker-patterns",
|
|
539
|
+
"flox-environments",
|
|
540
|
+
"kubernetes-patterns",
|
|
541
|
+
"prompt-optimizer",
|
|
542
|
+
"quarkus-security",
|
|
543
|
+
"uncloud"
|
|
544
|
+
],
|
|
545
|
+
"postgresql": [
|
|
546
|
+
"agentic-os",
|
|
547
|
+
"architecture-decision-records",
|
|
548
|
+
"blueprint",
|
|
549
|
+
"clickhouse-io",
|
|
550
|
+
"codebase-onboarding",
|
|
551
|
+
"configure-ecc",
|
|
552
|
+
"csharp-testing",
|
|
553
|
+
"database-migrations",
|
|
554
|
+
"deployment-patterns",
|
|
555
|
+
"django-patterns",
|
|
556
|
+
"django-security",
|
|
557
|
+
"django-verification",
|
|
558
|
+
"docker-patterns",
|
|
559
|
+
"flox-environments",
|
|
560
|
+
"git-workflow",
|
|
561
|
+
"golang-patterns",
|
|
562
|
+
"golang-testing",
|
|
563
|
+
"hexagonal-architecture",
|
|
564
|
+
"jpa-patterns",
|
|
565
|
+
"knowledge-ops",
|
|
566
|
+
"kotlin-exposed-patterns",
|
|
567
|
+
"kotlin-ktor-patterns",
|
|
568
|
+
"kotlin-patterns",
|
|
569
|
+
"mle-workflow",
|
|
570
|
+
"mysql-patterns",
|
|
571
|
+
"perl-testing",
|
|
572
|
+
"plan-orchestrate",
|
|
573
|
+
"postgres-patterns",
|
|
574
|
+
"prisma-patterns",
|
|
575
|
+
"prompt-optimizer",
|
|
576
|
+
"python-testing",
|
|
577
|
+
"quarkus-patterns",
|
|
578
|
+
"quarkus-verification",
|
|
579
|
+
"redis-patterns",
|
|
580
|
+
"springboot-tdd",
|
|
581
|
+
"springboot-verification",
|
|
582
|
+
"uncloud"
|
|
583
|
+
],
|
|
584
|
+
"mysql": [
|
|
585
|
+
"clickhouse-io",
|
|
586
|
+
"database-migrations",
|
|
587
|
+
"laravel-security",
|
|
588
|
+
"mysql-patterns",
|
|
589
|
+
"python-testing"
|
|
590
|
+
],
|
|
591
|
+
"prisma": [
|
|
592
|
+
"ai-regression-testing",
|
|
593
|
+
"architecture-decision-records",
|
|
594
|
+
"codebase-onboarding",
|
|
595
|
+
"database-migrations",
|
|
596
|
+
"deployment-patterns",
|
|
597
|
+
"documentation-lookup",
|
|
598
|
+
"nestjs-patterns",
|
|
599
|
+
"prisma-patterns"
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arboris-cli",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Installe les skills IA recommandés pour ta stack (Node, React, TypeScript…).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"arboris-cli": "
|
|
8
|
-
"
|
|
9
|
-
},
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@rubix0270/arboris": "^1.0.2"
|
|
7
|
+
"arboris-cli": "dist/cli.mjs",
|
|
8
|
+
"arboris": "dist/cli.mjs"
|
|
12
9
|
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/cli.mjs",
|
|
12
|
+
"manifest.json",
|
|
13
|
+
"prisma/skills"
|
|
14
|
+
],
|
|
13
15
|
"engines": {
|
|
14
16
|
"node": ">=20"
|
|
15
17
|
},
|
|
16
|
-
"keywords": [
|
|
18
|
+
"keywords": [
|
|
19
|
+
"arboris",
|
|
20
|
+
"skills",
|
|
21
|
+
"cursor",
|
|
22
|
+
"claude",
|
|
23
|
+
"ai",
|
|
24
|
+
"cli"
|
|
25
|
+
],
|
|
17
26
|
"repository": {
|
|
18
27
|
"type": "git",
|
|
19
28
|
"url": "git+https://github.com/ThePheniX974/arboris.git",
|
|
20
|
-
"directory": "packages/arboris-
|
|
29
|
+
"directory": "packages/arboris-cli"
|
|
21
30
|
},
|
|
22
|
-
"license": "MIT"
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"prepack": "node ../../scripts/build-cli.mjs"
|
|
34
|
+
}
|
|
23
35
|
}
|