bps-kit 1.0.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/README.md +72 -0
- package/bin/cli.js +116 -0
- package/package.json +29 -0
- package/templates/VAULT_INDEX.md +55 -0
- package/templates/skills_extra/api-security-best-practices/SKILL.md +910 -0
- package/templates/skills_extra/async-python-patterns/SKILL.md +42 -0
- package/templates/skills_extra/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/templates/skills_extra/cloud-architect/SKILL.md +131 -0
- package/templates/skills_extra/code-reviewer/SKILL.md +175 -0
- package/templates/skills_extra/deployment-engineer/SKILL.md +166 -0
- package/templates/skills_extra/django-pro/SKILL.md +178 -0
- package/templates/skills_extra/domain-driven-design/SKILL.md +74 -0
- package/templates/skills_extra/domain-driven-design/references/ddd-deliverables.md +24 -0
- package/templates/skills_extra/ethical-hacking-methodology/SKILL.md +469 -0
- package/templates/skills_extra/fastapi-pro/SKILL.md +190 -0
- package/templates/skills_extra/growth-engine/SKILL.md +244 -0
- package/templates/skills_extra/microservices-patterns/SKILL.md +38 -0
- package/templates/skills_extra/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/templates/skills_extra/nodejs-best-practices/SKILL.md +333 -0
- package/templates/skills_extra/pandas/SKILL.md +12 -0
- package/templates/skills_extra/playwright-skill/API_REFERENCE.md +653 -0
- package/templates/skills_extra/playwright-skill/SKILL.md +459 -0
- package/templates/skills_extra/playwright-skill/lib/helpers.js +441 -0
- package/templates/skills_extra/playwright-skill/package.json +26 -0
- package/templates/skills_extra/playwright-skill/run.js +228 -0
- package/templates/skills_extra/postgres-best-practices/AGENTS.md +1490 -0
- package/templates/skills_extra/postgres-best-practices/README.md +119 -0
- package/templates/skills_extra/postgres-best-practices/SKILL.md +59 -0
- package/templates/skills_extra/postgres-best-practices/metadata.json +13 -0
- package/templates/skills_extra/postgres-best-practices/rules/_contributing.md +171 -0
- package/templates/skills_extra/postgres-best-practices/rules/_sections.md +39 -0
- package/templates/skills_extra/postgres-best-practices/rules/_template.md +34 -0
- package/templates/skills_extra/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
- package/templates/skills_extra/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
- package/templates/skills_extra/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
- package/templates/skills_extra/postgres-best-practices/rules/conn-limits.md +44 -0
- package/templates/skills_extra/postgres-best-practices/rules/conn-pooling.md +41 -0
- package/templates/skills_extra/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
- package/templates/skills_extra/postgres-best-practices/rules/data-batch-inserts.md +54 -0
- package/templates/skills_extra/postgres-best-practices/rules/data-n-plus-one.md +53 -0
- package/templates/skills_extra/postgres-best-practices/rules/data-pagination.md +50 -0
- package/templates/skills_extra/postgres-best-practices/rules/data-upsert.md +50 -0
- package/templates/skills_extra/postgres-best-practices/rules/lock-advisory.md +56 -0
- package/templates/skills_extra/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
- package/templates/skills_extra/postgres-best-practices/rules/lock-short-transactions.md +50 -0
- package/templates/skills_extra/postgres-best-practices/rules/lock-skip-locked.md +54 -0
- package/templates/skills_extra/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
- package/templates/skills_extra/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
- package/templates/skills_extra/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
- package/templates/skills_extra/postgres-best-practices/rules/query-composite-indexes.md +44 -0
- package/templates/skills_extra/postgres-best-practices/rules/query-covering-indexes.md +40 -0
- package/templates/skills_extra/postgres-best-practices/rules/query-index-types.md +45 -0
- package/templates/skills_extra/postgres-best-practices/rules/query-missing-indexes.md +43 -0
- package/templates/skills_extra/postgres-best-practices/rules/query-partial-indexes.md +45 -0
- package/templates/skills_extra/postgres-best-practices/rules/schema-data-types.md +46 -0
- package/templates/skills_extra/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
- package/templates/skills_extra/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
- package/templates/skills_extra/postgres-best-practices/rules/schema-partitioning.md +55 -0
- package/templates/skills_extra/postgres-best-practices/rules/schema-primary-keys.md +61 -0
- package/templates/skills_extra/postgres-best-practices/rules/security-privileges.md +54 -0
- package/templates/skills_extra/postgres-best-practices/rules/security-rls-basics.md +50 -0
- package/templates/skills_extra/postgres-best-practices/rules/security-rls-performance.md +57 -0
- package/templates/skills_extra/python-fastapi-development/SKILL.md +215 -0
- package/templates/skills_extra/python-pro/SKILL.md +156 -0
- package/templates/skills_extra/python-testing-patterns/SKILL.md +40 -0
- package/templates/skills_extra/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/templates/skills_extra/security-auditor/SKILL.md +165 -0
- package/templates/skills_extra/seo-content-writer/SKILL.md +95 -0
- package/templates/skills_extra/software-architecture/SKILL.md +81 -0
- package/templates/skills_extra/sql-optimization-patterns/SKILL.md +38 -0
- package/templates/skills_extra/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/templates/skills_extra/threat-modeling-expert/SKILL.md +63 -0
- package/templates/skills_extra/top-web-vulnerabilities/SKILL.md +546 -0
- package/templates/skills_extra/ui-ux-designer/SKILL.md +207 -0
- package/templates/skills_extra/web-performance-optimization/SKILL.md +649 -0
- package/templates/skills_normal/api-patterns/SKILL.md +81 -0
- package/templates/skills_normal/api-patterns/api-style.md +42 -0
- package/templates/skills_normal/api-patterns/auth.md +24 -0
- package/templates/skills_normal/api-patterns/documentation.md +26 -0
- package/templates/skills_normal/api-patterns/graphql.md +41 -0
- package/templates/skills_normal/api-patterns/rate-limiting.md +31 -0
- package/templates/skills_normal/api-patterns/response.md +37 -0
- package/templates/skills_normal/api-patterns/rest.md +40 -0
- package/templates/skills_normal/api-patterns/security-testing.md +122 -0
- package/templates/skills_normal/api-patterns/trpc.md +41 -0
- package/templates/skills_normal/api-patterns/versioning.md +22 -0
- package/templates/skills_normal/app-builder/SKILL.md +75 -0
- package/templates/skills_normal/app-builder/agent-coordination.md +71 -0
- package/templates/skills_normal/app-builder/feature-building.md +53 -0
- package/templates/skills_normal/app-builder/project-detection.md +34 -0
- package/templates/skills_normal/app-builder/scaffolding.md +118 -0
- package/templates/skills_normal/app-builder/tech-stack.md +40 -0
- package/templates/skills_normal/app-builder/templates/SKILL.md +39 -0
- package/templates/skills_normal/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/templates/skills_normal/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/templates/skills_normal/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/templates/skills_normal/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/templates/skills_normal/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/templates/skills_normal/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/templates/skills_normal/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/templates/skills_normal/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -0
- package/templates/skills_normal/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -0
- package/templates/skills_normal/app-builder/templates/nextjs-static/TEMPLATE.md +169 -0
- package/templates/skills_normal/app-builder/templates/nuxt-app/TEMPLATE.md +134 -0
- package/templates/skills_normal/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/templates/skills_normal/app-builder/templates/react-native-app/TEMPLATE.md +119 -0
- package/templates/skills_normal/backend-dev-guidelines/SKILL.md +348 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/architecture-overview.md +451 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/async-and-errors.md +307 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/complete-examples.md +638 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/configuration.md +275 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/database-patterns.md +224 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/middleware-guide.md +213 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/testing-guide.md +235 -0
- package/templates/skills_normal/backend-dev-guidelines/resources/validation-patterns.md +754 -0
- package/templates/skills_normal/behavioral-modes/SKILL.md +242 -0
- package/templates/skills_normal/brainstorming/SKILL.md +163 -0
- package/templates/skills_normal/brainstorming/dynamic-questioning.md +350 -0
- package/templates/skills_normal/clean-code/SKILL.md +201 -0
- package/templates/skills_normal/clerk-auth/SKILL.md +61 -0
- package/templates/skills_normal/concise-planning/SKILL.md +68 -0
- package/templates/skills_normal/copywriting/SKILL.md +250 -0
- package/templates/skills_normal/database-design/SKILL.md +52 -0
- package/templates/skills_normal/database-design/database-selection.md +43 -0
- package/templates/skills_normal/database-design/indexing.md +39 -0
- package/templates/skills_normal/database-design/migrations.md +48 -0
- package/templates/skills_normal/database-design/optimization.md +36 -0
- package/templates/skills_normal/database-design/orm-selection.md +30 -0
- package/templates/skills_normal/database-design/schema-design.md +56 -0
- package/templates/skills_normal/dispatching-parallel-agents/SKILL.md +183 -0
- package/templates/skills_normal/docker-expert/SKILL.md +413 -0
- package/templates/skills_normal/executing-plans/SKILL.md +82 -0
- package/templates/skills_normal/frontend-design/SKILL.md +418 -0
- package/templates/skills_normal/frontend-design/animation-guide.md +331 -0
- package/templates/skills_normal/frontend-design/color-system.md +311 -0
- package/templates/skills_normal/frontend-design/decision-trees.md +418 -0
- package/templates/skills_normal/frontend-design/motion-graphics.md +306 -0
- package/templates/skills_normal/frontend-design/typography-system.md +345 -0
- package/templates/skills_normal/frontend-design/ux-psychology.md +1116 -0
- package/templates/skills_normal/frontend-design/visual-effects.md +383 -0
- package/templates/skills_normal/frontend-developer/SKILL.md +169 -0
- package/templates/skills_normal/git-pushing/SKILL.md +36 -0
- package/templates/skills_normal/lint-and-validate/SKILL.md +45 -0
- package/templates/skills_normal/llm-app-patterns/SKILL.md +763 -0
- package/templates/skills_normal/micro-saas-launcher/SKILL.md +217 -0
- package/templates/skills_normal/nextjs-best-practices/SKILL.md +208 -0
- package/templates/skills_normal/nextjs-supabase-auth/SKILL.md +61 -0
- package/templates/skills_normal/page-cro/SKILL.md +343 -0
- package/templates/skills_normal/performance-profiling/SKILL.md +143 -0
- package/templates/skills_normal/plan-writing/SKILL.md +152 -0
- package/templates/skills_normal/prisma-expert/SKILL.md +361 -0
- package/templates/skills_normal/prompt-engineer/README.md +659 -0
- package/templates/skills_normal/prompt-engineer/SKILL.md +249 -0
- package/templates/skills_normal/rag-engineer/SKILL.md +95 -0
- package/templates/skills_normal/react-patterns/SKILL.md +203 -0
- package/templates/skills_normal/scroll-experience/SKILL.md +268 -0
- package/templates/skills_normal/senior-fullstack/SKILL.md +215 -0
- package/templates/skills_normal/senior-fullstack/references/architecture_patterns.md +103 -0
- package/templates/skills_normal/senior-fullstack/references/development_workflows.md +103 -0
- package/templates/skills_normal/senior-fullstack/references/tech_stack_guide.md +103 -0
- package/templates/skills_normal/seo-fundamentals/SKILL.md +129 -0
- package/templates/skills_normal/stripe-integration/SKILL.md +457 -0
- package/templates/skills_normal/systematic-debugging/SKILL.md +109 -0
- package/templates/skills_normal/tailwind-patterns/SKILL.md +269 -0
- package/templates/skills_normal/test-driven-development/SKILL.md +374 -0
- package/templates/skills_normal/test-driven-development/testing-anti-patterns.md +299 -0
- package/templates/skills_normal/testing-patterns/SKILL.md +178 -0
- package/templates/skills_normal/vercel-deployment/SKILL.md +80 -0
- package/templates/skills_normal/verification-before-completion/SKILL.md +145 -0
- package/templates/skills_normal/vulnerability-scanner/SKILL.md +276 -0
- package/templates/skills_normal/vulnerability-scanner/checklists.md +121 -0
- package/templates/vault/00-andruia-consultant/SKILL.md +61 -0
- package/templates/vault/007/SKILL.md +650 -0
- package/templates/vault/007/references/ai-agent-security.md +470 -0
- package/templates/vault/007/references/api-security-patterns.md +479 -0
- package/templates/vault/007/references/incident-playbooks.md +394 -0
- package/templates/vault/007/references/owasp-checklists.md +76 -0
- package/templates/vault/007/references/stride-pasta-guide.md +395 -0
- package/templates/vault/10-andruia-skill-smith/SKILL.md +45 -0
- package/templates/vault/20-andruia-niche-intelligence/SKILL.md +63 -0
- package/templates/vault/3d-web-experience/SKILL.md +259 -0
- package/templates/vault/SPDD/1-research.md +22 -0
- package/templates/vault/SPDD/2-spec.md +20 -0
- package/templates/vault/SPDD/3-implementation.md +20 -0
- package/templates/vault/ab-test-setup/SKILL.md +238 -0
- package/templates/vault/accessibility-compliance-accessibility-audit/SKILL.md +45 -0
- package/templates/vault/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/templates/vault/active-directory-attacks/SKILL.md +386 -0
- package/templates/vault/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/templates/vault/activecampaign-automation/SKILL.md +213 -0
- package/templates/vault/address-github-comments/SKILL.md +61 -0
- package/templates/vault/advanced-evaluation/SKILL.md +454 -0
- package/templates/vault/advogado-criminal/SKILL.md +950 -0
- package/templates/vault/advogado-especialista/SKILL.md +1109 -0
- package/templates/vault/advogado-especialista/references/fontes.md +139 -0
- package/templates/vault/agent-evaluation/SKILL.md +69 -0
- package/templates/vault/agent-framework-azure-ai-py/SKILL.md +338 -0
- package/templates/vault/agent-manager-skill/SKILL.md +43 -0
- package/templates/vault/agent-memory-mcp/SKILL.md +87 -0
- package/templates/vault/agent-memory-systems/SKILL.md +72 -0
- package/templates/vault/agent-orchestration-improve-agent/SKILL.md +352 -0
- package/templates/vault/agent-orchestration-multi-agent-optimize/SKILL.md +242 -0
- package/templates/vault/agent-orchestrator/SKILL.md +316 -0
- package/templates/vault/agent-orchestrator/references/capability-taxonomy.md +85 -0
- package/templates/vault/agent-orchestrator/references/orchestration-patterns.md +129 -0
- package/templates/vault/agent-tool-builder/SKILL.md +58 -0
- package/templates/vault/agentfolio/SKILL.md +97 -0
- package/templates/vault/agentic-actions-auditor/SKILL.md +322 -0
- package/templates/vault/agentmail/SKILL.md +247 -0
- package/templates/vault/agents-md/SKILL.md +118 -0
- package/templates/vault/agents-v2-py/SKILL.md +326 -0
- package/templates/vault/ai-agent-development/SKILL.md +173 -0
- package/templates/vault/ai-agents-architect/SKILL.md +96 -0
- package/templates/vault/ai-analyzer/SKILL.md +218 -0
- package/templates/vault/ai-engineer/SKILL.md +185 -0
- package/templates/vault/ai-ml/SKILL.md +252 -0
- package/templates/vault/ai-product/SKILL.md +59 -0
- package/templates/vault/ai-studio-image/SKILL.md +316 -0
- package/templates/vault/ai-studio-image/references/prompt-engineering.md +160 -0
- package/templates/vault/ai-studio-image/references/setup-guide.md +102 -0
- package/templates/vault/ai-wrapper-product/SKILL.md +278 -0
- package/templates/vault/airflow-dag-patterns/SKILL.md +44 -0
- package/templates/vault/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/templates/vault/airtable-automation/SKILL.md +174 -0
- package/templates/vault/algolia-search/SKILL.md +71 -0
- package/templates/vault/algorithmic-art/LICENSE.txt +202 -0
- package/templates/vault/algorithmic-art/SKILL.md +410 -0
- package/templates/vault/algorithmic-art/templates/generator_template.js +223 -0
- package/templates/vault/algorithmic-art/templates/viewer.html +599 -0
- package/templates/vault/alpha-vantage/SKILL.md +136 -0
- package/templates/vault/amazon-alexa/SKILL.md +661 -0
- package/templates/vault/amplitude-automation/SKILL.md +220 -0
- package/templates/vault/analytics-product/SKILL.md +301 -0
- package/templates/vault/analytics-tracking/SKILL.md +405 -0
- package/templates/vault/andrej-karpathy/SKILL.md +1164 -0
- package/templates/vault/android-jetpack-compose-expert/SKILL.md +153 -0
- package/templates/vault/android_ui_verification/SKILL.md +66 -0
- package/templates/vault/angular/README.md +40 -0
- package/templates/vault/angular/SKILL.md +818 -0
- package/templates/vault/angular/metadata.json +14 -0
- package/templates/vault/angular-best-practices/README.md +58 -0
- package/templates/vault/angular-best-practices/SKILL.md +563 -0
- package/templates/vault/angular-best-practices/metadata.json +13 -0
- package/templates/vault/angular-migration/SKILL.md +431 -0
- package/templates/vault/angular-state-management/README.md +41 -0
- package/templates/vault/angular-state-management/SKILL.md +635 -0
- package/templates/vault/angular-state-management/metadata.json +13 -0
- package/templates/vault/angular-ui-patterns/README.md +55 -0
- package/templates/vault/angular-ui-patterns/SKILL.md +512 -0
- package/templates/vault/angular-ui-patterns/metadata.json +12 -0
- package/templates/vault/animejs-animation/SKILL.md +52 -0
- package/templates/vault/anti-reversing-techniques/SKILL.md +45 -0
- package/templates/vault/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/templates/vault/antigravity-design-expert/SKILL.md +42 -0
- package/templates/vault/antigravity-workflows/SKILL.md +81 -0
- package/templates/vault/antigravity-workflows/resources/implementation-playbook.md +36 -0
- package/templates/vault/api-design-principles/SKILL.md +40 -0
- package/templates/vault/api-design-principles/assets/api-design-checklist.md +155 -0
- package/templates/vault/api-design-principles/assets/rest-api-template.py +182 -0
- package/templates/vault/api-design-principles/references/graphql-schema-design.md +583 -0
- package/templates/vault/api-design-principles/references/rest-best-practices.md +408 -0
- package/templates/vault/api-design-principles/resources/implementation-playbook.md +513 -0
- package/templates/vault/api-documentation/SKILL.md +163 -0
- package/templates/vault/api-documentation-generator/SKILL.md +487 -0
- package/templates/vault/api-documenter/SKILL.md +182 -0
- package/templates/vault/api-endpoint-builder/README.md +15 -0
- package/templates/vault/api-endpoint-builder/SKILL.md +324 -0
- package/templates/vault/api-fuzzing-bug-bounty/SKILL.md +436 -0
- package/templates/vault/api-security-testing/SKILL.md +171 -0
- package/templates/vault/api-testing-observability-api-mock/SKILL.md +49 -0
- package/templates/vault/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/templates/vault/apify-actor-development/SKILL.md +218 -0
- package/templates/vault/apify-actor-development/references/actor-json.md +66 -0
- package/templates/vault/apify-actor-development/references/dataset-schema.md +209 -0
- package/templates/vault/apify-actor-development/references/input-schema.md +66 -0
- package/templates/vault/apify-actor-development/references/key-value-store-schema.md +129 -0
- package/templates/vault/apify-actor-development/references/logging.md +50 -0
- package/templates/vault/apify-actor-development/references/output-schema.md +49 -0
- package/templates/vault/apify-actor-development/references/standby-mode.md +61 -0
- package/templates/vault/apify-actorization/SKILL.md +184 -0
- package/templates/vault/apify-actorization/references/cli-actorization.md +81 -0
- package/templates/vault/apify-actorization/references/js-ts-actorization.md +111 -0
- package/templates/vault/apify-actorization/references/python-actorization.md +95 -0
- package/templates/vault/apify-actorization/references/schemas-and-output.md +140 -0
- package/templates/vault/apify-audience-analysis/SKILL.md +121 -0
- package/templates/vault/apify-brand-reputation-monitoring/SKILL.md +121 -0
- package/templates/vault/apify-competitor-intelligence/SKILL.md +131 -0
- package/templates/vault/apify-content-analytics/SKILL.md +120 -0
- package/templates/vault/apify-ecommerce/SKILL.md +263 -0
- package/templates/vault/apify-influencer-discovery/SKILL.md +118 -0
- package/templates/vault/apify-lead-generation/SKILL.md +120 -0
- package/templates/vault/apify-market-research/SKILL.md +119 -0
- package/templates/vault/apify-trend-analysis/SKILL.md +129 -0
- package/templates/vault/apify-ultimate-scraper/SKILL.md +230 -0
- package/templates/vault/app-store-optimization/HOW_TO_USE.md +281 -0
- package/templates/vault/app-store-optimization/README.md +430 -0
- package/templates/vault/app-store-optimization/SKILL.md +409 -0
- package/templates/vault/app-store-optimization/ab_test_planner.py +662 -0
- package/templates/vault/app-store-optimization/aso_scorer.py +482 -0
- package/templates/vault/app-store-optimization/competitor_analyzer.py +577 -0
- package/templates/vault/app-store-optimization/expected_output.json +170 -0
- package/templates/vault/app-store-optimization/keyword_analyzer.py +406 -0
- package/templates/vault/app-store-optimization/launch_checklist.py +739 -0
- package/templates/vault/app-store-optimization/localization_helper.py +588 -0
- package/templates/vault/app-store-optimization/metadata_optimizer.py +581 -0
- package/templates/vault/app-store-optimization/review_analyzer.py +714 -0
- package/templates/vault/app-store-optimization/sample_input.json +30 -0
- package/templates/vault/appdeploy/SKILL.md +205 -0
- package/templates/vault/application-performance-performance-optimization/SKILL.md +157 -0
- package/templates/vault/architect-review/SKILL.md +172 -0
- package/templates/vault/architecture/SKILL.md +60 -0
- package/templates/vault/architecture/context-discovery.md +43 -0
- package/templates/vault/architecture/examples.md +94 -0
- package/templates/vault/architecture/pattern-selection.md +68 -0
- package/templates/vault/architecture/patterns-reference.md +50 -0
- package/templates/vault/architecture/trade-off-analysis.md +77 -0
- package/templates/vault/architecture-decision-records/SKILL.md +444 -0
- package/templates/vault/architecture-patterns/SKILL.md +45 -0
- package/templates/vault/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/templates/vault/arm-cortex-expert/SKILL.md +302 -0
- package/templates/vault/asana-automation/SKILL.md +175 -0
- package/templates/vault/ask-questions-if-underspecified/SKILL.md +85 -0
- package/templates/vault/astropy/SKILL.md +329 -0
- package/templates/vault/attack-tree-construction/SKILL.md +41 -0
- package/templates/vault/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/templates/vault/audio-transcriber/CHANGELOG.md +137 -0
- package/templates/vault/audio-transcriber/README.md +340 -0
- package/templates/vault/audio-transcriber/SKILL.md +555 -0
- package/templates/vault/audio-transcriber/examples/basic-transcription.sh +250 -0
- package/templates/vault/audio-transcriber/references/tools-comparison.md +352 -0
- package/templates/vault/audit-context-building/SKILL.md +302 -0
- package/templates/vault/auri-core/SKILL.md +603 -0
- package/templates/vault/auth-implementation-patterns/SKILL.md +42 -0
- package/templates/vault/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/templates/vault/automate-whatsapp/SKILL.md +6 -0
- package/templates/vault/autonomous-agent-patterns/SKILL.md +764 -0
- package/templates/vault/autonomous-agents/SKILL.md +73 -0
- package/templates/vault/avalonia-layout-zafiro/SKILL.md +64 -0
- package/templates/vault/avalonia-layout-zafiro/behaviors.md +35 -0
- package/templates/vault/avalonia-layout-zafiro/components.md +41 -0
- package/templates/vault/avalonia-layout-zafiro/containers.md +50 -0
- package/templates/vault/avalonia-layout-zafiro/icons.md +53 -0
- package/templates/vault/avalonia-layout-zafiro/themes.md +51 -0
- package/templates/vault/avalonia-viewmodels-zafiro/SKILL.md +35 -0
- package/templates/vault/avalonia-viewmodels-zafiro/composition.md +75 -0
- package/templates/vault/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
- package/templates/vault/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
- package/templates/vault/avalonia-viewmodels-zafiro/wizards.md +47 -0
- package/templates/vault/avalonia-zafiro-development/SKILL.md +35 -0
- package/templates/vault/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
- package/templates/vault/avalonia-zafiro-development/core-technical-skills.md +19 -0
- package/templates/vault/avalonia-zafiro-development/naming-standards.md +15 -0
- package/templates/vault/avalonia-zafiro-development/patterns.md +45 -0
- package/templates/vault/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
- package/templates/vault/avoid-ai-writing/SKILL.md +44 -0
- package/templates/vault/aws-agentic-ai/SKILL.md +6 -0
- package/templates/vault/aws-cdk-development/SKILL.md +6 -0
- package/templates/vault/aws-common/SKILL.md +6 -0
- package/templates/vault/aws-cost-cleanup/SKILL.md +310 -0
- package/templates/vault/aws-cost-ops/SKILL.md +6 -0
- package/templates/vault/aws-cost-optimizer/SKILL.md +193 -0
- package/templates/vault/aws-mcp-setup/SKILL.md +6 -0
- package/templates/vault/aws-penetration-testing/SKILL.md +408 -0
- package/templates/vault/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
- package/templates/vault/aws-serverless/SKILL.md +328 -0
- package/templates/vault/aws-serverless-eda/SKILL.md +6 -0
- package/templates/vault/aws-skills/SKILL.md +23 -0
- package/templates/vault/azd-deployment/SKILL.md +302 -0
- package/templates/vault/azure-ai-agents-persistent-dotnet/SKILL.md +353 -0
- package/templates/vault/azure-ai-agents-persistent-java/SKILL.md +140 -0
- package/templates/vault/azure-ai-anomalydetector-java/SKILL.md +261 -0
- package/templates/vault/azure-ai-contentsafety-java/SKILL.md +287 -0
- package/templates/vault/azure-ai-contentsafety-py/SKILL.md +217 -0
- package/templates/vault/azure-ai-contentsafety-ts/SKILL.md +305 -0
- package/templates/vault/azure-ai-contentunderstanding-py/SKILL.md +276 -0
- package/templates/vault/azure-ai-document-intelligence-dotnet/SKILL.md +341 -0
- package/templates/vault/azure-ai-document-intelligence-ts/SKILL.md +328 -0
- package/templates/vault/azure-ai-formrecognizer-java/SKILL.md +346 -0
- package/templates/vault/azure-ai-ml-py/SKILL.md +274 -0
- package/templates/vault/azure-ai-openai-dotnet/SKILL.md +459 -0
- package/templates/vault/azure-ai-projects-dotnet/SKILL.md +352 -0
- package/templates/vault/azure-ai-projects-java/SKILL.md +155 -0
- package/templates/vault/azure-ai-projects-py/SKILL.md +300 -0
- package/templates/vault/azure-ai-projects-ts/SKILL.md +294 -0
- package/templates/vault/azure-ai-textanalytics-py/SKILL.md +230 -0
- package/templates/vault/azure-ai-transcription-py/SKILL.md +72 -0
- package/templates/vault/azure-ai-translation-document-py/SKILL.md +252 -0
- package/templates/vault/azure-ai-translation-text-py/SKILL.md +277 -0
- package/templates/vault/azure-ai-translation-ts/SKILL.md +291 -0
- package/templates/vault/azure-ai-vision-imageanalysis-java/SKILL.md +294 -0
- package/templates/vault/azure-ai-vision-imageanalysis-py/SKILL.md +263 -0
- package/templates/vault/azure-ai-voicelive-dotnet/SKILL.md +269 -0
- package/templates/vault/azure-ai-voicelive-java/SKILL.md +228 -0
- package/templates/vault/azure-ai-voicelive-py/SKILL.md +314 -0
- package/templates/vault/azure-ai-voicelive-ts/SKILL.md +469 -0
- package/templates/vault/azure-appconfiguration-java/SKILL.md +473 -0
- package/templates/vault/azure-appconfiguration-py/SKILL.md +252 -0
- package/templates/vault/azure-appconfiguration-ts/SKILL.md +354 -0
- package/templates/vault/azure-communication-callautomation-java/SKILL.md +259 -0
- package/templates/vault/azure-communication-callingserver-java/SKILL.md +96 -0
- package/templates/vault/azure-communication-chat-java/SKILL.md +315 -0
- package/templates/vault/azure-communication-common-java/SKILL.md +309 -0
- package/templates/vault/azure-communication-sms-java/SKILL.md +279 -0
- package/templates/vault/azure-compute-batch-java/SKILL.md +383 -0
- package/templates/vault/azure-containerregistry-py/SKILL.md +255 -0
- package/templates/vault/azure-cosmos-db-py/SKILL.md +244 -0
- package/templates/vault/azure-cosmos-java/SKILL.md +261 -0
- package/templates/vault/azure-cosmos-py/SKILL.md +283 -0
- package/templates/vault/azure-cosmos-rust/SKILL.md +138 -0
- package/templates/vault/azure-cosmos-ts/SKILL.md +475 -0
- package/templates/vault/azure-data-tables-java/SKILL.md +339 -0
- package/templates/vault/azure-data-tables-py/SKILL.md +246 -0
- package/templates/vault/azure-eventgrid-dotnet/SKILL.md +492 -0
- package/templates/vault/azure-eventgrid-java/SKILL.md +310 -0
- package/templates/vault/azure-eventgrid-py/SKILL.md +171 -0
- package/templates/vault/azure-eventhub-dotnet/SKILL.md +366 -0
- package/templates/vault/azure-eventhub-java/SKILL.md +361 -0
- package/templates/vault/azure-eventhub-py/SKILL.md +243 -0
- package/templates/vault/azure-eventhub-rust/SKILL.md +130 -0
- package/templates/vault/azure-eventhub-ts/SKILL.md +273 -0
- package/templates/vault/azure-functions/SKILL.md +47 -0
- package/templates/vault/azure-identity-dotnet/SKILL.md +343 -0
- package/templates/vault/azure-identity-java/SKILL.md +371 -0
- package/templates/vault/azure-identity-py/SKILL.md +195 -0
- package/templates/vault/azure-identity-rust/SKILL.md +118 -0
- package/templates/vault/azure-identity-ts/SKILL.md +308 -0
- package/templates/vault/azure-keyvault-certificates-rust/SKILL.md +180 -0
- package/templates/vault/azure-keyvault-keys-rust/SKILL.md +170 -0
- package/templates/vault/azure-keyvault-keys-ts/SKILL.md +274 -0
- package/templates/vault/azure-keyvault-py/SKILL.md +250 -0
- package/templates/vault/azure-keyvault-secrets-rust/SKILL.md +145 -0
- package/templates/vault/azure-keyvault-secrets-ts/SKILL.md +274 -0
- package/templates/vault/azure-maps-search-dotnet/SKILL.md +498 -0
- package/templates/vault/azure-messaging-webpubsub-java/SKILL.md +307 -0
- package/templates/vault/azure-messaging-webpubsubservice-py/SKILL.md +248 -0
- package/templates/vault/azure-mgmt-apicenter-dotnet/SKILL.md +415 -0
- package/templates/vault/azure-mgmt-apicenter-py/SKILL.md +245 -0
- package/templates/vault/azure-mgmt-apimanagement-dotnet/SKILL.md +314 -0
- package/templates/vault/azure-mgmt-apimanagement-py/SKILL.md +281 -0
- package/templates/vault/azure-mgmt-applicationinsights-dotnet/SKILL.md +490 -0
- package/templates/vault/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +232 -0
- package/templates/vault/azure-mgmt-botservice-dotnet/SKILL.md +338 -0
- package/templates/vault/azure-mgmt-botservice-py/SKILL.md +324 -0
- package/templates/vault/azure-mgmt-fabric-dotnet/SKILL.md +342 -0
- package/templates/vault/azure-mgmt-fabric-py/SKILL.md +262 -0
- package/templates/vault/azure-mgmt-mongodbatlas-dotnet/SKILL.md +359 -0
- package/templates/vault/azure-mgmt-weightsandbiases-dotnet/SKILL.md +332 -0
- package/templates/vault/azure-microsoft-playwright-testing-ts/SKILL.md +307 -0
- package/templates/vault/azure-monitor-ingestion-java/SKILL.md +233 -0
- package/templates/vault/azure-monitor-ingestion-py/SKILL.md +207 -0
- package/templates/vault/azure-monitor-opentelemetry-exporter-java/SKILL.md +286 -0
- package/templates/vault/azure-monitor-opentelemetry-exporter-py/SKILL.md +207 -0
- package/templates/vault/azure-monitor-opentelemetry-py/SKILL.md +227 -0
- package/templates/vault/azure-monitor-opentelemetry-ts/SKILL.md +324 -0
- package/templates/vault/azure-monitor-query-java/SKILL.md +419 -0
- package/templates/vault/azure-monitor-query-py/SKILL.md +255 -0
- package/templates/vault/azure-postgres-ts/SKILL.md +481 -0
- package/templates/vault/azure-resource-manager-cosmosdb-dotnet/SKILL.md +254 -0
- package/templates/vault/azure-resource-manager-durabletask-dotnet/SKILL.md +381 -0
- package/templates/vault/azure-resource-manager-mysql-dotnet/SKILL.md +396 -0
- package/templates/vault/azure-resource-manager-playwright-dotnet/SKILL.md +301 -0
- package/templates/vault/azure-resource-manager-postgresql-dotnet/SKILL.md +436 -0
- package/templates/vault/azure-resource-manager-redis-dotnet/SKILL.md +360 -0
- package/templates/vault/azure-resource-manager-sql-dotnet/SKILL.md +323 -0
- package/templates/vault/azure-search-documents-dotnet/SKILL.md +343 -0
- package/templates/vault/azure-search-documents-py/SKILL.md +531 -0
- package/templates/vault/azure-search-documents-ts/SKILL.md +271 -0
- package/templates/vault/azure-security-keyvault-keys-dotnet/SKILL.md +410 -0
- package/templates/vault/azure-security-keyvault-keys-java/SKILL.md +367 -0
- package/templates/vault/azure-security-keyvault-secrets-java/SKILL.md +361 -0
- package/templates/vault/azure-servicebus-dotnet/SKILL.md +337 -0
- package/templates/vault/azure-servicebus-py/SKILL.md +270 -0
- package/templates/vault/azure-servicebus-ts/SKILL.md +238 -0
- package/templates/vault/azure-speech-to-text-rest-py/SKILL.md +375 -0
- package/templates/vault/azure-storage-blob-java/SKILL.md +393 -0
- package/templates/vault/azure-storage-blob-py/SKILL.md +222 -0
- package/templates/vault/azure-storage-blob-rust/SKILL.md +135 -0
- package/templates/vault/azure-storage-blob-ts/SKILL.md +486 -0
- package/templates/vault/azure-storage-file-datalake-py/SKILL.md +214 -0
- package/templates/vault/azure-storage-file-share-py/SKILL.md +242 -0
- package/templates/vault/azure-storage-file-share-ts/SKILL.md +497 -0
- package/templates/vault/azure-storage-queue-py/SKILL.md +216 -0
- package/templates/vault/azure-storage-queue-ts/SKILL.md +528 -0
- package/templates/vault/azure-web-pubsub-ts/SKILL.md +315 -0
- package/templates/vault/backend-architect/SKILL.md +329 -0
- package/templates/vault/backend-development-feature-development/SKILL.md +183 -0
- package/templates/vault/backend-security-coder/SKILL.md +155 -0
- package/templates/vault/backtesting-frameworks/SKILL.md +42 -0
- package/templates/vault/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/templates/vault/bamboohr-automation/SKILL.md +224 -0
- package/templates/vault/basecamp-automation/SKILL.md +238 -0
- package/templates/vault/baseline-ui/SKILL.md +85 -0
- package/templates/vault/bash-defensive-patterns/SKILL.md +46 -0
- package/templates/vault/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/templates/vault/bash-linux/SKILL.md +204 -0
- package/templates/vault/bash-pro/SKILL.md +315 -0
- package/templates/vault/bash-scripting/SKILL.md +196 -0
- package/templates/vault/bats-testing-patterns/SKILL.md +37 -0
- package/templates/vault/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/templates/vault/bazel-build-optimization/SKILL.md +400 -0
- package/templates/vault/bdi-mental-states/SKILL.md +295 -0
- package/templates/vault/beautiful-prose/SKILL.md +189 -0
- package/templates/vault/bevy-ecs-expert/SKILL.md +136 -0
- package/templates/vault/bill-gates/SKILL.md +811 -0
- package/templates/vault/billing-automation/SKILL.md +45 -0
- package/templates/vault/billing-automation/resources/implementation-playbook.md +544 -0
- package/templates/vault/binary-analysis-patterns/SKILL.md +453 -0
- package/templates/vault/biopython/SKILL.md +441 -0
- package/templates/vault/bitbucket-automation/SKILL.md +228 -0
- package/templates/vault/blockchain-developer/SKILL.md +206 -0
- package/templates/vault/blockrun/SKILL.md +294 -0
- package/templates/vault/blog-writing-guide/SKILL.md +155 -0
- package/templates/vault/box-automation/SKILL.md +237 -0
- package/templates/vault/brand-guidelines/SKILL.md +168 -0
- package/templates/vault/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/templates/vault/brand-guidelines-anthropic/SKILL.md +78 -0
- package/templates/vault/brand-guidelines-community/LICENSE.txt +202 -0
- package/templates/vault/brand-guidelines-community/SKILL.md +78 -0
- package/templates/vault/brevo-automation/SKILL.md +201 -0
- package/templates/vault/broken-authentication/SKILL.md +479 -0
- package/templates/vault/browser-automation/SKILL.md +75 -0
- package/templates/vault/browser-extension-builder/SKILL.md +266 -0
- package/templates/vault/bug-hunter/README.md +20 -0
- package/templates/vault/bug-hunter/SKILL.md +379 -0
- package/templates/vault/build/SKILL.md +642 -0
- package/templates/vault/building-native-ui/SKILL.md +321 -0
- package/templates/vault/building-secure-contracts/SKILL.md +6 -0
- package/templates/vault/bullmq-specialist/SKILL.md +62 -0
- package/templates/vault/bun-development/SKILL.md +694 -0
- package/templates/vault/burp-suite-testing/SKILL.md +383 -0
- package/templates/vault/burpsuite-project-parser/SKILL.md +360 -0
- package/templates/vault/business-analyst/SKILL.md +180 -0
- package/templates/vault/busybox-on-windows/SKILL.md +35 -0
- package/templates/vault/c-pro/SKILL.md +54 -0
- package/templates/vault/c4-architecture-c4-architecture/SKILL.md +392 -0
- package/templates/vault/c4-code/SKILL.md +241 -0
- package/templates/vault/c4-component/SKILL.md +150 -0
- package/templates/vault/c4-container/SKILL.md +168 -0
- package/templates/vault/c4-context/SKILL.md +146 -0
- package/templates/vault/cal-com-automation/SKILL.md +207 -0
- package/templates/vault/calendly-automation/SKILL.md +215 -0
- package/templates/vault/canva-automation/SKILL.md +221 -0
- package/templates/vault/canvas-design/LICENSE.txt +202 -0
- package/templates/vault/canvas-design/SKILL.md +135 -0
- package/templates/vault/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/templates/vault/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/templates/vault/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/templates/vault/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/templates/vault/carrier-relationship-management/SKILL.md +191 -0
- package/templates/vault/carrier-relationship-management/references/communication-templates.md +584 -0
- package/templates/vault/carrier-relationship-management/references/decision-frameworks.md +534 -0
- package/templates/vault/carrier-relationship-management/references/edge-cases.md +527 -0
- package/templates/vault/cc-skill-backend-patterns/SKILL.md +588 -0
- package/templates/vault/cc-skill-clickhouse-io/SKILL.md +435 -0
- package/templates/vault/cc-skill-coding-standards/SKILL.md +526 -0
- package/templates/vault/cc-skill-continuous-learning/SKILL.md +14 -0
- package/templates/vault/cc-skill-continuous-learning/config.json +18 -0
- package/templates/vault/cc-skill-continuous-learning/evaluate-session.sh +60 -0
- package/templates/vault/cc-skill-frontend-patterns/SKILL.md +637 -0
- package/templates/vault/cc-skill-project-guidelines-example/SKILL.md +353 -0
- package/templates/vault/cc-skill-security-review/SKILL.md +500 -0
- package/templates/vault/cc-skill-strategic-compact/SKILL.md +14 -0
- package/templates/vault/cc-skill-strategic-compact/suggest-compact.sh +52 -0
- package/templates/vault/cdk-patterns/SKILL.md +78 -0
- package/templates/vault/changelog-automation/SKILL.md +41 -0
- package/templates/vault/changelog-automation/resources/implementation-playbook.md +538 -0
- package/templates/vault/chat-widget/SKILL.md +895 -0
- package/templates/vault/chrome-extension-developer/SKILL.md +83 -0
- package/templates/vault/cicd-automation-workflow-automate/SKILL.md +54 -0
- package/templates/vault/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/templates/vault/circleci-automation/SKILL.md +181 -0
- package/templates/vault/cirq/SKILL.md +344 -0
- package/templates/vault/citation-management/SKILL.md +1112 -0
- package/templates/vault/claimable-postgres/SKILL.md +223 -0
- package/templates/vault/clarity-gate/SKILL.md +712 -0
- package/templates/vault/claude-ally-health/SKILL.md +23 -0
- package/templates/vault/claude-code-expert/SKILL.md +560 -0
- package/templates/vault/claude-code-guide/SKILL.md +74 -0
- package/templates/vault/claude-d3js-skill/SKILL.md +823 -0
- package/templates/vault/claude-d3js-skill/assets/chart-template.jsx +106 -0
- package/templates/vault/claude-d3js-skill/assets/interactive-template.jsx +227 -0
- package/templates/vault/claude-d3js-skill/assets/sample-data.json +115 -0
- package/templates/vault/claude-d3js-skill/references/colour-schemes.md +564 -0
- package/templates/vault/claude-d3js-skill/references/d3-patterns.md +869 -0
- package/templates/vault/claude-d3js-skill/references/scale-reference.md +509 -0
- package/templates/vault/claude-in-chrome-troubleshooting/SKILL.md +251 -0
- package/templates/vault/claude-monitor/SKILL.md +178 -0
- package/templates/vault/claude-scientific-skills/SKILL.md +23 -0
- package/templates/vault/claude-settings-audit/SKILL.md +314 -0
- package/templates/vault/claude-speed-reader/SKILL.md +23 -0
- package/templates/vault/claude-win11-speckit-update-skill/SKILL.md +23 -0
- package/templates/vault/clickup-automation/SKILL.md +238 -0
- package/templates/vault/close-automation/SKILL.md +216 -0
- package/templates/vault/cloud-devops/SKILL.md +235 -0
- package/templates/vault/cloud-penetration-testing/SKILL.md +504 -0
- package/templates/vault/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
- package/templates/vault/cloudflare-workers-expert/SKILL.md +89 -0
- package/templates/vault/cloudformation-best-practices/SKILL.md +79 -0
- package/templates/vault/coda-automation/SKILL.md +245 -0
- package/templates/vault/code-documentation-code-explain/SKILL.md +49 -0
- package/templates/vault/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/templates/vault/code-documentation-doc-generate/SKILL.md +51 -0
- package/templates/vault/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/templates/vault/code-refactoring-context-restore/SKILL.md +182 -0
- package/templates/vault/code-refactoring-refactor-clean/SKILL.md +54 -0
- package/templates/vault/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/templates/vault/code-refactoring-tech-debt/SKILL.md +389 -0
- package/templates/vault/code-review-ai-ai-review/SKILL.md +453 -0
- package/templates/vault/code-review-checklist/SKILL.md +447 -0
- package/templates/vault/code-review-excellence/SKILL.md +43 -0
- package/templates/vault/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/templates/vault/code-simplifier/SKILL.md +119 -0
- package/templates/vault/codebase-audit-pre-push/SKILL.md +241 -0
- package/templates/vault/codebase-cleanup-deps-audit/SKILL.md +54 -0
- package/templates/vault/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/templates/vault/codebase-cleanup-refactor-clean/SKILL.md +54 -0
- package/templates/vault/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/templates/vault/codebase-cleanup-tech-debt/SKILL.md +389 -0
- package/templates/vault/codex-review/SKILL.md +40 -0
- package/templates/vault/comfyui-gateway/SKILL.md +423 -0
- package/templates/vault/comfyui-gateway/references/integration.md +1796 -0
- package/templates/vault/comfyui-gateway/references/troubleshooting.md +1082 -0
- package/templates/vault/commit/SKILL.md +160 -0
- package/templates/vault/competitive-landscape/SKILL.md +32 -0
- package/templates/vault/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/templates/vault/competitor-alternatives/SKILL.md +756 -0
- package/templates/vault/comprehensive-review-full-review/SKILL.md +149 -0
- package/templates/vault/comprehensive-review-pr-enhance/SKILL.md +49 -0
- package/templates/vault/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/templates/vault/computer-use-agents/SKILL.md +320 -0
- package/templates/vault/computer-vision-expert/SKILL.md +73 -0
- package/templates/vault/conductor-implement/SKILL.md +389 -0
- package/templates/vault/conductor-manage/SKILL.md +40 -0
- package/templates/vault/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/templates/vault/conductor-new-track/SKILL.md +434 -0
- package/templates/vault/conductor-revert/SKILL.md +373 -0
- package/templates/vault/conductor-setup/SKILL.md +113 -0
- package/templates/vault/conductor-status/SKILL.md +339 -0
- package/templates/vault/conductor-validator/SKILL.md +65 -0
- package/templates/vault/confluence-automation/SKILL.md +212 -0
- package/templates/vault/constant-time-analysis/SKILL.md +219 -0
- package/templates/vault/content-creator/SKILL.md +247 -0
- package/templates/vault/content-creator/assets/content_calendar_template.md +99 -0
- package/templates/vault/content-creator/references/brand_guidelines.md +199 -0
- package/templates/vault/content-creator/references/content_frameworks.md +534 -0
- package/templates/vault/content-creator/references/social_media_optimization.md +317 -0
- package/templates/vault/content-marketer/SKILL.md +167 -0
- package/templates/vault/context-agent/SKILL.md +188 -0
- package/templates/vault/context-agent/references/compression-rules.md +64 -0
- package/templates/vault/context-agent/references/context-format.md +116 -0
- package/templates/vault/context-compression/SKILL.md +265 -0
- package/templates/vault/context-degradation/SKILL.md +231 -0
- package/templates/vault/context-driven-development/SKILL.md +399 -0
- package/templates/vault/context-fundamentals/SKILL.md +185 -0
- package/templates/vault/context-guardian/SKILL.md +320 -0
- package/templates/vault/context-guardian/references/extraction-protocol.md +129 -0
- package/templates/vault/context-guardian/references/verification-checklist.md +106 -0
- package/templates/vault/context-management-context-restore/SKILL.md +182 -0
- package/templates/vault/context-management-context-save/SKILL.md +180 -0
- package/templates/vault/context-manager/SKILL.md +182 -0
- package/templates/vault/context-optimization/SKILL.md +179 -0
- package/templates/vault/context-window-management/SKILL.md +58 -0
- package/templates/vault/context7-auto-research/SKILL.md +39 -0
- package/templates/vault/conversation-memory/SKILL.md +66 -0
- package/templates/vault/convertkit-automation/SKILL.md +199 -0
- package/templates/vault/convex/SKILL.md +798 -0
- package/templates/vault/copilot-sdk/SKILL.md +516 -0
- package/templates/vault/copy-editing/SKILL.md +442 -0
- package/templates/vault/core-components/SKILL.md +270 -0
- package/templates/vault/cost-optimization/SKILL.md +289 -0
- package/templates/vault/cpp-pro/SKILL.md +57 -0
- package/templates/vault/cqrs-implementation/SKILL.md +38 -0
- package/templates/vault/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/templates/vault/create-branch/SKILL.md +107 -0
- package/templates/vault/create-pr/SKILL.md +12 -0
- package/templates/vault/cred-omega/SKILL.md +881 -0
- package/templates/vault/crewai/SKILL.md +248 -0
- package/templates/vault/crypto-bd-agent/SKILL.md +235 -0
- package/templates/vault/csharp-pro/SKILL.md +57 -0
- package/templates/vault/culture-index/SKILL.md +6 -0
- package/templates/vault/customer-support/SKILL.md +167 -0
- package/templates/vault/customs-trade-compliance/SKILL.md +242 -0
- package/templates/vault/customs-trade-compliance/references/communication-templates.md +631 -0
- package/templates/vault/customs-trade-compliance/references/decision-frameworks.md +764 -0
- package/templates/vault/customs-trade-compliance/references/edge-cases.md +362 -0
- package/templates/vault/daily/SKILL.md +303 -0
- package/templates/vault/daily-news-report/SKILL.md +358 -0
- package/templates/vault/daily-news-report/cache.json +41 -0
- package/templates/vault/daily-news-report/sources.json +183 -0
- package/templates/vault/data-engineer/SKILL.md +222 -0
- package/templates/vault/data-engineering-data-driven-feature/SKILL.md +185 -0
- package/templates/vault/data-engineering-data-pipeline/SKILL.md +204 -0
- package/templates/vault/data-quality-frameworks/SKILL.md +43 -0
- package/templates/vault/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/templates/vault/data-scientist/SKILL.md +197 -0
- package/templates/vault/data-storytelling/SKILL.md +468 -0
- package/templates/vault/data-structure-protocol/SKILL.md +199 -0
- package/templates/vault/data-visualization/SKILL.md +6 -0
- package/templates/vault/database/SKILL.md +212 -0
- package/templates/vault/database-admin/SKILL.md +161 -0
- package/templates/vault/database-architect/SKILL.md +263 -0
- package/templates/vault/database-cloud-optimization-cost-optimize/SKILL.md +47 -0
- package/templates/vault/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/templates/vault/database-migration/SKILL.md +439 -0
- package/templates/vault/database-migrations-migration-observability/SKILL.md +420 -0
- package/templates/vault/database-migrations-sql-migrations/SKILL.md +49 -0
- package/templates/vault/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/templates/vault/database-optimizer/SKILL.md +163 -0
- package/templates/vault/datadog-automation/SKILL.md +239 -0
- package/templates/vault/dbos-golang/AGENTS.md +92 -0
- package/templates/vault/dbos-golang/CLAUDE.md +92 -0
- package/templates/vault/dbos-golang/SKILL.md +127 -0
- package/templates/vault/dbos-golang/references/_sections.md +41 -0
- package/templates/vault/dbos-golang/references/advanced-patching.md +86 -0
- package/templates/vault/dbos-golang/references/advanced-versioning.md +58 -0
- package/templates/vault/dbos-golang/references/client-enqueue.md +65 -0
- package/templates/vault/dbos-golang/references/client-setup.md +65 -0
- package/templates/vault/dbos-golang/references/comm-events.md +69 -0
- package/templates/vault/dbos-golang/references/comm-messages.md +57 -0
- package/templates/vault/dbos-golang/references/comm-streaming.md +75 -0
- package/templates/vault/dbos-golang/references/lifecycle-config.md +70 -0
- package/templates/vault/dbos-golang/references/pattern-debouncing.md +47 -0
- package/templates/vault/dbos-golang/references/pattern-idempotency.md +63 -0
- package/templates/vault/dbos-golang/references/pattern-scheduled.md +69 -0
- package/templates/vault/dbos-golang/references/pattern-sleep.md +52 -0
- package/templates/vault/dbos-golang/references/queue-basics.md +53 -0
- package/templates/vault/dbos-golang/references/queue-concurrency.md +49 -0
- package/templates/vault/dbos-golang/references/queue-deduplication.md +52 -0
- package/templates/vault/dbos-golang/references/queue-listening.md +49 -0
- package/templates/vault/dbos-golang/references/queue-partitioning.md +42 -0
- package/templates/vault/dbos-golang/references/queue-priority.md +45 -0
- package/templates/vault/dbos-golang/references/queue-rate-limiting.md +50 -0
- package/templates/vault/dbos-golang/references/step-basics.md +81 -0
- package/templates/vault/dbos-golang/references/step-concurrency.md +79 -0
- package/templates/vault/dbos-golang/references/step-retries.md +66 -0
- package/templates/vault/dbos-golang/references/test-setup.md +90 -0
- package/templates/vault/dbos-golang/references/workflow-background.md +64 -0
- package/templates/vault/dbos-golang/references/workflow-constraints.md +68 -0
- package/templates/vault/dbos-golang/references/workflow-control.md +48 -0
- package/templates/vault/dbos-golang/references/workflow-determinism.md +51 -0
- package/templates/vault/dbos-golang/references/workflow-introspection.md +64 -0
- package/templates/vault/dbos-golang/references/workflow-timeout.md +38 -0
- package/templates/vault/dbos-python/AGENTS.md +95 -0
- package/templates/vault/dbos-python/CLAUDE.md +95 -0
- package/templates/vault/dbos-python/SKILL.md +96 -0
- package/templates/vault/dbos-python/references/_sections.md +41 -0
- package/templates/vault/dbos-python/references/advanced-async.md +101 -0
- package/templates/vault/dbos-python/references/advanced-patching.md +68 -0
- package/templates/vault/dbos-python/references/advanced-versioning.md +66 -0
- package/templates/vault/dbos-python/references/client-enqueue.md +54 -0
- package/templates/vault/dbos-python/references/client-setup.md +57 -0
- package/templates/vault/dbos-python/references/comm-events.md +61 -0
- package/templates/vault/dbos-python/references/comm-messages.md +56 -0
- package/templates/vault/dbos-python/references/comm-streaming.md +57 -0
- package/templates/vault/dbos-python/references/lifecycle-config.md +74 -0
- package/templates/vault/dbos-python/references/lifecycle-fastapi.md +66 -0
- package/templates/vault/dbos-python/references/pattern-classes.md +61 -0
- package/templates/vault/dbos-python/references/pattern-debouncing.md +59 -0
- package/templates/vault/dbos-python/references/pattern-idempotency.md +52 -0
- package/templates/vault/dbos-python/references/pattern-scheduled.md +56 -0
- package/templates/vault/dbos-python/references/pattern-sleep.md +58 -0
- package/templates/vault/dbos-python/references/queue-basics.md +60 -0
- package/templates/vault/dbos-python/references/queue-concurrency.md +57 -0
- package/templates/vault/dbos-python/references/queue-deduplication.md +51 -0
- package/templates/vault/dbos-python/references/queue-listening.md +64 -0
- package/templates/vault/dbos-python/references/queue-partitioning.md +62 -0
- package/templates/vault/dbos-python/references/queue-priority.md +62 -0
- package/templates/vault/dbos-python/references/queue-rate-limiting.md +55 -0
- package/templates/vault/dbos-python/references/step-basics.md +53 -0
- package/templates/vault/dbos-python/references/step-retries.md +44 -0
- package/templates/vault/dbos-python/references/step-transactions.md +58 -0
- package/templates/vault/dbos-python/references/test-fixtures.md +63 -0
- package/templates/vault/dbos-python/references/workflow-background.md +58 -0
- package/templates/vault/dbos-python/references/workflow-constraints.md +70 -0
- package/templates/vault/dbos-python/references/workflow-control.md +77 -0
- package/templates/vault/dbos-python/references/workflow-determinism.md +53 -0
- package/templates/vault/dbos-python/references/workflow-introspection.md +68 -0
- package/templates/vault/dbos-python/references/workflow-timeout.md +59 -0
- package/templates/vault/dbos-typescript/AGENTS.md +94 -0
- package/templates/vault/dbos-typescript/CLAUDE.md +94 -0
- package/templates/vault/dbos-typescript/SKILL.md +105 -0
- package/templates/vault/dbos-typescript/references/_sections.md +41 -0
- package/templates/vault/dbos-typescript/references/advanced-patching.md +72 -0
- package/templates/vault/dbos-typescript/references/advanced-versioning.md +61 -0
- package/templates/vault/dbos-typescript/references/client-enqueue.md +75 -0
- package/templates/vault/dbos-typescript/references/client-setup.md +60 -0
- package/templates/vault/dbos-typescript/references/comm-events.md +57 -0
- package/templates/vault/dbos-typescript/references/comm-messages.md +55 -0
- package/templates/vault/dbos-typescript/references/comm-streaming.md +53 -0
- package/templates/vault/dbos-typescript/references/lifecycle-config.md +47 -0
- package/templates/vault/dbos-typescript/references/lifecycle-express.md +61 -0
- package/templates/vault/dbos-typescript/references/pattern-classes.md +67 -0
- package/templates/vault/dbos-typescript/references/pattern-debouncing.md +56 -0
- package/templates/vault/dbos-typescript/references/pattern-idempotency.md +53 -0
- package/templates/vault/dbos-typescript/references/pattern-scheduled.md +69 -0
- package/templates/vault/dbos-typescript/references/pattern-sleep.md +59 -0
- package/templates/vault/dbos-typescript/references/queue-basics.md +59 -0
- package/templates/vault/dbos-typescript/references/queue-concurrency.md +53 -0
- package/templates/vault/dbos-typescript/references/queue-deduplication.md +51 -0
- package/templates/vault/dbos-typescript/references/queue-listening.md +63 -0
- package/templates/vault/dbos-typescript/references/queue-partitioning.md +63 -0
- package/templates/vault/dbos-typescript/references/queue-priority.md +48 -0
- package/templates/vault/dbos-typescript/references/queue-rate-limiting.md +44 -0
- package/templates/vault/dbos-typescript/references/step-basics.md +63 -0
- package/templates/vault/dbos-typescript/references/step-retries.md +67 -0
- package/templates/vault/dbos-typescript/references/step-transactions.md +68 -0
- package/templates/vault/dbos-typescript/references/test-setup.md +104 -0
- package/templates/vault/dbos-typescript/references/workflow-background.md +54 -0
- package/templates/vault/dbos-typescript/references/workflow-constraints.md +65 -0
- package/templates/vault/dbos-typescript/references/workflow-control.md +57 -0
- package/templates/vault/dbos-typescript/references/workflow-determinism.md +54 -0
- package/templates/vault/dbos-typescript/references/workflow-introspection.md +70 -0
- package/templates/vault/dbos-typescript/references/workflow-timeout.md +39 -0
- package/templates/vault/dbt-transformation-patterns/SKILL.md +37 -0
- package/templates/vault/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/templates/vault/ddd-context-mapping/SKILL.md +52 -0
- package/templates/vault/ddd-context-mapping/references/context-map-patterns.md +25 -0
- package/templates/vault/ddd-strategic-design/SKILL.md +52 -0
- package/templates/vault/ddd-strategic-design/references/strategic-design-template.md +22 -0
- package/templates/vault/ddd-tactical-patterns/SKILL.md +53 -0
- package/templates/vault/ddd-tactical-patterns/references/tactical-checklist.md +25 -0
- package/templates/vault/debug-buttercup/SKILL.md +277 -0
- package/templates/vault/debugger/SKILL.md +53 -0
- package/templates/vault/debugging-strategies/SKILL.md +37 -0
- package/templates/vault/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/templates/vault/debugging-toolkit-smart-debug/SKILL.md +200 -0
- package/templates/vault/deep-research/SKILL.md +115 -0
- package/templates/vault/defi-protocol-templates/SKILL.md +469 -0
- package/templates/vault/dependency-management-deps-audit/SKILL.md +47 -0
- package/templates/vault/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/templates/vault/dependency-upgrade/SKILL.md +424 -0
- package/templates/vault/deployment-pipeline-design/SKILL.md +374 -0
- package/templates/vault/deployment-procedures/SKILL.md +246 -0
- package/templates/vault/deployment-validation-config-validate/SKILL.md +499 -0
- package/templates/vault/design-md/SKILL.md +179 -0
- package/templates/vault/design-orchestration/SKILL.md +169 -0
- package/templates/vault/design-spells/SKILL.md +37 -0
- package/templates/vault/devcontainer-setup/SKILL.md +300 -0
- package/templates/vault/development/SKILL.md +262 -0
- package/templates/vault/devops-deploy/SKILL.md +294 -0
- package/templates/vault/devops-troubleshooter/SKILL.md +157 -0
- package/templates/vault/differential-review/SKILL.md +214 -0
- package/templates/vault/discord-automation/SKILL.md +191 -0
- package/templates/vault/discord-bot-architect/SKILL.md +282 -0
- package/templates/vault/distributed-debugging-debug-trace/SKILL.md +47 -0
- package/templates/vault/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/templates/vault/distributed-tracing/SKILL.md +453 -0
- package/templates/vault/django-access-review/SKILL.md +344 -0
- package/templates/vault/django-perf-review/SKILL.md +396 -0
- package/templates/vault/doc-coauthoring/SKILL.md +381 -0
- package/templates/vault/docs/AUDIT.md +3 -0
- package/templates/vault/docs/BUNDLES.md +3 -0
- package/templates/vault/docs/CATEGORIZATION_IMPLEMENTATION.md +3 -0
- package/templates/vault/docs/CI_DRIFT_FIX.md +3 -0
- package/templates/vault/docs/COMMUNITY_GUIDELINES.md +3 -0
- package/templates/vault/docs/DATE_TRACKING_IMPLEMENTATION.md +3 -0
- package/templates/vault/docs/EXAMPLES.md +3 -0
- package/templates/vault/docs/FAQ.md +3 -0
- package/templates/vault/docs/GETTING_STARTED.md +3 -0
- package/templates/vault/docs/KIRO_INTEGRATION.md +3 -0
- package/templates/vault/docs/QUALITY_BAR.md +3 -0
- package/templates/vault/docs/README.md +39 -0
- package/templates/vault/docs/SECURITY_GUARDRAILS.md +3 -0
- package/templates/vault/docs/SEC_SKILLS.md +3 -0
- package/templates/vault/docs/SKILLS_DATE_TRACKING.md +3 -0
- package/templates/vault/docs/SKILL_ANATOMY.md +3 -0
- package/templates/vault/docs/SKILL_TEMPLATE.md +3 -0
- package/templates/vault/docs/SMART_AUTO_CATEGORIZATION.md +3 -0
- package/templates/vault/docs/SOURCES.md +3 -0
- package/templates/vault/docs/USAGE.md +3 -0
- package/templates/vault/docs/VISUAL_GUIDE.md +3 -0
- package/templates/vault/docs/WORKFLOWS.md +3 -0
- package/templates/vault/docs/contributors/community-guidelines.md +33 -0
- package/templates/vault/docs/contributors/examples.md +760 -0
- package/templates/vault/docs/contributors/quality-bar.md +73 -0
- package/templates/vault/docs/contributors/security-guardrails.md +51 -0
- package/templates/vault/docs/contributors/skill-anatomy.md +545 -0
- package/templates/vault/docs/contributors/skill-template.md +65 -0
- package/templates/vault/docs/maintainers/audit.md +68 -0
- package/templates/vault/docs/maintainers/categorization-implementation.md +170 -0
- package/templates/vault/docs/maintainers/ci-drift-fix.md +38 -0
- package/templates/vault/docs/maintainers/date-tracking-implementation.md +66 -0
- package/templates/vault/docs/maintainers/merging-prs.md +69 -0
- package/templates/vault/docs/maintainers/release-process.md +62 -0
- package/templates/vault/docs/maintainers/rollback-procedure.md +43 -0
- package/templates/vault/docs/maintainers/skills-date-tracking.md +228 -0
- package/templates/vault/docs/maintainers/skills-update-guide.md +89 -0
- package/templates/vault/docs/maintainers/smart-auto-categorization.md +219 -0
- package/templates/vault/docs/sources/LICENSE-MICROSOFT +21 -0
- package/templates/vault/docs/sources/microsoft-skills-attribution.json +709 -0
- package/templates/vault/docs/sources/sources.md +145 -0
- package/templates/vault/docs/users/bundles.md +464 -0
- package/templates/vault/docs/users/faq.md +197 -0
- package/templates/vault/docs/users/getting-started.md +142 -0
- package/templates/vault/docs/users/kiro-integration.md +304 -0
- package/templates/vault/docs/users/local-config.md +152 -0
- package/templates/vault/docs/users/security-skills.md +1722 -0
- package/templates/vault/docs/users/usage.md +394 -0
- package/templates/vault/docs/users/visual-guide.md +509 -0
- package/templates/vault/docs/users/walkthrough.md +185 -0
- package/templates/vault/docs/users/workflows.md +215 -0
- package/templates/vault/docs/vietnamese/BUNDLES.vi.md +124 -0
- package/templates/vault/docs/vietnamese/CONTRIBUTING.vi.md +236 -0
- package/templates/vault/docs/vietnamese/EXAMPLES.vi.md +56 -0
- package/templates/vault/docs/vietnamese/FAQ.vi.md +178 -0
- package/templates/vault/docs/vietnamese/GETTING_STARTED.vi.md +108 -0
- package/templates/vault/docs/vietnamese/QUALITY_BAR.vi.md +64 -0
- package/templates/vault/docs/vietnamese/README.vi.md +191 -0
- package/templates/vault/docs/vietnamese/SECURITY.vi.md +19 -0
- package/templates/vault/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +51 -0
- package/templates/vault/docs/vietnamese/SKILLS_README.vi.md +106 -0
- package/templates/vault/docs/vietnamese/SKILL_ANATOMY.vi.md +605 -0
- package/templates/vault/docs/vietnamese/SOURCES.vi.md +21 -0
- package/templates/vault/docs/vietnamese/TRANSLATION_PLAN.vi.md +65 -0
- package/templates/vault/docs/vietnamese/VISUAL_GUIDE.vi.md +512 -0
- package/templates/vault/docs/walkthrough.md +3 -0
- package/templates/vault/docs-architect/SKILL.md +96 -0
- package/templates/vault/documentation/SKILL.md +260 -0
- package/templates/vault/documentation-generation-doc-generate/SKILL.md +51 -0
- package/templates/vault/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/templates/vault/documentation-templates/SKILL.md +199 -0
- package/templates/vault/docusign-automation/SKILL.md +212 -0
- package/templates/vault/docx/LICENSE.txt +30 -0
- package/templates/vault/docx/SKILL.md +202 -0
- package/templates/vault/docx/docx-js.md +350 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/vault/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/vault/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/vault/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/vault/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/vault/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/vault/docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/vault/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/vault/docx/ooxml.md +610 -0
- package/templates/vault/docx-official/LICENSE.txt +30 -0
- package/templates/vault/docx-official/SKILL.md +202 -0
- package/templates/vault/docx-official/docx-js.md +350 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/vault/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/vault/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/vault/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/vault/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/vault/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/vault/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/vault/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/vault/docx-official/ooxml.md +610 -0
- package/templates/vault/dotnet-architect/SKILL.md +194 -0
- package/templates/vault/dotnet-backend/SKILL.md +265 -0
- package/templates/vault/dotnet-backend-patterns/SKILL.md +40 -0
- package/templates/vault/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/templates/vault/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/templates/vault/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/templates/vault/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/templates/vault/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/templates/vault/drizzle-orm-expert/SKILL.md +363 -0
- package/templates/vault/dropbox-automation/SKILL.md +234 -0
- package/templates/vault/dwarf-expert/SKILL.md +93 -0
- package/templates/vault/dx-optimizer/SKILL.md +82 -0
- package/templates/vault/e2e-testing/SKILL.md +165 -0
- package/templates/vault/e2e-testing-patterns/SKILL.md +44 -0
- package/templates/vault/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/templates/vault/earllm-build/SKILL.md +191 -0
- package/templates/vault/elixir-pro/SKILL.md +57 -0
- package/templates/vault/elon-musk/SKILL.md +1314 -0
- package/templates/vault/elon-musk/references/technical.md +833 -0
- package/templates/vault/email-sequence/SKILL.md +931 -0
- package/templates/vault/email-systems/SKILL.md +59 -0
- package/templates/vault/embedding-strategies/SKILL.md +494 -0
- package/templates/vault/emblemai-crypto-wallet/SKILL.md +73 -0
- package/templates/vault/emergency-card/SKILL.md +433 -0
- package/templates/vault/employment-contract-templates/SKILL.md +42 -0
- package/templates/vault/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/templates/vault/energy-procurement/SKILL.md +205 -0
- package/templates/vault/energy-procurement/references/communication-templates.md +492 -0
- package/templates/vault/energy-procurement/references/decision-frameworks.md +851 -0
- package/templates/vault/energy-procurement/references/edge-cases.md +624 -0
- package/templates/vault/enhance-prompt/SKILL.md +204 -0
- package/templates/vault/environment-setup-guide/SKILL.md +482 -0
- package/templates/vault/error-debugging-error-analysis/SKILL.md +50 -0
- package/templates/vault/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/templates/vault/error-debugging-error-trace/SKILL.md +46 -0
- package/templates/vault/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/templates/vault/error-debugging-multi-agent-review/SKILL.md +219 -0
- package/templates/vault/error-detective/SKILL.md +51 -0
- package/templates/vault/error-diagnostics-error-analysis/SKILL.md +50 -0
- package/templates/vault/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/templates/vault/error-diagnostics-error-trace/SKILL.md +51 -0
- package/templates/vault/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/templates/vault/error-diagnostics-smart-debug/SKILL.md +200 -0
- package/templates/vault/error-handling-patterns/SKILL.md +38 -0
- package/templates/vault/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/templates/vault/evaluation/SKILL.md +239 -0
- package/templates/vault/event-sourcing-architect/SKILL.md +66 -0
- package/templates/vault/event-store-design/SKILL.md +452 -0
- package/templates/vault/event-store-design/resources/implementation-playbook.md +25 -0
- package/templates/vault/evolution/SKILL.md +418 -0
- package/templates/vault/exa-search/SKILL.md +39 -0
- package/templates/vault/expo-api-routes/SKILL.md +368 -0
- package/templates/vault/expo-cicd-workflows/SKILL.md +92 -0
- package/templates/vault/expo-deployment/SKILL.md +73 -0
- package/templates/vault/expo-dev-client/SKILL.md +164 -0
- package/templates/vault/expo-tailwind-setup/SKILL.md +480 -0
- package/templates/vault/expo-ui-jetpack-compose/SKILL.md +44 -0
- package/templates/vault/expo-ui-swift-ui/SKILL.md +44 -0
- package/templates/vault/fal-audio/SKILL.md +23 -0
- package/templates/vault/fal-generate/SKILL.md +23 -0
- package/templates/vault/fal-image-edit/SKILL.md +23 -0
- package/templates/vault/fal-platform/SKILL.md +23 -0
- package/templates/vault/fal-upscale/SKILL.md +23 -0
- package/templates/vault/fal-workflow/SKILL.md +23 -0
- package/templates/vault/family-health-analyzer/SKILL.md +137 -0
- package/templates/vault/fastapi-router-py/SKILL.md +58 -0
- package/templates/vault/fastapi-templates/SKILL.md +35 -0
- package/templates/vault/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/templates/vault/favicon/SKILL.md +231 -0
- package/templates/vault/fda-food-safety-auditor/SKILL.md +57 -0
- package/templates/vault/fda-medtech-compliance-auditor/SKILL.md +60 -0
- package/templates/vault/ffuf-claude-skill/SKILL.md +23 -0
- package/templates/vault/ffuf-web-fuzzing/SKILL.md +498 -0
- package/templates/vault/figma-automation/SKILL.md +185 -0
- package/templates/vault/file-organizer/SKILL.md +253 -0
- package/templates/vault/file-path-traversal/SKILL.md +489 -0
- package/templates/vault/file-uploads/SKILL.md +27 -0
- package/templates/vault/filesystem-context/SKILL.md +323 -0
- package/templates/vault/find-bugs/SKILL.md +75 -0
- package/templates/vault/finishing-a-development-branch/SKILL.md +206 -0
- package/templates/vault/firebase/SKILL.md +61 -0
- package/templates/vault/firecrawl-scraper/SKILL.md +40 -0
- package/templates/vault/firmware-analyst/SKILL.md +317 -0
- package/templates/vault/fitness-analyzer/SKILL.md +431 -0
- package/templates/vault/fix-review/SKILL.md +54 -0
- package/templates/vault/fixing-accessibility/SKILL.md +136 -0
- package/templates/vault/fixing-metadata/SKILL.md +111 -0
- package/templates/vault/fixing-motion-performance/SKILL.md +151 -0
- package/templates/vault/flutter-expert/SKILL.md +197 -0
- package/templates/vault/food-database-query/SKILL.md +785 -0
- package/templates/vault/form-cro/SKILL.md +443 -0
- package/templates/vault/fp-async/SKILL.md +964 -0
- package/templates/vault/fp-backend/SKILL.md +1332 -0
- package/templates/vault/fp-data-transforms/SKILL.md +1516 -0
- package/templates/vault/fp-either-ref/SKILL.md +83 -0
- package/templates/vault/fp-errors/SKILL.md +857 -0
- package/templates/vault/fp-option-ref/SKILL.md +79 -0
- package/templates/vault/fp-pipe-ref/SKILL.md +83 -0
- package/templates/vault/fp-pragmatic/SKILL.md +598 -0
- package/templates/vault/fp-react/SKILL.md +790 -0
- package/templates/vault/fp-refactor/SKILL.md +1781 -0
- package/templates/vault/fp-taskeither-ref/SKILL.md +103 -0
- package/templates/vault/fp-ts-errors/SKILL.md +857 -0
- package/templates/vault/fp-ts-pragmatic/SKILL.md +599 -0
- package/templates/vault/fp-ts-react/SKILL.md +797 -0
- package/templates/vault/fp-types-ref/SKILL.md +66 -0
- package/templates/vault/framework-migration-code-migrate/SKILL.md +51 -0
- package/templates/vault/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/templates/vault/framework-migration-deps-upgrade/SKILL.md +51 -0
- package/templates/vault/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/templates/vault/framework-migration-legacy-modernize/SKILL.md +135 -0
- package/templates/vault/free-tool-strategy/SKILL.md +582 -0
- package/templates/vault/freshdesk-automation/SKILL.md +223 -0
- package/templates/vault/freshservice-automation/SKILL.md +217 -0
- package/templates/vault/frontend-dev-guidelines/SKILL.md +365 -0
- package/templates/vault/frontend-dev-guidelines/resources/common-patterns.md +331 -0
- package/templates/vault/frontend-dev-guidelines/resources/complete-examples.md +872 -0
- package/templates/vault/frontend-dev-guidelines/resources/component-patterns.md +502 -0
- package/templates/vault/frontend-dev-guidelines/resources/data-fetching.md +767 -0
- package/templates/vault/frontend-dev-guidelines/resources/file-organization.md +502 -0
- package/templates/vault/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
- package/templates/vault/frontend-dev-guidelines/resources/performance.md +406 -0
- package/templates/vault/frontend-dev-guidelines/resources/routing-guide.md +364 -0
- package/templates/vault/frontend-dev-guidelines/resources/styling-guide.md +428 -0
- package/templates/vault/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
- package/templates/vault/frontend-mobile-development-component-scaffold/SKILL.md +406 -0
- package/templates/vault/frontend-mobile-security-xss-scan/SKILL.md +325 -0
- package/templates/vault/frontend-security-coder/SKILL.md +168 -0
- package/templates/vault/frontend-slides/SKILL.md +219 -0
- package/templates/vault/frontend-ui-dark-ts/SKILL.md +594 -0
- package/templates/vault/full-stack-orchestration-full-stack-feature/SKILL.md +138 -0
- package/templates/vault/game-development/2d-games/SKILL.md +124 -0
- package/templates/vault/game-development/3d-games/SKILL.md +140 -0
- package/templates/vault/game-development/SKILL.md +169 -0
- package/templates/vault/game-development/game-art/SKILL.md +190 -0
- package/templates/vault/game-development/game-audio/SKILL.md +195 -0
- package/templates/vault/game-development/game-design/SKILL.md +134 -0
- package/templates/vault/game-development/mobile-games/SKILL.md +113 -0
- package/templates/vault/game-development/multiplayer/SKILL.md +137 -0
- package/templates/vault/game-development/pc-games/SKILL.md +149 -0
- package/templates/vault/game-development/vr-ar/SKILL.md +128 -0
- package/templates/vault/game-development/web-games/SKILL.md +155 -0
- package/templates/vault/gcp-cloud-run/SKILL.md +293 -0
- package/templates/vault/gdpr-data-handling/SKILL.md +36 -0
- package/templates/vault/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/templates/vault/gemini-api-dev/SKILL.md +133 -0
- package/templates/vault/gemini-api-integration/SKILL.md +188 -0
- package/templates/vault/geo-fundamentals/SKILL.md +161 -0
- package/templates/vault/geoffrey-hinton/SKILL.md +1277 -0
- package/templates/vault/gh-review-requests/SKILL.md +77 -0
- package/templates/vault/gha-security-review/SKILL.md +185 -0
- package/templates/vault/git-advanced-workflows/SKILL.md +415 -0
- package/templates/vault/git-hooks-automation/SKILL.md +416 -0
- package/templates/vault/git-pr-workflows-git-workflow/SKILL.md +143 -0
- package/templates/vault/git-pr-workflows-onboard/SKILL.md +419 -0
- package/templates/vault/git-pr-workflows-pr-enhance/SKILL.md +51 -0
- package/templates/vault/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/templates/vault/github-actions-templates/SKILL.md +348 -0
- package/templates/vault/github-automation/SKILL.md +231 -0
- package/templates/vault/github-issue-creator/SKILL.md +143 -0
- package/templates/vault/github-workflow-automation/SKILL.md +849 -0
- package/templates/vault/gitlab-automation/SKILL.md +258 -0
- package/templates/vault/gitlab-ci-patterns/SKILL.md +286 -0
- package/templates/vault/gitops-workflow/SKILL.md +306 -0
- package/templates/vault/gitops-workflow/references/argocd-setup.md +134 -0
- package/templates/vault/gitops-workflow/references/sync-policies.md +131 -0
- package/templates/vault/gmail-automation/SKILL.md +182 -0
- package/templates/vault/go-concurrency-patterns/SKILL.md +36 -0
- package/templates/vault/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/templates/vault/go-playwright/SKILL.md +77 -0
- package/templates/vault/go-playwright/resources/implementation-playbook.md +110 -0
- package/templates/vault/go-rod-master/SKILL.md +545 -0
- package/templates/vault/go-rod-master/examples/basic_scrape.go +41 -0
- package/templates/vault/go-rod-master/examples/concurrent_pages.go +81 -0
- package/templates/vault/go-rod-master/examples/request_hijacking.go +85 -0
- package/templates/vault/go-rod-master/examples/stealth_page.go +91 -0
- package/templates/vault/go-rod-master/references/api-reference.md +148 -0
- package/templates/vault/goal-analyzer/SKILL.md +605 -0
- package/templates/vault/godot-4-migration/SKILL.md +127 -0
- package/templates/vault/godot-gdscript-patterns/SKILL.md +36 -0
- package/templates/vault/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/templates/vault/golang-pro/SKILL.md +176 -0
- package/templates/vault/golang-security-auditor/SKILL.md +6 -0
- package/templates/vault/google-analytics-automation/SKILL.md +231 -0
- package/templates/vault/google-calendar-automation/SKILL.md +159 -0
- package/templates/vault/google-docs-automation/SKILL.md +82 -0
- package/templates/vault/google-drive-automation/SKILL.md +136 -0
- package/templates/vault/google-sheets-automation/SKILL.md +148 -0
- package/templates/vault/google-slides-automation/SKILL.md +141 -0
- package/templates/vault/googlesheets-automation/SKILL.md +201 -0
- package/templates/vault/grafana-dashboards/SKILL.md +384 -0
- package/templates/vault/graphql/SKILL.md +73 -0
- package/templates/vault/graphql-architect/SKILL.md +180 -0
- package/templates/vault/great-tables/SKILL.md +6 -0
- package/templates/vault/grimoire/SKILL.md +6 -0
- package/templates/vault/grpc-golang/SKILL.md +104 -0
- package/templates/vault/grpc-golang/resources/implementation-playbook.md +548 -0
- package/templates/vault/haskell-pro/SKILL.md +55 -0
- package/templates/vault/health-trend-analyzer/SKILL.md +451 -0
- package/templates/vault/helm-chart-scaffolding/SKILL.md +37 -0
- package/templates/vault/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/templates/vault/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/templates/vault/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/templates/vault/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/templates/vault/helpdesk-automation/SKILL.md +170 -0
- package/templates/vault/hierarchical-agent-memory/SKILL.md +133 -0
- package/templates/vault/hig-components-content/SKILL.md +81 -0
- package/templates/vault/hig-components-content/references/activity-views.md +79 -0
- package/templates/vault/hig-components-content/references/charts.md +180 -0
- package/templates/vault/hig-components-content/references/collections.md +48 -0
- package/templates/vault/hig-components-content/references/color-wells.md +42 -0
- package/templates/vault/hig-components-content/references/image-views.md +82 -0
- package/templates/vault/hig-components-content/references/image-wells.md +34 -0
- package/templates/vault/hig-components-content/references/lockups.md +78 -0
- package/templates/vault/hig-components-content/references/web-views.md +36 -0
- package/templates/vault/hig-components-controls/SKILL.md +83 -0
- package/templates/vault/hig-components-controls/references/combo-boxes.md +40 -0
- package/templates/vault/hig-components-controls/references/controls.md +112 -0
- package/templates/vault/hig-components-controls/references/gauges.md +74 -0
- package/templates/vault/hig-components-controls/references/labels.md +92 -0
- package/templates/vault/hig-components-controls/references/pickers.md +128 -0
- package/templates/vault/hig-components-controls/references/rating-indicators.md +38 -0
- package/templates/vault/hig-components-controls/references/segmented-controls.md +94 -0
- package/templates/vault/hig-components-controls/references/sliders.md +92 -0
- package/templates/vault/hig-components-controls/references/steppers.md +40 -0
- package/templates/vault/hig-components-controls/references/text-fields.md +88 -0
- package/templates/vault/hig-components-controls/references/text-views.md +56 -0
- package/templates/vault/hig-components-controls/references/toggles.md +127 -0
- package/templates/vault/hig-components-controls/references/token-fields.md +48 -0
- package/templates/vault/hig-components-controls/references/virtual-keyboards.md +156 -0
- package/templates/vault/hig-components-dialogs/SKILL.md +72 -0
- package/templates/vault/hig-components-dialogs/references/action-sheets.md +74 -0
- package/templates/vault/hig-components-dialogs/references/alerts.md +158 -0
- package/templates/vault/hig-components-dialogs/references/digit-entry-views.md +32 -0
- package/templates/vault/hig-components-dialogs/references/popovers.md +81 -0
- package/templates/vault/hig-components-dialogs/references/sheets.md +157 -0
- package/templates/vault/hig-components-layout/SKILL.md +95 -0
- package/templates/vault/hig-components-layout/references/boxes.md +48 -0
- package/templates/vault/hig-components-layout/references/column-views.md +44 -0
- package/templates/vault/hig-components-layout/references/lists-and-tables.md +99 -0
- package/templates/vault/hig-components-layout/references/ornaments.md +56 -0
- package/templates/vault/hig-components-layout/references/outline-views.md +64 -0
- package/templates/vault/hig-components-layout/references/panels.md +75 -0
- package/templates/vault/hig-components-layout/references/scroll-views.md +123 -0
- package/templates/vault/hig-components-layout/references/sidebars.md +109 -0
- package/templates/vault/hig-components-layout/references/split-views.md +110 -0
- package/templates/vault/hig-components-layout/references/tab-bars.md +173 -0
- package/templates/vault/hig-components-layout/references/tab-views.md +68 -0
- package/templates/vault/hig-components-layout/references/windows.md +188 -0
- package/templates/vault/hig-components-menus/SKILL.md +77 -0
- package/templates/vault/hig-components-menus/references/action-button.md +61 -0
- package/templates/vault/hig-components-menus/references/buttons.md +261 -0
- package/templates/vault/hig-components-menus/references/context-menus.md +105 -0
- package/templates/vault/hig-components-menus/references/disclosure-controls.md +84 -0
- package/templates/vault/hig-components-menus/references/dock-menus.md +40 -0
- package/templates/vault/hig-components-menus/references/edit-menus.md +88 -0
- package/templates/vault/hig-components-menus/references/menus.md +171 -0
- package/templates/vault/hig-components-menus/references/pop-up-buttons.md +70 -0
- package/templates/vault/hig-components-menus/references/pull-down-buttons.md +77 -0
- package/templates/vault/hig-components-menus/references/the-menu-bar.md +303 -0
- package/templates/vault/hig-components-menus/references/toolbars.md +256 -0
- package/templates/vault/hig-components-search/SKILL.md +65 -0
- package/templates/vault/hig-components-search/references/page-controls.md +120 -0
- package/templates/vault/hig-components-search/references/path-controls.md +40 -0
- package/templates/vault/hig-components-search/references/search-fields.md +189 -0
- package/templates/vault/hig-components-status/SKILL.md +82 -0
- package/templates/vault/hig-components-status/references/activity-rings.md +105 -0
- package/templates/vault/hig-components-status/references/progress-indicators.md +116 -0
- package/templates/vault/hig-components-status/references/status-bars.md +38 -0
- package/templates/vault/hig-components-system/SKILL.md +101 -0
- package/templates/vault/hig-components-system/references/app-clips.md +387 -0
- package/templates/vault/hig-components-system/references/app-shortcuts.md +114 -0
- package/templates/vault/hig-components-system/references/complications.md +425 -0
- package/templates/vault/hig-components-system/references/home-screen-quick-actions.md +42 -0
- package/templates/vault/hig-components-system/references/live-activities.md +442 -0
- package/templates/vault/hig-components-system/references/notifications.md +153 -0
- package/templates/vault/hig-components-system/references/top-shelf.md +135 -0
- package/templates/vault/hig-components-system/references/watch-faces.md +40 -0
- package/templates/vault/hig-components-system/references/widgets.md +517 -0
- package/templates/vault/hig-foundations/SKILL.md +94 -0
- package/templates/vault/hig-foundations/references/accessibility.md +291 -0
- package/templates/vault/hig-foundations/references/app-icons.md +210 -0
- package/templates/vault/hig-foundations/references/branding.md +44 -0
- package/templates/vault/hig-foundations/references/color.md +274 -0
- package/templates/vault/hig-foundations/references/dark-mode.md +116 -0
- package/templates/vault/hig-foundations/references/icons.md +263 -0
- package/templates/vault/hig-foundations/references/images.md +176 -0
- package/templates/vault/hig-foundations/references/immersive-experiences.md +174 -0
- package/templates/vault/hig-foundations/references/inclusion.md +189 -0
- package/templates/vault/hig-foundations/references/layout.md +425 -0
- package/templates/vault/hig-foundations/references/materials.md +238 -0
- package/templates/vault/hig-foundations/references/motion.md +103 -0
- package/templates/vault/hig-foundations/references/privacy.md +231 -0
- package/templates/vault/hig-foundations/references/right-to-left.md +206 -0
- package/templates/vault/hig-foundations/references/sf-symbols.md +310 -0
- package/templates/vault/hig-foundations/references/spatial-layout.md +142 -0
- package/templates/vault/hig-foundations/references/typography.md +1146 -0
- package/templates/vault/hig-foundations/references/writing.md +91 -0
- package/templates/vault/hig-inputs/SKILL.md +110 -0
- package/templates/vault/hig-inputs/references/apple-pencil-and-scribble.md +148 -0
- package/templates/vault/hig-inputs/references/camera-control.md +107 -0
- package/templates/vault/hig-inputs/references/digital-crown.md +83 -0
- package/templates/vault/hig-inputs/references/eyes.md +120 -0
- package/templates/vault/hig-inputs/references/focus-and-selection.md +120 -0
- package/templates/vault/hig-inputs/references/game-controls.md +156 -0
- package/templates/vault/hig-inputs/references/gestures.md +208 -0
- package/templates/vault/hig-inputs/references/gyro-and-accelerometer.md +40 -0
- package/templates/vault/hig-inputs/references/keyboards.md +234 -0
- package/templates/vault/hig-inputs/references/nearby-interactions.md +70 -0
- package/templates/vault/hig-inputs/references/pointing-devices.md +237 -0
- package/templates/vault/hig-inputs/references/remotes.md +67 -0
- package/templates/vault/hig-inputs/references/spatial-interactions.md +70 -0
- package/templates/vault/hig-patterns/SKILL.md +99 -0
- package/templates/vault/hig-patterns/references/charting-data.md +81 -0
- package/templates/vault/hig-patterns/references/collaboration-and-sharing.md +86 -0
- package/templates/vault/hig-patterns/references/drag-and-drop.md +134 -0
- package/templates/vault/hig-patterns/references/entering-data.md +69 -0
- package/templates/vault/hig-patterns/references/feedback.md +67 -0
- package/templates/vault/hig-patterns/references/file-management.md +135 -0
- package/templates/vault/hig-patterns/references/going-full-screen.md +79 -0
- package/templates/vault/hig-patterns/references/launching.md +81 -0
- package/templates/vault/hig-patterns/references/live-viewing-apps.md +79 -0
- package/templates/vault/hig-patterns/references/loading.md +59 -0
- package/templates/vault/hig-patterns/references/managing-accounts.md +107 -0
- package/templates/vault/hig-patterns/references/managing-notifications.md +99 -0
- package/templates/vault/hig-patterns/references/modality.md +82 -0
- package/templates/vault/hig-patterns/references/multitasking.md +131 -0
- package/templates/vault/hig-patterns/references/offering-help.md +117 -0
- package/templates/vault/hig-patterns/references/onboarding.md +69 -0
- package/templates/vault/hig-patterns/references/playing-audio.md +124 -0
- package/templates/vault/hig-patterns/references/playing-haptics.md +280 -0
- package/templates/vault/hig-patterns/references/playing-video.md +180 -0
- package/templates/vault/hig-patterns/references/printing.md +50 -0
- package/templates/vault/hig-patterns/references/ratings-and-reviews.md +48 -0
- package/templates/vault/hig-patterns/references/searching.md +70 -0
- package/templates/vault/hig-patterns/references/settings.md +84 -0
- package/templates/vault/hig-patterns/references/undo-and-redo.md +58 -0
- package/templates/vault/hig-patterns/references/workouts.md +76 -0
- package/templates/vault/hig-platforms/SKILL.md +81 -0
- package/templates/vault/hig-platforms/references/designing-for-games.md +159 -0
- package/templates/vault/hig-platforms/references/designing-for-ios.md +66 -0
- package/templates/vault/hig-platforms/references/designing-for-ipados.md +64 -0
- package/templates/vault/hig-platforms/references/designing-for-macos.md +70 -0
- package/templates/vault/hig-platforms/references/designing-for-tvos.md +68 -0
- package/templates/vault/hig-platforms/references/designing-for-visionos.md +85 -0
- package/templates/vault/hig-platforms/references/designing-for-watchos.md +74 -0
- package/templates/vault/hig-project-context/SKILL.md +131 -0
- package/templates/vault/hig-technologies/SKILL.md +125 -0
- package/templates/vault/hig-technologies/references/airplay.md +125 -0
- package/templates/vault/hig-technologies/references/always-on.md +62 -0
- package/templates/vault/hig-technologies/references/apple-pay.md +441 -0
- package/templates/vault/hig-technologies/references/augmented-reality.md +247 -0
- package/templates/vault/hig-technologies/references/carekit.md +224 -0
- package/templates/vault/hig-technologies/references/carplay.md +119 -0
- package/templates/vault/hig-technologies/references/game-center.md +343 -0
- package/templates/vault/hig-technologies/references/generative-ai.md +110 -0
- package/templates/vault/hig-technologies/references/healthkit.md +120 -0
- package/templates/vault/hig-technologies/references/homekit.md +343 -0
- package/templates/vault/hig-technologies/references/icloud.md +52 -0
- package/templates/vault/hig-technologies/references/id-verifier.md +73 -0
- package/templates/vault/hig-technologies/references/imessage-apps-and-stickers.md +105 -0
- package/templates/vault/hig-technologies/references/in-app-purchase.md +263 -0
- package/templates/vault/hig-technologies/references/live-photos.md +54 -0
- package/templates/vault/hig-technologies/references/mac-catalyst.md +216 -0
- package/templates/vault/hig-technologies/references/machine-learning.md +394 -0
- package/templates/vault/hig-technologies/references/maps.md +221 -0
- package/templates/vault/hig-technologies/references/nfc.md +51 -0
- package/templates/vault/hig-technologies/references/photo-editing.md +40 -0
- package/templates/vault/hig-technologies/references/researchkit.md +134 -0
- package/templates/vault/hig-technologies/references/shareplay.md +142 -0
- package/templates/vault/hig-technologies/references/shazamkit.md +47 -0
- package/templates/vault/hig-technologies/references/sign-in-with-apple.md +288 -0
- package/templates/vault/hig-technologies/references/siri.md +523 -0
- package/templates/vault/hig-technologies/references/tap-to-pay-on-iphone.md +208 -0
- package/templates/vault/hig-technologies/references/voiceover.md +90 -0
- package/templates/vault/hig-technologies/references/wallet.md +420 -0
- package/templates/vault/hosted-agents/SKILL.md +286 -0
- package/templates/vault/hosted-agents-v2-py/SKILL.md +326 -0
- package/templates/vault/hr-pro/SKILL.md +124 -0
- package/templates/vault/html-injection-testing/SKILL.md +501 -0
- package/templates/vault/hubspot-automation/SKILL.md +182 -0
- package/templates/vault/hubspot-integration/SKILL.md +47 -0
- package/templates/vault/hugging-face-cli/SKILL.md +199 -0
- package/templates/vault/hugging-face-dataset-viewer/SKILL.md +126 -0
- package/templates/vault/hugging-face-datasets/SKILL.md +542 -0
- package/templates/vault/hugging-face-evaluation/SKILL.md +651 -0
- package/templates/vault/hugging-face-jobs/SKILL.md +1038 -0
- package/templates/vault/hugging-face-model-trainer/SKILL.md +718 -0
- package/templates/vault/hugging-face-paper-publisher/SKILL.md +622 -0
- package/templates/vault/hugging-face-tool-builder/SKILL.md +110 -0
- package/templates/vault/hybrid-cloud-architect/SKILL.md +164 -0
- package/templates/vault/hybrid-cloud-networking/SKILL.md +241 -0
- package/templates/vault/hybrid-search-implementation/SKILL.md +35 -0
- package/templates/vault/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/templates/vault/i18n-localization/SKILL.md +159 -0
- package/templates/vault/iconsax-library/SKILL.md +39 -0
- package/templates/vault/idor-testing/SKILL.md +445 -0
- package/templates/vault/ilya-sutskever/SKILL.md +1165 -0
- package/templates/vault/image-studio/SKILL.md +327 -0
- package/templates/vault/imagen/SKILL.md +78 -0
- package/templates/vault/incident-responder/SKILL.md +209 -0
- package/templates/vault/incident-response-incident-response/SKILL.md +171 -0
- package/templates/vault/incident-response-smart-fix/SKILL.md +32 -0
- package/templates/vault/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/templates/vault/incident-runbook-templates/SKILL.md +398 -0
- package/templates/vault/infinite-gratitude/SKILL.md +27 -0
- package/templates/vault/inngest/SKILL.md +60 -0
- package/templates/vault/instagram/SKILL.md +414 -0
- package/templates/vault/instagram/references/account_types.md +106 -0
- package/templates/vault/instagram/references/graph_api.md +323 -0
- package/templates/vault/instagram/references/permissions.md +92 -0
- package/templates/vault/instagram/references/publishing_guide.md +173 -0
- package/templates/vault/instagram/references/rate_limits.md +113 -0
- package/templates/vault/instagram/references/schema.md +263 -0
- package/templates/vault/instagram/references/setup_walkthrough.md +142 -0
- package/templates/vault/instagram/static/dashboard.html +189 -0
- package/templates/vault/instagram-automation/SKILL.md +196 -0
- package/templates/vault/integrate-whatsapp/SKILL.md +6 -0
- package/templates/vault/interactive-portfolio/SKILL.md +228 -0
- package/templates/vault/intercom-automation/SKILL.md +252 -0
- package/templates/vault/internal-comms-anthropic/LICENSE.txt +202 -0
- package/templates/vault/internal-comms-anthropic/SKILL.md +34 -0
- package/templates/vault/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/templates/vault/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/templates/vault/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/templates/vault/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/templates/vault/internal-comms-community/LICENSE.txt +202 -0
- package/templates/vault/internal-comms-community/SKILL.md +34 -0
- package/templates/vault/inventory-demand-planning/SKILL.md +226 -0
- package/templates/vault/inventory-demand-planning/references/communication-templates.md +566 -0
- package/templates/vault/inventory-demand-planning/references/decision-frameworks.md +861 -0
- package/templates/vault/inventory-demand-planning/references/edge-cases.md +602 -0
- package/templates/vault/ios-developer/SKILL.md +217 -0
- package/templates/vault/issues/SKILL.md +258 -0
- package/templates/vault/istio-traffic-management/SKILL.md +340 -0
- package/templates/vault/it-depends/SKILL.md +6 -0
- package/templates/vault/iterate-pr/SKILL.md +187 -0
- package/templates/vault/java-pro/SKILL.md +175 -0
- package/templates/vault/javascript-mastery/SKILL.md +648 -0
- package/templates/vault/javascript-pro/SKILL.md +55 -0
- package/templates/vault/javascript-testing-patterns/SKILL.md +38 -0
- package/templates/vault/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/templates/vault/javascript-typescript-typescript-scaffold/SKILL.md +364 -0
- package/templates/vault/jira-automation/SKILL.md +189 -0
- package/templates/vault/julia-pro/SKILL.md +206 -0
- package/templates/vault/junta-leiloeiros/SKILL.md +217 -0
- package/templates/vault/junta-leiloeiros/references/juntas_urls.md +81 -0
- package/templates/vault/junta-leiloeiros/references/legal.md +59 -0
- package/templates/vault/junta-leiloeiros/references/schema.md +93 -0
- package/templates/vault/jupyter-workflow/SKILL.md +6 -0
- package/templates/vault/k8s-manifest-generator/SKILL.md +38 -0
- package/templates/vault/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/templates/vault/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/templates/vault/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/templates/vault/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/templates/vault/k8s-manifest-generator/references/service-spec.md +724 -0
- package/templates/vault/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/templates/vault/k8s-security-policies/SKILL.md +349 -0
- package/templates/vault/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/templates/vault/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/templates/vault/kaizen/SKILL.md +733 -0
- package/templates/vault/klaviyo-automation/SKILL.md +194 -0
- package/templates/vault/kotlin-coroutines-expert/SKILL.md +101 -0
- package/templates/vault/kpi-dashboard-design/SKILL.md +443 -0
- package/templates/vault/kubernetes-architect/SKILL.md +165 -0
- package/templates/vault/kubernetes-deployment/SKILL.md +166 -0
- package/templates/vault/langchain-architecture/SKILL.md +353 -0
- package/templates/vault/langfuse/SKILL.md +243 -0
- package/templates/vault/langgraph/SKILL.md +292 -0
- package/templates/vault/laravel-expert/SKILL.md +186 -0
- package/templates/vault/laravel-security-audit/SKILL.md +224 -0
- package/templates/vault/last30days/README.md +721 -0
- package/templates/vault/last30days/SKILL.md +422 -0
- package/templates/vault/last30days/SPEC.md +75 -0
- package/templates/vault/last30days/TASKS.md +47 -0
- package/templates/vault/last30days/assets/aging-portrait.jpeg +0 -0
- package/templates/vault/last30days/assets/claude-code-rap.mp3 +0 -0
- package/templates/vault/last30days/assets/dog-as-human.png +0 -0
- package/templates/vault/last30days/assets/dog-original.jpeg +0 -0
- package/templates/vault/last30days/assets/swimmom-mockup.jpeg +0 -0
- package/templates/vault/last30days/fixtures/models_openai_sample.json +41 -0
- package/templates/vault/last30days/fixtures/models_xai_sample.json +23 -0
- package/templates/vault/last30days/fixtures/openai_sample.json +22 -0
- package/templates/vault/last30days/fixtures/reddit_thread_sample.json +108 -0
- package/templates/vault/last30days/fixtures/xai_sample.json +22 -0
- package/templates/vault/last30days/plans/feat-add-websearch-source.md +395 -0
- package/templates/vault/last30days/plans/fix-strict-date-filtering.md +328 -0
- package/templates/vault/last30days/tests/__init__.py +1 -0
- package/templates/vault/last30days/tests/test_cache.py +59 -0
- package/templates/vault/last30days/tests/test_dates.py +114 -0
- package/templates/vault/last30days/tests/test_dedupe.py +111 -0
- package/templates/vault/last30days/tests/test_models.py +135 -0
- package/templates/vault/last30days/tests/test_normalize.py +138 -0
- package/templates/vault/last30days/tests/test_render.py +116 -0
- package/templates/vault/last30days/tests/test_score.py +168 -0
- package/templates/vault/launch-strategy/SKILL.md +350 -0
- package/templates/vault/legacy-modernizer/SKILL.md +51 -0
- package/templates/vault/legal-advisor/SKILL.md +68 -0
- package/templates/vault/leiloeiro-avaliacao/SKILL.md +507 -0
- package/templates/vault/leiloeiro-avaliacao/references/fontes.md +13 -0
- package/templates/vault/leiloeiro-edital/SKILL.md +506 -0
- package/templates/vault/leiloeiro-edital/references/fontes.md +15 -0
- package/templates/vault/leiloeiro-ia/SKILL.md +400 -0
- package/templates/vault/leiloeiro-ia/references/fontes.md +21 -0
- package/templates/vault/leiloeiro-juridico/SKILL.md +475 -0
- package/templates/vault/leiloeiro-juridico/references/fontes.md +17 -0
- package/templates/vault/leiloeiro-mercado/SKILL.md +496 -0
- package/templates/vault/leiloeiro-mercado/references/fontes.md +15 -0
- package/templates/vault/leiloeiro-risco/SKILL.md +495 -0
- package/templates/vault/leiloeiro-risco/references/fontes.md +15 -0
- package/templates/vault/libreoffice/base/SKILL.md +187 -0
- package/templates/vault/libreoffice/calc/SKILL.md +200 -0
- package/templates/vault/libreoffice/draw/SKILL.md +164 -0
- package/templates/vault/libreoffice/impress/SKILL.md +173 -0
- package/templates/vault/libreoffice/writer/SKILL.md +199 -0
- package/templates/vault/lightning-architecture-review/SKILL.md +52 -0
- package/templates/vault/lightning-channel-factories/SKILL.md +51 -0
- package/templates/vault/lightning-factory-explainer/SKILL.md +51 -0
- package/templates/vault/linear/plugin.json +18 -0
- package/templates/vault/linear-automation/SKILL.md +182 -0
- package/templates/vault/linear-claude-skill/SKILL.md +542 -0
- package/templates/vault/linkedin-automation/SKILL.md +179 -0
- package/templates/vault/linkedin-cli/SKILL.md +537 -0
- package/templates/vault/linkerd-patterns/SKILL.md +324 -0
- package/templates/vault/linux-privilege-escalation/SKILL.md +507 -0
- package/templates/vault/linux-shell-scripting/SKILL.md +507 -0
- package/templates/vault/linux-troubleshooting/SKILL.md +220 -0
- package/templates/vault/literature-analysis/SKILL.md +6 -0
- package/templates/vault/llm-application-dev-ai-assistant/SKILL.md +38 -0
- package/templates/vault/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/templates/vault/llm-application-dev-langchain-agent/SKILL.md +249 -0
- package/templates/vault/llm-application-dev-prompt-optimize/SKILL.md +40 -0
- package/templates/vault/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/templates/vault/llm-evaluation/SKILL.md +486 -0
- package/templates/vault/llm-ops/SKILL.md +259 -0
- package/templates/vault/llm-prompt-optimizer/SKILL.md +182 -0
- package/templates/vault/local-legal-seo-audit/SKILL.md +348 -0
- package/templates/vault/logistics-exception-management/SKILL.md +205 -0
- package/templates/vault/logistics-exception-management/references/communication-templates.md +1170 -0
- package/templates/vault/logistics-exception-management/references/decision-frameworks.md +1460 -0
- package/templates/vault/logistics-exception-management/references/edge-cases.md +734 -0
- package/templates/vault/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/templates/vault/loki-mode/.github/workflows/claude.yml +50 -0
- package/templates/vault/loki-mode/.github/workflows/release.yml +128 -0
- package/templates/vault/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
- package/templates/vault/loki-mode/CHANGELOG.md +1822 -0
- package/templates/vault/loki-mode/CLAUDE.md +120 -0
- package/templates/vault/loki-mode/CONTEXT-EXPORT.md +206 -0
- package/templates/vault/loki-mode/INSTALLATION.md +384 -0
- package/templates/vault/loki-mode/LICENSE +21 -0
- package/templates/vault/loki-mode/README.md +548 -0
- package/templates/vault/loki-mode/SKILL.md +727 -0
- package/templates/vault/loki-mode/VERSION +1 -0
- package/templates/vault/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
- package/templates/vault/loki-mode/autonomy/CONSTITUTION.md +402 -0
- package/templates/vault/loki-mode/autonomy/README.md +201 -0
- package/templates/vault/loki-mode/autonomy/run.sh +1991 -0
- package/templates/vault/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
- package/templates/vault/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
- package/templates/vault/loki-mode/benchmarks/prepare-submission.sh +215 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
- package/templates/vault/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
- package/templates/vault/loki-mode/benchmarks/results/SUMMARY.md +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
- package/templates/vault/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
- package/templates/vault/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
- package/templates/vault/loki-mode/benchmarks/submission-template/README.md +111 -0
- package/templates/vault/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
- package/templates/vault/loki-mode/demo/README.md +137 -0
- package/templates/vault/loki-mode/demo/loki-demo.gif +0 -0
- package/templates/vault/loki-mode/demo/record-demo.sh +69 -0
- package/templates/vault/loki-mode/demo/record-full-demo.sh +208 -0
- package/templates/vault/loki-mode/demo/recordings/loki-demo.cast +93 -0
- package/templates/vault/loki-mode/demo/run-demo-auto.sh +293 -0
- package/templates/vault/loki-mode/demo/run-demo.sh +323 -0
- package/templates/vault/loki-mode/demo/vhs-tape.tape +223 -0
- package/templates/vault/loki-mode/demo/voice-over-script.md +246 -0
- package/templates/vault/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
- package/templates/vault/loki-mode/docs/screenshots/README.md +149 -0
- package/templates/vault/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
- package/templates/vault/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
- package/templates/vault/loki-mode/examples/api-only.md +79 -0
- package/templates/vault/loki-mode/examples/full-stack-demo.md +123 -0
- package/templates/vault/loki-mode/examples/simple-todo-app.md +60 -0
- package/templates/vault/loki-mode/examples/static-landing-page.md +73 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/PRD.md +60 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
- package/templates/vault/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
- package/templates/vault/loki-mode/integrations/vibe-kanban.md +194 -0
- package/templates/vault/loki-mode/references/advanced-patterns.md +453 -0
- package/templates/vault/loki-mode/references/agent-types.md +188 -0
- package/templates/vault/loki-mode/references/agents.md +1043 -0
- package/templates/vault/loki-mode/references/business-ops.md +550 -0
- package/templates/vault/loki-mode/references/core-workflow.md +275 -0
- package/templates/vault/loki-mode/references/deployment.md +604 -0
- package/templates/vault/loki-mode/references/lab-research-patterns.md +534 -0
- package/templates/vault/loki-mode/references/memory-system.md +444 -0
- package/templates/vault/loki-mode/references/openai-patterns.md +647 -0
- package/templates/vault/loki-mode/references/production-patterns.md +568 -0
- package/templates/vault/loki-mode/references/quality-control.md +437 -0
- package/templates/vault/loki-mode/references/sdlc-phases.md +410 -0
- package/templates/vault/loki-mode/references/task-queue.md +361 -0
- package/templates/vault/loki-mode/references/tool-orchestration.md +691 -0
- package/templates/vault/loki-mode/tests/run-all-tests.sh +78 -0
- package/templates/vault/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/templates/vault/loki-mode/tests/test-bootstrap.sh +196 -0
- package/templates/vault/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/templates/vault/loki-mode/tests/test-state-recovery.sh +393 -0
- package/templates/vault/loki-mode/tests/test-task-queue.sh +396 -0
- package/templates/vault/loki-mode/tests/test-wrapper.sh +314 -0
- package/templates/vault/m365-agents-dotnet/SKILL.md +294 -0
- package/templates/vault/m365-agents-py/SKILL.md +345 -0
- package/templates/vault/m365-agents-ts/SKILL.md +186 -0
- package/templates/vault/machine-learning-ops-ml-pipeline/SKILL.md +317 -0
- package/templates/vault/magic-animator/SKILL.md +37 -0
- package/templates/vault/magic-ui-generator/SKILL.md +42 -0
- package/templates/vault/mailchimp-automation/SKILL.md +235 -0
- package/templates/vault/make-automation/SKILL.md +205 -0
- package/templates/vault/makepad-animation/SKILL.md +304 -0
- package/templates/vault/makepad-basics/SKILL.md +152 -0
- package/templates/vault/makepad-deployment/SKILL.md +410 -0
- package/templates/vault/makepad-dsl/SKILL.md +154 -0
- package/templates/vault/makepad-event-action/SKILL.md +250 -0
- package/templates/vault/makepad-font/SKILL.md +230 -0
- package/templates/vault/makepad-layout/SKILL.md +176 -0
- package/templates/vault/makepad-platform/SKILL.md +162 -0
- package/templates/vault/makepad-reference/SKILL.md +52 -0
- package/templates/vault/makepad-shaders/SKILL.md +190 -0
- package/templates/vault/makepad-skills/SKILL.md +23 -0
- package/templates/vault/makepad-splash/SKILL.md +213 -0
- package/templates/vault/makepad-widgets/SKILL.md +211 -0
- package/templates/vault/malware-analyst/SKILL.md +244 -0
- package/templates/vault/manifest/SKILL.md +127 -0
- package/templates/vault/market-sizing-analysis/SKILL.md +423 -0
- package/templates/vault/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/templates/vault/market-sizing-analysis/references/data-sources.md +360 -0
- package/templates/vault/marketing-ideas/SKILL.md +227 -0
- package/templates/vault/marketing-psychology/SKILL.md +261 -0
- package/templates/vault/matematico-tao/SKILL.md +670 -0
- package/templates/vault/matematico-tao/references/auri-analysis.md +232 -0
- package/templates/vault/matematico-tao/references/complexity-patterns.md +289 -0
- package/templates/vault/matematico-tao/references/concurrency-models.md +304 -0
- package/templates/vault/matematico-tao/references/information-theory.md +252 -0
- package/templates/vault/matplotlib/SKILL.md +359 -0
- package/templates/vault/mcp-builder/LICENSE.txt +202 -0
- package/templates/vault/mcp-builder/SKILL.md +241 -0
- package/templates/vault/mcp-builder/reference/evaluation.md +602 -0
- package/templates/vault/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/templates/vault/mcp-builder/reference/node_mcp_server.md +970 -0
- package/templates/vault/mcp-builder/reference/python_mcp_server.md +719 -0
- package/templates/vault/mcp-builder-ms/SKILL.md +310 -0
- package/templates/vault/memory-forensics/SKILL.md +494 -0
- package/templates/vault/memory-safety-patterns/SKILL.md +36 -0
- package/templates/vault/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/templates/vault/memory-systems/SKILL.md +229 -0
- package/templates/vault/mental-health-analyzer/SKILL.md +981 -0
- package/templates/vault/mermaid-expert/SKILL.md +58 -0
- package/templates/vault/metasploit-framework/SKILL.md +481 -0
- package/templates/vault/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +445 -0
- package/templates/vault/microsoft-teams-automation/SKILL.md +215 -0
- package/templates/vault/minecraft-bukkit-pro/SKILL.md +123 -0
- package/templates/vault/miro-automation/SKILL.md +209 -0
- package/templates/vault/mixpanel-automation/SKILL.md +228 -0
- package/templates/vault/ml-engineer/SKILL.md +166 -0
- package/templates/vault/ml-pipeline-workflow/SKILL.md +260 -0
- package/templates/vault/mlops-engineer/SKILL.md +217 -0
- package/templates/vault/mobile-design/SKILL.md +289 -0
- package/templates/vault/mobile-design/decision-trees.md +516 -0
- package/templates/vault/mobile-design/mobile-backend.md +491 -0
- package/templates/vault/mobile-design/mobile-color-system.md +420 -0
- package/templates/vault/mobile-design/mobile-debugging.md +122 -0
- package/templates/vault/mobile-design/mobile-design-thinking.md +357 -0
- package/templates/vault/mobile-design/mobile-navigation.md +458 -0
- package/templates/vault/mobile-design/mobile-performance.md +767 -0
- package/templates/vault/mobile-design/mobile-testing.md +356 -0
- package/templates/vault/mobile-design/mobile-typography.md +433 -0
- package/templates/vault/mobile-design/platform-android.md +666 -0
- package/templates/vault/mobile-design/platform-ios.md +561 -0
- package/templates/vault/mobile-design/touch-psychology.md +537 -0
- package/templates/vault/mobile-developer/SKILL.md +203 -0
- package/templates/vault/mobile-security-coder/SKILL.md +182 -0
- package/templates/vault/modern-javascript-patterns/SKILL.md +38 -0
- package/templates/vault/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/templates/vault/molykit/SKILL.md +364 -0
- package/templates/vault/monday-automation/SKILL.md +237 -0
- package/templates/vault/monetization/SKILL.md +408 -0
- package/templates/vault/monorepo-architect/SKILL.md +64 -0
- package/templates/vault/monorepo-management/SKILL.md +38 -0
- package/templates/vault/monorepo-management/resources/implementation-playbook.md +621 -0
- package/templates/vault/monte-carlo-treasury/SKILL.md +6 -0
- package/templates/vault/monte-carlo-vulnerability-detection/SKILL.md +6 -0
- package/templates/vault/moodle-external-api-development/SKILL.md +600 -0
- package/templates/vault/mtls-configuration/SKILL.md +362 -0
- package/templates/vault/multi-advisor/SKILL.md +271 -0
- package/templates/vault/multi-agent-brainstorming/SKILL.md +257 -0
- package/templates/vault/multi-agent-patterns/SKILL.md +255 -0
- package/templates/vault/multi-cloud-architecture/SKILL.md +192 -0
- package/templates/vault/multi-platform-apps-multi-platform/SKILL.md +206 -0
- package/templates/vault/n8n-code-javascript/SKILL.md +699 -0
- package/templates/vault/n8n-code-python/SKILL.md +748 -0
- package/templates/vault/n8n-expression-syntax/SKILL.md +516 -0
- package/templates/vault/n8n-mcp-tools-expert/SKILL.md +642 -0
- package/templates/vault/n8n-node-configuration/SKILL.md +785 -0
- package/templates/vault/n8n-validation-expert/SKILL.md +689 -0
- package/templates/vault/n8n-workflow-patterns/SKILL.md +411 -0
- package/templates/vault/nanobanana-ppt-skills/SKILL.md +23 -0
- package/templates/vault/native-data-fetching/SKILL.md +507 -0
- package/templates/vault/neon-postgres/SKILL.md +61 -0
- package/templates/vault/nerdzao-elite/SKILL.md +32 -0
- package/templates/vault/nerdzao-elite-gemini-high/SKILL.md +51 -0
- package/templates/vault/nestjs-expert/SKILL.md +556 -0
- package/templates/vault/network-101/SKILL.md +345 -0
- package/templates/vault/network-engineer/SKILL.md +165 -0
- package/templates/vault/networkx/SKILL.md +435 -0
- package/templates/vault/new-rails-project/SKILL.md +58 -0
- package/templates/vault/nextjs-app-router-patterns/SKILL.md +36 -0
- package/templates/vault/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/templates/vault/nft-standards/SKILL.md +398 -0
- package/templates/vault/nodejs-backend-patterns/SKILL.md +38 -0
- package/templates/vault/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/templates/vault/nosql-expert/SKILL.md +114 -0
- package/templates/vault/notebooklm/AUTHENTICATION.md +154 -0
- package/templates/vault/notebooklm/CHANGELOG.md +44 -0
- package/templates/vault/notebooklm/LICENSE +21 -0
- package/templates/vault/notebooklm/README.md +412 -0
- package/templates/vault/notebooklm/SKILL.md +272 -0
- package/templates/vault/notebooklm/images/example_notebookchat.png +0 -0
- package/templates/vault/notebooklm/references/api_reference.md +309 -0
- package/templates/vault/notebooklm/references/troubleshooting.md +376 -0
- package/templates/vault/notebooklm/references/usage_patterns.md +338 -0
- package/templates/vault/notebooklm/requirements.txt +10 -0
- package/templates/vault/notion-automation/SKILL.md +219 -0
- package/templates/vault/notion-template-business/SKILL.md +221 -0
- package/templates/vault/numpy/SKILL.md +6 -0
- package/templates/vault/nutrition-analyzer/SKILL.md +775 -0
- package/templates/vault/nx-workspace-patterns/SKILL.md +467 -0
- package/templates/vault/observability-engineer/SKILL.md +235 -0
- package/templates/vault/observability-monitoring-monitor-setup/SKILL.md +51 -0
- package/templates/vault/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/templates/vault/observability-monitoring-slo-implement/SKILL.md +46 -0
- package/templates/vault/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/templates/vault/observe-whatsapp/SKILL.md +6 -0
- package/templates/vault/obsidian-clipper-template-creator/SKILL.md +73 -0
- package/templates/vault/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
- package/templates/vault/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
- package/templates/vault/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
- package/templates/vault/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
- package/templates/vault/obsidian-clipper-template-creator/references/filters.md +51 -0
- package/templates/vault/obsidian-clipper-template-creator/references/json-schema.md +77 -0
- package/templates/vault/obsidian-clipper-template-creator/references/logic.md +67 -0
- package/templates/vault/obsidian-clipper-template-creator/references/variables.md +64 -0
- package/templates/vault/occupational-health-analyzer/SKILL.md +386 -0
- package/templates/vault/odoo-accounting-setup/SKILL.md +105 -0
- package/templates/vault/odoo-automated-tests/SKILL.md +124 -0
- package/templates/vault/odoo-backup-strategy/SKILL.md +112 -0
- package/templates/vault/odoo-docker-deployment/SKILL.md +139 -0
- package/templates/vault/odoo-ecommerce-configurator/SKILL.md +133 -0
- package/templates/vault/odoo-edi-connector/SKILL.md +111 -0
- package/templates/vault/odoo-hr-payroll-setup/SKILL.md +106 -0
- package/templates/vault/odoo-inventory-optimizer/SKILL.md +111 -0
- package/templates/vault/odoo-l10n-compliance/SKILL.md +101 -0
- package/templates/vault/odoo-manufacturing-advisor/SKILL.md +99 -0
- package/templates/vault/odoo-migration-helper/SKILL.md +102 -0
- package/templates/vault/odoo-module-developer/SKILL.md +102 -0
- package/templates/vault/odoo-orm-expert/SKILL.md +89 -0
- package/templates/vault/odoo-performance-tuner/SKILL.md +105 -0
- package/templates/vault/odoo-project-timesheet/SKILL.md +116 -0
- package/templates/vault/odoo-purchase-workflow/SKILL.md +104 -0
- package/templates/vault/odoo-qweb-templates/SKILL.md +95 -0
- package/templates/vault/odoo-rpc-api/SKILL.md +103 -0
- package/templates/vault/odoo-sales-crm-expert/SKILL.md +109 -0
- package/templates/vault/odoo-security-rules/SKILL.md +92 -0
- package/templates/vault/odoo-shopify-integration/SKILL.md +99 -0
- package/templates/vault/odoo-upgrade-advisor/SKILL.md +123 -0
- package/templates/vault/odoo-woocommerce-bridge/SKILL.md +129 -0
- package/templates/vault/odoo-xml-views-builder/SKILL.md +102 -0
- package/templates/vault/office-productivity/SKILL.md +218 -0
- package/templates/vault/on-call-handoff-patterns/SKILL.md +456 -0
- package/templates/vault/onboarding-cro/SKILL.md +439 -0
- package/templates/vault/one-drive-automation/SKILL.md +242 -0
- package/templates/vault/open-source-context/SKILL.md +6 -0
- package/templates/vault/openapi-spec-generation/SKILL.md +36 -0
- package/templates/vault/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/templates/vault/operational-guidelines/SKILL.md +6 -0
- package/templates/vault/oral-health-analyzer/SKILL.md +525 -0
- package/templates/vault/os-scripting/SKILL.md +428 -0
- package/templates/vault/osint-evals/SKILL.md +6 -0
- package/templates/vault/oss-hunter/SKILL.md +75 -0
- package/templates/vault/oss-hunter/bin/hunter.py +56 -0
- package/templates/vault/outlook-automation/SKILL.md +195 -0
- package/templates/vault/outlook-calendar-automation/SKILL.md +240 -0
- package/templates/vault/pagerduty-automation/SKILL.md +249 -0
- package/templates/vault/paid-ads/SKILL.md +557 -0
- package/templates/vault/paper-analysis/SKILL.md +6 -0
- package/templates/vault/parallel-agents/SKILL.md +177 -0
- package/templates/vault/payment-integration/SKILL.md +76 -0
- package/templates/vault/paypal-integration/SKILL.md +482 -0
- package/templates/vault/paywall-upgrade-cro/SKILL.md +576 -0
- package/templates/vault/pci-compliance/SKILL.md +481 -0
- package/templates/vault/pdf/LICENSE.txt +30 -0
- package/templates/vault/pdf/SKILL.md +299 -0
- package/templates/vault/pdf/forms.md +205 -0
- package/templates/vault/pdf/reference.md +612 -0
- package/templates/vault/pdf-official/LICENSE.txt +30 -0
- package/templates/vault/pdf-official/SKILL.md +299 -0
- package/templates/vault/pdf-official/forms.md +205 -0
- package/templates/vault/pdf-official/reference.md +612 -0
- package/templates/vault/pentest-checklist/SKILL.md +337 -0
- package/templates/vault/pentest-commands/SKILL.md +441 -0
- package/templates/vault/performance-engineer/SKILL.md +176 -0
- package/templates/vault/performance-optimizer/README.md +20 -0
- package/templates/vault/performance-optimizer/SKILL.md +389 -0
- package/templates/vault/performance-testing-review-ai-review/SKILL.md +453 -0
- package/templates/vault/performance-testing-review-multi-agent-review/SKILL.md +219 -0
- package/templates/vault/personal-tool-builder/SKILL.md +294 -0
- package/templates/vault/php-pro/SKILL.md +68 -0
- package/templates/vault/pipedrive-automation/SKILL.md +228 -0
- package/templates/vault/plaid-fintech/SKILL.md +55 -0
- package/templates/vault/planning-with-files/SKILL.md +184 -0
- package/templates/vault/planning-with-files/examples.md +202 -0
- package/templates/vault/planning-with-files/reference.md +218 -0
- package/templates/vault/planning-with-files/templates/findings.md +95 -0
- package/templates/vault/planning-with-files/templates/progress.md +114 -0
- package/templates/vault/planning-with-files/templates/task_plan.md +132 -0
- package/templates/vault/plotly/SKILL.md +265 -0
- package/templates/vault/podcast-generation/SKILL.md +127 -0
- package/templates/vault/polars/SKILL.md +385 -0
- package/templates/vault/polyfile/SKILL.md +6 -0
- package/templates/vault/popup-cro/SKILL.md +352 -0
- package/templates/vault/posix-shell-pro/SKILL.md +303 -0
- package/templates/vault/postgresql/SKILL.md +233 -0
- package/templates/vault/postgresql-optimization/SKILL.md +174 -0
- package/templates/vault/posthog-automation/SKILL.md +228 -0
- package/templates/vault/postmark-automation/SKILL.md +191 -0
- package/templates/vault/postmortem-writing/SKILL.md +389 -0
- package/templates/vault/powershell-windows/SKILL.md +172 -0
- package/templates/vault/pptx/LICENSE.txt +30 -0
- package/templates/vault/pptx/SKILL.md +489 -0
- package/templates/vault/pptx/html2pptx.md +625 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/vault/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/vault/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/vault/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/vault/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/vault/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/vault/pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/vault/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/vault/pptx/ooxml.md +427 -0
- package/templates/vault/pptx-official/LICENSE.txt +30 -0
- package/templates/vault/pptx-official/SKILL.md +489 -0
- package/templates/vault/pptx-official/html2pptx.md +625 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/vault/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/vault/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/vault/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/vault/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/vault/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/vault/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/vault/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/vault/pptx-official/ooxml.md +427 -0
- package/templates/vault/pr-writer/SKILL.md +183 -0
- package/templates/vault/pricing-strategy/SKILL.md +362 -0
- package/templates/vault/privilege-escalation-methods/SKILL.md +336 -0
- package/templates/vault/product-design/SKILL.md +358 -0
- package/templates/vault/product-inventor/SKILL.md +661 -0
- package/templates/vault/product-manager/SKILL.md +42 -0
- package/templates/vault/product-manager-toolkit/SKILL.md +357 -0
- package/templates/vault/product-manager-toolkit/references/prd_templates.md +317 -0
- package/templates/vault/production-code-audit/SKILL.md +543 -0
- package/templates/vault/production-scheduling/SKILL.md +216 -0
- package/templates/vault/production-scheduling/references/communication-templates.md +503 -0
- package/templates/vault/production-scheduling/references/decision-frameworks.md +867 -0
- package/templates/vault/production-scheduling/references/edge-cases.md +611 -0
- package/templates/vault/professional-proofreader/SKILL.md +106 -0
- package/templates/vault/professional-proofreader/references/file-processing-mode.md +44 -0
- package/templates/vault/professional-proofreader/references/inline-text-mode.md +93 -0
- package/templates/vault/programmatic-seo/SKILL.md +351 -0
- package/templates/vault/project-development/SKILL.md +342 -0
- package/templates/vault/projection-patterns/SKILL.md +36 -0
- package/templates/vault/projection-patterns/resources/implementation-playbook.md +501 -0
- package/templates/vault/prometheus-configuration/SKILL.md +407 -0
- package/templates/vault/prompt-caching/SKILL.md +66 -0
- package/templates/vault/prompt-engineering/SKILL.md +177 -0
- package/templates/vault/prompt-engineering-patterns/SKILL.md +216 -0
- package/templates/vault/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/templates/vault/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/templates/vault/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/templates/vault/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/templates/vault/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/templates/vault/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/templates/vault/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/templates/vault/prompt-library/SKILL.md +325 -0
- package/templates/vault/proof-of-vulnerability/SKILL.md +6 -0
- package/templates/vault/protocol-reverse-engineering/SKILL.md +32 -0
- package/templates/vault/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/templates/vault/publish-and-summary/SKILL.md +6 -0
- package/templates/vault/pubmed-database/SKILL.md +458 -0
- package/templates/vault/pydantic-models-py/SKILL.md +64 -0
- package/templates/vault/pygraphistry/SKILL.md +6 -0
- package/templates/vault/pypict-skill/SKILL.md +23 -0
- package/templates/vault/python-development-python-scaffold/SKILL.md +334 -0
- package/templates/vault/python-packaging/SKILL.md +39 -0
- package/templates/vault/python-packaging/resources/implementation-playbook.md +869 -0
- package/templates/vault/python-patterns/SKILL.md +447 -0
- package/templates/vault/python-performance-optimization/SKILL.md +39 -0
- package/templates/vault/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/templates/vault/python-security-auditor/SKILL.md +6 -0
- package/templates/vault/qiskit/SKILL.md +273 -0
- package/templates/vault/quality-nonconformance/SKILL.md +237 -0
- package/templates/vault/quality-nonconformance/references/communication-templates.md +711 -0
- package/templates/vault/quality-nonconformance/references/decision-frameworks.md +769 -0
- package/templates/vault/quality-nonconformance/references/edge-cases.md +588 -0
- package/templates/vault/quant-analyst/SKILL.md +51 -0
- package/templates/vault/quantitative-analysis/SKILL.md +6 -0
- package/templates/vault/radix-ui-design-system/SKILL.md +848 -0
- package/templates/vault/radix-ui-design-system/examples/README.md +63 -0
- package/templates/vault/radix-ui-design-system/examples/dialog-example.tsx +128 -0
- package/templates/vault/radix-ui-design-system/examples/dropdown-example.tsx +162 -0
- package/templates/vault/radix-ui-design-system/templates/component-template.tsx +148 -0
- package/templates/vault/rag-implementation/SKILL.md +196 -0
- package/templates/vault/rails-upgrade/SKILL.md +6 -0
- package/templates/vault/react-best-practices/AGENTS.md +2249 -0
- package/templates/vault/react-best-practices/README.md +123 -0
- package/templates/vault/react-best-practices/SKILL.md +127 -0
- package/templates/vault/react-best-practices/metadata.json +15 -0
- package/templates/vault/react-best-practices/rules/_sections.md +46 -0
- package/templates/vault/react-best-practices/rules/_template.md +28 -0
- package/templates/vault/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/templates/vault/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/templates/vault/react-best-practices/rules/async-api-routes.md +38 -0
- package/templates/vault/react-best-practices/rules/async-defer-await.md +80 -0
- package/templates/vault/react-best-practices/rules/async-dependencies.md +36 -0
- package/templates/vault/react-best-practices/rules/async-parallel.md +28 -0
- package/templates/vault/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/templates/vault/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/templates/vault/react-best-practices/rules/bundle-conditional.md +31 -0
- package/templates/vault/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/templates/vault/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/templates/vault/react-best-practices/rules/bundle-preload.md +50 -0
- package/templates/vault/react-best-practices/rules/client-event-listeners.md +74 -0
- package/templates/vault/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/templates/vault/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/templates/vault/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/templates/vault/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/templates/vault/react-best-practices/rules/js-cache-storage.md +70 -0
- package/templates/vault/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/templates/vault/react-best-practices/rules/js-early-exit.md +50 -0
- package/templates/vault/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/templates/vault/react-best-practices/rules/js-index-maps.md +37 -0
- package/templates/vault/react-best-practices/rules/js-length-check-first.md +49 -0
- package/templates/vault/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/templates/vault/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/templates/vault/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/templates/vault/react-best-practices/rules/rendering-activity.md +26 -0
- package/templates/vault/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/templates/vault/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/templates/vault/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/templates/vault/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/templates/vault/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/templates/vault/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/templates/vault/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/templates/vault/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/templates/vault/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/templates/vault/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/templates/vault/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/templates/vault/react-best-practices/rules/rerender-memo.md +44 -0
- package/templates/vault/react-best-practices/rules/rerender-transitions.md +40 -0
- package/templates/vault/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/templates/vault/react-best-practices/rules/server-cache-lru.md +41 -0
- package/templates/vault/react-best-practices/rules/server-cache-react.md +26 -0
- package/templates/vault/react-best-practices/rules/server-parallel-fetching.md +79 -0
- package/templates/vault/react-best-practices/rules/server-serialization.md +38 -0
- package/templates/vault/react-flow-architect/SKILL.md +619 -0
- package/templates/vault/react-flow-node-ts/SKILL.md +72 -0
- package/templates/vault/react-modernization/SKILL.md +37 -0
- package/templates/vault/react-modernization/resources/implementation-playbook.md +512 -0
- package/templates/vault/react-native-architecture/SKILL.md +36 -0
- package/templates/vault/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/templates/vault/react-nextjs-development/SKILL.md +228 -0
- package/templates/vault/react-state-management/SKILL.md +444 -0
- package/templates/vault/react-ui-patterns/SKILL.md +295 -0
- package/templates/vault/readme/SKILL.md +843 -0
- package/templates/vault/receiving-code-review/SKILL.md +219 -0
- package/templates/vault/red-team-tactics/SKILL.md +204 -0
- package/templates/vault/red-team-tools/SKILL.md +313 -0
- package/templates/vault/reddit-automation/SKILL.md +216 -0
- package/templates/vault/reference-builder/SKILL.md +186 -0
- package/templates/vault/referral-program/SKILL.md +608 -0
- package/templates/vault/rehabilitation-analyzer/SKILL.md +636 -0
- package/templates/vault/remotion/SKILL.md +400 -0
- package/templates/vault/remotion-best-practices/SKILL.md +45 -0
- package/templates/vault/remotion-best-practices/rules/3d.md +86 -0
- package/templates/vault/remotion-best-practices/rules/animations.md +29 -0
- package/templates/vault/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/templates/vault/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/templates/vault/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/templates/vault/remotion-best-practices/rules/assets.md +78 -0
- package/templates/vault/remotion-best-practices/rules/audio.md +172 -0
- package/templates/vault/remotion-best-practices/rules/calculate-metadata.md +104 -0
- package/templates/vault/remotion-best-practices/rules/can-decode.md +75 -0
- package/templates/vault/remotion-best-practices/rules/charts.md +58 -0
- package/templates/vault/remotion-best-practices/rules/compositions.md +146 -0
- package/templates/vault/remotion-best-practices/rules/display-captions.md +126 -0
- package/templates/vault/remotion-best-practices/rules/extract-frames.md +229 -0
- package/templates/vault/remotion-best-practices/rules/fonts.md +152 -0
- package/templates/vault/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/templates/vault/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/templates/vault/remotion-best-practices/rules/get-video-duration.md +58 -0
- package/templates/vault/remotion-best-practices/rules/gifs.md +138 -0
- package/templates/vault/remotion-best-practices/rules/images.md +130 -0
- package/templates/vault/remotion-best-practices/rules/import-srt-captions.md +67 -0
- package/templates/vault/remotion-best-practices/rules/lottie.md +68 -0
- package/templates/vault/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
- package/templates/vault/remotion-best-practices/rules/measuring-text.md +143 -0
- package/templates/vault/remotion-best-practices/rules/sequencing.md +106 -0
- package/templates/vault/remotion-best-practices/rules/tailwind.md +11 -0
- package/templates/vault/remotion-best-practices/rules/text-animations.md +20 -0
- package/templates/vault/remotion-best-practices/rules/timing.md +179 -0
- package/templates/vault/remotion-best-practices/rules/transcribe-captions.md +19 -0
- package/templates/vault/remotion-best-practices/rules/transitions.md +122 -0
- package/templates/vault/remotion-best-practices/rules/trimming.md +53 -0
- package/templates/vault/remotion-best-practices/rules/videos.md +171 -0
- package/templates/vault/render-automation/SKILL.md +185 -0
- package/templates/vault/requesting-code-review/SKILL.md +111 -0
- package/templates/vault/requesting-code-review/code-reviewer.md +146 -0
- package/templates/vault/research-engineer/SKILL.md +6 -0
- package/templates/vault/returns-reverse-logistics/SKILL.md +218 -0
- package/templates/vault/returns-reverse-logistics/references/communication-templates.md +532 -0
- package/templates/vault/returns-reverse-logistics/references/decision-frameworks.md +823 -0
- package/templates/vault/returns-reverse-logistics/references/edge-cases.md +635 -0
- package/templates/vault/reverse-engineer/SKILL.md +169 -0
- package/templates/vault/risk-manager/SKILL.md +60 -0
- package/templates/vault/risk-metrics-calculation/SKILL.md +36 -0
- package/templates/vault/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/templates/vault/risk-modeling/SKILL.md +6 -0
- package/templates/vault/robius-app-architecture/SKILL.md +328 -0
- package/templates/vault/robius-event-action/SKILL.md +359 -0
- package/templates/vault/robius-matrix-integration/SKILL.md +428 -0
- package/templates/vault/robius-state-management/SKILL.md +411 -0
- package/templates/vault/robius-widget-patterns/SKILL.md +426 -0
- package/templates/vault/ruby-pro/SKILL.md +54 -0
- package/templates/vault/rust-async-patterns/SKILL.md +36 -0
- package/templates/vault/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/templates/vault/rust-pro/SKILL.md +176 -0
- package/templates/vault/rust-security-auditor/SKILL.md +6 -0
- package/templates/vault/saas-mvp-launcher/SKILL.md +218 -0
- package/templates/vault/saga-orchestration/SKILL.md +507 -0
- package/templates/vault/saga-orchestration/resources/implementation-playbook.md +26 -0
- package/templates/vault/sales-automator/SKILL.md +60 -0
- package/templates/vault/salesforce-automation/SKILL.md +194 -0
- package/templates/vault/salesforce-development/SKILL.md +56 -0
- package/templates/vault/sam-altman/SKILL.md +1083 -0
- package/templates/vault/sast-configuration/SKILL.md +215 -0
- package/templates/vault/scala-pro/SKILL.md +79 -0
- package/templates/vault/scanning-tools/SKILL.md +592 -0
- package/templates/vault/scanpy/SKILL.md +384 -0
- package/templates/vault/schema-markup/SKILL.md +360 -0
- package/templates/vault/scientific-writing/SKILL.md +717 -0
- package/templates/vault/scikit-learn/SKILL.md +521 -0
- package/templates/vault/scipy/SKILL.md +6 -0
- package/templates/vault/screen-reader-testing/SKILL.md +36 -0
- package/templates/vault/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/templates/vault/screenshots/SKILL.md +402 -0
- package/templates/vault/seaborn/SKILL.md +671 -0
- package/templates/vault/search-specialist/SKILL.md +78 -0
- package/templates/vault/secrets-management/SKILL.md +367 -0
- package/templates/vault/security/aws-compliance-checker/SKILL.md +517 -0
- package/templates/vault/security/aws-iam-best-practices/SKILL.md +398 -0
- package/templates/vault/security/aws-secrets-rotation/SKILL.md +466 -0
- package/templates/vault/security/aws-security-audit/SKILL.md +370 -0
- package/templates/vault/security-audit/SKILL.md +217 -0
- package/templates/vault/security-bluebook-builder/SKILL.md +46 -0
- package/templates/vault/security-compliance-compliance-check/SKILL.md +58 -0
- package/templates/vault/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/templates/vault/security-requirement-extraction/SKILL.md +36 -0
- package/templates/vault/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/templates/vault/security-scanning-security-dependencies/SKILL.md +46 -0
- package/templates/vault/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/templates/vault/security-scanning-security-hardening/SKILL.md +150 -0
- package/templates/vault/security-scanning-security-sast/SKILL.md +496 -0
- package/templates/vault/security-skill-creator/SKILL.md +6 -0
- package/templates/vault/segment-automation/SKILL.md +229 -0
- package/templates/vault/segment-cdp/SKILL.md +55 -0
- package/templates/vault/semgrep-rule-creator/SKILL.md +168 -0
- package/templates/vault/semgrep-rule-variant-creator/SKILL.md +199 -0
- package/templates/vault/sendgrid-automation/SKILL.md +232 -0
- package/templates/vault/senior-architect/SKILL.md +215 -0
- package/templates/vault/senior-architect/references/architecture_patterns.md +103 -0
- package/templates/vault/senior-architect/references/system_design_workflows.md +103 -0
- package/templates/vault/senior-architect/references/tech_decision_guide.md +103 -0
- package/templates/vault/sentry-automation/SKILL.md +236 -0
- package/templates/vault/seo-audit/SKILL.md +487 -0
- package/templates/vault/seo-authority-builder/SKILL.md +141 -0
- package/templates/vault/seo-cannibalization-detector/SKILL.md +122 -0
- package/templates/vault/seo-content-auditor/SKILL.md +82 -0
- package/templates/vault/seo-content-planner/SKILL.md +113 -0
- package/templates/vault/seo-content-refresher/SKILL.md +117 -0
- package/templates/vault/seo-forensic-incident-response/SKILL.md +262 -0
- package/templates/vault/seo-keyword-strategist/SKILL.md +94 -0
- package/templates/vault/seo-meta-optimizer/SKILL.md +91 -0
- package/templates/vault/seo-snippet-hunter/SKILL.md +113 -0
- package/templates/vault/seo-structure-architect/SKILL.md +107 -0
- package/templates/vault/server-management/SKILL.md +166 -0
- package/templates/vault/service-mesh-expert/SKILL.md +61 -0
- package/templates/vault/service-mesh-observability/SKILL.md +398 -0
- package/templates/vault/sexual-health-analyzer/SKILL.md +1118 -0
- package/templates/vault/shader-programming-glsl/SKILL.md +122 -0
- package/templates/vault/sharp-edges/SKILL.md +293 -0
- package/templates/vault/shellcheck-configuration/SKILL.md +469 -0
- package/templates/vault/shodan-reconnaissance/SKILL.md +506 -0
- package/templates/vault/shopify-apps/SKILL.md +47 -0
- package/templates/vault/shopify-automation/SKILL.md +172 -0
- package/templates/vault/shopify-development/README.md +60 -0
- package/templates/vault/shopify-development/SKILL.md +368 -0
- package/templates/vault/shopify-development/references/app-development.md +578 -0
- package/templates/vault/shopify-development/references/extensions.md +555 -0
- package/templates/vault/shopify-development/references/themes.md +498 -0
- package/templates/vault/signup-flow-cro/SKILL.md +361 -0
- package/templates/vault/similarity-search-patterns/SKILL.md +36 -0
- package/templates/vault/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/templates/vault/skill-creator/LICENSE.txt +202 -0
- package/templates/vault/skill-creator/README.md +270 -0
- package/templates/vault/skill-creator/SKILL.md +590 -0
- package/templates/vault/skill-creator/references/output-patterns.md +82 -0
- package/templates/vault/skill-creator/references/workflows.md +28 -0
- package/templates/vault/skill-creator-ms/SKILL.md +619 -0
- package/templates/vault/skill-developer/ADVANCED.md +197 -0
- package/templates/vault/skill-developer/HOOK_MECHANISMS.md +306 -0
- package/templates/vault/skill-developer/PATTERNS_LIBRARY.md +152 -0
- package/templates/vault/skill-developer/SKILL.md +429 -0
- package/templates/vault/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
- package/templates/vault/skill-developer/TRIGGER_TYPES.md +305 -0
- package/templates/vault/skill-developer/TROUBLESHOOTING.md +514 -0
- package/templates/vault/skill-improver/SKILL.md +145 -0
- package/templates/vault/skill-installer/SKILL.md +299 -0
- package/templates/vault/skill-installer/references/known-locations.md +44 -0
- package/templates/vault/skill-rails-upgrade/SKILL.md +409 -0
- package/templates/vault/skill-router/SKILL.md +253 -0
- package/templates/vault/skill-scanner/SKILL.md +197 -0
- package/templates/vault/skill-seekers/SKILL.md +23 -0
- package/templates/vault/skill-sentinel/SKILL.md +277 -0
- package/templates/vault/skill-sentinel/references/analysis_criteria.md +96 -0
- package/templates/vault/skill-sentinel/references/schema.md +107 -0
- package/templates/vault/skill-sentinel/references/security_patterns.md +81 -0
- package/templates/vault/skill-sentinel/references/skill_template.md +118 -0
- package/templates/vault/skill-writer/SKILL.md +110 -0
- package/templates/vault/skin-health-analyzer/SKILL.md +712 -0
- package/templates/vault/slack-automation/SKILL.md +193 -0
- package/templates/vault/slack-bot-builder/SKILL.md +269 -0
- package/templates/vault/slack-gif-creator/LICENSE.txt +202 -0
- package/templates/vault/slack-gif-creator/SKILL.md +259 -0
- package/templates/vault/slack-gif-creator/core/easing.py +234 -0
- package/templates/vault/slack-gif-creator/core/frame_composer.py +176 -0
- package/templates/vault/slack-gif-creator/core/gif_builder.py +269 -0
- package/templates/vault/slack-gif-creator/core/validators.py +136 -0
- package/templates/vault/slack-gif-creator/requirements.txt +4 -0
- package/templates/vault/sleep-analyzer/SKILL.md +773 -0
- package/templates/vault/slo-implementation/SKILL.md +344 -0
- package/templates/vault/smtp-penetration-testing/SKILL.md +503 -0
- package/templates/vault/social-content/SKILL.md +813 -0
- package/templates/vault/social-orchestrator/SKILL.md +299 -0
- package/templates/vault/solidity-security/SKILL.md +37 -0
- package/templates/vault/solidity-security/resources/implementation-playbook.md +524 -0
- package/templates/vault/spark-optimization/SKILL.md +430 -0
- package/templates/vault/spec-to-code-compliance/SKILL.md +357 -0
- package/templates/vault/speckit-updater/SKILL.md +165 -0
- package/templates/vault/speed/SKILL.md +35 -0
- package/templates/vault/spline-3d-integration/SKILL.md +80 -0
- package/templates/vault/spline-3d-integration/examples/interactive-scene.tsx +198 -0
- package/templates/vault/spline-3d-integration/examples/react-spline-wrapper.tsx +124 -0
- package/templates/vault/spline-3d-integration/examples/vanilla-embed.html +146 -0
- package/templates/vault/spline-3d-integration/guides/COMMON_PROBLEMS.md +262 -0
- package/templates/vault/spline-3d-integration/guides/PERFORMANCE.md +163 -0
- package/templates/vault/spline-3d-integration/guides/REACT_INTEGRATION.md +212 -0
- package/templates/vault/spline-3d-integration/guides/VANILLA_INTEGRATION.md +203 -0
- package/templates/vault/spline-3d-integration/spline-3d-integration-skill (1).zip +0 -0
- package/templates/vault/sql-injection-testing/SKILL.md +451 -0
- package/templates/vault/sql-pro/SKILL.md +171 -0
- package/templates/vault/sqlmap-database-pentesting/SKILL.md +403 -0
- package/templates/vault/square-automation/SKILL.md +180 -0
- package/templates/vault/sred-project-organizer/SKILL.md +129 -0
- package/templates/vault/sred-work-summary/SKILL.md +141 -0
- package/templates/vault/ssh-penetration-testing/SKILL.md +491 -0
- package/templates/vault/stability-ai/SKILL.md +218 -0
- package/templates/vault/stability-ai/references/api-reference.md +246 -0
- package/templates/vault/stability-ai/references/prompt-engineering.md +232 -0
- package/templates/vault/stability-ai/references/setup-guide.md +94 -0
- package/templates/vault/startup-analyst/SKILL.md +324 -0
- package/templates/vault/startup-business-analyst-business-case/SKILL.md +492 -0
- package/templates/vault/startup-business-analyst-financial-projections/SKILL.md +358 -0
- package/templates/vault/startup-business-analyst-market-opportunity/SKILL.md +245 -0
- package/templates/vault/startup-financial-modeling/SKILL.md +465 -0
- package/templates/vault/startup-metrics-framework/SKILL.md +32 -0
- package/templates/vault/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/templates/vault/static-analysis/SKILL.md +6 -0
- package/templates/vault/statsmodels/SKILL.md +612 -0
- package/templates/vault/steve-jobs/SKILL.md +598 -0
- package/templates/vault/stitch-loop/SKILL.md +263 -0
- package/templates/vault/stitch-ui-design/README.md +165 -0
- package/templates/vault/stitch-ui-design/SKILL.md +382 -0
- package/templates/vault/stitch-ui-design/references/advanced-techniques.md +541 -0
- package/templates/vault/stitch-ui-design/references/prompt-examples.md +601 -0
- package/templates/vault/stride-analysis-patterns/SKILL.md +36 -0
- package/templates/vault/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/templates/vault/stripe-automation/SKILL.md +202 -0
- package/templates/vault/subagent-driven-development/SKILL.md +243 -0
- package/templates/vault/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/templates/vault/subagent-driven-development/implementer-prompt.md +78 -0
- package/templates/vault/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/templates/vault/supabase-automation/SKILL.md +240 -0
- package/templates/vault/superpowers-lab/SKILL.md +23 -0
- package/templates/vault/supply-chain-risk-auditor/SKILL.md +67 -0
- package/templates/vault/swiftui-expert-skill/SKILL.md +242 -0
- package/templates/vault/sympy/SKILL.md +498 -0
- package/templates/vault/systems-programming-rust-project/SKILL.md +443 -0
- package/templates/vault/tailwind-design-system/SKILL.md +36 -0
- package/templates/vault/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/templates/vault/tanstack-query-expert/SKILL.md +242 -0
- package/templates/vault/task-intelligence/SKILL.md +304 -0
- package/templates/vault/task-intelligence/references/problem-catalog.md +58 -0
- package/templates/vault/task-intelligence/references/time-patterns.md +61 -0
- package/templates/vault/tavily-web/SKILL.md +39 -0
- package/templates/vault/tcm-constitution-analyzer/SKILL.md +664 -0
- package/templates/vault/tdd-orchestrator/SKILL.md +202 -0
- package/templates/vault/tdd-workflow/SKILL.md +154 -0
- package/templates/vault/tdd-workflows-tdd-cycle/SKILL.md +224 -0
- package/templates/vault/tdd-workflows-tdd-green/SKILL.md +76 -0
- package/templates/vault/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/templates/vault/tdd-workflows-tdd-red/SKILL.md +167 -0
- package/templates/vault/tdd-workflows-tdd-refactor/SKILL.md +190 -0
- package/templates/vault/team-collaboration-issue/SKILL.md +40 -0
- package/templates/vault/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/templates/vault/team-collaboration-standup-notes/SKILL.md +47 -0
- package/templates/vault/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/templates/vault/team-composition-analysis/SKILL.md +411 -0
- package/templates/vault/telegram/SKILL.md +576 -0
- package/templates/vault/telegram/assets/boilerplate/nodejs/.env.example +10 -0
- package/templates/vault/telegram/assets/boilerplate/nodejs/package.json +23 -0
- package/templates/vault/telegram/assets/boilerplate/nodejs/tsconfig.json +17 -0
- package/templates/vault/telegram/assets/boilerplate/python/.env.example +10 -0
- package/templates/vault/telegram/assets/boilerplate/python/bot.py +122 -0
- package/templates/vault/telegram/assets/boilerplate/python/requirements.txt +4 -0
- package/templates/vault/telegram/assets/boilerplate/python/webhook_server.py +110 -0
- package/templates/vault/telegram/assets/examples/inline-keyboard.json +74 -0
- package/templates/vault/telegram/assets/examples/webhook-payloads.json +159 -0
- package/templates/vault/telegram/references/advanced-features.md +355 -0
- package/templates/vault/telegram/references/api-reference.md +275 -0
- package/templates/vault/telegram/references/chat-management.md +303 -0
- package/templates/vault/telegram/references/webhook-setup.md +307 -0
- package/templates/vault/telegram-automation/SKILL.md +223 -0
- package/templates/vault/telegram-bot-builder/SKILL.md +259 -0
- package/templates/vault/telegram-mini-app/SKILL.md +284 -0
- package/templates/vault/temporal-golang-pro/SKILL.md +216 -0
- package/templates/vault/temporal-golang-pro/resources/implementation-playbook.md +242 -0
- package/templates/vault/temporal-golang-pro/resources/testing-strategies.md +145 -0
- package/templates/vault/temporal-python-pro/SKILL.md +368 -0
- package/templates/vault/temporal-python-testing/SKILL.md +173 -0
- package/templates/vault/temporal-python-testing/resources/integration-testing.md +455 -0
- package/templates/vault/temporal-python-testing/resources/local-setup.md +553 -0
- package/templates/vault/temporal-python-testing/resources/replay-testing.md +462 -0
- package/templates/vault/temporal-python-testing/resources/unit-testing.md +328 -0
- package/templates/vault/terraform-aws-modules/SKILL.md +78 -0
- package/templates/vault/terraform-infrastructure/SKILL.md +163 -0
- package/templates/vault/terraform-module-library/SKILL.md +264 -0
- package/templates/vault/terraform-module-library/references/aws-modules.md +63 -0
- package/templates/vault/terraform-skill/SKILL.md +514 -0
- package/templates/vault/terraform-specialist/SKILL.md +162 -0
- package/templates/vault/test-automator/SKILL.md +222 -0
- package/templates/vault/test-fixing/SKILL.md +122 -0
- package/templates/vault/testing-handbook-skills/SKILL.md +6 -0
- package/templates/vault/testing-qa/SKILL.md +230 -0
- package/templates/vault/theme-factory/LICENSE.txt +202 -0
- package/templates/vault/theme-factory/SKILL.md +64 -0
- package/templates/vault/theme-factory/theme-showcase.pdf +0 -0
- package/templates/vault/theme-factory/themes/arctic-frost.md +19 -0
- package/templates/vault/theme-factory/themes/botanical-garden.md +19 -0
- package/templates/vault/theme-factory/themes/desert-rose.md +19 -0
- package/templates/vault/theme-factory/themes/forest-canopy.md +19 -0
- package/templates/vault/theme-factory/themes/golden-hour.md +19 -0
- package/templates/vault/theme-factory/themes/midnight-galaxy.md +19 -0
- package/templates/vault/theme-factory/themes/modern-minimalist.md +19 -0
- package/templates/vault/theme-factory/themes/ocean-depths.md +19 -0
- package/templates/vault/theme-factory/themes/sunset-boulevard.md +19 -0
- package/templates/vault/theme-factory/themes/tech-innovation.md +19 -0
- package/templates/vault/threat-mitigation-mapping/SKILL.md +36 -0
- package/templates/vault/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/templates/vault/threejs-animation/SKILL.md +552 -0
- package/templates/vault/threejs-fundamentals/SKILL.md +488 -0
- package/templates/vault/threejs-geometry/SKILL.md +548 -0
- package/templates/vault/threejs-interaction/SKILL.md +660 -0
- package/templates/vault/threejs-lighting/SKILL.md +481 -0
- package/templates/vault/threejs-loaders/SKILL.md +623 -0
- package/templates/vault/threejs-materials/SKILL.md +527 -0
- package/templates/vault/threejs-postprocessing/SKILL.md +602 -0
- package/templates/vault/threejs-shaders/SKILL.md +642 -0
- package/templates/vault/threejs-skills/SKILL.md +655 -0
- package/templates/vault/threejs-textures/SKILL.md +628 -0
- package/templates/vault/tiktok-automation/SKILL.md +182 -0
- package/templates/vault/todoist-automation/SKILL.md +235 -0
- package/templates/vault/tool-design/SKILL.md +319 -0
- package/templates/vault/track-management/SKILL.md +37 -0
- package/templates/vault/track-management/resources/implementation-playbook.md +591 -0
- package/templates/vault/travel-health-analyzer/SKILL.md +421 -0
- package/templates/vault/trello-automation/SKILL.md +185 -0
- package/templates/vault/trigger-dev/SKILL.md +72 -0
- package/templates/vault/turborepo-caching/SKILL.md +422 -0
- package/templates/vault/tutorial-engineer/SKILL.md +397 -0
- package/templates/vault/twilio-communications/SKILL.md +300 -0
- package/templates/vault/twitter-automation/SKILL.md +235 -0
- package/templates/vault/typescript-advanced-types/SKILL.md +38 -0
- package/templates/vault/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/templates/vault/typescript-expert/SKILL.md +426 -0
- package/templates/vault/typescript-expert/references/tsconfig-strict.json +92 -0
- package/templates/vault/typescript-expert/references/typescript-cheatsheet.md +383 -0
- package/templates/vault/typescript-expert/references/utility-types.ts +335 -0
- package/templates/vault/typescript-pro/SKILL.md +53 -0
- package/templates/vault/ui-skills/SKILL.md +23 -0
- package/templates/vault/ui-ux-pro-max/SKILL.md +357 -0
- package/templates/vault/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/vault/ui-ux-pro-max/data/colors.csv +97 -0
- package/templates/vault/ui-ux-pro-max/data/icons.csv +101 -0
- package/templates/vault/ui-ux-pro-max/data/landing.csv +31 -0
- package/templates/vault/ui-ux-pro-max/data/products.csv +97 -0
- package/templates/vault/ui-ux-pro-max/data/prompts.csv +24 -0
- package/templates/vault/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/templates/vault/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/templates/vault/ui-ux-pro-max/data/styles.csv +59 -0
- package/templates/vault/ui-ux-pro-max/data/typography.csv +58 -0
- package/templates/vault/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/templates/vault/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/vault/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/templates/vault/ui-visual-validator/SKILL.md +211 -0
- package/templates/vault/umap/SKILL.md +6 -0
- package/templates/vault/uncle-bob-craft/README.md +12 -0
- package/templates/vault/uncle-bob-craft/SKILL.md +164 -0
- package/templates/vault/uncle-bob-craft/examples/code-review-checklist.md +55 -0
- package/templates/vault/uncle-bob-craft/reference.md +146 -0
- package/templates/vault/uncle-bob-craft/references/clean-agile.md +32 -0
- package/templates/vault/uncle-bob-craft/references/clean-architecture.md +56 -0
- package/templates/vault/uncle-bob-craft/references/clean-coder.md +34 -0
- package/templates/vault/uncle-bob-craft/references/design-patterns.md +32 -0
- package/templates/vault/uniprot-database/SKILL.md +193 -0
- package/templates/vault/unit-testing-test-generate/SKILL.md +322 -0
- package/templates/vault/unity-developer/SKILL.md +227 -0
- package/templates/vault/unity-ecs-patterns/SKILL.md +36 -0
- package/templates/vault/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/templates/vault/unreal-engine-cpp-pro/SKILL.md +115 -0
- package/templates/vault/unreal-engine-cpp-pro/examples/ExampleActor.cpp +43 -0
- package/templates/vault/unreal-engine-cpp-pro/examples/ExampleActor.h +57 -0
- package/templates/vault/unsplash-integration/SKILL.md +36 -0
- package/templates/vault/upgrading-expo/SKILL.md +119 -0
- package/templates/vault/upstash-qstash/SKILL.md +73 -0
- package/templates/vault/using-git-worktrees/SKILL.md +223 -0
- package/templates/vault/using-neon/SKILL.md +85 -0
- package/templates/vault/using-superpowers/SKILL.md +93 -0
- package/templates/vault/uv-package-manager/SKILL.md +40 -0
- package/templates/vault/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/templates/vault/variant-analysis/SKILL.md +142 -0
- package/templates/vault/varlock/SKILL.md +434 -0
- package/templates/vault/varlock-claude-skill/SKILL.md +23 -0
- package/templates/vault/vector-database-engineer/SKILL.md +63 -0
- package/templates/vault/vector-index-tuning/SKILL.md +45 -0
- package/templates/vault/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/templates/vault/vercel-ai-sdk-expert/SKILL.md +222 -0
- package/templates/vault/vercel-automation/SKILL.md +230 -0
- package/templates/vault/vercel-deploy-claimable/SKILL.md +6 -0
- package/templates/vault/vexor/SKILL.md +23 -0
- package/templates/vault/vexor-cli/SKILL.md +79 -0
- package/templates/vault/vibe-code-auditor/SKILL.md +335 -0
- package/templates/vault/videodb/SKILL.md +372 -0
- package/templates/vault/videodb/reference/api-reference.md +548 -0
- package/templates/vault/videodb/reference/capture-reference.md +386 -0
- package/templates/vault/videodb/reference/capture.md +101 -0
- package/templates/vault/videodb/reference/editor.md +434 -0
- package/templates/vault/videodb/reference/generative.md +321 -0
- package/templates/vault/videodb/reference/rtstream-reference.md +551 -0
- package/templates/vault/videodb/reference/rtstream.md +65 -0
- package/templates/vault/videodb/reference/search.md +230 -0
- package/templates/vault/videodb/reference/streaming.md +339 -0
- package/templates/vault/videodb/reference/use-cases.md +118 -0
- package/templates/vault/videodb-skills/SKILL.md +119 -0
- package/templates/vault/viral-generator-builder/SKILL.md +204 -0
- package/templates/vault/vizcom/SKILL.md +37 -0
- package/templates/vault/voice-agents/SKILL.md +73 -0
- package/templates/vault/voice-ai-development/SKILL.md +307 -0
- package/templates/vault/voice-ai-engine-development/README.md +175 -0
- package/templates/vault/voice-ai-engine-development/SKILL.md +724 -0
- package/templates/vault/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
- package/templates/vault/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
- package/templates/vault/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
- package/templates/vault/voice-ai-engine-development/references/common_pitfalls.md +471 -0
- package/templates/vault/voice-ai-engine-development/references/provider_comparison.md +515 -0
- package/templates/vault/voice-ai-engine-development/templates/base_worker_template.py +193 -0
- package/templates/vault/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
- package/templates/vault/warren-buffett/SKILL.md +611 -0
- package/templates/vault/wcag-audit-patterns/SKILL.md +44 -0
- package/templates/vault/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/templates/vault/web-artifacts-builder/LICENSE.txt +202 -0
- package/templates/vault/web-artifacts-builder/SKILL.md +79 -0
- package/templates/vault/web-design-guidelines/SKILL.md +41 -0
- package/templates/vault/web-scraper/SKILL.md +752 -0
- package/templates/vault/web-scraper/references/data-transforms.md +397 -0
- package/templates/vault/web-scraper/references/extraction-patterns.md +475 -0
- package/templates/vault/web-scraper/references/output-templates.md +481 -0
- package/templates/vault/web-security-testing/SKILL.md +183 -0
- package/templates/vault/web3-testing/SKILL.md +430 -0
- package/templates/vault/webapp-testing/LICENSE.txt +202 -0
- package/templates/vault/webapp-testing/SKILL.md +101 -0
- package/templates/vault/webflow-automation/SKILL.md +240 -0
- package/templates/vault/weightloss-analyzer/SKILL.md +320 -0
- package/templates/vault/wellally-tech/SKILL.md +684 -0
- package/templates/vault/whatsapp-automation/SKILL.md +218 -0
- package/templates/vault/whatsapp-cloud-api/SKILL.md +488 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/nodejs/.env.example +20 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/nodejs/package.json +22 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/nodejs/tsconfig.json +17 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/.env.example +20 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/app.py +115 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/requirements.txt +4 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/template_manager.py +100 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/webhook_handler.py +132 -0
- package/templates/vault/whatsapp-cloud-api/assets/boilerplate/python/whatsapp_client.py +219 -0
- package/templates/vault/whatsapp-cloud-api/assets/examples/flow-example.json +170 -0
- package/templates/vault/whatsapp-cloud-api/assets/examples/interactive-menu.json +186 -0
- package/templates/vault/whatsapp-cloud-api/assets/examples/template-messages.json +173 -0
- package/templates/vault/whatsapp-cloud-api/assets/examples/webhook-payloads.json +240 -0
- package/templates/vault/whatsapp-cloud-api/references/advanced-features.md +546 -0
- package/templates/vault/whatsapp-cloud-api/references/api-reference.md +566 -0
- package/templates/vault/whatsapp-cloud-api/references/automation-patterns.md +690 -0
- package/templates/vault/whatsapp-cloud-api/references/compliance.md +404 -0
- package/templates/vault/whatsapp-cloud-api/references/message-types.md +1639 -0
- package/templates/vault/whatsapp-cloud-api/references/setup-guide.md +692 -0
- package/templates/vault/whatsapp-cloud-api/references/template-management.md +570 -0
- package/templates/vault/whatsapp-cloud-api/references/webhook-setup.md +603 -0
- package/templates/vault/wiki-architect/SKILL.md +66 -0
- package/templates/vault/wiki-changelog/SKILL.md +33 -0
- package/templates/vault/wiki-onboarding/SKILL.md +83 -0
- package/templates/vault/wiki-page-writer/SKILL.md +71 -0
- package/templates/vault/wiki-qa/SKILL.md +40 -0
- package/templates/vault/wiki-researcher/SKILL.md +71 -0
- package/templates/vault/wiki-vitepress/SKILL.md +154 -0
- package/templates/vault/windows-privilege-escalation/SKILL.md +499 -0
- package/templates/vault/wireshark-analysis/SKILL.md +500 -0
- package/templates/vault/wordpress/SKILL.md +318 -0
- package/templates/vault/wordpress-penetration-testing/SKILL.md +488 -0
- package/templates/vault/wordpress-plugin-development/SKILL.md +203 -0
- package/templates/vault/wordpress-theme-development/SKILL.md +188 -0
- package/templates/vault/wordpress-woocommerce-development/SKILL.md +187 -0
- package/templates/vault/workflow-automation/SKILL.md +74 -0
- package/templates/vault/workflow-orchestration-patterns/SKILL.md +336 -0
- package/templates/vault/workflow-patterns/SKILL.md +37 -0
- package/templates/vault/workflow-patterns/resources/implementation-playbook.md +621 -0
- package/templates/vault/workflow-skill-design/SKILL.md +6 -0
- package/templates/vault/wrike-automation/SKILL.md +237 -0
- package/templates/vault/writing-plans/SKILL.md +122 -0
- package/templates/vault/writing-skills/SKILL.md +122 -0
- package/templates/vault/writing-skills/anthropic-best-practices.md +1150 -0
- package/templates/vault/writing-skills/examples.md +282 -0
- package/templates/vault/writing-skills/gotchas.md +197 -0
- package/templates/vault/writing-skills/graphviz-conventions.dot +172 -0
- package/templates/vault/writing-skills/persuasion-principles.md +187 -0
- package/templates/vault/writing-skills/references/anti-rationalization/README.md +255 -0
- package/templates/vault/writing-skills/references/cso/README.md +268 -0
- package/templates/vault/writing-skills/references/standards/README.md +152 -0
- package/templates/vault/writing-skills/references/standards/metadata-standard.md +65 -0
- package/templates/vault/writing-skills/references/templates/discipline.md +54 -0
- package/templates/vault/writing-skills/references/templates/pattern.md +48 -0
- package/templates/vault/writing-skills/references/templates/reference.md +35 -0
- package/templates/vault/writing-skills/references/templates/technique.md +59 -0
- package/templates/vault/writing-skills/references/templates/tier-3-platform.md +19 -0
- package/templates/vault/writing-skills/references/testing/README.md +204 -0
- package/templates/vault/writing-skills/references/tier-1-simple/README.md +75 -0
- package/templates/vault/writing-skills/references/tier-2-expanded/README.md +69 -0
- package/templates/vault/writing-skills/references/tier-3-platform/README.md +98 -0
- package/templates/vault/writing-skills/render-graphs.js +168 -0
- package/templates/vault/writing-skills/testing-skills-with-subagents.md +384 -0
- package/templates/vault/x-article-publisher-skill/SKILL.md +23 -0
- package/templates/vault/x-twitter-scraper/SKILL.md +129 -0
- package/templates/vault/xlsx/LICENSE.txt +30 -0
- package/templates/vault/xlsx/SKILL.md +294 -0
- package/templates/vault/xlsx/recalc.py +178 -0
- package/templates/vault/xlsx-official/LICENSE.txt +30 -0
- package/templates/vault/xlsx-official/SKILL.md +294 -0
- package/templates/vault/xlsx-official/recalc.py +178 -0
- package/templates/vault/xss-html-injection/SKILL.md +502 -0
- package/templates/vault/yann-lecun/SKILL.md +1470 -0
- package/templates/vault/yann-lecun-debate/SKILL.md +431 -0
- package/templates/vault/yann-lecun-filosofia/SKILL.md +414 -0
- package/templates/vault/yann-lecun-tecnico/SKILL.md +519 -0
- package/templates/vault/yara-authoring/SKILL.md +6 -0
- package/templates/vault/youtube-automation/SKILL.md +222 -0
- package/templates/vault/youtube-summarizer/CHANGELOG.md +66 -0
- package/templates/vault/youtube-summarizer/README.md +365 -0
- package/templates/vault/youtube-summarizer/SKILL.md +408 -0
- package/templates/vault/zapier-make-patterns/SKILL.md +72 -0
- package/templates/vault/zendesk-automation/SKILL.md +219 -0
- package/templates/vault/zeroize-audit/SKILL.md +371 -0
- package/templates/vault/zod-validation-expert/SKILL.md +267 -0
- package/templates/vault/zoho-crm-automation/SKILL.md +210 -0
- package/templates/vault/zoom-automation/SKILL.md +221 -0
- package/templates/vault/zustand-store-ts/SKILL.md +74 -0
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: comfyui-gateway
|
|
3
|
+
description: REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).
|
|
4
|
+
risk: safe
|
|
5
|
+
source: community
|
|
6
|
+
date_added: '2026-03-06'
|
|
7
|
+
author: renat
|
|
8
|
+
tags:
|
|
9
|
+
- comfyui
|
|
10
|
+
- api-gateway
|
|
11
|
+
- image-generation
|
|
12
|
+
- typescript
|
|
13
|
+
tools:
|
|
14
|
+
- claude-code
|
|
15
|
+
- antigravity
|
|
16
|
+
- cursor
|
|
17
|
+
- gemini-cli
|
|
18
|
+
- codex-cli
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# ComfyUI Gateway
|
|
22
|
+
|
|
23
|
+
## Overview
|
|
24
|
+
|
|
25
|
+
REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).
|
|
26
|
+
|
|
27
|
+
## When to Use This Skill
|
|
28
|
+
|
|
29
|
+
- When the user mentions "comfyui" or related topics
|
|
30
|
+
- When the user mentions "comfy ui" or related topics
|
|
31
|
+
- When the user mentions "stable diffusion api gateway" or related topics
|
|
32
|
+
- When the user mentions "gateway comfyui" or related topics
|
|
33
|
+
- When the user mentions "api gateway imagens" or related topics
|
|
34
|
+
- When the user mentions "queue imagens" or related topics
|
|
35
|
+
|
|
36
|
+
## Do Not Use This Skill When
|
|
37
|
+
|
|
38
|
+
- The task is unrelated to comfyui gateway
|
|
39
|
+
- A simpler, more specific tool can handle the request
|
|
40
|
+
- The user needs general-purpose assistance without domain expertise
|
|
41
|
+
|
|
42
|
+
## How It Works
|
|
43
|
+
|
|
44
|
+
A production-grade REST API gateway that transforms any ComfyUI server into a universal,
|
|
45
|
+
secure, and scalable service. Supports workflow templates with placeholders, job queuing
|
|
46
|
+
with priorities, webhook callbacks, result caching, and multiple storage backends.
|
|
47
|
+
|
|
48
|
+
## Architecture Overview
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
┌─────────────┐ ┌──────────────────────────────────┐ ┌──────────┐
|
|
52
|
+
│ Clients │────▶│ ComfyUI Gateway │────▶│ ComfyUI │
|
|
53
|
+
│ (curl, n8n, │ │ │ │ Server │
|
|
54
|
+
│ Claude, │ │ ┌─────────┐ ┌──────────────┐ │ │ (local/ │
|
|
55
|
+
│ Lovable, │ │ │ Fastify │ │ BullMQ Queue │ │ │ remote) │
|
|
56
|
+
│ Supabase) │ │ │ API │──│ (or in-mem) │ │ └──────────┘
|
|
57
|
+
│ │◀────│ └─────────┘ └──────────────┘ │
|
|
58
|
+
│ │ │ ┌─────────┐ ┌──────────────┐ │ ┌──────────┐
|
|
59
|
+
│ │ │ │ Auth + │ │ Storage │ │────▶│ S3/MinIO │
|
|
60
|
+
│ │ │ │ RateL. │ │ (local/S3) │ │ │(optional)│
|
|
61
|
+
│ │ │ └─────────┘ └──────────────┘ │ └──────────┘
|
|
62
|
+
└─────────────┘ └──────────────────────────────────┘
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Components
|
|
66
|
+
|
|
67
|
+
| Component | Purpose | File(s) |
|
|
68
|
+
|-----------|---------|---------|
|
|
69
|
+
| **API Gateway** | REST endpoints, validation, CORS | `src/api/` |
|
|
70
|
+
| **Worker** | Processes jobs, talks to ComfyUI | `src/worker/` |
|
|
71
|
+
| **ComfyUI Client** | HTTP + WebSocket to ComfyUI | `src/comfyui/` |
|
|
72
|
+
| **Workflow Manager** | Template storage, placeholder rendering | `src/workflows/` |
|
|
73
|
+
| **Storage Provider** | Local disk + S3-compatible | `src/storage/` |
|
|
74
|
+
| **Cache** | Hash-based deduplication | `src/cache/` |
|
|
75
|
+
| **Notifier** | Webhook with HMAC signing | `src/notifications/` |
|
|
76
|
+
| **Auth** | API key + JWT + rate limiting | `src/auth/` |
|
|
77
|
+
| **DB** | SQLite (better-sqlite3) or Postgres | `src/db/` |
|
|
78
|
+
| **CLI** | Init, add-workflow, run, worker | `src/cli/` |
|
|
79
|
+
|
|
80
|
+
## Quick Start
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
|
|
84
|
+
## 1. Install
|
|
85
|
+
|
|
86
|
+
cd comfyui-gateway
|
|
87
|
+
npm install
|
|
88
|
+
|
|
89
|
+
## 2. Configure
|
|
90
|
+
|
|
91
|
+
cp .env.example .env
|
|
92
|
+
|
|
93
|
+
## 3. Initialize
|
|
94
|
+
|
|
95
|
+
npx tsx src/cli/index.ts init
|
|
96
|
+
|
|
97
|
+
## 4. Add A Workflow
|
|
98
|
+
|
|
99
|
+
npx tsx src/cli/index.ts add-workflow ./workflows/sdxl_realism_v1.json \
|
|
100
|
+
--id sdxl_realism_v1 --schema ./workflows/sdxl_realism_v1.schema.json
|
|
101
|
+
|
|
102
|
+
## 5. Start (Api + Worker In One Process)
|
|
103
|
+
|
|
104
|
+
npm run dev
|
|
105
|
+
|
|
106
|
+
## Or Separately:
|
|
107
|
+
|
|
108
|
+
npm run start:api # API only
|
|
109
|
+
npm run start:worker # Worker only
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
## Environment Variables
|
|
113
|
+
|
|
114
|
+
All configuration is via `.env` — nothing is hardcoded:
|
|
115
|
+
|
|
116
|
+
| Variable | Default | Description |
|
|
117
|
+
|----------|---------|-------------|
|
|
118
|
+
| `PORT` | `3000` | API server port |
|
|
119
|
+
| `HOST` | `0.0.0.0` | API bind address |
|
|
120
|
+
| `COMFYUI_URL` | `http://127.0.0.1:8188` | ComfyUI server URL |
|
|
121
|
+
| `COMFYUI_TIMEOUT_MS` | `300000` | Max wait for ComfyUI (5min) |
|
|
122
|
+
| `API_KEYS` | `""` | Comma-separated API keys (`key:role`) |
|
|
123
|
+
| `JWT_SECRET` | `""` | JWT signing secret (empty = JWT disabled) |
|
|
124
|
+
| `REDIS_URL` | `""` | Redis URL (empty = in-memory queue) |
|
|
125
|
+
| `DATABASE_URL` | `./data/gateway.db` | SQLite path or Postgres URL |
|
|
126
|
+
| `STORAGE_PROVIDER` | `local` | `local` or `s3` |
|
|
127
|
+
| `STORAGE_LOCAL_PATH` | `./data/outputs` | Local output directory |
|
|
128
|
+
| `S3_ENDPOINT` | `""` | S3/MinIO endpoint |
|
|
129
|
+
| `S3_BUCKET` | `""` | S3 bucket name |
|
|
130
|
+
| `S3_ACCESS_KEY` | `""` | S3 access key |
|
|
131
|
+
| `S3_SECRET_KEY` | `""` | S3 secret key |
|
|
132
|
+
| `S3_REGION` | `us-east-1` | S3 region |
|
|
133
|
+
| `WEBHOOK_SECRET` | `""` | HMAC signing secret for webhooks |
|
|
134
|
+
| `WEBHOOK_ALLOWED_DOMAINS` | `*` | Comma-separated allowed callback domains |
|
|
135
|
+
| `MAX_CONCURRENCY` | `1` | Parallel jobs per GPU |
|
|
136
|
+
| `MAX_IMAGE_SIZE` | `2048` | Maximum dimension (width or height) |
|
|
137
|
+
| `MAX_BATCH_SIZE` | `4` | Maximum batch size |
|
|
138
|
+
| `CACHE_ENABLED` | `true` | Enable result caching |
|
|
139
|
+
| `CACHE_TTL_SECONDS` | `86400` | Cache TTL (24h) |
|
|
140
|
+
| `RATE_LIMIT_MAX` | `100` | Requests per window |
|
|
141
|
+
| `RATE_LIMIT_WINDOW_MS` | `60000` | Rate limit window (1min) |
|
|
142
|
+
| `LOG_LEVEL` | `info` | Pino log level |
|
|
143
|
+
| `PRIVACY_MODE` | `false` | Redact prompts from logs |
|
|
144
|
+
| `CORS_ORIGINS` | `*` | Allowed CORS origins |
|
|
145
|
+
| `NODE_ENV` | `development` | Environment |
|
|
146
|
+
|
|
147
|
+
## Health & Capabilities
|
|
148
|
+
|
|
149
|
+
```
|
|
150
|
+
GET /health
|
|
151
|
+
→ { ok: true, version, comfyui: { reachable, url, models? }, uptime }
|
|
152
|
+
|
|
153
|
+
GET /capabilities
|
|
154
|
+
→ { workflows: [...], maxSize, maxBatch, formats, storageProvider }
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
## Workflows (Crud)
|
|
158
|
+
|
|
159
|
+
```
|
|
160
|
+
GET /workflows → list all workflows
|
|
161
|
+
POST /workflows → register new workflow
|
|
162
|
+
GET /workflows/:id → workflow details + input schema
|
|
163
|
+
PUT /workflows/:id → update workflow
|
|
164
|
+
DELETE /workflows/:id → remove workflow
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
## Jobs
|
|
168
|
+
|
|
169
|
+
```
|
|
170
|
+
POST /jobs → create job (returns jobId immediately)
|
|
171
|
+
GET /jobs/:jobId → status + progress + outputs
|
|
172
|
+
GET /jobs/:jobId/logs → sanitized execution logs
|
|
173
|
+
POST /jobs/:jobId/cancel → request cancellation
|
|
174
|
+
GET /jobs → list jobs (filters: status, workflowId, after, before, limit)
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
## Outputs
|
|
178
|
+
|
|
179
|
+
```
|
|
180
|
+
GET /outputs/:jobId → list output files + metadata
|
|
181
|
+
GET /outputs/:jobId/:file → download/stream file
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
## Job Lifecycle
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
queued → running → succeeded
|
|
188
|
+
→ failed
|
|
189
|
+
→ canceled
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
1. Client POSTs to `/jobs` with workflowId + inputs
|
|
193
|
+
2. Gateway validates, checks cache, checks idempotency
|
|
194
|
+
3. If cache hit → returns existing outputs immediately (status: `cache_hit`)
|
|
195
|
+
4. Otherwise → enqueues job, returns `jobId` + `pollUrl`
|
|
196
|
+
5. Worker picks up job, renders workflow template, submits to ComfyUI
|
|
197
|
+
6. Worker polls ComfyUI for progress (or listens via WebSocket)
|
|
198
|
+
7. On completion → downloads outputs, stores them, updates DB
|
|
199
|
+
8. If callbackUrl → sends signed webhook POST
|
|
200
|
+
9. Client polls `/jobs/:jobId` or receives webhook
|
|
201
|
+
|
|
202
|
+
## Workflow Templates
|
|
203
|
+
|
|
204
|
+
Workflows are ComfyUI JSON with `{{placeholder}}` tokens. The gateway resolves
|
|
205
|
+
these at runtime using the job's `inputs` and `params`:
|
|
206
|
+
|
|
207
|
+
```json
|
|
208
|
+
{
|
|
209
|
+
"3": {
|
|
210
|
+
"class_type": "KSampler",
|
|
211
|
+
"inputs": {
|
|
212
|
+
"seed": "{{seed}}",
|
|
213
|
+
"steps": "{{steps}}",
|
|
214
|
+
"cfg": "{{cfg}}",
|
|
215
|
+
"sampler_name": "{{sampler}}",
|
|
216
|
+
"scheduler": "normal",
|
|
217
|
+
"denoise": 1,
|
|
218
|
+
"model": ["4", 0],
|
|
219
|
+
"positive": ["6", 0],
|
|
220
|
+
"negative": ["7", 0],
|
|
221
|
+
"latent_image": ["5", 0]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"6": {
|
|
225
|
+
"class_type": "CLIPTextEncode",
|
|
226
|
+
"inputs": {
|
|
227
|
+
"text": "{{prompt}}",
|
|
228
|
+
"clip": ["4", 1]
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
Each workflow has an `inputSchema` (Zod) that validates what the client sends.
|
|
235
|
+
|
|
236
|
+
## Security Model
|
|
237
|
+
|
|
238
|
+
- **API Keys**: `X-API-Key` header; keys configured via `API_KEYS` env var as `key1:admin,key2:user`
|
|
239
|
+
- **JWT**: Optional; when `JWT_SECRET` is set, accepts `Authorization: Bearer <token>`
|
|
240
|
+
- **Roles**: `admin` (full CRUD on workflows + jobs), `user` (create jobs, read own jobs)
|
|
241
|
+
- **Rate Limiting**: Per key + per IP, configurable window and max
|
|
242
|
+
- **Webhook Security**: HMAC-SHA256 signature in `X-Signature` header
|
|
243
|
+
- **Callback Allowlist**: Only approved domains receive webhooks
|
|
244
|
+
- **Privacy Mode**: When enabled, prompts are redacted from logs and DB
|
|
245
|
+
- **Idempotency**: `metadata.requestId` prevents duplicate processing
|
|
246
|
+
- **CORS**: Configurable allowed origins
|
|
247
|
+
- **Input Validation**: Zod schemas on every endpoint; max size/batch enforced
|
|
248
|
+
|
|
249
|
+
## Comfyui Integration
|
|
250
|
+
|
|
251
|
+
The gateway communicates with ComfyUI via its native HTTP API:
|
|
252
|
+
|
|
253
|
+
| ComfyUI Endpoint | Gateway Usage |
|
|
254
|
+
|------------------|---------------|
|
|
255
|
+
| `POST /prompt` | Submit rendered workflow |
|
|
256
|
+
| `GET /history/{id}` | Poll job completion |
|
|
257
|
+
| `GET /view?filename=...` | Download generated images |
|
|
258
|
+
| `GET /object_info` | Discover available nodes/models |
|
|
259
|
+
| `WS /ws?clientId=...` | Real-time progress (optional) |
|
|
260
|
+
|
|
261
|
+
The client auto-detects ComfyUI version and adapts:
|
|
262
|
+
- Tries WebSocket first for progress, falls back to polling
|
|
263
|
+
- Handles both `/history` response formats
|
|
264
|
+
- Detects OOM errors and classifies them with recommendations
|
|
265
|
+
|
|
266
|
+
## Cache Strategy
|
|
267
|
+
|
|
268
|
+
Cache key = SHA-256 of `workflowId + sorted(inputs) + sorted(params) + checkpoint`.
|
|
269
|
+
On cache hit, the gateway returns a "virtual" job with pre-existing outputs — no GPU
|
|
270
|
+
computation needed. Cache is stored alongside job data in the DB with configurable TTL.
|
|
271
|
+
|
|
272
|
+
## Error Classification
|
|
273
|
+
|
|
274
|
+
| Error Code | Meaning | Retry? |
|
|
275
|
+
|------------|---------|--------|
|
|
276
|
+
| `COMFYUI_UNREACHABLE` | Cannot connect to ComfyUI | Yes (with backoff) |
|
|
277
|
+
| `COMFYUI_OOM` | Out of memory on GPU | No (reduce dimensions) |
|
|
278
|
+
| `COMFYUI_TIMEOUT` | Execution exceeded timeout | Maybe (increase timeout) |
|
|
279
|
+
| `COMFYUI_NODE_ERROR` | Node execution failed | No (check workflow) |
|
|
280
|
+
| `VALIDATION_ERROR` | Invalid inputs | No (fix request) |
|
|
281
|
+
| `WORKFLOW_NOT_FOUND` | Unknown workflowId | No (register workflow) |
|
|
282
|
+
| `RATE_LIMITED` | Too many requests | Yes (wait) |
|
|
283
|
+
| `AUTH_FAILED` | Invalid/missing credentials | No (fix auth) |
|
|
284
|
+
| `CACHE_HIT` | (Not an error) Served from cache | N/A |
|
|
285
|
+
|
|
286
|
+
## Bundled Workflows
|
|
287
|
+
|
|
288
|
+
Three production-ready workflow templates are included:
|
|
289
|
+
|
|
290
|
+
## 1. `Sdxl_Realism_V1` — Photorealistic Generation
|
|
291
|
+
|
|
292
|
+
- Checkpoint: SDXL base
|
|
293
|
+
- Optimized for: Portraits, landscapes, product shots
|
|
294
|
+
- Default: 1024x1024, 30 steps, cfg 7.0
|
|
295
|
+
|
|
296
|
+
## 2. `Sprite_Transparent_Bg` — Game Sprites With Alpha
|
|
297
|
+
|
|
298
|
+
- Checkpoint: SD 1.5 or SDXL
|
|
299
|
+
- Optimized for: 2D game assets, transparent backgrounds
|
|
300
|
+
- Default: 512x512, 25 steps, cfg 7.5
|
|
301
|
+
|
|
302
|
+
## 3. `Icon_512` — App Icons With Optional Upscale
|
|
303
|
+
|
|
304
|
+
- Checkpoint: SDXL base
|
|
305
|
+
- Optimized for: Square icons, clean edges
|
|
306
|
+
- Default: 512x512, 20 steps, cfg 6.0, optional 2x upscale
|
|
307
|
+
|
|
308
|
+
## Observability
|
|
309
|
+
|
|
310
|
+
- **Structured Logs**: Pino JSON logs with `correlationId` on every request
|
|
311
|
+
- **Metrics**: Jobs queued/running/succeeded/failed, avg processing time, cache hit rate
|
|
312
|
+
- **Audit Log**: Admin actions (workflow CRUD, key management) logged with timestamp + actor
|
|
313
|
+
|
|
314
|
+
## Cli Reference
|
|
315
|
+
|
|
316
|
+
```bash
|
|
317
|
+
npx tsx src/cli/index.ts init # Create dirs, .env.example
|
|
318
|
+
npx tsx src/cli/index.ts add-workflow <file> # Register workflow template
|
|
319
|
+
--id <id> --name <name> --schema <schema.json>
|
|
320
|
+
npx tsx src/cli/index.ts list-workflows # Show registered workflows
|
|
321
|
+
npx tsx src/cli/index.ts run # Start API server
|
|
322
|
+
npx tsx src/cli/index.ts worker # Start job worker
|
|
323
|
+
npx tsx src/cli/index.ts health # Check ComfyUI connectivity
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
## Troubleshooting
|
|
327
|
+
|
|
328
|
+
Read `references/troubleshooting.md` for detailed guidance on:
|
|
329
|
+
- ComfyUI not reachable (firewall, wrong port, Docker networking)
|
|
330
|
+
- OOM errors (reduce resolution, batch, or steps)
|
|
331
|
+
- Slow generation (GPU utilization, queue depth, model loading)
|
|
332
|
+
- Webhook failures (DNS, SSL, timeout, domain allowlist)
|
|
333
|
+
- Redis connection issues (fallback to in-memory)
|
|
334
|
+
- Storage permission errors (local path, S3 credentials)
|
|
335
|
+
|
|
336
|
+
## Integration Examples
|
|
337
|
+
|
|
338
|
+
Read `references/integration.md` for ready-to-use examples with:
|
|
339
|
+
- curl commands for every endpoint
|
|
340
|
+
- n8n webhook workflow
|
|
341
|
+
- Supabase Edge Function caller
|
|
342
|
+
- Claude Code / Claude.ai integration
|
|
343
|
+
- Python requests client
|
|
344
|
+
- JavaScript fetch client
|
|
345
|
+
|
|
346
|
+
## File Structure
|
|
347
|
+
|
|
348
|
+
```
|
|
349
|
+
comfyui-gateway/
|
|
350
|
+
├── SKILL.md
|
|
351
|
+
├── package.json
|
|
352
|
+
├── tsconfig.json
|
|
353
|
+
├── .env.example
|
|
354
|
+
├── src/
|
|
355
|
+
│ ├── api/
|
|
356
|
+
│ │ ├── server.ts # Fastify setup + plugins
|
|
357
|
+
│ │ ├── routes/
|
|
358
|
+
│ │ │ ├── health.ts # GET /health, /capabilities
|
|
359
|
+
│ │ │ ├── workflows.ts # CRUD /workflows
|
|
360
|
+
│ │ │ ├── jobs.ts # CRUD /jobs
|
|
361
|
+
│ │ │ └── outputs.ts # GET /outputs
|
|
362
|
+
│ │ ├── middleware/
|
|
363
|
+
│ │ │ └── error-handler.ts
|
|
364
|
+
│ │ └── plugins/
|
|
365
|
+
│ │ ├── auth.ts # API key + JWT
|
|
366
|
+
│ │ ├── rate-limit.ts
|
|
367
|
+
│ │ └── cors.ts
|
|
368
|
+
│ ├── worker/
|
|
369
|
+
│ │ └── processor.ts # Job processor
|
|
370
|
+
│ ├── comfyui/
|
|
371
|
+
│ │ └── client.ts # ComfyUI HTTP + WS client
|
|
372
|
+
│ ├── storage/
|
|
373
|
+
│ │ ├── index.ts # Provider factory
|
|
374
|
+
│ │ ├── local.ts # Local filesystem
|
|
375
|
+
│ │ └── s3.ts # S3-compatible
|
|
376
|
+
│ ├── workflows/
|
|
377
|
+
│ │ └── manager.ts # Template CRUD + rendering
|
|
378
|
+
│ ├── cache/
|
|
379
|
+
│ │ └── index.ts # Hash-based cache
|
|
380
|
+
│ ├── notifications/
|
|
381
|
+
│ │ └── webhook.ts # HMAC-signed callbacks
|
|
382
|
+
│ ├── auth/
|
|
383
|
+
│ │ └── index.ts # Key/JWT validation + roles
|
|
384
|
+
│ ├── db/
|
|
385
|
+
│ │ ├── index.ts # DB factory (SQLite/Postgres)
|
|
386
|
+
│ │ └── migrations.ts # Schema creation
|
|
387
|
+
│ ├── cli/
|
|
388
|
+
│ │ └── index.ts # CLI commands
|
|
389
|
+
│ ├── utils/
|
|
390
|
+
│ │ ├── config.ts # Env loading + validation
|
|
391
|
+
│ │ ├── errors.ts # Error classes
|
|
392
|
+
│ │ ├── logger.ts # Pino setup
|
|
393
|
+
│ │ └── hash.ts # SHA-256 hashing
|
|
394
|
+
│ └── index.ts # Main entrypoint
|
|
395
|
+
├── config/
|
|
396
|
+
│ └── workflows/ # Bundled workflow templates
|
|
397
|
+
│ ├── sdxl_realism_v1.json
|
|
398
|
+
│ ├── sdxl_realism_v1.schema.json
|
|
399
|
+
│ ├── sprite_transparent_bg.json
|
|
400
|
+
│ ├── sprite_transparent_bg.schema.json
|
|
401
|
+
│ ├── icon_512.json
|
|
402
|
+
│ └── icon_512.schema.json
|
|
403
|
+
├── data/
|
|
404
|
+
│ ├── outputs/ # Generated images
|
|
405
|
+
│ ├── workflows/ # User-added wor
|
|
406
|
+
|
|
407
|
+
## Best Practices
|
|
408
|
+
|
|
409
|
+
- Provide clear, specific context about your project and requirements
|
|
410
|
+
- Review all suggestions before applying them to production code
|
|
411
|
+
- Combine with other complementary skills for comprehensive analysis
|
|
412
|
+
|
|
413
|
+
## Common Pitfalls
|
|
414
|
+
|
|
415
|
+
- Using this skill for tasks outside its domain expertise
|
|
416
|
+
- Applying recommendations without understanding your specific context
|
|
417
|
+
- Not providing enough project context for accurate analysis
|
|
418
|
+
|
|
419
|
+
## Related Skills
|
|
420
|
+
|
|
421
|
+
- `ai-studio-image` - Complementary skill for enhanced analysis
|
|
422
|
+
- `image-studio` - Complementary skill for enhanced analysis
|
|
423
|
+
- `stability-ai` - Complementary skill for enhanced analysis
|