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,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: algolia-search
|
|
3
|
+
description: "Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality."
|
|
4
|
+
risk: unknown
|
|
5
|
+
source: "vibeship-spawner-skills (Apache 2.0)"
|
|
6
|
+
date_added: "2026-02-27"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Algolia Search Integration
|
|
10
|
+
|
|
11
|
+
## Patterns
|
|
12
|
+
|
|
13
|
+
### React InstantSearch with Hooks
|
|
14
|
+
|
|
15
|
+
Modern React InstantSearch setup using hooks for type-ahead search.
|
|
16
|
+
|
|
17
|
+
Uses react-instantsearch-hooks-web package with algoliasearch client.
|
|
18
|
+
Widgets are components that can be customized with classnames.
|
|
19
|
+
|
|
20
|
+
Key hooks:
|
|
21
|
+
- useSearchBox: Search input handling
|
|
22
|
+
- useHits: Access search results
|
|
23
|
+
- useRefinementList: Facet filtering
|
|
24
|
+
- usePagination: Result pagination
|
|
25
|
+
- useInstantSearch: Full state access
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Next.js Server-Side Rendering
|
|
29
|
+
|
|
30
|
+
SSR integration for Next.js with react-instantsearch-nextjs package.
|
|
31
|
+
|
|
32
|
+
Use <InstantSearchNext> instead of <InstantSearch> for SSR.
|
|
33
|
+
Supports both Pages Router and App Router (experimental).
|
|
34
|
+
|
|
35
|
+
Key considerations:
|
|
36
|
+
- Set dynamic = 'force-dynamic' for fresh results
|
|
37
|
+
- Handle URL synchronization with routing prop
|
|
38
|
+
- Use getServerState for initial state
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Data Synchronization and Indexing
|
|
42
|
+
|
|
43
|
+
Indexing strategies for keeping Algolia in sync with your data.
|
|
44
|
+
|
|
45
|
+
Three main approaches:
|
|
46
|
+
1. Full Reindexing - Replace entire index (expensive)
|
|
47
|
+
2. Full Record Updates - Replace individual records
|
|
48
|
+
3. Partial Updates - Update specific attributes only
|
|
49
|
+
|
|
50
|
+
Best practices:
|
|
51
|
+
- Batch records (ideal: 10MB, 1K-10K records per batch)
|
|
52
|
+
- Use incremental updates when possible
|
|
53
|
+
- partialUpdateObjects for attribute-only changes
|
|
54
|
+
- Avoid deleteBy (computationally expensive)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## ⚠️ Sharp Edges
|
|
58
|
+
|
|
59
|
+
| Issue | Severity | Solution |
|
|
60
|
+
|-------|----------|----------|
|
|
61
|
+
| Issue | critical | See docs |
|
|
62
|
+
| Issue | high | See docs |
|
|
63
|
+
| Issue | medium | See docs |
|
|
64
|
+
| Issue | medium | See docs |
|
|
65
|
+
| Issue | medium | See docs |
|
|
66
|
+
| Issue | medium | See docs |
|
|
67
|
+
| Issue | medium | See docs |
|
|
68
|
+
| Issue | medium | See docs |
|
|
69
|
+
|
|
70
|
+
## When to Use
|
|
71
|
+
This skill is applicable to execute the workflow or actions described in the overview.
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: algorithmic-art
|
|
3
|
+
description: "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields,..."
|
|
4
|
+
risk: unknown
|
|
5
|
+
source: community
|
|
6
|
+
date_added: "2026-02-27"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
|
|
10
|
+
|
|
11
|
+
This happens in two steps:
|
|
12
|
+
1. Algorithmic Philosophy Creation (.md file)
|
|
13
|
+
2. Express by creating p5.js generative art (.html + .js files)
|
|
14
|
+
|
|
15
|
+
First, undertake this task:
|
|
16
|
+
|
|
17
|
+
## ALGORITHMIC PHILOSOPHY CREATION
|
|
18
|
+
|
|
19
|
+
To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
|
|
20
|
+
- Computational processes, emergent behavior, mathematical beauty
|
|
21
|
+
- Seeded randomness, noise fields, organic systems
|
|
22
|
+
- Particles, flows, fields, forces
|
|
23
|
+
- Parametric variation and controlled chaos
|
|
24
|
+
|
|
25
|
+
### THE CRITICAL UNDERSTANDING
|
|
26
|
+
- What is received: Some subtle input or instructions by the user to take into account, but use as a foundation; it should not constrain creative freedom.
|
|
27
|
+
- What is created: An algorithmic philosophy/generative aesthetic movement.
|
|
28
|
+
- What happens next: The same version receives the philosophy and EXPRESSES IT IN CODE - creating p5.js sketches that are 90% algorithmic generation, 10% essential parameters.
|
|
29
|
+
|
|
30
|
+
Consider this approach:
|
|
31
|
+
- Write a manifesto for a generative art movement
|
|
32
|
+
- The next phase involves writing the algorithm that brings it to life
|
|
33
|
+
|
|
34
|
+
The philosophy must emphasize: Algorithmic expression. Emergent behavior. Computational beauty. Seeded variation.
|
|
35
|
+
|
|
36
|
+
### HOW TO GENERATE AN ALGORITHMIC PHILOSOPHY
|
|
37
|
+
|
|
38
|
+
**Name the movement** (1-2 words): "Organic Turbulence" / "Quantum Harmonics" / "Emergent Stillness"
|
|
39
|
+
|
|
40
|
+
**Articulate the philosophy** (4-6 paragraphs - concise but complete):
|
|
41
|
+
|
|
42
|
+
To capture the ALGORITHMIC essence, express how this philosophy manifests through:
|
|
43
|
+
- Computational processes and mathematical relationships?
|
|
44
|
+
- Noise functions and randomness patterns?
|
|
45
|
+
- Particle behaviors and field dynamics?
|
|
46
|
+
- Temporal evolution and system states?
|
|
47
|
+
- Parametric variation and emergent complexity?
|
|
48
|
+
|
|
49
|
+
**CRITICAL GUIDELINES:**
|
|
50
|
+
- **Avoid redundancy**: Each algorithmic aspect should be mentioned once. Avoid repeating concepts about noise theory, particle dynamics, or mathematical principles unless adding new depth.
|
|
51
|
+
- **Emphasize craftsmanship REPEATEDLY**: The philosophy MUST stress multiple times that the final algorithm should appear as though it took countless hours to develop, was refined with care, and comes from someone at the absolute top of their field. This framing is essential - repeat phrases like "meticulously crafted algorithm," "the product of deep computational expertise," "painstaking optimization," "master-level implementation."
|
|
52
|
+
- **Leave creative space**: Be specific about the algorithmic direction, but concise enough that the next Claude has room to make interpretive implementation choices at an extremely high level of craftsmanship.
|
|
53
|
+
|
|
54
|
+
The philosophy must guide the next version to express ideas ALGORITHMICALLY, not through static images. Beauty lives in the process, not the final frame.
|
|
55
|
+
|
|
56
|
+
### PHILOSOPHY EXAMPLES
|
|
57
|
+
|
|
58
|
+
**"Organic Turbulence"**
|
|
59
|
+
Philosophy: Chaos constrained by natural law, order emerging from disorder.
|
|
60
|
+
Algorithmic expression: Flow fields driven by layered Perlin noise. Thousands of particles following vector forces, their trails accumulating into organic density maps. Multiple noise octaves create turbulent regions and calm zones. Color emerges from velocity and density - fast particles burn bright, slow ones fade to shadow. The algorithm runs until equilibrium - a meticulously tuned balance where every parameter was refined through countless iterations by a master of computational aesthetics.
|
|
61
|
+
|
|
62
|
+
**"Quantum Harmonics"**
|
|
63
|
+
Philosophy: Discrete entities exhibiting wave-like interference patterns.
|
|
64
|
+
Algorithmic expression: Particles initialized on a grid, each carrying a phase value that evolves through sine waves. When particles are near, their phases interfere - constructive interference creates bright nodes, destructive creates voids. Simple harmonic motion generates complex emergent mandalas. The result of painstaking frequency calibration where every ratio was carefully chosen to produce resonant beauty.
|
|
65
|
+
|
|
66
|
+
**"Recursive Whispers"**
|
|
67
|
+
Philosophy: Self-similarity across scales, infinite depth in finite space.
|
|
68
|
+
Algorithmic expression: Branching structures that subdivide recursively. Each branch slightly randomized but constrained by golden ratios. L-systems or recursive subdivision generate tree-like forms that feel both mathematical and organic. Subtle noise perturbations break perfect symmetry. Line weights diminish with each recursion level. Every branching angle the product of deep mathematical exploration.
|
|
69
|
+
|
|
70
|
+
**"Field Dynamics"**
|
|
71
|
+
Philosophy: Invisible forces made visible through their effects on matter.
|
|
72
|
+
Algorithmic expression: Vector fields constructed from mathematical functions or noise. Particles born at edges, flowing along field lines, dying when they reach equilibrium or boundaries. Multiple fields can attract, repel, or rotate particles. The visualization shows only the traces - ghost-like evidence of invisible forces. A computational dance meticulously choreographed through force balance.
|
|
73
|
+
|
|
74
|
+
**"Stochastic Crystallization"**
|
|
75
|
+
Philosophy: Random processes crystallizing into ordered structures.
|
|
76
|
+
Algorithmic expression: Randomized circle packing or Voronoi tessellation. Start with random points, let them evolve through relaxation algorithms. Cells push apart until equilibrium. Color based on cell size, neighbor count, or distance from center. The organic tiling that emerges feels both random and inevitable. Every seed produces unique crystalline beauty - the mark of a master-level generative algorithm.
|
|
77
|
+
|
|
78
|
+
*These are condensed examples. The actual algorithmic philosophy should be 4-6 substantial paragraphs.*
|
|
79
|
+
|
|
80
|
+
### ESSENTIAL PRINCIPLES
|
|
81
|
+
- **ALGORITHMIC PHILOSOPHY**: Creating a computational worldview to be expressed through code
|
|
82
|
+
- **PROCESS OVER PRODUCT**: Always emphasize that beauty emerges from the algorithm's execution - each run is unique
|
|
83
|
+
- **PARAMETRIC EXPRESSION**: Ideas communicate through mathematical relationships, forces, behaviors - not static composition
|
|
84
|
+
- **ARTISTIC FREEDOM**: The next Claude interprets the philosophy algorithmically - provide creative implementation room
|
|
85
|
+
- **PURE GENERATIVE ART**: This is about making LIVING ALGORITHMS, not static images with randomness
|
|
86
|
+
- **EXPERT CRAFTSMANSHIP**: Repeatedly emphasize the final algorithm must feel meticulously crafted, refined through countless iterations, the product of deep expertise by someone at the absolute top of their field in computational aesthetics
|
|
87
|
+
|
|
88
|
+
**The algorithmic philosophy should be 4-6 paragraphs long.** Fill it with poetic computational philosophy that brings together the intended vision. Avoid repeating the same points. Output this algorithmic philosophy as a .md file.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## DEDUCING THE CONCEPTUAL SEED
|
|
93
|
+
|
|
94
|
+
**CRITICAL STEP**: Before implementing the algorithm, identify the subtle conceptual thread from the original request.
|
|
95
|
+
|
|
96
|
+
**THE ESSENTIAL PRINCIPLE**:
|
|
97
|
+
The concept is a **subtle, niche reference embedded within the algorithm itself** - not always literal, always sophisticated. Someone familiar with the subject should feel it intuitively, while others simply experience a masterful generative composition. The algorithmic philosophy provides the computational language. The deduced concept provides the soul - the quiet conceptual DNA woven invisibly into parameters, behaviors, and emergence patterns.
|
|
98
|
+
|
|
99
|
+
This is **VERY IMPORTANT**: The reference must be so refined that it enhances the work's depth without announcing itself. Think like a jazz musician quoting another song through algorithmic harmony - only those who know will catch it, but everyone appreciates the generative beauty.
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## P5.JS IMPLEMENTATION
|
|
104
|
+
|
|
105
|
+
With the philosophy AND conceptual framework established, express it through code. Pause to gather thoughts before proceeding. Use only the algorithmic philosophy created and the instructions below.
|
|
106
|
+
|
|
107
|
+
### ⚠️ STEP 0: READ THE TEMPLATE FIRST ⚠️
|
|
108
|
+
|
|
109
|
+
**CRITICAL: BEFORE writing any HTML:**
|
|
110
|
+
|
|
111
|
+
1. **Read** `templates/viewer.html` using the Read tool
|
|
112
|
+
2. **Study** the exact structure, styling, and Anthropic branding
|
|
113
|
+
3. **Use that file as the LITERAL STARTING POINT** - not just inspiration
|
|
114
|
+
4. **Keep all FIXED sections exactly as shown** (header, sidebar structure, Anthropic colors/fonts, seed controls, action buttons)
|
|
115
|
+
5. **Replace only the VARIABLE sections** marked in the file's comments (algorithm, parameters, UI controls for parameters)
|
|
116
|
+
|
|
117
|
+
**Avoid:**
|
|
118
|
+
- ❌ Creating HTML from scratch
|
|
119
|
+
- ❌ Inventing custom styling or color schemes
|
|
120
|
+
- ❌ Using system fonts or dark themes
|
|
121
|
+
- ❌ Changing the sidebar structure
|
|
122
|
+
|
|
123
|
+
**Follow these practices:**
|
|
124
|
+
- ✅ Copy the template's exact HTML structure
|
|
125
|
+
- ✅ Keep Anthropic branding (Poppins/Lora fonts, light colors, gradient backdrop)
|
|
126
|
+
- ✅ Maintain the sidebar layout (Seed → Parameters → Colors? → Actions)
|
|
127
|
+
- ✅ Replace only the p5.js algorithm and parameter controls
|
|
128
|
+
|
|
129
|
+
The template is the foundation. Build on it, don't rebuild it.
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
To create gallery-quality computational art that lives and breathes, use the algorithmic philosophy as the foundation.
|
|
134
|
+
|
|
135
|
+
### TECHNICAL REQUIREMENTS
|
|
136
|
+
|
|
137
|
+
**Seeded Randomness (Art Blocks Pattern)**:
|
|
138
|
+
```javascript
|
|
139
|
+
// ALWAYS use a seed for reproducibility
|
|
140
|
+
let seed = 12345; // or hash from user input
|
|
141
|
+
randomSeed(seed);
|
|
142
|
+
noiseSeed(seed);
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**Parameter Structure - FOLLOW THE PHILOSOPHY**:
|
|
146
|
+
|
|
147
|
+
To establish parameters that emerge naturally from the algorithmic philosophy, consider: "What qualities of this system can be adjusted?"
|
|
148
|
+
|
|
149
|
+
```javascript
|
|
150
|
+
let params = {
|
|
151
|
+
seed: 12345, // Always include seed for reproducibility
|
|
152
|
+
// colors
|
|
153
|
+
// Add parameters that control YOUR algorithm:
|
|
154
|
+
// - Quantities (how many?)
|
|
155
|
+
// - Scales (how big? how fast?)
|
|
156
|
+
// - Probabilities (how likely?)
|
|
157
|
+
// - Ratios (what proportions?)
|
|
158
|
+
// - Angles (what direction?)
|
|
159
|
+
// - Thresholds (when does behavior change?)
|
|
160
|
+
};
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**To design effective parameters, focus on the properties the system needs to be tunable rather than thinking in terms of "pattern types".**
|
|
164
|
+
|
|
165
|
+
**Core Algorithm - EXPRESS THE PHILOSOPHY**:
|
|
166
|
+
|
|
167
|
+
**CRITICAL**: The algorithmic philosophy should dictate what to build.
|
|
168
|
+
|
|
169
|
+
To express the philosophy through code, avoid thinking "which pattern should I use?" and instead think "how to express this philosophy through code?"
|
|
170
|
+
|
|
171
|
+
If the philosophy is about **organic emergence**, consider using:
|
|
172
|
+
- Elements that accumulate or grow over time
|
|
173
|
+
- Random processes constrained by natural rules
|
|
174
|
+
- Feedback loops and interactions
|
|
175
|
+
|
|
176
|
+
If the philosophy is about **mathematical beauty**, consider using:
|
|
177
|
+
- Geometric relationships and ratios
|
|
178
|
+
- Trigonometric functions and harmonics
|
|
179
|
+
- Precise calculations creating unexpected patterns
|
|
180
|
+
|
|
181
|
+
If the philosophy is about **controlled chaos**, consider using:
|
|
182
|
+
- Random variation within strict boundaries
|
|
183
|
+
- Bifurcation and phase transitions
|
|
184
|
+
- Order emerging from disorder
|
|
185
|
+
|
|
186
|
+
**The algorithm flows from the philosophy, not from a menu of options.**
|
|
187
|
+
|
|
188
|
+
To guide the implementation, let the conceptual essence inform creative and original choices. Build something that expresses the vision for this particular request.
|
|
189
|
+
|
|
190
|
+
**Canvas Setup**: Standard p5.js structure:
|
|
191
|
+
```javascript
|
|
192
|
+
function setup() {
|
|
193
|
+
createCanvas(1200, 1200);
|
|
194
|
+
// Initialize your system
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
function draw() {
|
|
198
|
+
// Your generative algorithm
|
|
199
|
+
// Can be static (noLoop) or animated
|
|
200
|
+
}
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### CRAFTSMANSHIP REQUIREMENTS
|
|
204
|
+
|
|
205
|
+
**CRITICAL**: To achieve mastery, create algorithms that feel like they emerged through countless iterations by a master generative artist. Tune every parameter carefully. Ensure every pattern emerges with purpose. This is NOT random noise - this is CONTROLLED CHAOS refined through deep expertise.
|
|
206
|
+
|
|
207
|
+
- **Balance**: Complexity without visual noise, order without rigidity
|
|
208
|
+
- **Color Harmony**: Thoughtful palettes, not random RGB values
|
|
209
|
+
- **Composition**: Even in randomness, maintain visual hierarchy and flow
|
|
210
|
+
- **Performance**: Smooth execution, optimized for real-time if animated
|
|
211
|
+
- **Reproducibility**: Same seed ALWAYS produces identical output
|
|
212
|
+
|
|
213
|
+
### OUTPUT FORMAT
|
|
214
|
+
|
|
215
|
+
Output:
|
|
216
|
+
1. **Algorithmic Philosophy** - As markdown or text explaining the generative aesthetic
|
|
217
|
+
2. **Single HTML Artifact** - Self-contained interactive generative art built from `templates/viewer.html` (see STEP 0 and next section)
|
|
218
|
+
|
|
219
|
+
The HTML artifact contains everything: p5.js (from CDN), the algorithm, parameter controls, and UI - all in one file that works immediately in claude.ai artifacts or any browser. Start from the template file, not from scratch.
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
## INTERACTIVE ARTIFACT CREATION
|
|
224
|
+
|
|
225
|
+
**REMINDER: `templates/viewer.html` should have already been read (see STEP 0). Use that file as the starting point.**
|
|
226
|
+
|
|
227
|
+
To allow exploration of the generative art, create a single, self-contained HTML artifact. Ensure this artifact works immediately in claude.ai or any browser - no setup required. Embed everything inline.
|
|
228
|
+
|
|
229
|
+
### CRITICAL: WHAT'S FIXED VS VARIABLE
|
|
230
|
+
|
|
231
|
+
The `templates/viewer.html` file is the foundation. It contains the exact structure and styling needed.
|
|
232
|
+
|
|
233
|
+
**FIXED (always include exactly as shown):**
|
|
234
|
+
- Layout structure (header, sidebar, main canvas area)
|
|
235
|
+
- Anthropic branding (UI colors, fonts, gradients)
|
|
236
|
+
- Seed section in sidebar:
|
|
237
|
+
- Seed display
|
|
238
|
+
- Previous/Next buttons
|
|
239
|
+
- Random button
|
|
240
|
+
- Jump to seed input + Go button
|
|
241
|
+
- Actions section in sidebar:
|
|
242
|
+
- Regenerate button
|
|
243
|
+
- Reset button
|
|
244
|
+
|
|
245
|
+
**VARIABLE (customize for each artwork):**
|
|
246
|
+
- The entire p5.js algorithm (setup/draw/classes)
|
|
247
|
+
- The parameters object (define what the art needs)
|
|
248
|
+
- The Parameters section in sidebar:
|
|
249
|
+
- Number of parameter controls
|
|
250
|
+
- Parameter names
|
|
251
|
+
- Min/max/step values for sliders
|
|
252
|
+
- Control types (sliders, inputs, etc.)
|
|
253
|
+
- Colors section (optional):
|
|
254
|
+
- Some art needs color pickers
|
|
255
|
+
- Some art might use fixed colors
|
|
256
|
+
- Some art might be monochrome (no color controls needed)
|
|
257
|
+
- Decide based on the art's needs
|
|
258
|
+
|
|
259
|
+
**Every artwork should have unique parameters and algorithm!** The fixed parts provide consistent UX - everything else expresses the unique vision.
|
|
260
|
+
|
|
261
|
+
### REQUIRED FEATURES
|
|
262
|
+
|
|
263
|
+
**1. Parameter Controls**
|
|
264
|
+
- Sliders for numeric parameters (particle count, noise scale, speed, etc.)
|
|
265
|
+
- Color pickers for palette colors
|
|
266
|
+
- Real-time updates when parameters change
|
|
267
|
+
- Reset button to restore defaults
|
|
268
|
+
|
|
269
|
+
**2. Seed Navigation**
|
|
270
|
+
- Display current seed number
|
|
271
|
+
- "Previous" and "Next" buttons to cycle through seeds
|
|
272
|
+
- "Random" button for random seed
|
|
273
|
+
- Input field to jump to specific seed
|
|
274
|
+
- Generate 100 variations when requested (seeds 1-100)
|
|
275
|
+
|
|
276
|
+
**3. Single Artifact Structure**
|
|
277
|
+
```html
|
|
278
|
+
<!DOCTYPE html>
|
|
279
|
+
<html>
|
|
280
|
+
<head>
|
|
281
|
+
<!-- p5.js from CDN - always available -->
|
|
282
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
|
|
283
|
+
<style>
|
|
284
|
+
/* All styling inline - clean, minimal */
|
|
285
|
+
/* Canvas on top, controls below */
|
|
286
|
+
</style>
|
|
287
|
+
</head>
|
|
288
|
+
<body>
|
|
289
|
+
<div id="canvas-container"></div>
|
|
290
|
+
<div id="controls">
|
|
291
|
+
<!-- All parameter controls -->
|
|
292
|
+
</div>
|
|
293
|
+
<script>
|
|
294
|
+
// ALL p5.js code inline here
|
|
295
|
+
// Parameter objects, classes, functions
|
|
296
|
+
// setup() and draw()
|
|
297
|
+
// UI handlers
|
|
298
|
+
// Everything self-contained
|
|
299
|
+
</script>
|
|
300
|
+
</body>
|
|
301
|
+
</html>
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
**CRITICAL**: This is a single artifact. No external files, no imports (except p5.js CDN). Everything inline.
|
|
305
|
+
|
|
306
|
+
**4. Implementation Details - BUILD THE SIDEBAR**
|
|
307
|
+
|
|
308
|
+
The sidebar structure:
|
|
309
|
+
|
|
310
|
+
**1. Seed (FIXED)** - Always include exactly as shown:
|
|
311
|
+
- Seed display
|
|
312
|
+
- Prev/Next/Random/Jump buttons
|
|
313
|
+
|
|
314
|
+
**2. Parameters (VARIABLE)** - Create controls for the art:
|
|
315
|
+
```html
|
|
316
|
+
<div class="control-group">
|
|
317
|
+
<label>Parameter Name</label>
|
|
318
|
+
<input type="range" id="param" min="..." max="..." step="..." value="..." oninput="updateParam('param', this.value)">
|
|
319
|
+
<span class="value-display" id="param-value">...</span>
|
|
320
|
+
</div>
|
|
321
|
+
```
|
|
322
|
+
Add as many control-group divs as there are parameters.
|
|
323
|
+
|
|
324
|
+
**3. Colors (OPTIONAL/VARIABLE)** - Include if the art needs adjustable colors:
|
|
325
|
+
- Add color pickers if users should control palette
|
|
326
|
+
- Skip this section if the art uses fixed colors
|
|
327
|
+
- Skip if the art is monochrome
|
|
328
|
+
|
|
329
|
+
**4. Actions (FIXED)** - Always include exactly as shown:
|
|
330
|
+
- Regenerate button
|
|
331
|
+
- Reset button
|
|
332
|
+
- Download PNG button
|
|
333
|
+
|
|
334
|
+
**Requirements**:
|
|
335
|
+
- Seed controls must work (prev/next/random/jump/display)
|
|
336
|
+
- All parameters must have UI controls
|
|
337
|
+
- Regenerate, Reset, Download buttons must work
|
|
338
|
+
- Keep Anthropic branding (UI styling, not art colors)
|
|
339
|
+
|
|
340
|
+
### USING THE ARTIFACT
|
|
341
|
+
|
|
342
|
+
The HTML artifact works immediately:
|
|
343
|
+
1. **In claude.ai**: Displayed as an interactive artifact - runs instantly
|
|
344
|
+
2. **As a file**: Save and open in any browser - no server needed
|
|
345
|
+
3. **Sharing**: Send the HTML file - it's completely self-contained
|
|
346
|
+
|
|
347
|
+
---
|
|
348
|
+
|
|
349
|
+
## VARIATIONS & EXPLORATION
|
|
350
|
+
|
|
351
|
+
The artifact includes seed navigation by default (prev/next/random buttons), allowing users to explore variations without creating multiple files. If the user wants specific variations highlighted:
|
|
352
|
+
|
|
353
|
+
- Include seed presets (buttons for "Variation 1: Seed 42", "Variation 2: Seed 127", etc.)
|
|
354
|
+
- Add a "Gallery Mode" that shows thumbnails of multiple seeds side-by-side
|
|
355
|
+
- All within the same single artifact
|
|
356
|
+
|
|
357
|
+
This is like creating a series of prints from the same plate - the algorithm is consistent, but each seed reveals different facets of its potential. The interactive nature means users discover their own favorites by exploring the seed space.
|
|
358
|
+
|
|
359
|
+
---
|
|
360
|
+
|
|
361
|
+
## THE CREATIVE PROCESS
|
|
362
|
+
|
|
363
|
+
**User request** → **Algorithmic philosophy** → **Implementation**
|
|
364
|
+
|
|
365
|
+
Each request is unique. The process involves:
|
|
366
|
+
|
|
367
|
+
1. **Interpret the user's intent** - What aesthetic is being sought?
|
|
368
|
+
2. **Create an algorithmic philosophy** (4-6 paragraphs) describing the computational approach
|
|
369
|
+
3. **Implement it in code** - Build the algorithm that expresses this philosophy
|
|
370
|
+
4. **Design appropriate parameters** - What should be tunable?
|
|
371
|
+
5. **Build matching UI controls** - Sliders/inputs for those parameters
|
|
372
|
+
|
|
373
|
+
**The constants**:
|
|
374
|
+
- Anthropic branding (colors, fonts, layout)
|
|
375
|
+
- Seed navigation (always present)
|
|
376
|
+
- Self-contained HTML artifact
|
|
377
|
+
|
|
378
|
+
**Everything else is variable**:
|
|
379
|
+
- The algorithm itself
|
|
380
|
+
- The parameters
|
|
381
|
+
- The UI controls
|
|
382
|
+
- The visual outcome
|
|
383
|
+
|
|
384
|
+
To achieve the best results, trust creativity and let the philosophy guide the implementation.
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## RESOURCES
|
|
389
|
+
|
|
390
|
+
This skill includes helpful templates and documentation:
|
|
391
|
+
|
|
392
|
+
- **templates/viewer.html**: REQUIRED STARTING POINT for all HTML artifacts.
|
|
393
|
+
- This is the foundation - contains the exact structure and Anthropic branding
|
|
394
|
+
- **Keep unchanged**: Layout structure, sidebar organization, Anthropic colors/fonts, seed controls, action buttons
|
|
395
|
+
- **Replace**: The p5.js algorithm, parameter definitions, and UI controls in Parameters section
|
|
396
|
+
- The extensive comments in the file mark exactly what to keep vs replace
|
|
397
|
+
|
|
398
|
+
- **templates/generator_template.js**: Reference for p5.js best practices and code structure principles.
|
|
399
|
+
- Shows how to organize parameters, use seeded randomness, structure classes
|
|
400
|
+
- NOT a pattern menu - use these principles to build unique algorithms
|
|
401
|
+
- Embed algorithms inline in the HTML artifact (don't create separate .js files)
|
|
402
|
+
|
|
403
|
+
**Critical reminder**:
|
|
404
|
+
- The **template is the STARTING POINT**, not inspiration
|
|
405
|
+
- The **algorithm is where to create** something unique
|
|
406
|
+
- Don't copy the flow field example - build what the philosophy demands
|
|
407
|
+
- But DO keep the exact UI structure and Anthropic branding from the template
|
|
408
|
+
|
|
409
|
+
## When to Use
|
|
410
|
+
This skill is applicable to execute the workflow or actions described in the overview.
|