claude-code-arcane 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +100 -0
- package/LICENSE +26 -0
- package/README.md +372 -0
- package/agents/ai/ai-architect.md +80 -0
- package/agents/ai/data-engineer.md +66 -0
- package/agents/ai/data-scientist.md +58 -0
- package/agents/ai/ml-engineer.md +61 -0
- package/agents/business/business-ops-lead.md +64 -0
- package/agents/business/financial-analyst.md +62 -0
- package/agents/business/sales-engineer.md +74 -0
- package/agents/clevel/ceo-advisor.md +64 -0
- package/agents/clevel/cfo-advisor.md +63 -0
- package/agents/clevel/chief-of-staff.md +60 -0
- package/agents/clevel/cmo-advisor.md +67 -0
- package/agents/clevel/coo-advisor.md +79 -0
- package/agents/clevel/cto-advisor.md +72 -0
- package/agents/devops/cloud-architect.md +52 -0
- package/agents/devops/platform-lead.md +72 -0
- package/agents/devops/sre-lead.md +100 -0
- package/agents/engineering/android-engineer.md +78 -0
- package/agents/engineering/backend-architect.md +127 -0
- package/agents/engineering/database-architect.md +138 -0
- package/agents/engineering/flutter-engineer.md +75 -0
- package/agents/engineering/frontend-architect.md +138 -0
- package/agents/engineering/go-engineer.md +102 -0
- package/agents/engineering/ios-engineer.md +76 -0
- package/agents/engineering/node-engineer.md +107 -0
- package/agents/engineering/react-engineer.md +109 -0
- package/agents/engineering/react-native-engineer.md +112 -0
- package/agents/engineering/sql-specialist.md +106 -0
- package/agents/game/accessibility-specialist.md +150 -0
- package/agents/game/ai-programmer.md +95 -0
- package/agents/game/analytics-engineer.md +101 -0
- package/agents/game/art-director.md +64 -0
- package/agents/game/economy-designer.md +143 -0
- package/agents/game/game-designer.md +70 -0
- package/agents/game/gameplay-programmer.md +133 -0
- package/agents/game/lead-programmer.md +62 -0
- package/agents/game/level-designer.md +115 -0
- package/agents/game/live-ops-designer.md +184 -0
- package/agents/game/narrative-director.md +60 -0
- package/agents/game/network-programmer.md +98 -0
- package/agents/game/performance-analyst.md +112 -0
- package/agents/game/qa-lead.md +65 -0
- package/agents/game/qa-tester-gamedev.md +230 -0
- package/agents/game/release-manager.md +65 -0
- package/agents/game/sound-designer.md +85 -0
- package/agents/game/systems-designer.md +157 -0
- package/agents/game/technical-artist.md +108 -0
- package/agents/game/technical-director.md +74 -0
- package/agents/game/ue-replication-specialist.md +143 -0
- package/agents/game/unity-shader-specialist.md +178 -0
- package/agents/game/unity-specialist.md +184 -0
- package/agents/game/unreal-specialist.md +172 -0
- package/agents/game/ux-designer.md +112 -0
- package/agents/game/world-builder.md +111 -0
- package/agents/game/writer.md +104 -0
- package/agents/integrations/api-tools-specialist.md +209 -0
- package/agents/integrations/comms-tools-specialist.md +159 -0
- package/agents/integrations/design-tools-specialist.md +129 -0
- package/agents/integrations/docs-tools-specialist.md +116 -0
- package/agents/integrations/integrations-architect.md +144 -0
- package/agents/integrations/project-tools-specialist.md +129 -0
- package/agents/management/delivery-manager.md +105 -0
- package/agents/management/program-director.md +55 -0
- package/agents/management/project-manager.md +126 -0
- package/agents/management/scrum-master.md +96 -0
- package/agents/marketing/content-lead.md +74 -0
- package/agents/marketing/growth-lead.md +72 -0
- package/agents/marketing/marketing-analyst.md +89 -0
- package/agents/marketing/marketing-director.md +75 -0
- package/agents/marketing/seo-lead.md +80 -0
- package/agents/product/chief-product-officer.md +79 -0
- package/agents/product/design-system-lead.md +76 -0
- package/agents/product/product-manager.md +132 -0
- package/agents/product/ui-lead.md +73 -0
- package/agents/product/ux-lead.md +103 -0
- package/agents/quality/qa-director.md +121 -0
- package/agents/quality/qa-engineer.md +92 -0
- package/agents/quality/security-architect.md +144 -0
- package/agents/regulatory/compliance-officer.md +88 -0
- package/agents/regulatory/quality-manager.md +90 -0
- package/agents/regulatory/regulatory-director.md +92 -0
- package/agents/visualnovel/vn-comfyui-artist.md +91 -0
- package/agents/visualnovel/vn-narrative-director.md +86 -0
- package/agents/visualnovel/vn-producer.md +108 -0
- package/agents/visualnovel/vn-renpy-developer.md +118 -0
- package/agents/visualnovel/vn-scene-director.md +98 -0
- package/agents/visualnovel/vn-ui-designer.md +97 -0
- package/dist/cli.js +2352 -0
- package/docs/SKILLS-CATALOG.md +457 -0
- package/docs/USER-GUIDE.md +543 -0
- package/docs/agent-hierarchy.md +133 -0
- package/docs/coding-standards.md +135 -0
- package/docs/collaborative-design.md +439 -0
- package/docs/context-management.md +200 -0
- package/docs/coordination-rules.md +164 -0
- package/docs/directory-structure.md +156 -0
- package/docs/division-structure.md +135 -0
- package/docs/gamedev/coding-standards.md +184 -0
- package/docs/gates/README.md +169 -0
- package/docs/gates/gamedev-gates.md +509 -0
- package/docs/gates/software-gates.md +449 -0
- package/docs/software/coding-standards.md +165 -0
- package/docs/technical-preferences.md +61 -0
- package/docs/templates/accessibility-requirements.md +331 -0
- package/docs/templates/architecture-decision-record.md +177 -0
- package/docs/templates/architecture-doc-from-code.md +266 -0
- package/docs/templates/architecture-traceability.md +101 -0
- package/docs/templates/changelog-template.md +62 -0
- package/docs/templates/collaborative-protocols/design-agent-protocol.md +157 -0
- package/docs/templates/collaborative-protocols/implementation-agent-protocol.md +160 -0
- package/docs/templates/collaborative-protocols/leadership-agent-protocol.md +181 -0
- package/docs/templates/design-doc-from-implementation.md +204 -0
- package/docs/templates/incident-response.md +135 -0
- package/docs/templates/interaction-pattern-library.md +1089 -0
- package/docs/templates/milestone-definition.md +79 -0
- package/docs/templates/post-mortem.md +69 -0
- package/docs/templates/prd.md +222 -0
- package/docs/templates/project-stage-report.md +218 -0
- package/docs/templates/release-checklist-template.md +125 -0
- package/docs/templates/release-notes.md +103 -0
- package/docs/templates/rfc.md +256 -0
- package/docs/templates/risk-register-entry.md +58 -0
- package/docs/templates/skill-test-spec.md +96 -0
- package/docs/templates/sprint-plan.md +75 -0
- package/docs/templates/technical-design-document.md +98 -0
- package/docs/templates/test-evidence.md +86 -0
- package/docs/templates/test-plan.md +151 -0
- package/docs/templates/ux-spec.md +544 -0
- package/hooks/check-update.sh +82 -0
- package/hooks/detect-division.sh +28 -0
- package/hooks/detect-gaps.sh +230 -0
- package/hooks/log-agent-stop.sh +7 -0
- package/hooks/log-agent.sh +7 -0
- package/hooks/notify.sh +7 -0
- package/hooks/post-compact.sh +7 -0
- package/hooks/pre-compact.sh +7 -0
- package/hooks/session-start.sh +78 -0
- package/hooks/session-stop.sh +7 -0
- package/hooks/statusline.sh +98 -0
- package/hooks/validate-assets.sh +10 -0
- package/hooks/validate-commit.sh +24 -0
- package/hooks/validate-push.sh +21 -0
- package/hooks/validate-secrets.sh +23 -0
- package/hooks/validate-skill-change.sh +19 -0
- package/package.json +63 -0
- package/profiles/agile.yaml +60 -0
- package/profiles/ai.yaml +27 -0
- package/profiles/android-native.yaml +36 -0
- package/profiles/backend-go.yaml +56 -0
- package/profiles/backend-ts.yaml +59 -0
- package/profiles/business.yaml +24 -0
- package/profiles/clevel.yaml +48 -0
- package/profiles/clickup.yaml +21 -0
- package/profiles/core.yaml +83 -0
- package/profiles/database.yaml +28 -0
- package/profiles/design.yaml +30 -0
- package/profiles/docs.yaml +31 -0
- package/profiles/finance.yaml +23 -0
- package/profiles/flutter.yaml +37 -0
- package/profiles/frontend.yaml +39 -0
- package/profiles/infra.yaml +47 -0
- package/profiles/integrations.yaml +23 -0
- package/profiles/ios-native.yaml +37 -0
- package/profiles/jira.yaml +21 -0
- package/profiles/marketing.yaml +64 -0
- package/profiles/mobile.yaml +39 -0
- package/profiles/regulatory.yaml +33 -0
- package/profiles/security.yaml +30 -0
- package/profiles/self-improving.yaml +22 -0
- package/profiles/statusline.yaml +21 -0
- package/profiles/testing.yaml +32 -0
- package/profiles/unity-design.yaml +37 -0
- package/profiles/unity-dev.yaml +44 -0
- package/profiles/visual-novel.yaml +54 -0
- package/rules/ai-code.md +60 -0
- package/rules/api-code.md +41 -0
- package/rules/backend-code.md +35 -0
- package/rules/data-files.md +58 -0
- package/rules/frontend-code.md +35 -0
- package/rules/gamedev/ai-code.md +15 -0
- package/rules/gamedev/design-docs.md +18 -0
- package/rules/gamedev/engine-code.md +41 -0
- package/rules/gamedev/gameplay-code.md +31 -0
- package/rules/gamedev/narrative.md +15 -0
- package/rules/gamedev/network-code.md +15 -0
- package/rules/gamedev/shader-code.md +43 -0
- package/rules/gamedev/ui-code.md +15 -0
- package/rules/gamedev/vn-code.md +37 -0
- package/rules/implementation-workflow.md +48 -0
- package/rules/infra-code.md +47 -0
- package/rules/migration-code.md +41 -0
- package/rules/prototype-code.md +40 -0
- package/rules/test-standards.md +55 -0
- package/skills/ab-test-setup/SKILL.md +99 -0
- package/skills/ab-test-setup/references/sample-size-guide.md +252 -0
- package/skills/ab-test-setup/references/test-templates.md +268 -0
- package/skills/ab-test-setup/scripts/sample_size_calculator.py +337 -0
- package/skills/accessibility/SKILL.md +32 -0
- package/skills/accessibility/references/anti-patterns.md +9 -0
- package/skills/accessibility/references/component-requirements.md +15 -0
- package/skills/accessibility/references/focus-forms-testing.md +31 -0
- package/skills/accessibility/references/wcag-criteria.md +17 -0
- package/skills/ad-creative/SKILL.md +85 -0
- package/skills/ad-creative/references/creative-frameworks.md +253 -0
- package/skills/ad-creative/references/platform-specs.md +170 -0
- package/skills/ad-creative/scripts/ad_copy_validator.py +490 -0
- package/skills/agent-designer/README.md +430 -0
- package/skills/agent-designer/SKILL.md +64 -0
- package/skills/agent-designer/agent_evaluator.py +1223 -0
- package/skills/agent-designer/agent_planner.py +911 -0
- package/skills/agent-designer/assets/sample_execution_logs.json +543 -0
- package/skills/agent-designer/assets/sample_system_requirements.json +57 -0
- package/skills/agent-designer/assets/sample_tool_descriptions.json +545 -0
- package/skills/agent-designer/expected_outputs/sample_agent_architecture.json +488 -0
- package/skills/agent-designer/expected_outputs/sample_evaluation_report.json +570 -0
- package/skills/agent-designer/expected_outputs/sample_tool_schemas.json +416 -0
- package/skills/agent-designer/references/agent_architecture_patterns.md +445 -0
- package/skills/agent-designer/references/evaluation_methodology.md +749 -0
- package/skills/agent-designer/references/tool_design_best_practices.md +470 -0
- package/skills/agent-designer/tool_schema_generator.py +978 -0
- package/skills/agent-protocol/SKILL.md +102 -0
- package/skills/agent-protocol/references/communication-standard.md +115 -0
- package/skills/agent-protocol/references/invocation-patterns.md +247 -0
- package/skills/agent-protocol/references/quality-loop.md +123 -0
- package/skills/agent-workflow-designer/SKILL.md +59 -0
- package/skills/agent-workflow-designer/references/workflow-patterns.md +82 -0
- package/skills/agent-workflow-designer/scripts/workflow_scaffolder.py +113 -0
- package/skills/ai-security/SKILL.md +113 -0
- package/skills/ai-security/references/atlas-coverage.md +150 -0
- package/skills/ai-security/scripts/ai_threat_scanner.py +564 -0
- package/skills/ai-seo/SKILL.md +172 -0
- package/skills/ai-seo/references/ai-search-landscape.md +191 -0
- package/skills/ai-seo/references/content-patterns.md +276 -0
- package/skills/ai-seo/references/monitoring-guide.md +208 -0
- package/skills/ai-seo/references/optimization-playbook.md +58 -0
- package/skills/analytics-tracking/SKILL.md +105 -0
- package/skills/analytics-tracking/references/debugging-playbook.md +224 -0
- package/skills/analytics-tracking/references/event-taxonomy-guide.md +203 -0
- package/skills/analytics-tracking/references/gtm-patterns.md +298 -0
- package/skills/analytics-tracking/scripts/tracking_plan_generator.py +386 -0
- package/skills/android-native-dev/SKILL.md +878 -0
- package/skills/android-native-dev/references/accessibility.md +209 -0
- package/skills/android-native-dev/references/adaptive-screens.md +231 -0
- package/skills/android-native-dev/references/design-style-guide.md +365 -0
- package/skills/android-native-dev/references/functional-requirements.md +229 -0
- package/skills/android-native-dev/references/motion-system.md +203 -0
- package/skills/android-native-dev/references/performance-stability.md +223 -0
- package/skills/android-native-dev/references/privacy-security.md +244 -0
- package/skills/android-native-dev/references/testing.md +554 -0
- package/skills/android-native-dev/references/visual-design.md +246 -0
- package/skills/api-design/SKILL.md +88 -0
- package/skills/api-design/references/anti-patterns.md +14 -0
- package/skills/api-design/references/versioning-deprecation.md +23 -0
- package/skills/api-docs/SKILL.md +101 -0
- package/skills/api-versioning/SKILL.md +51 -0
- package/skills/api-versioning/references/anti-patterns-and-checklist.md +27 -0
- package/skills/api-versioning/references/implementation-by-framework.md +31 -0
- package/skills/app-store-optimization/HOW_TO_USE.md +281 -0
- package/skills/app-store-optimization/SKILL.md +150 -0
- package/skills/app-store-optimization/assets/aso-audit-template.md +268 -0
- package/skills/app-store-optimization/expected_output.json +170 -0
- package/skills/app-store-optimization/references/ab-testing-guide.md +72 -0
- package/skills/app-store-optimization/references/aso-best-practices.md +403 -0
- package/skills/app-store-optimization/references/before-after-examples.md +73 -0
- package/skills/app-store-optimization/references/keyword-research-guide.md +419 -0
- package/skills/app-store-optimization/references/metadata-optimization.md +65 -0
- package/skills/app-store-optimization/references/platform-requirements.md +324 -0
- package/skills/app-store-optimization/sample_input.json +30 -0
- package/skills/app-store-optimization/scripts/ab_test_planner.py +662 -0
- package/skills/app-store-optimization/scripts/aso_scorer.py +482 -0
- package/skills/app-store-optimization/scripts/competitor_analyzer.py +577 -0
- package/skills/app-store-optimization/scripts/keyword_analyzer.py +406 -0
- package/skills/app-store-optimization/scripts/launch_checklist.py +739 -0
- package/skills/app-store-optimization/scripts/localization_helper.py +588 -0
- package/skills/app-store-optimization/scripts/metadata_optimizer.py +581 -0
- package/skills/app-store-optimization/scripts/review_analyzer.py +714 -0
- package/skills/arcane-add/SKILL.md +47 -0
- package/skills/arcane-clean/SKILL.md +45 -0
- package/skills/arcane-list/SKILL.md +46 -0
- package/skills/arcane-remove/SKILL.md +68 -0
- package/skills/arcane-status/SKILL.md +42 -0
- package/skills/architecture-decision/SKILL.md +75 -0
- package/skills/architecture-decision/templates/adr.md +101 -0
- package/skills/architecture-review/SKILL.md +90 -0
- package/skills/art-bible/SKILL.md +88 -0
- package/skills/art-bible/references/anti-patterns.md +8 -0
- package/skills/art-bible/references/checklist.md +17 -0
- package/skills/asset-audit/SKILL.md +95 -0
- package/skills/asset-spec/SKILL.md +72 -0
- package/skills/asset-spec/references/anti-patterns-checklist.md +19 -0
- package/skills/asset-spec/references/spec-output-format.md +34 -0
- package/skills/async-ops/SKILL.md +59 -0
- package/skills/async-ops/references/anti-patterns.md +16 -0
- package/skills/async-ops/references/checklist.md +10 -0
- package/skills/async-ops/references/job-scheduling.md +37 -0
- package/skills/async-ops/references/outbound-webhooks.md +19 -0
- package/skills/atlassian-admin/SKILL.md +121 -0
- package/skills/atlassian-admin/assets/permission_scheme_template.json +173 -0
- package/skills/atlassian-admin/references/security-hardening-guide.md +214 -0
- package/skills/atlassian-admin/references/user-provisioning-checklist.md +177 -0
- package/skills/atlassian-admin/scripts/permission_audit_tool.py +469 -0
- package/skills/atlassian-templates/SKILL.md +128 -0
- package/skills/atlassian-templates/references/governance-framework.md +234 -0
- package/skills/atlassian-templates/references/template-design-patterns.md +252 -0
- package/skills/atlassian-templates/scripts/template_scaffolder.py +418 -0
- package/skills/audit-dev/SKILL.md +43 -0
- package/skills/audit-game/SKILL.md +54 -0
- package/skills/audit-game/references/cross-reference-criteria.md +42 -0
- package/skills/audit-game/references/output-template.md +48 -0
- package/skills/audit-log/SKILL.md +75 -0
- package/skills/auth-strategy/SKILL.md +120 -0
- package/skills/auth-strategy/references/anti-patterns.md +21 -0
- package/skills/aws-solution-architect/SKILL.md +125 -0
- package/skills/aws-solution-architect/assets/expected_output.json +55 -0
- package/skills/aws-solution-architect/assets/sample_input.json +18 -0
- package/skills/aws-solution-architect/references/architecture_patterns.md +535 -0
- package/skills/aws-solution-architect/references/best_practices.md +631 -0
- package/skills/aws-solution-architect/references/service_selection.md +484 -0
- package/skills/aws-solution-architect/scripts/architecture_designer.py +808 -0
- package/skills/aws-solution-architect/scripts/cost_optimizer.py +346 -0
- package/skills/aws-solution-architect/scripts/serverless_stack.py +663 -0
- package/skills/azure-cloud-architect/SKILL.md +128 -0
- package/skills/azure-cloud-architect/references/architecture_patterns.md +413 -0
- package/skills/azure-cloud-architect/references/best_practices.md +337 -0
- package/skills/azure-cloud-architect/references/service_selection.md +250 -0
- package/skills/azure-cloud-architect/scripts/architecture_designer.py +592 -0
- package/skills/azure-cloud-architect/scripts/bicep_generator.py +775 -0
- package/skills/azure-cloud-architect/scripts/cost_optimizer.py +492 -0
- package/skills/backup-strategy/SKILL.md +101 -0
- package/skills/balance-check/SKILL.md +119 -0
- package/skills/board-deck-builder/SKILL.md +64 -0
- package/skills/board-deck-builder/references/deck-frameworks.md +184 -0
- package/skills/board-deck-builder/templates/board-deck-template.md +210 -0
- package/skills/board-meeting/SKILL.md +58 -0
- package/skills/board-meeting/references/meeting-facilitation.md +167 -0
- package/skills/board-meeting/templates/meeting-agenda.md +81 -0
- package/skills/board-meeting/templates/meeting-minutes.md +91 -0
- package/skills/brainstorm/SKILL.md +94 -0
- package/skills/brainstorm/references/next-steps-pipeline.md +13 -0
- package/skills/brainstorm/references/review-mode-gates.md +13 -0
- package/skills/brand-guidelines/SKILL.md +91 -0
- package/skills/brand-guidelines/references/brand-identity-and-framework.md +262 -0
- package/skills/bug-report/SKILL.md +53 -0
- package/skills/bug-triage/SKILL.md +74 -0
- package/skills/business-investment-advisor/SKILL.md +83 -0
- package/skills/business-investment-advisor/references/analysis-frameworks.md +113 -0
- package/skills/caching-strategy/SKILL.md +81 -0
- package/skills/caching-strategy/references/http-headers.md +9 -0
- package/skills/caching-strategy/references/patterns-and-invalidation.md +25 -0
- package/skills/caching-strategy/references/redis-and-client.md +13 -0
- package/skills/caching-strategy/references/ttl-defaults.md +11 -0
- package/skills/campaign-analytics/SKILL.md +93 -0
- package/skills/campaign-analytics/assets/ab_test_template.md +130 -0
- package/skills/campaign-analytics/assets/campaign_report_template.md +141 -0
- package/skills/campaign-analytics/assets/channel_comparison_template.md +158 -0
- package/skills/campaign-analytics/assets/expected_output.json +110 -0
- package/skills/campaign-analytics/assets/sample_campaign_data.json +151 -0
- package/skills/campaign-analytics/references/attribution-models-guide.md +285 -0
- package/skills/campaign-analytics/references/campaign-metrics-benchmarks.md +259 -0
- package/skills/campaign-analytics/references/funnel-optimization-framework.md +302 -0
- package/skills/campaign-analytics/scripts/attribution_analyzer.py +347 -0
- package/skills/campaign-analytics/scripts/campaign_roi_calculator.py +459 -0
- package/skills/campaign-analytics/scripts/funnel_analyzer.py +305 -0
- package/skills/capa-officer/SKILL.md +125 -0
- package/skills/capa-officer/references/effectiveness-verification-guide.md +462 -0
- package/skills/capa-officer/references/rca-methodologies.md +455 -0
- package/skills/capa-officer/scripts/capa_tracker.py +638 -0
- package/skills/capa-officer/scripts/root_cause_analyzer.py +486 -0
- package/skills/cdn-setup/SKILL.md +33 -0
- package/skills/cdn-setup/references/cache-strategy-and-invalidation.md +30 -0
- package/skills/cdn-setup/references/security-and-anti-patterns.md +26 -0
- package/skills/ceo-advisor/SKILL.md +110 -0
- package/skills/ceo-advisor/references/board_governance_investor_relations.md +599 -0
- package/skills/ceo-advisor/references/executive_decision_framework.md +475 -0
- package/skills/ceo-advisor/references/leadership_organizational_culture.md +682 -0
- package/skills/ceo-advisor/scripts/financial_scenario_analyzer.py +451 -0
- package/skills/ceo-advisor/scripts/strategy_analyzer.py +609 -0
- package/skills/cfo-advisor/SKILL.md +81 -0
- package/skills/cfo-advisor/references/cash_management.md +374 -0
- package/skills/cfo-advisor/references/financial_planning.md +500 -0
- package/skills/cfo-advisor/references/fundraising_playbook.md +419 -0
- package/skills/cfo-advisor/scripts/burn_rate_calculator.py +402 -0
- package/skills/cfo-advisor/scripts/fundraising_model.py +490 -0
- package/skills/cfo-advisor/scripts/unit_economics_analyzer.py +529 -0
- package/skills/change-management/SKILL.md +53 -0
- package/skills/change-management/references/adkar-details.md +110 -0
- package/skills/change-management/references/change-playbook.md +308 -0
- package/skills/changelog/SKILL.md +111 -0
- package/skills/check/SKILL.md +22 -0
- package/skills/chief-of-staff/SKILL.md +70 -0
- package/skills/chief-of-staff/references/routing-matrix.md +212 -0
- package/skills/chief-of-staff/references/synthesis-framework.md +201 -0
- package/skills/chro-advisor/SKILL.md +86 -0
- package/skills/chro-advisor/references/comp_frameworks.md +320 -0
- package/skills/chro-advisor/references/org_design.md +333 -0
- package/skills/chro-advisor/references/people_strategy.md +320 -0
- package/skills/chro-advisor/scripts/comp_benchmarker.py +613 -0
- package/skills/chro-advisor/scripts/hiring_plan_modeler.py +572 -0
- package/skills/churn-prevention/SKILL.md +200 -0
- package/skills/churn-prevention/references/cancel-flow-playbook.md +254 -0
- package/skills/churn-prevention/references/dunning-guide.md +276 -0
- package/skills/churn-prevention/references/exit-survey-and-save-offers.md +42 -0
- package/skills/churn-prevention/scripts/churn_impact_calculator.py +199 -0
- package/skills/ci-cd-setup/SKILL.md +66 -0
- package/skills/ci-cd-setup/references/anti-patterns.md +10 -0
- package/skills/ci-cd-setup/references/checklist.md +14 -0
- package/skills/ci-cd-setup/references/secret-and-deploy.md +30 -0
- package/skills/ciso-advisor/SKILL.md +86 -0
- package/skills/ciso-advisor/references/compliance_roadmap.md +370 -0
- package/skills/ciso-advisor/references/incident_response.md +350 -0
- package/skills/ciso-advisor/references/security_strategy.md +321 -0
- package/skills/ciso-advisor/scripts/compliance_tracker.py +781 -0
- package/skills/ciso-advisor/scripts/risk_quantifier.py +690 -0
- package/skills/clickup/SKILL.md +134 -0
- package/skills/cloud-security/SKILL.md +107 -0
- package/skills/cloud-security/references/cspm-checks.md +109 -0
- package/skills/cloud-security/scripts/cloud_posture_check.py +1180 -0
- package/skills/cmo-advisor/SKILL.md +82 -0
- package/skills/cmo-advisor/references/brand_positioning.md +374 -0
- package/skills/cmo-advisor/references/growth_frameworks.md +456 -0
- package/skills/cmo-advisor/references/marketing_org.md +281 -0
- package/skills/cmo-advisor/scripts/growth_model_simulator.py +416 -0
- package/skills/cmo-advisor/scripts/marketing_budget_modeler.py +440 -0
- package/skills/code-review/SKILL.md +66 -0
- package/skills/cold-email/SKILL.md +178 -0
- package/skills/cold-email/references/deliverability-guide.md +225 -0
- package/skills/cold-email/references/follow-up-playbook.md +225 -0
- package/skills/cold-email/references/frameworks.md +217 -0
- package/skills/cold-email/references/voice-and-subject-lines.md +41 -0
- package/skills/cold-email/scripts/email_sequence_analyzer.py +517 -0
- package/skills/commit/SKILL.md +25 -0
- package/skills/company-os/SKILL.md +66 -0
- package/skills/company-os/references/implementation-guide.md +249 -0
- package/skills/company-os/references/os-comparison.md +242 -0
- package/skills/company-os/references/six-components.md +129 -0
- package/skills/competitive-intel/SKILL.md +62 -0
- package/skills/competitive-intel/references/ci-playbook.md +237 -0
- package/skills/competitive-intel/templates/battlecard-template.md +99 -0
- package/skills/competitive-teardown/SKILL.md +169 -0
- package/skills/competitive-teardown/references/analysis-templates.md +203 -0
- package/skills/competitive-teardown/references/competitive-analysis-frameworks.md +107 -0
- package/skills/competitive-teardown/references/data-collection-guide.md +104 -0
- package/skills/competitive-teardown/references/scoring-rubric.md +116 -0
- package/skills/competitive-teardown/scripts/competitive_matrix_builder.py +299 -0
- package/skills/competitor-alternatives/SKILL.md +92 -0
- package/skills/competitor-alternatives/references/content-architecture.md +263 -0
- package/skills/competitor-alternatives/references/templates.md +212 -0
- package/skills/competitor-alternatives/scripts/comparison_matrix_builder.py +365 -0
- package/skills/confluence-expert/SKILL.md +129 -0
- package/skills/confluence-expert/references/macro-cheat-sheet.md +144 -0
- package/skills/confluence-expert/references/space-architecture-patterns.md +246 -0
- package/skills/confluence-expert/references/templates.md +725 -0
- package/skills/confluence-expert/scripts/content_audit_analyzer.py +457 -0
- package/skills/confluence-expert/scripts/space_structure_generator.py +517 -0
- package/skills/consistency-check/SKILL.md +68 -0
- package/skills/content-creator/SKILL.md +52 -0
- package/skills/content-creator/assets/content_calendar_template.md +99 -0
- package/skills/content-creator/examples/brand_voice_analysis_example.md +180 -0
- package/skills/content-creator/examples/seo_optimization_example.md +259 -0
- package/skills/content-creator/references/analytics_guide.md +352 -0
- package/skills/content-creator/references/brand_guidelines.md +219 -0
- package/skills/content-creator/references/content_frameworks.md +551 -0
- package/skills/content-creator/references/social_media_optimization.md +342 -0
- package/skills/content-humanizer/SKILL.md +193 -0
- package/skills/content-humanizer/references/ai-tells-checklist.md +157 -0
- package/skills/content-humanizer/references/voice-techniques.md +168 -0
- package/skills/content-humanizer/scripts/humanizer_scorer.py +504 -0
- package/skills/content-production/SKILL.md +192 -0
- package/skills/content-production/references/content-brief-guide.md +146 -0
- package/skills/content-production/references/optimization-checklist.md +139 -0
- package/skills/content-production/scripts/brand_voice_analyzer.py +197 -0
- package/skills/content-production/scripts/content_scorer.py +464 -0
- package/skills/content-production/scripts/seo_optimizer.py +433 -0
- package/skills/content-production/templates/content-brief-template.md +126 -0
- package/skills/content-strategy/SKILL.md +125 -0
- package/skills/content-strategy/references/content-strategy-reference.md +278 -0
- package/skills/content-strategy/scripts/topic_cluster_mapper.py +243 -0
- package/skills/context-engine/SKILL.md +50 -0
- package/skills/context-engine/references/anonymization-protocol.md +173 -0
- package/skills/context-prime/SKILL.md +25 -0
- package/skills/contract-and-proposal-writer/SKILL.md +126 -0
- package/skills/contract-and-proposal-writer/references/contract-templates.md +276 -0
- package/skills/contract-testing/SKILL.md +42 -0
- package/skills/contract-testing/references/anti-patterns-and-checklist.md +28 -0
- package/skills/contract-testing/references/implementation-details.md +29 -0
- package/skills/coo-advisor/SKILL.md +92 -0
- package/skills/coo-advisor/references/ops_cadence.md +606 -0
- package/skills/coo-advisor/references/process_frameworks.md +459 -0
- package/skills/coo-advisor/references/scaling_playbook.md +465 -0
- package/skills/coo-advisor/scripts/okr_tracker.py +1100 -0
- package/skills/coo-advisor/scripts/ops_efficiency_analyzer.py +1071 -0
- package/skills/copy-editing/SKILL.md +124 -0
- package/skills/copy-editing/references/copy-editing-checklist.md +134 -0
- package/skills/copy-editing/references/plain-english-alternatives.md +376 -0
- package/skills/copy-editing/references/seven-sweeps-framework.md +228 -0
- package/skills/copy-editing/scripts/readability_scorer.py +285 -0
- package/skills/copywriting/SKILL.md +192 -0
- package/skills/copywriting/references/copy-frameworks.md +338 -0
- package/skills/copywriting/references/natural-transitions.md +252 -0
- package/skills/copywriting/references/writing-style-rules.md +63 -0
- package/skills/copywriting/scripts/headline_scorer.py +256 -0
- package/skills/cpo-advisor/SKILL.md +102 -0
- package/skills/cpo-advisor/references/pmf_playbook.md +307 -0
- package/skills/cpo-advisor/references/product_org_design.md +407 -0
- package/skills/cpo-advisor/references/product_strategy.md +454 -0
- package/skills/cpo-advisor/scripts/pmf_scorer.py +600 -0
- package/skills/cpo-advisor/scripts/portfolio_analyzer.py +547 -0
- package/skills/create-epics/SKILL.md +65 -0
- package/skills/create-pr/SKILL.md +26 -0
- package/skills/create-stories/SKILL.md +85 -0
- package/skills/create-test-user/SKILL.md +37 -0
- package/skills/create-ticket/SKILL.md +50 -0
- package/skills/cro-advisor/SKILL.md +86 -0
- package/skills/cro-advisor/references/nrr_playbook.md +380 -0
- package/skills/cro-advisor/references/pricing_strategy.md +417 -0
- package/skills/cro-advisor/references/sales_playbook.md +461 -0
- package/skills/cro-advisor/scripts/churn_analyzer.py +742 -0
- package/skills/cro-advisor/scripts/revenue_forecast_model.py +571 -0
- package/skills/cs-onboard/SKILL.md +60 -0
- package/skills/cs-onboard/references/interview-guide.md +173 -0
- package/skills/cs-onboard/templates/company-context-template.md +144 -0
- package/skills/csp-headers/SKILL.md +53 -0
- package/skills/csp-headers/references/anti-patterns-checklist.md +26 -0
- package/skills/csp-headers/references/implementation.md +18 -0
- package/skills/cto-advisor/SKILL.md +95 -0
- package/skills/cto-advisor/references/architecture_decision_records.md +294 -0
- package/skills/cto-advisor/references/engineering_metrics.md +393 -0
- package/skills/cto-advisor/references/technology_evaluation_framework.md +370 -0
- package/skills/cto-advisor/references/workflows.md +84 -0
- package/skills/cto-advisor/scripts/team_scaling_calculator.py +562 -0
- package/skills/cto-advisor/scripts/tech_debt_analyzer.py +450 -0
- package/skills/culture-architect/SKILL.md +66 -0
- package/skills/culture-architect/references/culture-playbook.md +243 -0
- package/skills/culture-architect/templates/culture-code-template.md +137 -0
- package/skills/customer-success-manager/SKILL.md +97 -0
- package/skills/customer-success-manager/assets/executive_business_review_template.md +209 -0
- package/skills/customer-success-manager/assets/expected_output.json +170 -0
- package/skills/customer-success-manager/assets/onboarding_checklist_template.md +215 -0
- package/skills/customer-success-manager/assets/qbr_template.md +163 -0
- package/skills/customer-success-manager/assets/sample_customer_data.json +314 -0
- package/skills/customer-success-manager/assets/success_plan_template.md +167 -0
- package/skills/customer-success-manager/references/cs-metrics-benchmarks.md +259 -0
- package/skills/customer-success-manager/references/cs-playbooks.md +290 -0
- package/skills/customer-success-manager/references/health-scoring-framework.md +184 -0
- package/skills/customer-success-manager/scripts/churn_risk_analyzer.py +487 -0
- package/skills/customer-success-manager/scripts/expansion_opportunity_scorer.py +414 -0
- package/skills/customer-success-manager/scripts/health_score_calculator.py +438 -0
- package/skills/data-migrations/SKILL.md +113 -0
- package/skills/data-migrations/references/anti-patterns.md +14 -0
- package/skills/data-migrations/references/batching.md +9 -0
- package/skills/data-migrations/references/checklist.md +14 -0
- package/skills/data-migrations/references/expand-contract.md +19 -0
- package/skills/data-operations/SKILL.md +59 -0
- package/skills/data-operations/references/anti-patterns.md +17 -0
- package/skills/data-operations/references/query-optimization.md +37 -0
- package/skills/data-operations/references/seeding.md +38 -0
- package/skills/data-seeding/SKILL.md +96 -0
- package/skills/database/SKILL.md +74 -0
- package/skills/database/references/anti-patterns.md +20 -0
- package/skills/database/references/query-patterns.md +32 -0
- package/skills/database-indexing/SKILL.md +85 -0
- package/skills/database-indexing/references/anti-patterns.md +14 -0
- package/skills/database-indexing/references/checklists.md +23 -0
- package/skills/database-indexing/references/index-types.md +18 -0
- package/skills/database-setup/SKILL.md +109 -0
- package/skills/database-setup/references/indexing-guide.md +126 -0
- package/skills/db-diagram/SKILL.md +87 -0
- package/skills/decision-logger/SKILL.md +59 -0
- package/skills/decision-logger/references/entry-format.md +55 -0
- package/skills/decision-logger/scripts/decision_tracker.py +620 -0
- package/skills/decision-logger/templates/decision-entry.md +63 -0
- package/skills/deploy-check/SKILL.md +87 -0
- package/skills/deploy-staging/SKILL.md +44 -0
- package/skills/deps-audit/SKILL.md +92 -0
- package/skills/design-handoff/SKILL.md +49 -0
- package/skills/design-system/SKILL.md +56 -0
- package/skills/design-system/references/post-design-validation.md +8 -0
- package/skills/design-system/references/section-guidance.md +29 -0
- package/skills/distributed-tracing/SKILL.md +86 -0
- package/skills/doc-gdd/SKILL.md +56 -0
- package/skills/doc-pas/SKILL.md +41 -0
- package/skills/doc-pas/references/examples-and-usage.md +27 -0
- package/skills/doc-pas/references/output-format-template.md +63 -0
- package/skills/doc-rfc/SKILL.md +55 -0
- package/skills/doc-rfc/templates/decision.md +38 -0
- package/skills/doc-rfc/templates/epica.md +68 -0
- package/skills/doc-rfc/templates/hu.md +52 -0
- package/skills/doc-rfc/templates/tarea.md +37 -0
- package/skills/docker-setup/SKILL.md +78 -0
- package/skills/docker-setup/references/anti-patterns.md +10 -0
- package/skills/docker-setup/references/checklists.md +34 -0
- package/skills/docker-setup/references/size-optimization.md +7 -0
- package/skills/docx-generator/SKILL.md +249 -0
- package/skills/docx-generator/assets/styles/academic_styles.xml +250 -0
- package/skills/docx-generator/assets/styles/corporate_styles.xml +284 -0
- package/skills/docx-generator/assets/styles/default_styles.xml +449 -0
- package/skills/docx-generator/assets/xsd/aesthetic-rules.xsd +470 -0
- package/skills/docx-generator/assets/xsd/business-rules.xsd +130 -0
- package/skills/docx-generator/assets/xsd/common-types.xsd +159 -0
- package/skills/docx-generator/assets/xsd/wml-subset.xsd +589 -0
- package/skills/docx-generator/references/cjk_typography.md +357 -0
- package/skills/docx-generator/references/cjk_university_template_guide.md +184 -0
- package/skills/docx-generator/references/comments_guide.md +191 -0
- package/skills/docx-generator/references/design_good_bad_examples.md +829 -0
- package/skills/docx-generator/references/design_principles.md +819 -0
- package/skills/docx-generator/references/openxml_element_order.md +308 -0
- package/skills/docx-generator/references/openxml_encyclopedia_part1.md +4061 -0
- package/skills/docx-generator/references/openxml_encyclopedia_part2.md +2820 -0
- package/skills/docx-generator/references/openxml_encyclopedia_part3.md +3381 -0
- package/skills/docx-generator/references/openxml_namespaces.md +82 -0
- package/skills/docx-generator/references/openxml_units.md +72 -0
- package/skills/docx-generator/references/scenario_a_create.md +284 -0
- package/skills/docx-generator/references/scenario_b_edit_content.md +295 -0
- package/skills/docx-generator/references/scenario_c_apply_template.md +456 -0
- package/skills/docx-generator/references/track_changes_guide.md +200 -0
- package/skills/docx-generator/references/troubleshooting.md +506 -0
- package/skills/docx-generator/references/typography_guide.md +294 -0
- package/skills/docx-generator/references/xsd_validation_guide.md +158 -0
- package/skills/docx-generator/scripts/doc_to_docx.sh +40 -0
- package/skills/docx-generator/scripts/docx_preview.sh +37 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
- package/skills/docx-generator/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
- package/skills/docx-generator/scripts/env_check.sh +196 -0
- package/skills/docx-generator/scripts/setup.ps1 +274 -0
- package/skills/docx-generator/scripts/setup.sh +504 -0
- package/skills/email-sequence/SKILL.md +119 -0
- package/skills/email-sequence/references/email-sequence-playbook.md +209 -0
- package/skills/email-sequence/scripts/sequence_analyzer.py +354 -0
- package/skills/email-template-builder/SKILL.md +93 -0
- package/skills/email-template-builder/references/react-email-templates.md +323 -0
- package/skills/env-sync/SKILL.md +102 -0
- package/skills/error-tracking/SKILL.md +25 -0
- package/skills/error-tracking/references/anti-patterns-and-checklist.md +23 -0
- package/skills/error-tracking/references/operational-details.md +38 -0
- package/skills/error-tracking/references/setup-per-stack.md +24 -0
- package/skills/estimate/SKILL.md +51 -0
- package/skills/estimate/references/complexity-factors.md +30 -0
- package/skills/estimate/references/estimate-template.md +60 -0
- package/skills/executive-mentor/.claude-plugin/plugin.json +13 -0
- package/skills/executive-mentor/SKILL.md +90 -0
- package/skills/executive-mentor/agents/devils-advocate.md +139 -0
- package/skills/executive-mentor/references/board_dynamics.md +263 -0
- package/skills/executive-mentor/references/crisis_playbook.md +173 -0
- package/skills/executive-mentor/references/hard_things.md +256 -0
- package/skills/executive-mentor/scripts/decision_matrix_scorer.py +491 -0
- package/skills/executive-mentor/scripts/stakeholder_mapper.py +547 -0
- package/skills/executive-mentor/skills/board-prep/SKILL.md +76 -0
- package/skills/executive-mentor/skills/challenge/SKILL.md +80 -0
- package/skills/executive-mentor/skills/hard-call/SKILL.md +64 -0
- package/skills/executive-mentor/skills/postmortem/SKILL.md +78 -0
- package/skills/executive-mentor/skills/stress-test/SKILL.md +74 -0
- package/skills/executive-mentor/skills/stress-test/references/patterns-by-type.md +73 -0
- package/skills/experiment-designer/SKILL.md +108 -0
- package/skills/experiment-designer/references/experiment-playbook.md +70 -0
- package/skills/experiment-designer/references/statistics-reference.md +56 -0
- package/skills/experiment-designer/scripts/sample_size_calculator.py +100 -0
- package/skills/fda-consultant-specialist/SKILL.md +102 -0
- package/skills/fda-consultant-specialist/references/device_cybersecurity_guidance.md +695 -0
- package/skills/fda-consultant-specialist/references/fda_capa_requirements.md +718 -0
- package/skills/fda-consultant-specialist/references/fda_submission_guide.md +400 -0
- package/skills/fda-consultant-specialist/references/hipaa_compliance_framework.md +721 -0
- package/skills/fda-consultant-specialist/references/qsr_compliance_requirements.md +753 -0
- package/skills/fda-consultant-specialist/scripts/fda_submission_tracker.py +493 -0
- package/skills/fda-consultant-specialist/scripts/hipaa_risk_assessment.py +626 -0
- package/skills/fda-consultant-specialist/scripts/qsr_compliance_checker.py +618 -0
- package/skills/feature-flags/SKILL.md +98 -0
- package/skills/figma/SKILL.md +124 -0
- package/skills/figma-to-code/SKILL.md +80 -0
- package/skills/figma-to-code/references/checklist-and-output.md +32 -0
- package/skills/figma-to-code/references/stack-detection.md +34 -0
- package/skills/figma-tokens/SKILL.md +55 -0
- package/skills/file-uploads/SKILL.md +95 -0
- package/skills/financial-analyst/SKILL.md +152 -0
- package/skills/financial-analyst/assets/dcf_analysis_template.md +184 -0
- package/skills/financial-analyst/assets/expected_output.json +161 -0
- package/skills/financial-analyst/assets/forecast_report_template.md +177 -0
- package/skills/financial-analyst/assets/sample_financial_data.json +219 -0
- package/skills/financial-analyst/assets/variance_report_template.md +122 -0
- package/skills/financial-analyst/references/financial-ratios-guide.md +376 -0
- package/skills/financial-analyst/references/forecasting-best-practices.md +279 -0
- package/skills/financial-analyst/references/industry-adaptations.md +103 -0
- package/skills/financial-analyst/references/valuation-methodology.md +246 -0
- package/skills/financial-analyst/scripts/budget_variance_analyzer.py +406 -0
- package/skills/financial-analyst/scripts/dcf_valuation.py +449 -0
- package/skills/financial-analyst/scripts/forecast_builder.py +494 -0
- package/skills/financial-analyst/scripts/ratio_calculator.py +432 -0
- package/skills/fix-issue/SKILL.md +19 -0
- package/skills/flutter-dev/SKILL.md +122 -0
- package/skills/flutter-dev/references/animations.md +497 -0
- package/skills/flutter-dev/references/bloc-state.md +281 -0
- package/skills/flutter-dev/references/forms.md +656 -0
- package/skills/flutter-dev/references/gorouter-navigation.md +257 -0
- package/skills/flutter-dev/references/localization.md +510 -0
- package/skills/flutter-dev/references/networking.md +566 -0
- package/skills/flutter-dev/references/performance.md +306 -0
- package/skills/flutter-dev/references/platform-specific.md +417 -0
- package/skills/flutter-dev/references/project-structure.md +274 -0
- package/skills/flutter-dev/references/riverpod-state.md +232 -0
- package/skills/flutter-dev/references/testing.md +364 -0
- package/skills/flutter-dev/references/widget-patterns.md +233 -0
- package/skills/form-cro/SKILL.md +128 -0
- package/skills/form-cro/references/experiments.md +77 -0
- package/skills/form-cro/references/form-cro-playbook.md +271 -0
- package/skills/form-cro/scripts/form_field_analyzer.py +291 -0
- package/skills/form-validation/SKILL.md +75 -0
- package/skills/founder-coach/SKILL.md +57 -0
- package/skills/founder-coach/references/delegation-energy.md +124 -0
- package/skills/founder-coach/references/founder-toolkit.md +296 -0
- package/skills/founder-coach/references/leadership-evolution.md +112 -0
- package/skills/founder-coach/references/leadership-growth.md +178 -0
- package/skills/free-tool-strategy/SKILL.md +167 -0
- package/skills/free-tool-strategy/references/design-and-lead-capture.md +58 -0
- package/skills/free-tool-strategy/references/launch-playbook.md +182 -0
- package/skills/free-tool-strategy/references/tool-types-guide.md +253 -0
- package/skills/free-tool-strategy/scripts/tool_roi_estimator.py +401 -0
- package/skills/frontend-dev/SKILL.md +555 -0
- package/skills/frontend-dev/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/frontend-dev/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/frontend-dev/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/frontend-dev/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/frontend-dev/references/asset-prompt-guide.md +43 -0
- package/skills/frontend-dev/references/env-setup.md +33 -0
- package/skills/frontend-dev/references/minimax-cli-reference.md +133 -0
- package/skills/frontend-dev/references/minimax-image-guide.md +65 -0
- package/skills/frontend-dev/references/minimax-music-guide.md +216 -0
- package/skills/frontend-dev/references/minimax-tts-guide.md +78 -0
- package/skills/frontend-dev/references/minimax-video-guide.md +82 -0
- package/skills/frontend-dev/references/minimax-voice-catalog.md +686 -0
- package/skills/frontend-dev/references/motion-recipes.md +407 -0
- package/skills/frontend-dev/references/troubleshooting.md +85 -0
- package/skills/frontend-dev/scripts/minimax_image.py +137 -0
- package/skills/frontend-dev/scripts/minimax_music.py +157 -0
- package/skills/frontend-dev/scripts/minimax_tts.py +127 -0
- package/skills/frontend-dev/scripts/minimax_video.py +187 -0
- package/skills/frontend-dev/templates/generator_template.js +223 -0
- package/skills/frontend-dev/templates/viewer.html +599 -0
- package/skills/game-analysis/SKILL.md +51 -0
- package/skills/game-analysis/references/anti-patterns-checklist.md +25 -0
- package/skills/game-analysis/references/balance-report-format.md +21 -0
- package/skills/game-analysis/references/playtest-template.md +28 -0
- package/skills/game-audit/SKILL.md +66 -0
- package/skills/game-docs/SKILL.md +58 -0
- package/skills/game-docs/references/gdd-structure.md +24 -0
- package/skills/game-docs/references/pas-format.md +49 -0
- package/skills/game-docs/references/writing-rules.md +17 -0
- package/skills/gate-check/SKILL.md +93 -0
- package/skills/gcp-cloud-architect/SKILL.md +127 -0
- package/skills/gcp-cloud-architect/references/architecture_patterns.md +512 -0
- package/skills/gcp-cloud-architect/references/best_practices.md +467 -0
- package/skills/gcp-cloud-architect/references/service_selection.md +547 -0
- package/skills/gcp-cloud-architect/scripts/architecture_designer.py +805 -0
- package/skills/gcp-cloud-architect/scripts/cost_optimizer.py +465 -0
- package/skills/gcp-cloud-architect/scripts/deployment_manager.py +835 -0
- package/skills/gdocs/SKILL.md +128 -0
- package/skills/gdpr-dsgvo-expert/SKILL.md +97 -0
- package/skills/gdpr-dsgvo-expert/references/dpia_methodology.md +412 -0
- package/skills/gdpr-dsgvo-expert/references/gdpr_compliance_guide.md +336 -0
- package/skills/gdpr-dsgvo-expert/references/german_bdsg_requirements.md +327 -0
- package/skills/gdpr-dsgvo-expert/scripts/data_subject_rights_tracker.py +541 -0
- package/skills/gdpr-dsgvo-expert/scripts/dpia_generator.py +670 -0
- package/skills/gdpr-dsgvo-expert/scripts/gdpr_compliance_checker.py +443 -0
- package/skills/gdrive/SKILL.md +46 -0
- package/skills/gh-projects/SKILL.md +103 -0
- package/skills/gh-projects/references/graphql-queries.md +207 -0
- package/skills/git-worktree-manager/SKILL.md +86 -0
- package/skills/git-worktree-manager/references/docker-compose-patterns.md +62 -0
- package/skills/git-worktree-manager/references/port-allocation-strategy.md +46 -0
- package/skills/git-worktree-manager/scripts/worktree_cleanup.py +196 -0
- package/skills/git-worktree-manager/scripts/worktree_manager.py +240 -0
- package/skills/go-clean-architecture/SKILL.md +95 -0
- package/skills/go-clean-architecture/references/anti-patterns.md +7 -0
- package/skills/go-clean-architecture/references/checklist.md +13 -0
- package/skills/gsheets/SKILL.md +46 -0
- package/skills/helm-chart-builder/.claude-plugin/plugin.json +13 -0
- package/skills/helm-chart-builder/SKILL.md +122 -0
- package/skills/helm-chart-builder/references/chart-patterns.md +435 -0
- package/skills/helm-chart-builder/references/values-design.md +462 -0
- package/skills/helm-chart-builder/scripts/chart_analyzer.py +542 -0
- package/skills/helm-chart-builder/scripts/values_validator.py +442 -0
- package/skills/help/SKILL.md +75 -0
- package/skills/hotfix/SKILL.md +63 -0
- package/skills/i18n-setup/SKILL.md +79 -0
- package/skills/incident/SKILL.md +107 -0
- package/skills/incident-commander/SKILL.md +133 -0
- package/skills/incident-commander/assets/incident_report_template.md +171 -0
- package/skills/incident-commander/assets/runbook_template.md +289 -0
- package/skills/incident-commander/assets/sample_incident_classification.json +14 -0
- package/skills/incident-commander/assets/sample_incident_data.json +276 -0
- package/skills/incident-commander/assets/sample_incident_pir_data.json +74 -0
- package/skills/incident-commander/assets/sample_timeline_events.json +263 -0
- package/skills/incident-commander/assets/simple_incident.json +6 -0
- package/skills/incident-commander/assets/simple_timeline_events.json +30 -0
- package/skills/incident-commander/expected_outputs/incident_classification_text_output.txt +44 -0
- package/skills/incident-commander/expected_outputs/pir_markdown_output.md +88 -0
- package/skills/incident-commander/expected_outputs/simple_incident_classification.txt +44 -0
- package/skills/incident-commander/expected_outputs/timeline_reconstruction_text_output.txt +110 -0
- package/skills/incident-commander/references/communication_templates.md +591 -0
- package/skills/incident-commander/references/incident-response-framework.md +372 -0
- package/skills/incident-commander/references/incident_severity_matrix.md +292 -0
- package/skills/incident-commander/references/rca_frameworks_guide.md +562 -0
- package/skills/incident-commander/references/reference-information.md +201 -0
- package/skills/incident-commander/references/sla-management-guide.md +566 -0
- package/skills/incident-commander/scripts/incident_classifier.py +914 -0
- package/skills/incident-commander/scripts/incident_timeline_builder.py +742 -0
- package/skills/incident-commander/scripts/pir_generator.py +1638 -0
- package/skills/incident-commander/scripts/postmortem_generator.py +804 -0
- package/skills/incident-commander/scripts/severity_classifier.py +1228 -0
- package/skills/incident-commander/scripts/timeline_reconstructor.py +1007 -0
- package/skills/incident-response/SKILL.md +103 -0
- package/skills/incident-response/references/regulatory-deadlines.md +125 -0
- package/skills/incident-response/scripts/incident_triage.py +768 -0
- package/skills/information-security-manager-iso27001/SKILL.md +120 -0
- package/skills/information-security-manager-iso27001/references/incident-response.md +420 -0
- package/skills/information-security-manager-iso27001/references/iso27001-controls.md +381 -0
- package/skills/information-security-manager-iso27001/references/risk-assessment-guide.md +262 -0
- package/skills/information-security-manager-iso27001/scripts/compliance_checker.py +398 -0
- package/skills/information-security-manager-iso27001/scripts/risk_assessment.py +403 -0
- package/skills/internal-narrative/SKILL.md +68 -0
- package/skills/internal-narrative/references/narrative-frameworks.md +211 -0
- package/skills/internal-narrative/templates/all-hands-template.md +103 -0
- package/skills/intl-expansion/SKILL.md +72 -0
- package/skills/intl-expansion/references/market-entry-playbook.md +138 -0
- package/skills/intl-expansion/references/regional-guide.md +144 -0
- package/skills/ios-application-dev/SKILL.md +172 -0
- package/skills/ios-application-dev/references/accessibility.md +259 -0
- package/skills/ios-application-dev/references/graphics-animation.md +350 -0
- package/skills/ios-application-dev/references/layout-system.md +199 -0
- package/skills/ios-application-dev/references/metal-shader.md +178 -0
- package/skills/ios-application-dev/references/navigation-patterns.md +175 -0
- package/skills/ios-application-dev/references/swift-coding-standards.md +757 -0
- package/skills/ios-application-dev/references/swiftui-design-guidelines.md +1167 -0
- package/skills/ios-application-dev/references/system-integration.md +401 -0
- package/skills/ios-application-dev/references/uikit-components.md +297 -0
- package/skills/isms-audit-expert/SKILL.md +108 -0
- package/skills/isms-audit-expert/references/cloud-security-audit.md +226 -0
- package/skills/isms-audit-expert/references/iso27001-audit-methodology.md +260 -0
- package/skills/isms-audit-expert/references/security-control-testing.md +276 -0
- package/skills/isms-audit-expert/scripts/isms_audit_scheduler.py +279 -0
- package/skills/jira-tickets/SKILL.md +52 -0
- package/skills/jira-tickets/references/states-epics-sprints.md +43 -0
- package/skills/jira-tickets/references/team-data.md +51 -0
- package/skills/job-scheduling/SKILL.md +107 -0
- package/skills/jwt-strategy/SKILL.md +74 -0
- package/skills/jwt-strategy/references/anti-patterns.md +16 -0
- package/skills/jwt-strategy/references/checklist.md +13 -0
- package/skills/jwt-strategy/references/implementation.md +21 -0
- package/skills/kickoff/SKILL.md +180 -0
- package/skills/launch-strategy/SKILL.md +72 -0
- package/skills/launch-strategy/references/launch-frameworks-and-checklists.md +317 -0
- package/skills/launch-strategy/scripts/launch_readiness_scorer.py +301 -0
- package/skills/llm-cost-optimizer/SKILL.md +194 -0
- package/skills/local-database-setup/SKILL.md +48 -0
- package/skills/logging-setup/SKILL.md +79 -0
- package/skills/logging-setup/references/anti-patterns.md +7 -0
- package/skills/logging-setup/references/checklist.md +14 -0
- package/skills/logging-setup/references/pii-audit-access.md +25 -0
- package/skills/ma-playbook/SKILL.md +72 -0
- package/skills/ma-playbook/references/due-diligence-checklist.md +148 -0
- package/skills/ma-playbook/references/integration-playbook.md +145 -0
- package/skills/map-systems/SKILL.md +82 -0
- package/skills/map-systems/references/dependency-layers-priorities.md +36 -0
- package/skills/map-systems/references/implicit-systems.md +13 -0
- package/skills/marketing-context/SKILL.md +167 -0
- package/skills/marketing-context/references/context-template.md +64 -0
- package/skills/marketing-context/scripts/context_validator.py +219 -0
- package/skills/marketing-context/templates/marketing-context-template.md +133 -0
- package/skills/marketing-demand-acquisition/SKILL.md +124 -0
- package/skills/marketing-demand-acquisition/references/attribution-guide.md +217 -0
- package/skills/marketing-demand-acquisition/references/campaign-templates.md +221 -0
- package/skills/marketing-demand-acquisition/references/hubspot-workflows.md +168 -0
- package/skills/marketing-demand-acquisition/references/international-playbooks.md +200 -0
- package/skills/marketing-demand-acquisition/scripts/calculate_cac.py +101 -0
- package/skills/marketing-ideas/SKILL.md +83 -0
- package/skills/marketing-ideas/references/ideas-by-category.md +347 -0
- package/skills/marketing-ops/SKILL.md +188 -0
- package/skills/marketing-ops/references/routing-matrix.md +37 -0
- package/skills/marketing-ops/scripts/campaign_tracker.py +156 -0
- package/skills/marketing-psychology/SKILL.md +121 -0
- package/skills/marketing-psychology/references/mental-models-catalog.md +397 -0
- package/skills/marketing-strategy-pmm/SKILL.md +130 -0
- package/skills/marketing-strategy-pmm/references/international-gtm.md +401 -0
- package/skills/marketing-strategy-pmm/references/launch-checklists.md +333 -0
- package/skills/marketing-strategy-pmm/references/messaging-templates.md +446 -0
- package/skills/marketing-strategy-pmm/references/positioning-frameworks.md +279 -0
- package/skills/mcp-server-builder/SKILL.md +109 -0
- package/skills/mcp-server-builder/references/openapi-extraction-guide.md +34 -0
- package/skills/mcp-server-builder/references/python-server-template.md +22 -0
- package/skills/mcp-server-builder/references/typescript-server-template.md +19 -0
- package/skills/mcp-server-builder/references/validation-checklist.md +30 -0
- package/skills/mcp-server-builder/scripts/mcp_validator.py +186 -0
- package/skills/mcp-server-builder/scripts/openapi_to_mcp.py +284 -0
- package/skills/mdr-745-specialist/SKILL.md +110 -0
- package/skills/mdr-745-specialist/references/clinical-evidence-requirements.md +303 -0
- package/skills/mdr-745-specialist/references/mdr-classification-guide.md +289 -0
- package/skills/mdr-745-specialist/references/technical-documentation-templates.md +355 -0
- package/skills/mdr-745-specialist/scripts/mdr_gap_analyzer.py +511 -0
- package/skills/meeting-analyzer/SKILL.md +99 -0
- package/skills/meeting-analyzer/references/analysis-modules.md +92 -0
- package/skills/meeting-to-tasks/SKILL.md +63 -0
- package/skills/mfa-setup/SKILL.md +111 -0
- package/skills/mfa-setup/references/anti-patterns.md +15 -0
- package/skills/mfa-setup/references/checklist.md +17 -0
- package/skills/mfa-setup/references/rate-limiting.md +10 -0
- package/skills/mfa-setup/references/role-rules.md +9 -0
- package/skills/mfa-setup/references/schema-db.md +5 -0
- package/skills/milestone-review/SKILL.md +46 -0
- package/skills/monorepo-setup/SKILL.md +66 -0
- package/skills/monorepo-setup/references/anti-patterns-and-checklist.md +27 -0
- package/skills/ms365-tenant-manager/SKILL.md +104 -0
- package/skills/ms365-tenant-manager/expected_output.json +86 -0
- package/skills/ms365-tenant-manager/references/powershell-templates.md +704 -0
- package/skills/ms365-tenant-manager/references/security-policies.md +357 -0
- package/skills/ms365-tenant-manager/references/troubleshooting.md +411 -0
- package/skills/ms365-tenant-manager/references/workflow-scripts.md +145 -0
- package/skills/ms365-tenant-manager/sample_input.json +21 -0
- package/skills/ms365-tenant-manager/scripts/powershell_generator.py +430 -0
- package/skills/ms365-tenant-manager/scripts/tenant_setup.py +447 -0
- package/skills/ms365-tenant-manager/scripts/user_management.py +447 -0
- package/skills/oauth-setup/SKILL.md +92 -0
- package/skills/observability/SKILL.md +88 -0
- package/skills/observability-ops/SKILL.md +42 -0
- package/skills/observability-ops/references/anti-patterns.md +14 -0
- package/skills/observability-ops/references/slo-sli-framework.md +44 -0
- package/skills/observability-ops/references/tracing-setup.md +35 -0
- package/skills/observability-setup/SKILL.md +43 -0
- package/skills/observability-setup/references/conventions-and-anti-patterns.md +32 -0
- package/skills/observability-setup/references/stack-setup-details.md +23 -0
- package/skills/onboard/SKILL.md +123 -0
- package/skills/onboarding-cro/SKILL.md +149 -0
- package/skills/onboarding-cro/references/experiments.md +89 -0
- package/skills/onboarding-cro/scripts/activation_funnel_analyzer.py +217 -0
- package/skills/optimize/SKILL.md +27 -0
- package/skills/org-health-diagnostic/SKILL.md +79 -0
- package/skills/org-health-diagnostic/references/health-benchmarks.md +217 -0
- package/skills/org-health-diagnostic/scripts/health_scorer.py +585 -0
- package/skills/owasp-top10-check/SKILL.md +110 -0
- package/skills/owasp-top10-check/references/anti-patterns.md +19 -0
- package/skills/owasp-top10-check/references/educabot-specifics.md +6 -0
- package/skills/owasp-top10-check/references/tools.md +9 -0
- package/skills/page-cro/SKILL.md +160 -0
- package/skills/page-cro/references/experiments.md +71 -0
- package/skills/page-cro/scripts/conversion_audit.py +427 -0
- package/skills/paid-ads/SKILL.md +162 -0
- package/skills/paid-ads/references/ad-copy-templates.md +200 -0
- package/skills/paid-ads/references/audience-targeting.md +234 -0
- package/skills/paid-ads/references/campaign-structure.md +103 -0
- package/skills/paid-ads/references/platform-setup-checklists.md +269 -0
- package/skills/paid-ads/scripts/roas_calculator.py +304 -0
- package/skills/patch-notes/SKILL.md +51 -0
- package/skills/paywall-upgrade-cro/SKILL.md +189 -0
- package/skills/paywall-upgrade-cro/references/experiments.md +78 -0
- package/skills/pdf-generator/SKILL.md +181 -0
- package/skills/pdf-generator/design/design.md +381 -0
- package/skills/pdf-generator/scripts/cover.py +1579 -0
- package/skills/pdf-generator/scripts/fill_inspect.py +200 -0
- package/skills/pdf-generator/scripts/fill_write.py +242 -0
- package/skills/pdf-generator/scripts/make.sh +491 -0
- package/skills/pdf-generator/scripts/merge.py +112 -0
- package/skills/pdf-generator/scripts/palette.py +521 -0
- package/skills/pdf-generator/scripts/reformat_parse.py +374 -0
- package/skills/pdf-generator/scripts/render_body.py +1052 -0
- package/skills/pdf-generator/scripts/render_cover.js +111 -0
- package/skills/perf-profile/SKILL.md +82 -0
- package/skills/performance/SKILL.md +37 -0
- package/skills/performance/references/anti-patterns.md +25 -0
- package/skills/performance/references/cache-strategy.md +48 -0
- package/skills/performance/references/rate-limit-config.md +48 -0
- package/skills/performance-test/SKILL.md +87 -0
- package/skills/playtest-report/SKILL.md +45 -0
- package/skills/playwright-pro/.mcp.json +27 -0
- package/skills/playwright-pro/CLAUDE.md +84 -0
- package/skills/playwright-pro/LICENSE +21 -0
- package/skills/playwright-pro/SKILL.md +91 -0
- package/skills/playwright-pro/agents/migration-planner.md +121 -0
- package/skills/playwright-pro/agents/test-architect.md +105 -0
- package/skills/playwright-pro/agents/test-debugger.md +117 -0
- package/skills/playwright-pro/hooks/detect-playwright.sh +23 -0
- package/skills/playwright-pro/hooks/hooks.json +25 -0
- package/skills/playwright-pro/hooks/validate-test.sh +58 -0
- package/skills/playwright-pro/references/assertions.md +89 -0
- package/skills/playwright-pro/references/common-pitfalls.md +137 -0
- package/skills/playwright-pro/references/fixtures.md +121 -0
- package/skills/playwright-pro/references/flaky-tests.md +56 -0
- package/skills/playwright-pro/references/golden-rules.md +12 -0
- package/skills/playwright-pro/references/locators.md +77 -0
- package/skills/playwright-pro/settings.json +8 -0
- package/skills/playwright-pro/skills/browserstack/SKILL.md +169 -0
- package/skills/playwright-pro/skills/fix/SKILL.md +114 -0
- package/skills/playwright-pro/skills/fix/flaky-taxonomy.md +134 -0
- package/skills/playwright-pro/skills/generate/SKILL.md +145 -0
- package/skills/playwright-pro/skills/generate/patterns.md +163 -0
- package/skills/playwright-pro/skills/init/SKILL.md +168 -0
- package/skills/playwright-pro/skills/migrate/SKILL.md +136 -0
- package/skills/playwright-pro/skills/migrate/cypress-mapping.md +79 -0
- package/skills/playwright-pro/skills/migrate/selenium-mapping.md +94 -0
- package/skills/playwright-pro/skills/report/SKILL.md +127 -0
- package/skills/playwright-pro/skills/review/SKILL.md +103 -0
- package/skills/playwright-pro/skills/review/anti-patterns.md +182 -0
- package/skills/playwright-pro/skills/testrail/SKILL.md +130 -0
- package/skills/playwright-pro/templates/README.md +123 -0
- package/skills/playwright-pro/templates/accessibility/color-contrast.md +162 -0
- package/skills/playwright-pro/templates/accessibility/keyboard-navigation.md +149 -0
- package/skills/playwright-pro/templates/accessibility/screen-reader.md +159 -0
- package/skills/playwright-pro/templates/api/auth-headers.md +148 -0
- package/skills/playwright-pro/templates/api/error-responses.md +157 -0
- package/skills/playwright-pro/templates/api/graphql.md +174 -0
- package/skills/playwright-pro/templates/api/rate-limiting.md +152 -0
- package/skills/playwright-pro/templates/api/rest-crud.md +152 -0
- package/skills/playwright-pro/templates/auth/login.md +119 -0
- package/skills/playwright-pro/templates/auth/logout.md +112 -0
- package/skills/playwright-pro/templates/auth/mfa.md +125 -0
- package/skills/playwright-pro/templates/auth/password-reset.md +129 -0
- package/skills/playwright-pro/templates/auth/rbac.md +132 -0
- package/skills/playwright-pro/templates/auth/remember-me.md +127 -0
- package/skills/playwright-pro/templates/auth/session-timeout.md +113 -0
- package/skills/playwright-pro/templates/auth/sso.md +115 -0
- package/skills/playwright-pro/templates/checkout/add-to-cart.md +112 -0
- package/skills/playwright-pro/templates/checkout/apply-coupon.md +123 -0
- package/skills/playwright-pro/templates/checkout/order-confirm.md +108 -0
- package/skills/playwright-pro/templates/checkout/order-history.md +119 -0
- package/skills/playwright-pro/templates/checkout/payment.md +148 -0
- package/skills/playwright-pro/templates/checkout/update-quantity.md +125 -0
- package/skills/playwright-pro/templates/crud/bulk-operations.md +129 -0
- package/skills/playwright-pro/templates/crud/create.md +118 -0
- package/skills/playwright-pro/templates/crud/delete.md +116 -0
- package/skills/playwright-pro/templates/crud/read.md +117 -0
- package/skills/playwright-pro/templates/crud/soft-delete.md +113 -0
- package/skills/playwright-pro/templates/crud/update.md +129 -0
- package/skills/playwright-pro/templates/dashboard/chart-rendering.md +131 -0
- package/skills/playwright-pro/templates/dashboard/data-loading.md +128 -0
- package/skills/playwright-pro/templates/dashboard/date-range-filter.md +136 -0
- package/skills/playwright-pro/templates/dashboard/export.md +146 -0
- package/skills/playwright-pro/templates/dashboard/realtime-updates.md +143 -0
- package/skills/playwright-pro/templates/forms/autosave.md +135 -0
- package/skills/playwright-pro/templates/forms/conditional-fields.md +120 -0
- package/skills/playwright-pro/templates/forms/file-upload.md +136 -0
- package/skills/playwright-pro/templates/forms/multi-step.md +137 -0
- package/skills/playwright-pro/templates/forms/single-step.md +124 -0
- package/skills/playwright-pro/templates/forms/validation.md +141 -0
- package/skills/playwright-pro/templates/notifications/in-app.md +125 -0
- package/skills/playwright-pro/templates/notifications/notification-center.md +128 -0
- package/skills/playwright-pro/templates/notifications/toast-messages.md +139 -0
- package/skills/playwright-pro/templates/onboarding/email-verification.md +118 -0
- package/skills/playwright-pro/templates/onboarding/first-time-setup.md +130 -0
- package/skills/playwright-pro/templates/onboarding/registration.md +131 -0
- package/skills/playwright-pro/templates/onboarding/welcome-tour.md +128 -0
- package/skills/playwright-pro/templates/search/basic-search.md +118 -0
- package/skills/playwright-pro/templates/search/empty-state.md +109 -0
- package/skills/playwright-pro/templates/search/filters.md +128 -0
- package/skills/playwright-pro/templates/search/pagination.md +123 -0
- package/skills/playwright-pro/templates/search/sorting.md +131 -0
- package/skills/playwright-pro/templates/settings/account-delete.md +136 -0
- package/skills/playwright-pro/templates/settings/notification-prefs.md +139 -0
- package/skills/playwright-pro/templates/settings/password-change.md +143 -0
- package/skills/playwright-pro/templates/settings/profile-update.md +130 -0
- package/skills/popup-cro/SKILL.md +142 -0
- package/skills/popup-cro/references/experiments.md +88 -0
- package/skills/popup-cro/references/popup-cro-playbook.md +261 -0
- package/skills/postman/SKILL.md +79 -0
- package/skills/pptx-generator/SKILL.md +246 -0
- package/skills/pptx-generator/references/design-system.md +392 -0
- package/skills/pptx-generator/references/editing.md +162 -0
- package/skills/pptx-generator/references/pitfalls.md +112 -0
- package/skills/pptx-generator/references/pptxgenjs.md +420 -0
- package/skills/pptx-generator/references/slide-types.md +413 -0
- package/skills/pricing-strategy/SKILL.md +101 -0
- package/skills/pricing-strategy/references/pricing-models.md +194 -0
- package/skills/pricing-strategy/references/pricing-page-playbook.md +221 -0
- package/skills/pricing-strategy/scripts/pricing_modeler.py +283 -0
- package/skills/product-analytics/SKILL.md +151 -0
- package/skills/product-analytics/references/dashboard-templates.md +66 -0
- package/skills/product-analytics/references/metrics-frameworks.md +84 -0
- package/skills/product-analytics/scripts/metrics_calculator.py +195 -0
- package/skills/product-discovery/SKILL.md +118 -0
- package/skills/product-discovery/references/discovery-frameworks.md +72 -0
- package/skills/product-discovery/scripts/assumption_mapper.py +123 -0
- package/skills/product-manager-toolkit/SKILL.md +121 -0
- package/skills/product-manager-toolkit/assets/prd_template.md +132 -0
- package/skills/product-manager-toolkit/assets/rice_input_template.csv +4 -0
- package/skills/product-manager-toolkit/references/frameworks.md +559 -0
- package/skills/product-manager-toolkit/references/input-output-examples.md +156 -0
- package/skills/product-manager-toolkit/references/prd_templates.md +317 -0
- package/skills/product-manager-toolkit/scripts/customer_interview_analyzer.py +452 -0
- package/skills/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
- package/skills/product-spec/SKILL.md +65 -0
- package/skills/product-strategist/SKILL.md +122 -0
- package/skills/product-strategist/assets/okr_template.md +106 -0
- package/skills/product-strategist/references/examples/sample_growth_okrs.json +366 -0
- package/skills/product-strategist/references/okr_framework.md +328 -0
- package/skills/product-strategist/references/strategy_types.md +320 -0
- package/skills/product-strategist/scripts/okr_cascade_generator.py +592 -0
- package/skills/programmatic-seo/SKILL.md +156 -0
- package/skills/programmatic-seo/references/playbooks.md +72 -0
- package/skills/programmatic-seo/scripts/url_pattern_generator.py +194 -0
- package/skills/prompt-engineer-toolkit/README.md +51 -0
- package/skills/prompt-engineer-toolkit/SKILL.md +136 -0
- package/skills/prompt-engineer-toolkit/references/evaluation-rubric.md +14 -0
- package/skills/prompt-engineer-toolkit/references/prompt-templates.md +105 -0
- package/skills/prompt-engineer-toolkit/references/technique-guide.md +25 -0
- package/skills/prompt-engineer-toolkit/scripts/prompt_tester.py +239 -0
- package/skills/prompt-engineer-toolkit/scripts/prompt_versioner.py +235 -0
- package/skills/prototype/SKILL.md +54 -0
- package/skills/qa-plan/SKILL.md +77 -0
- package/skills/qms-audit-expert/SKILL.md +116 -0
- package/skills/qms-audit-expert/references/iso13485-audit-guide.md +388 -0
- package/skills/qms-audit-expert/references/nonconformity-classification.md +221 -0
- package/skills/qms-audit-expert/scripts/audit_schedule_optimizer.py +420 -0
- package/skills/quality-documentation-manager/SKILL.md +140 -0
- package/skills/quality-documentation-manager/references/21cfr11-compliance-guide.md +398 -0
- package/skills/quality-documentation-manager/references/document-control-procedures.md +340 -0
- package/skills/quality-documentation-manager/scripts/document_validator.py +646 -0
- package/skills/quality-documentation-manager/scripts/document_version_control.py +466 -0
- package/skills/quality-manager-qmr/SKILL.md +129 -0
- package/skills/quality-manager-qmr/references/management-review-guide.md +378 -0
- package/skills/quality-manager-qmr/references/quality-kpi-framework.md +296 -0
- package/skills/quality-manager-qmr/scripts/management_review_tracker.py +580 -0
- package/skills/quality-manager-qmr/scripts/quality_effectiveness_monitor.py +481 -0
- package/skills/quality-manager-qms-iso13485/SKILL.md +129 -0
- package/skills/quality-manager-qms-iso13485/references/iso13485-clause-requirements.md +726 -0
- package/skills/quality-manager-qms-iso13485/references/qms-process-templates.md +876 -0
- package/skills/quality-manager-qms-iso13485/scripts/qms_audit_checklist.py +886 -0
- package/skills/query-optimization/SKILL.md +107 -0
- package/skills/quick-design/SKILL.md +47 -0
- package/skills/rag-architect/SKILL.md +117 -0
- package/skills/rag-architect/references/chunking_strategies_comparison.md +287 -0
- package/skills/rag-architect/references/embedding_model_benchmark.md +338 -0
- package/skills/rag-architect/references/rag_evaluation_framework.md +431 -0
- package/skills/rag-architect/scripts/chunking_optimizer.py +787 -0
- package/skills/rag-architect/scripts/rag_pipeline_designer.py +680 -0
- package/skills/rag-architect/scripts/retrieval_evaluator.py +578 -0
- package/skills/rate-limiting/SKILL.md +114 -0
- package/skills/rbac-abac/SKILL.md +70 -0
- package/skills/rbac-abac/references/anti-patterns.md +14 -0
- package/skills/rbac-abac/references/checklist.md +13 -0
- package/skills/rbac-abac/references/schema-jwt-cache.md +27 -0
- package/skills/react-native-dev/SKILL.md +139 -0
- package/skills/react-native-dev/references/animations.md +254 -0
- package/skills/react-native-dev/references/components.md +124 -0
- package/skills/react-native-dev/references/engineering.md +527 -0
- package/skills/react-native-dev/references/forms.md +300 -0
- package/skills/react-native-dev/references/native-capabilities.md +163 -0
- package/skills/react-native-dev/references/navigation.md +271 -0
- package/skills/react-native-dev/references/networking.md +346 -0
- package/skills/react-native-dev/references/performance.md +215 -0
- package/skills/react-native-dev/references/state-management.md +230 -0
- package/skills/react-native-dev/references/styling.md +117 -0
- package/skills/react-native-dev/references/testing.md +342 -0
- package/skills/read-replicas/SKILL.md +46 -0
- package/skills/read-replicas/references/anti-patterns-checklist.md +26 -0
- package/skills/read-replicas/references/consistency-connection.md +24 -0
- package/skills/read-replicas/references/ha-dr.md +18 -0
- package/skills/red-team/SKILL.md +120 -0
- package/skills/red-team/references/attack-path-methodology.md +135 -0
- package/skills/red-team/scripts/engagement_planner.py +420 -0
- package/skills/referral-program/SKILL.md +189 -0
- package/skills/referral-program/references/loop-and-incentives.md +81 -0
- package/skills/referral-program/references/measurement-framework.md +199 -0
- package/skills/referral-program/references/program-mechanics.md +212 -0
- package/skills/referral-program/scripts/referral_roi_calculator.py +420 -0
- package/skills/regression-suite/SKILL.md +89 -0
- package/skills/regulatory-affairs-head/SKILL.md +117 -0
- package/skills/regulatory-affairs-head/references/eu-mdr-submission-guide.md +95 -0
- package/skills/regulatory-affairs-head/references/fda-submission-guide.md +127 -0
- package/skills/regulatory-affairs-head/references/global-regulatory-pathways.md +283 -0
- package/skills/regulatory-affairs-head/references/iso-regulatory-requirements.md +363 -0
- package/skills/regulatory-affairs-head/scripts/regulatory_pathway_analyzer.py +557 -0
- package/skills/regulatory-affairs-head/scripts/regulatory_tracker.py +199 -0
- package/skills/release/SKILL.md +89 -0
- package/skills/release-announce/SKILL.md +64 -0
- package/skills/release-checklist/SKILL.md +63 -0
- package/skills/research-summarizer/SKILL.md +94 -0
- package/skills/research-summarizer/references/citation-formats.md +105 -0
- package/skills/research-summarizer/references/summary-templates.md +120 -0
- package/skills/research-summarizer/scripts/extract_citations.py +309 -0
- package/skills/research-summarizer/scripts/format_summary.py +244 -0
- package/skills/retrospective/SKILL.md +72 -0
- package/skills/revenue-operations/SKILL.md +101 -0
- package/skills/revenue-operations/assets/expected_output.json +117 -0
- package/skills/revenue-operations/assets/forecast_report_template.md +149 -0
- package/skills/revenue-operations/assets/gtm_dashboard_template.md +215 -0
- package/skills/revenue-operations/assets/pipeline_review_template.md +138 -0
- package/skills/revenue-operations/assets/sample_forecast_data.json +23 -0
- package/skills/revenue-operations/assets/sample_gtm_data.json +24 -0
- package/skills/revenue-operations/assets/sample_pipeline_data.json +160 -0
- package/skills/revenue-operations/references/gtm-efficiency-benchmarks.md +257 -0
- package/skills/revenue-operations/references/pipeline-management-framework.md +292 -0
- package/skills/revenue-operations/references/revops-metrics-guide.md +304 -0
- package/skills/revenue-operations/scripts/forecast_accuracy_tracker.py +531 -0
- package/skills/revenue-operations/scripts/gtm_efficiency_calculator.py +658 -0
- package/skills/revenue-operations/scripts/pipeline_analyzer.py +496 -0
- package/skills/reverse-document/SKILL.md +70 -0
- package/skills/risk-management-specialist/SKILL.md +125 -0
- package/skills/risk-management-specialist/references/iso14971-implementation-guide.md +468 -0
- package/skills/risk-management-specialist/references/risk-analysis-methods.md +415 -0
- package/skills/risk-management-specialist/references/risk-assessment-templates.md +77 -0
- package/skills/risk-management-specialist/scripts/fmea_analyzer.py +442 -0
- package/skills/risk-management-specialist/scripts/risk_matrix_calculator.py +419 -0
- package/skills/roadmap-communicator/SKILL.md +96 -0
- package/skills/roadmap-communicator/references/communication-templates.md +63 -0
- package/skills/roadmap-communicator/references/roadmap-templates.md +44 -0
- package/skills/roadmap-communicator/scripts/changelog_generator.py +151 -0
- package/skills/rollback-strategy/SKILL.md +80 -0
- package/skills/rollback-strategy/references/anti-patterns.md +14 -0
- package/skills/rollback-strategy/references/canary-auto-rollback.md +17 -0
- package/skills/rollback-strategy/references/communication-protocol.md +6 -0
- package/skills/rollback-strategy/references/mobile-rollback.md +10 -0
- package/skills/rollback-strategy/references/pre-deploy-checklist.md +15 -0
- package/skills/rollback-strategy/references/runbook-commands.md +147 -0
- package/skills/run-migrations/SKILL.md +67 -0
- package/skills/runbooks/SKILL.md +57 -0
- package/skills/runbooks/references/anti-patterns.md +6 -0
- package/skills/runbooks/references/checklist.md +13 -0
- package/skills/runbooks/references/lifecycle.md +14 -0
- package/skills/runbooks/references/writing-principles.md +9 -0
- package/skills/runbooks/templates/runbook.md +80 -0
- package/skills/saas-metrics-coach/SKILL.md +156 -0
- package/skills/saas-metrics-coach/assets/input-template.md +29 -0
- package/skills/saas-metrics-coach/references/benchmarks.md +101 -0
- package/skills/saas-metrics-coach/references/formulas.md +103 -0
- package/skills/saas-metrics-coach/scripts/metrics_calculator.py +217 -0
- package/skills/saas-metrics-coach/scripts/quick_ratio_calculator.py +173 -0
- package/skills/saas-metrics-coach/scripts/unit_economics_simulator.py +205 -0
- package/skills/sales-engineer/SKILL.md +104 -0
- package/skills/sales-engineer/assets/demo_script_template.md +232 -0
- package/skills/sales-engineer/assets/expected_output.json +474 -0
- package/skills/sales-engineer/assets/poc_scorecard_template.md +213 -0
- package/skills/sales-engineer/assets/sample_rfp_data.json +219 -0
- package/skills/sales-engineer/assets/technical_proposal_template.md +231 -0
- package/skills/sales-engineer/references/competitive-positioning-framework.md +226 -0
- package/skills/sales-engineer/references/poc-best-practices.md +277 -0
- package/skills/sales-engineer/references/rfp-response-guide.md +189 -0
- package/skills/sales-engineer/scripts/competitive_matrix_builder.py +525 -0
- package/skills/sales-engineer/scripts/poc_planner.py +765 -0
- package/skills/sales-engineer/scripts/rfp_response_analyzer.py +557 -0
- package/skills/scaffold-fastify-ts/SKILL.md +77 -0
- package/skills/scaffold-fastify-ts/references/anti-patterns.md +10 -0
- package/skills/scaffold-fastify-ts/references/key-decisions.md +27 -0
- package/skills/scaffold-go/SKILL.md +77 -0
- package/skills/scaffold-go/references/patterns.md +22 -0
- package/skills/scaffold-go/references/project-structure.md +15 -0
- package/skills/scaffold-react-native/SKILL.md +69 -0
- package/skills/scaffold-react-native/references/conventions.md +26 -0
- package/skills/scaffold-react-native/references/workflow-and-navigation.md +22 -0
- package/skills/scaffold-react-vite/SKILL.md +76 -0
- package/skills/scaffold-react-vite/references/anti-patterns.md +9 -0
- package/skills/scaffold-react-vite/references/dependency-baseline.md +22 -0
- package/skills/scaffold-unity/SKILL.md +52 -0
- package/skills/scaffold-unity/references/folder-structure-and-files.md +43 -0
- package/skills/scaffold-unity/references/naming-conventions.md +11 -0
- package/skills/scenario-war-room/SKILL.md +81 -0
- package/skills/scenario-war-room/references/cascade-model.md +103 -0
- package/skills/scenario-war-room/references/scenario-planning.md +212 -0
- package/skills/scenario-war-room/scripts/scenario_modeler.py +486 -0
- package/skills/schema-markup/SKILL.md +184 -0
- package/skills/schema-markup/references/implementation-patterns.md +437 -0
- package/skills/schema-markup/references/schema-types-guide.md +285 -0
- package/skills/schema-markup/references/testing-and-mistakes.md +43 -0
- package/skills/schema-markup/scripts/schema_validator.py +442 -0
- package/skills/scope-check/SKILL.md +67 -0
- package/skills/scope-check/references/report-template.md +56 -0
- package/skills/scrum-master/SKILL.md +128 -0
- package/skills/scrum-master/assets/expected_output.json +131 -0
- package/skills/scrum-master/assets/expected_velocity_output.json +85 -0
- package/skills/scrum-master/assets/sample_sprint_data.json +821 -0
- package/skills/scrum-master/assets/sprint_report_template.md +214 -0
- package/skills/scrum-master/assets/team_health_check_template.md +380 -0
- package/skills/scrum-master/references/retro-formats.md +336 -0
- package/skills/scrum-master/references/team-dynamics-framework.md +561 -0
- package/skills/scrum-master/references/velocity-forecasting-guide.md +386 -0
- package/skills/scrum-master/scripts/retrospective_analyzer.py +914 -0
- package/skills/scrum-master/scripts/sprint_health_scorer.py +744 -0
- package/skills/scrum-master/scripts/velocity_analyzer.py +580 -0
- package/skills/search-setup/SKILL.md +49 -0
- package/skills/search-setup/references/anti-patterns-checklist.md +24 -0
- package/skills/search-setup/references/engine-details.md +15 -0
- package/skills/search-setup/references/indexing-pipeline.md +11 -0
- package/skills/search-setup/references/observability.md +6 -0
- package/skills/secret-management/SKILL.md +49 -0
- package/skills/secret-management/references/anti-patterns.md +7 -0
- package/skills/secret-management/references/checklist.md +13 -0
- package/skills/secret-management/references/implementation-details.md +37 -0
- package/skills/security-audit/SKILL.md +86 -0
- package/skills/security-pen-testing/SKILL.md +114 -0
- package/skills/security-pen-testing/references/attack_patterns.md +629 -0
- package/skills/security-pen-testing/references/owasp_top_10_checklist.md +440 -0
- package/skills/security-pen-testing/references/responsible_disclosure.md +317 -0
- package/skills/security-pen-testing/scripts/dependency_auditor.py +455 -0
- package/skills/security-pen-testing/scripts/pentest_report_generator.py +462 -0
- package/skills/security-pen-testing/scripts/vulnerability_scanner.py +545 -0
- package/skills/self-improving-agent/.claude-plugin/plugin.json +13 -0
- package/skills/self-improving-agent/CLAUDE.md +79 -0
- package/skills/self-improving-agent/LICENSE +21 -0
- package/skills/self-improving-agent/SKILL.md +112 -0
- package/skills/self-improving-agent/agents/memory-analyst.md +74 -0
- package/skills/self-improving-agent/agents/skill-extractor.md +110 -0
- package/skills/self-improving-agent/hooks/error-capture.sh +110 -0
- package/skills/self-improving-agent/hooks/hooks.json +15 -0
- package/skills/self-improving-agent/reference/memory-architecture.md +131 -0
- package/skills/self-improving-agent/reference/promotion-rules.md +83 -0
- package/skills/self-improving-agent/reference/rules-directory-patterns.md +137 -0
- package/skills/self-improving-agent/settings.json +28 -0
- package/skills/self-improving-agent/skills/extract/SKILL.md +182 -0
- package/skills/self-improving-agent/skills/promote/SKILL.md +148 -0
- package/skills/self-improving-agent/skills/remember/SKILL.md +102 -0
- package/skills/self-improving-agent/skills/review/SKILL.md +130 -0
- package/skills/self-improving-agent/skills/status/SKILL.md +107 -0
- package/skills/self-improving-agent/templates/rule-template.md +17 -0
- package/skills/self-improving-agent/templates/skill-template.md +53 -0
- package/skills/senior-computer-vision/SKILL.md +125 -0
- package/skills/senior-computer-vision/references/computer_vision_architectures.md +683 -0
- package/skills/senior-computer-vision/references/object_detection_optimization.md +885 -0
- package/skills/senior-computer-vision/references/production_vision_systems.md +1226 -0
- package/skills/senior-computer-vision/references/reference-docs-and-commands.md +96 -0
- package/skills/senior-computer-vision/scripts/dataset_pipeline_builder.py +1699 -0
- package/skills/senior-computer-vision/scripts/inference_optimizer.py +557 -0
- package/skills/senior-computer-vision/scripts/vision_model_trainer.py +576 -0
- package/skills/senior-data-engineer/SKILL.md +198 -0
- package/skills/senior-data-engineer/references/data_modeling_patterns.md +1058 -0
- package/skills/senior-data-engineer/references/data_pipeline_architecture.md +1100 -0
- package/skills/senior-data-engineer/references/dataops_best_practices.md +1502 -0
- package/skills/senior-data-engineer/references/troubleshooting.md +183 -0
- package/skills/senior-data-engineer/references/workflows.md +624 -0
- package/skills/senior-data-engineer/scripts/data_quality_validator.py +1636 -0
- package/skills/senior-data-engineer/scripts/etl_performance_optimizer.py +1685 -0
- package/skills/senior-data-engineer/scripts/pipeline_orchestrator.py +883 -0
- package/skills/senior-data-scientist/SKILL.md +117 -0
- package/skills/senior-data-scientist/references/experiment_design_frameworks.md +80 -0
- package/skills/senior-data-scientist/references/feature_engineering_patterns.md +80 -0
- package/skills/senior-data-scientist/references/statistical_methods_advanced.md +80 -0
- package/skills/senior-data-scientist/scripts/experiment_designer.py +100 -0
- package/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +100 -0
- package/skills/senior-data-scientist/scripts/model_evaluation_suite.py +100 -0
- package/skills/senior-ml-engineer/SKILL.md +121 -0
- package/skills/senior-ml-engineer/references/llm_integration_guide.md +317 -0
- package/skills/senior-ml-engineer/references/mlops_production_patterns.md +265 -0
- package/skills/senior-ml-engineer/references/rag_system_architecture.md +371 -0
- package/skills/senior-ml-engineer/scripts/ml_monitoring_suite.py +100 -0
- package/skills/senior-ml-engineer/scripts/model_deployment_pipeline.py +100 -0
- package/skills/senior-ml-engineer/scripts/rag_system_builder.py +100 -0
- package/skills/senior-pm/SKILL.md +109 -0
- package/skills/senior-pm/assets/executive_report_template.md +267 -0
- package/skills/senior-pm/assets/expected_output.json +150 -0
- package/skills/senior-pm/assets/project_charter_template.md +274 -0
- package/skills/senior-pm/assets/raci_matrix_template.md +265 -0
- package/skills/senior-pm/assets/sample_project_data.json +458 -0
- package/skills/senior-pm/references/portfolio-kpis.md +32 -0
- package/skills/senior-pm/references/portfolio-prioritization-models.md +645 -0
- package/skills/senior-pm/references/risk-management-framework.md +485 -0
- package/skills/senior-pm/scripts/project_health_dashboard.py +814 -0
- package/skills/senior-pm/scripts/resource_capacity_planner.py +846 -0
- package/skills/senior-pm/scripts/risk_matrix_analyzer.py +698 -0
- package/skills/senior-prompt-engineer/SKILL.md +108 -0
- package/skills/senior-prompt-engineer/references/agentic_system_design.md +646 -0
- package/skills/senior-prompt-engineer/references/llm_evaluation_frameworks.md +524 -0
- package/skills/senior-prompt-engineer/references/prompt_engineering_patterns.md +572 -0
- package/skills/senior-prompt-engineer/scripts/agent_orchestrator.py +560 -0
- package/skills/senior-prompt-engineer/scripts/prompt_optimizer.py +519 -0
- package/skills/senior-prompt-engineer/scripts/rag_evaluator.py +574 -0
- package/skills/seo-audit/SKILL.md +150 -0
- package/skills/seo-audit/references/aeo-geo-patterns.md +110 -0
- package/skills/seo-audit/references/ai-writing-detection.md +63 -0
- package/skills/seo-audit/references/seo-audit-reference.md +289 -0
- package/skills/seo-audit/scripts/seo_checker.py +361 -0
- package/skills/shader-dev/SKILL.md +299 -0
- package/skills/shader-dev/reference/ambient-occlusion.md +382 -0
- package/skills/shader-dev/reference/analytic-ray-tracing.md +651 -0
- package/skills/shader-dev/reference/anti-aliasing.md +71 -0
- package/skills/shader-dev/reference/atmospheric-scattering.md +571 -0
- package/skills/shader-dev/reference/camera-effects.md +80 -0
- package/skills/shader-dev/reference/cellular-automata.md +635 -0
- package/skills/shader-dev/reference/color-palette.md +481 -0
- package/skills/shader-dev/reference/csg-boolean-operations.md +466 -0
- package/skills/shader-dev/reference/domain-repetition.md +436 -0
- package/skills/shader-dev/reference/domain-warping.md +419 -0
- package/skills/shader-dev/reference/fluid-simulation.md +425 -0
- package/skills/shader-dev/reference/fractal-rendering.md +525 -0
- package/skills/shader-dev/reference/lighting-model.md +639 -0
- package/skills/shader-dev/reference/matrix-transform.md +535 -0
- package/skills/shader-dev/reference/multipass-buffer.md +571 -0
- package/skills/shader-dev/reference/normal-estimation.md +418 -0
- package/skills/shader-dev/reference/particle-system.md +589 -0
- package/skills/shader-dev/reference/path-tracing-gi.md +602 -0
- package/skills/shader-dev/reference/polar-uv-manipulation.md +521 -0
- package/skills/shader-dev/reference/post-processing.md +375 -0
- package/skills/shader-dev/reference/procedural-2d-pattern.md +439 -0
- package/skills/shader-dev/reference/procedural-noise.md +551 -0
- package/skills/shader-dev/reference/ray-marching.md +396 -0
- package/skills/shader-dev/reference/sdf-2d.md +724 -0
- package/skills/shader-dev/reference/sdf-3d.md +805 -0
- package/skills/shader-dev/reference/sdf-tricks.md +63 -0
- package/skills/shader-dev/reference/shadow-techniques.md +476 -0
- package/skills/shader-dev/reference/simulation-physics.md +644 -0
- package/skills/shader-dev/reference/sound-synthesis.md +578 -0
- package/skills/shader-dev/reference/terrain-rendering.md +839 -0
- package/skills/shader-dev/reference/texture-mapping-advanced.md +87 -0
- package/skills/shader-dev/reference/texture-sampling.md +553 -0
- package/skills/shader-dev/reference/volumetric-rendering.md +608 -0
- package/skills/shader-dev/reference/voronoi-cellular-noise.md +486 -0
- package/skills/shader-dev/reference/voxel-rendering.md +701 -0
- package/skills/shader-dev/reference/water-ocean.md +445 -0
- package/skills/shader-dev/reference/webgl-pitfalls.md +41 -0
- package/skills/shader-dev/techniques/ambient-occlusion.md +364 -0
- package/skills/shader-dev/techniques/analytic-ray-tracing.md +542 -0
- package/skills/shader-dev/techniques/anti-aliasing.md +124 -0
- package/skills/shader-dev/techniques/atmospheric-scattering.md +522 -0
- package/skills/shader-dev/techniques/camera-effects.md +115 -0
- package/skills/shader-dev/techniques/cellular-automata.md +531 -0
- package/skills/shader-dev/techniques/color-palette.md +380 -0
- package/skills/shader-dev/techniques/csg-boolean-operations.md +491 -0
- package/skills/shader-dev/techniques/domain-repetition.md +333 -0
- package/skills/shader-dev/techniques/domain-warping.md +414 -0
- package/skills/shader-dev/techniques/fluid-simulation.md +1175 -0
- package/skills/shader-dev/techniques/fractal-rendering.md +436 -0
- package/skills/shader-dev/techniques/lighting-model.md +527 -0
- package/skills/shader-dev/techniques/matrix-transform.md +455 -0
- package/skills/shader-dev/techniques/multipass-buffer.md +922 -0
- package/skills/shader-dev/techniques/normal-estimation.md +318 -0
- package/skills/shader-dev/techniques/particle-system.md +1203 -0
- package/skills/shader-dev/techniques/path-tracing-gi.md +623 -0
- package/skills/shader-dev/techniques/polar-uv-manipulation.md +373 -0
- package/skills/shader-dev/techniques/post-processing.md +788 -0
- package/skills/shader-dev/techniques/procedural-2d-pattern.md +346 -0
- package/skills/shader-dev/techniques/procedural-noise.md +554 -0
- package/skills/shader-dev/techniques/ray-marching.md +467 -0
- package/skills/shader-dev/techniques/sdf-2d.md +631 -0
- package/skills/shader-dev/techniques/sdf-3d.md +589 -0
- package/skills/shader-dev/techniques/sdf-tricks.md +100 -0
- package/skills/shader-dev/techniques/shadow-techniques.md +776 -0
- package/skills/shader-dev/techniques/simulation-physics.md +1542 -0
- package/skills/shader-dev/techniques/sound-synthesis.md +490 -0
- package/skills/shader-dev/techniques/terrain-rendering.md +408 -0
- package/skills/shader-dev/techniques/texture-mapping-advanced.md +121 -0
- package/skills/shader-dev/techniques/texture-sampling.md +382 -0
- package/skills/shader-dev/techniques/volumetric-rendering.md +375 -0
- package/skills/shader-dev/techniques/voronoi-cellular-noise.md +458 -0
- package/skills/shader-dev/techniques/voxel-rendering.md +985 -0
- package/skills/shader-dev/techniques/water-ocean.md +490 -0
- package/skills/shader-dev/techniques/webgl-pitfalls.md +170 -0
- package/skills/signup-flow-cro/SKILL.md +150 -0
- package/skills/signup-flow-cro/references/experiments.md +76 -0
- package/skills/signup-flow-cro/references/signup-cro-playbook.md +180 -0
- package/skills/signup-flow-cro/scripts/funnel_drop_analyzer.py +320 -0
- package/skills/site-architecture/SKILL.md +167 -0
- package/skills/site-architecture/references/internal-linking-playbook.md +216 -0
- package/skills/site-architecture/references/navigation-design.md +32 -0
- package/skills/site-architecture/references/silo-and-linking-guide.md +80 -0
- package/skills/site-architecture/references/url-design-guide.md +220 -0
- package/skills/site-architecture/scripts/sitemap_analyzer.py +375 -0
- package/skills/skill-auditor/SKILL.md +159 -0
- package/skills/skill-auditor/references/frontmatter-spec.md +113 -0
- package/skills/skill-auditor/references/lazy-loading-guide.md +98 -0
- package/skills/skill-improve/SKILL.md +59 -0
- package/skills/skill-test/SKILL.md +45 -0
- package/skills/skill-test/references/audit-mode-procedure.md +7 -0
- package/skills/skill-test/references/category-mode-procedure.md +7 -0
- package/skills/skill-test/references/next-steps-guide.md +9 -0
- package/skills/skill-test/references/spec-mode-procedure.md +8 -0
- package/skills/skill-test/references/static-checks.md +13 -0
- package/skills/slack/SKILL.md +45 -0
- package/skills/slo-sli/SKILL.md +92 -0
- package/skills/slo-sli/references/alerting-burn-rate.md +22 -0
- package/skills/slo-sli/references/anti-patterns.md +12 -0
- package/skills/slo-sli/references/checklist.md +14 -0
- package/skills/smoke-check/SKILL.md +77 -0
- package/skills/snowflake-development/SKILL.md +119 -0
- package/skills/snowflake-development/references/cortex_ai_and_agents.md +280 -0
- package/skills/snowflake-development/references/snowflake_sql_and_pipelines.md +281 -0
- package/skills/snowflake-development/references/troubleshooting.md +155 -0
- package/skills/snowflake-development/scripts/snowflake_query_helper.py +233 -0
- package/skills/soc2-compliance/SKILL.md +132 -0
- package/skills/soc2-compliance/references/evidence_collection_guide.md +227 -0
- package/skills/soc2-compliance/references/trust_service_criteria.md +273 -0
- package/skills/soc2-compliance/references/type1_vs_type2.md +273 -0
- package/skills/soc2-compliance/scripts/control_matrix_builder.py +679 -0
- package/skills/soc2-compliance/scripts/evidence_tracker.py +240 -0
- package/skills/soc2-compliance/scripts/gap_analyzer.py +479 -0
- package/skills/social-content/SKILL.md +155 -0
- package/skills/social-content/references/hooks-and-repurposing.md +74 -0
- package/skills/social-content/references/platforms.md +163 -0
- package/skills/social-content/references/post-templates.md +171 -0
- package/skills/social-content/references/reverse-engineering.md +190 -0
- package/skills/social-media-analyzer/HOW_TO_USE.md +39 -0
- package/skills/social-media-analyzer/SKILL.md +190 -0
- package/skills/social-media-analyzer/assets/expected_output.json +61 -0
- package/skills/social-media-analyzer/assets/sample_input.json +42 -0
- package/skills/social-media-analyzer/references/platform-benchmarks.md +226 -0
- package/skills/social-media-analyzer/scripts/analyze_performance.py +180 -0
- package/skills/social-media-analyzer/scripts/calculate_metrics.py +147 -0
- package/skills/social-media-manager/SKILL.md +195 -0
- package/skills/social-media-manager/scripts/social_calendar_generator.py +399 -0
- package/skills/sprint-ceremony/SKILL.md +75 -0
- package/skills/sprint-plan/SKILL.md +47 -0
- package/skills/sprint-report/SKILL.md +124 -0
- package/skills/standup-report/SKILL.md +51 -0
- package/skills/start/SKILL.md +67 -0
- package/skills/start-service/SKILL.md +45 -0
- package/skills/state-management/SKILL.md +75 -0
- package/skills/story-done/SKILL.md +69 -0
- package/skills/story-done/references/review-gates.md +9 -0
- package/skills/story-done/references/test-evidence-traceability.md +17 -0
- package/skills/story-readiness/SKILL.md +57 -0
- package/skills/story-readiness/references/context-loading.md +9 -0
- package/skills/story-readiness/references/output-format.md +7 -0
- package/skills/story-readiness/references/readiness-checklist.md +33 -0
- package/skills/strategic-alignment/SKILL.md +79 -0
- package/skills/strategic-alignment/references/alignment-playbook.md +205 -0
- package/skills/strategic-alignment/scripts/alignment_checker.py +455 -0
- package/skills/stripe-integration-expert/SKILL.md +65 -0
- package/skills/stripe-integration-expert/references/stripe-code-examples.md +372 -0
- package/skills/tdd-guide/HOW_TO_USE.md +313 -0
- package/skills/tdd-guide/SKILL.md +114 -0
- package/skills/tdd-guide/assets/expected_output.json +77 -0
- package/skills/tdd-guide/assets/sample_coverage_report.lcov +56 -0
- package/skills/tdd-guide/assets/sample_input_python.json +39 -0
- package/skills/tdd-guide/assets/sample_input_typescript.json +36 -0
- package/skills/tdd-guide/references/ci-integration.md +195 -0
- package/skills/tdd-guide/references/framework-guide.md +206 -0
- package/skills/tdd-guide/references/tdd-best-practices.md +128 -0
- package/skills/tdd-guide/references/tdd-code-examples.md +229 -0
- package/skills/tdd-guide/scripts/coverage_analyzer.py +434 -0
- package/skills/tdd-guide/scripts/fixture_generator.py +440 -0
- package/skills/tdd-guide/scripts/format_detector.py +384 -0
- package/skills/tdd-guide/scripts/framework_adapter.py +428 -0
- package/skills/tdd-guide/scripts/metrics_calculator.py +456 -0
- package/skills/tdd-guide/scripts/output_formatter.py +354 -0
- package/skills/tdd-guide/scripts/tdd_workflow.py +474 -0
- package/skills/tdd-guide/scripts/test_generator.py +438 -0
- package/skills/team-communications/SKILL.md +69 -0
- package/skills/team-communications/references/3p-updates.md +47 -0
- package/skills/team-communications/references/company-newsletter.md +65 -0
- package/skills/team-communications/references/faq-answers.md +30 -0
- package/skills/team-communications/references/general-comms.md +16 -0
- package/skills/team-vn/SKILL.md +187 -0
- package/skills/tech-debt/SKILL.md +91 -0
- package/skills/tech-debt/references/register-format.md +20 -0
- package/skills/tech-debt/references/scan-indicators.md +22 -0
- package/skills/tech-stack-evaluator/SKILL.md +111 -0
- package/skills/tech-stack-evaluator/assets/expected_output_comparison.json +82 -0
- package/skills/tech-stack-evaluator/assets/sample_input_structured.json +39 -0
- package/skills/tech-stack-evaluator/assets/sample_input_tco.json +42 -0
- package/skills/tech-stack-evaluator/assets/sample_input_text.json +4 -0
- package/skills/tech-stack-evaluator/references/examples.md +383 -0
- package/skills/tech-stack-evaluator/references/metrics.md +242 -0
- package/skills/tech-stack-evaluator/references/workflows.md +362 -0
- package/skills/tech-stack-evaluator/scripts/ecosystem_analyzer.py +501 -0
- package/skills/tech-stack-evaluator/scripts/format_detector.py +430 -0
- package/skills/tech-stack-evaluator/scripts/migration_analyzer.py +587 -0
- package/skills/tech-stack-evaluator/scripts/report_generator.py +460 -0
- package/skills/tech-stack-evaluator/scripts/security_assessor.py +518 -0
- package/skills/tech-stack-evaluator/scripts/stack_comparator.py +389 -0
- package/skills/tech-stack-evaluator/scripts/tco_calculator.py +458 -0
- package/skills/terraform-init/SKILL.md +80 -0
- package/skills/terraform-init/references/anti-patterns.md +11 -0
- package/skills/terraform-init/references/security-checklist.md +10 -0
- package/skills/test-flakiness/SKILL.md +90 -0
- package/skills/test-helpers/SKILL.md +50 -0
- package/skills/test-setup/SKILL.md +58 -0
- package/skills/testing/SKILL.md +32 -0
- package/skills/testing/references/anti-patterns.md +11 -0
- package/skills/testing/references/coverage-strategy.md +11 -0
- package/skills/testing/references/framework-setup.md +25 -0
- package/skills/testing/references/helper-patterns.md +9 -0
- package/skills/threat-detection/SKILL.md +114 -0
- package/skills/threat-detection/references/hunt-playbooks.md +131 -0
- package/skills/threat-detection/scripts/threat_signal_analyzer.py +571 -0
- package/skills/unity-game-architecture/SKILL.md +45 -0
- package/skills/unity-game-architecture/references/anti-patterns.md +15 -0
- package/skills/unity-game-architecture/references/checklist.md +16 -0
- package/skills/unity-game-architecture/references/performance-and-systems.md +29 -0
- package/skills/user-persona/SKILL.md +65 -0
- package/skills/user-persona/references/persona-template.md +27 -0
- package/skills/ux-design/SKILL.md +60 -0
- package/skills/ux-design/references/cross-reference-and-routing.md +19 -0
- package/skills/ux-design/references/spec-sections.md +19 -0
- package/skills/ux-review/SKILL.md +70 -0
- package/skills/video-content-strategist/SKILL.md +181 -0
- package/skills/video-content-strategist/references/scripts-and-anti-patterns.md +48 -0
- package/skills/visual-regression/SKILL.md +86 -0
- package/skills/vn-asset-pipeline/SKILL.md +166 -0
- package/skills/vn-character-design/SKILL.md +220 -0
- package/skills/vn-comfyui-gen/SKILL.md +235 -0
- package/skills/vn-comfyui-gen/references/comfyui-vn-workflows.md +197 -0
- package/skills/vn-dialogue-tree/SKILL.md +126 -0
- package/skills/vn-gdd/SKILL.md +133 -0
- package/skills/vn-narrative-design/SKILL.md +185 -0
- package/skills/vn-renpy-setup/SKILL.md +136 -0
- package/skills/vn-scene-compose/SKILL.md +234 -0
- package/skills/vn-script/SKILL.md +140 -0
- package/skills/vn-script/references/renpy-cheatsheet.md +169 -0
- package/skills/vn-testing/SKILL.md +178 -0
- package/skills/vn-ui-design/SKILL.md +220 -0
- package/skills/web-security/SKILL.md +92 -0
- package/skills/web-security/references/csp-and-frontend.md +36 -0
- package/skills/webhooks/SKILL.md +102 -0
- package/skills/websocket-realtime-rooms/SKILL.md +46 -0
- package/skills/websocket-realtime-rooms/references/anti-patterns-checklist.md +27 -0
- package/skills/websocket-realtime-rooms/references/auth-security.md +9 -0
- package/skills/websocket-realtime-rooms/references/client-implementation.md +15 -0
- package/skills/websocket-realtime-rooms/references/heartbeat-reconnect-backpressure.md +17 -0
- package/skills/weekly-digest/SKILL.md +51 -0
- package/skills/worktree-isolation/README.md +193 -0
- package/skills/worktree-isolation/SKILL.md +87 -0
- package/skills/worktree-isolation/scripts/apply.py +178 -0
- package/skills/worktree-isolation/scripts/lib.py +371 -0
- package/skills/worktree-isolation-setup/README.md +137 -0
- package/skills/worktree-isolation-setup/SKILL.md +192 -0
- package/skills/worktree-isolation-setup/scripts/apply.py +178 -0
- package/skills/worktree-isolation-setup/scripts/install_hook.py +118 -0
- package/skills/worktree-isolation-setup/scripts/lib.py +371 -0
- package/skills/x-twitter-growth/SKILL.md +91 -0
- package/skills/x-twitter-growth/references/algorithm-signals.md +70 -0
- package/skills/x-twitter-growth/scripts/competitor_analyzer.py +235 -0
- package/skills/x-twitter-growth/scripts/content_planner.py +210 -0
- package/skills/x-twitter-growth/scripts/growth_tracker.py +259 -0
- package/skills/x-twitter-growth/scripts/profile_auditor.py +294 -0
- package/skills/x-twitter-growth/scripts/tweet_composer.py +290 -0
- package/skills/xlsx-generator/SKILL.md +135 -0
- package/skills/xlsx-generator/references/create.md +691 -0
- package/skills/xlsx-generator/references/edit.md +684 -0
- package/skills/xlsx-generator/references/fix.md +37 -0
- package/skills/xlsx-generator/references/format.md +768 -0
- package/skills/xlsx-generator/references/ooxml-cheatsheet.md +231 -0
- package/skills/xlsx-generator/references/read-analyze.md +97 -0
- package/skills/xlsx-generator/references/validate.md +772 -0
- package/skills/xlsx-generator/scripts/formula_check.py +422 -0
- package/skills/xlsx-generator/scripts/libreoffice_recalc.py +248 -0
- package/skills/xlsx-generator/scripts/shared_strings_builder.py +163 -0
- package/skills/xlsx-generator/scripts/style_audit.py +575 -0
- package/skills/xlsx-generator/scripts/xlsx_add_column.py +395 -0
- package/skills/xlsx-generator/scripts/xlsx_insert_row.py +274 -0
- package/skills/xlsx-generator/scripts/xlsx_pack.py +87 -0
- package/skills/xlsx-generator/scripts/xlsx_reader.py +362 -0
- package/skills/xlsx-generator/scripts/xlsx_shift_rows.py +396 -0
- package/skills/xlsx-generator/scripts/xlsx_unpack.py +130 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/[Content_Types].xml +9 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/_rels/.rels +6 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/xl/styles.xml +160 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/xl/workbook.xml +30 -0
- package/skills/xlsx-generator/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
- package/templates/gamedev/architecture-decision-record.md +176 -0
- package/templates/gamedev/art-bible.md +80 -0
- package/templates/gamedev/concept-doc-from-prototype.md +304 -0
- package/templates/gamedev/difficulty-curve.md +330 -0
- package/templates/gamedev/economy-model.md +130 -0
- package/templates/gamedev/faction-design.md +166 -0
- package/templates/gamedev/game-concept.md +316 -0
- package/templates/gamedev/game-design-document.md +219 -0
- package/templates/gamedev/game-pillars.md +313 -0
- package/templates/gamedev/hud-design.md +505 -0
- package/templates/gamedev/level-design-document.md +111 -0
- package/templates/gamedev/narrative-character-sheet.md +111 -0
- package/templates/gamedev/pitch-document.md +140 -0
- package/templates/gamedev/player-journey.md +357 -0
- package/templates/gamedev/project-stage-report.md +199 -0
- package/templates/gamedev/sound-bible.md +130 -0
- package/templates/gamedev/systems-index.md +146 -0
- package/templates/gamedev/technical-design-document.md +96 -0
- package/templates/gamedev/test-evidence.md +86 -0
- package/templates/gamedev/test-plan.md +144 -0
|
@@ -0,0 +1,1579 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
cover.py — Generate cover.html from tokens.json.
|
|
4
|
+
|
|
5
|
+
Usage:
|
|
6
|
+
python3 cover.py --tokens tokens.json --out cover.html
|
|
7
|
+
|
|
8
|
+
Reads tokens.json["cover_pattern"] and renders the matching HTML cover.
|
|
9
|
+
Cover fonts are loaded live via Google Fonts @import (no local caching).
|
|
10
|
+
Exit codes: 0 success, 1 bad args/missing file, 3 render error
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
import argparse
|
|
14
|
+
import json
|
|
15
|
+
import sys
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# ── Google Fonts loader ────────────────────────────────────────────────────────
|
|
19
|
+
def _gfonts_import(t: dict) -> str:
|
|
20
|
+
"""Return a CSS @import for the document's Google Fonts, if available."""
|
|
21
|
+
url = t.get("gfonts_import", "")
|
|
22
|
+
if url:
|
|
23
|
+
return f"@import url('{url}');"
|
|
24
|
+
return ""
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# ── Shared CSS head (required by all patterns) ─────────────────────────────────
|
|
28
|
+
def _base_css(t: dict) -> str:
|
|
29
|
+
"""Critical reset + shared variables. Never remove these rules."""
|
|
30
|
+
return f"""
|
|
31
|
+
{_gfonts_import(t)}
|
|
32
|
+
* {{ margin: 0; padding: 0; box-sizing: border-box; }}
|
|
33
|
+
html, body {{
|
|
34
|
+
width: 794px; height: 1123px;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
background: {t['cover_bg']};
|
|
37
|
+
font-family: '{t['font_body']}', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
38
|
+
}}
|
|
39
|
+
.page {{
|
|
40
|
+
position: relative;
|
|
41
|
+
width: 794px; height: 1123px;
|
|
42
|
+
background: {t['cover_bg']};
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}}
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# ── Dot-grid SVG helper ─────────────────────────────────────────────────────────
|
|
49
|
+
def _dot_grid(x0, y0, cols, rows, *, gap, r, color, opacity) -> str:
|
|
50
|
+
"""Render a dot-grid as an absolutely positioned SVG element."""
|
|
51
|
+
dots = []
|
|
52
|
+
for row in range(rows):
|
|
53
|
+
for col in range(cols):
|
|
54
|
+
cx = x0 + col * gap
|
|
55
|
+
cy = y0 + row * gap
|
|
56
|
+
dots.append(f'<circle cx="{cx}" cy="{cy}" r="{r}" fill="{color}"/>')
|
|
57
|
+
return (
|
|
58
|
+
f'<svg style="position:absolute;top:0;left:0;width:794px;height:1123px;'
|
|
59
|
+
f'pointer-events:none;opacity:{opacity}" xmlns="http://www.w3.org/2000/svg">'
|
|
60
|
+
+ "".join(dots) + "</svg>"
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# ── Cross-hatch SVG helper ──────────────────────────────────────────────────────
|
|
65
|
+
def _cross_hatch(color, opacity, spacing=32, stroke_w=0.5) -> str:
|
|
66
|
+
lines = []
|
|
67
|
+
for i in range(-20, 60):
|
|
68
|
+
x = i * spacing
|
|
69
|
+
lines.append(f'<line x1="{x}" y1="0" x2="{x + 1200}" y2="1200" stroke="{color}" stroke-width="{stroke_w}"/>')
|
|
70
|
+
return (
|
|
71
|
+
f'<svg style="position:absolute;top:0;left:0;width:794px;height:1123px;'
|
|
72
|
+
f'pointer-events:none;opacity:{opacity};overflow:hidden" xmlns="http://www.w3.org/2000/svg">'
|
|
73
|
+
+ "".join(lines) + "</svg>"
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# ── Pattern 1: Full-bleed block ────────────────────────────────────────────────
|
|
78
|
+
def _pattern_fullbleed(t: dict) -> str:
|
|
79
|
+
dot_grid = _dot_grid(
|
|
80
|
+
x0=500, y0=40, cols=10, rows=20, gap=24, r=1.8,
|
|
81
|
+
color=t["accent"], opacity=0.12
|
|
82
|
+
)
|
|
83
|
+
subtitle_block = ""
|
|
84
|
+
if t.get("subtitle"):
|
|
85
|
+
subtitle_block = f"""
|
|
86
|
+
<div style="font-size:14px;color:{t['muted']};letter-spacing:0.01em;
|
|
87
|
+
max-width:480px;line-height:1.5;margin-bottom:40px;">
|
|
88
|
+
{t['subtitle']}
|
|
89
|
+
</div>"""
|
|
90
|
+
|
|
91
|
+
return f"""<!DOCTYPE html>
|
|
92
|
+
<html>
|
|
93
|
+
<head><meta charset="UTF-8">
|
|
94
|
+
<style>
|
|
95
|
+
{_base_css(t)}
|
|
96
|
+
.label {{
|
|
97
|
+
font-size: 9px; font-weight: 500; letter-spacing: 0.22em;
|
|
98
|
+
color: {t['accent']}; text-transform: uppercase; margin-bottom: 28px;
|
|
99
|
+
}}
|
|
100
|
+
.title {{
|
|
101
|
+
font-family: '{t['font_display']}', 'Times New Roman', Georgia, serif;
|
|
102
|
+
font-weight: 900; font-size: 60px; line-height: 1.0;
|
|
103
|
+
color: {t['text_light']}; letter-spacing: -0.015em;
|
|
104
|
+
margin-bottom: 10px; max-width: 560px;
|
|
105
|
+
word-wrap: break-word;
|
|
106
|
+
}}
|
|
107
|
+
.rule {{
|
|
108
|
+
width: 52%; height: 1.5px;
|
|
109
|
+
background: linear-gradient(to right, {t['accent']}, transparent);
|
|
110
|
+
margin: 24px 0 20px;
|
|
111
|
+
}}
|
|
112
|
+
.content {{
|
|
113
|
+
position: absolute; left: 68px; right: 60px;
|
|
114
|
+
top: 0; bottom: 0;
|
|
115
|
+
display: flex; flex-direction: column; justify-content: center;
|
|
116
|
+
padding-top: 60px;
|
|
117
|
+
}}
|
|
118
|
+
.footer {{
|
|
119
|
+
position: absolute; bottom: 0; left: 0; right: 0;
|
|
120
|
+
height: 70px;
|
|
121
|
+
background: rgba(0,0,0,0.22);
|
|
122
|
+
display: flex; align-items: center;
|
|
123
|
+
justify-content: space-between;
|
|
124
|
+
padding: 0 68px;
|
|
125
|
+
}}
|
|
126
|
+
.footer-author {{ font-size: 11px; color: rgba(240,237,230,0.75); letter-spacing:0.04em; }}
|
|
127
|
+
.footer-date {{ font-size: 11px; color: {t['muted']}; letter-spacing: 0.04em; }}
|
|
128
|
+
</style>
|
|
129
|
+
</head>
|
|
130
|
+
<body>
|
|
131
|
+
<div class="page">
|
|
132
|
+
<!-- top-right accent strip -->
|
|
133
|
+
<div style="position:absolute;top:0;right:0;width:35%;height:4px;background:{t['accent']};"></div>
|
|
134
|
+
<!-- left vertical accent bar (gradient fade) -->
|
|
135
|
+
<div style="position:absolute;left:48px;top:18%;width:3px;height:60%;
|
|
136
|
+
background:linear-gradient(to bottom,{t['accent']},transparent);"></div>
|
|
137
|
+
<!-- dot grid background texture -->
|
|
138
|
+
{dot_grid}
|
|
139
|
+
|
|
140
|
+
<div class="content">
|
|
141
|
+
<div class="label">{t.get('doc_type','Document').upper()} · {t.get('date','')}</div>
|
|
142
|
+
<div class="title">{t['title']}</div>
|
|
143
|
+
<div class="rule"></div>
|
|
144
|
+
{subtitle_block}
|
|
145
|
+
</div>
|
|
146
|
+
|
|
147
|
+
<div class="footer">
|
|
148
|
+
<div class="footer-author">{t.get('author','')}</div>
|
|
149
|
+
<div class="footer-date">{t.get('date','')}</div>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</body></html>"""
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
# ── Pattern 2: Split panel ─────────────────────────────────────────────────────
|
|
156
|
+
def _pattern_split(t: dict) -> str:
|
|
157
|
+
dot_grid = _dot_grid(
|
|
158
|
+
x0=360, y0=120, cols=10, rows=18, gap=22, r=2,
|
|
159
|
+
color="#CCCCCC", opacity=0.25
|
|
160
|
+
)
|
|
161
|
+
return f"""<!DOCTYPE html>
|
|
162
|
+
<html>
|
|
163
|
+
<head><meta charset="UTF-8">
|
|
164
|
+
<style>
|
|
165
|
+
{_base_css(t)}
|
|
166
|
+
.left-panel {{
|
|
167
|
+
position: absolute; top: 0; left: 0;
|
|
168
|
+
width: 330px; height: 1123px;
|
|
169
|
+
background: {t['cover_bg']};
|
|
170
|
+
display: flex; flex-direction: column;
|
|
171
|
+
justify-content: center;
|
|
172
|
+
padding: 0 44px;
|
|
173
|
+
}}
|
|
174
|
+
.right-panel {{
|
|
175
|
+
position: absolute; top: 0; left: 330px;
|
|
176
|
+
width: 464px; height: 1123px;
|
|
177
|
+
background: {t['page_bg']};
|
|
178
|
+
}}
|
|
179
|
+
.divider {{
|
|
180
|
+
position: absolute; top: 0; left: 329px;
|
|
181
|
+
width: 3px; height: 1123px;
|
|
182
|
+
background: {t['accent']};
|
|
183
|
+
}}
|
|
184
|
+
.left-top-bar {{
|
|
185
|
+
position: absolute; top: 0; left: 0;
|
|
186
|
+
width: 330px; height: 4px;
|
|
187
|
+
background: {t['accent']};
|
|
188
|
+
}}
|
|
189
|
+
.title {{
|
|
190
|
+
font-family: '{t['font_display']}', 'Times New Roman', serif;
|
|
191
|
+
font-weight: 900; font-size: 34px; line-height: 1.2;
|
|
192
|
+
color: {t['text_light']}; margin-bottom: 18px;
|
|
193
|
+
word-wrap: break-word;
|
|
194
|
+
}}
|
|
195
|
+
.rule {{
|
|
196
|
+
width: 55%; height: 1.5px;
|
|
197
|
+
background: {t['accent']};
|
|
198
|
+
margin-bottom: 14px;
|
|
199
|
+
}}
|
|
200
|
+
.subtitle {{
|
|
201
|
+
font-size: 12px; color: rgba(220,220,220,0.65);
|
|
202
|
+
line-height: 1.5; margin-bottom: 32px;
|
|
203
|
+
}}
|
|
204
|
+
.author {{
|
|
205
|
+
font-size: 11px; color: {t['text_light']}; margin-bottom: 4px;
|
|
206
|
+
}}
|
|
207
|
+
.date {{ font-size: 10px; color: {t['muted']}; }}
|
|
208
|
+
.right-label {{
|
|
209
|
+
position: absolute; bottom: 60px; right: 44px;
|
|
210
|
+
font-size: 9px; letter-spacing: 0.18em;
|
|
211
|
+
color: {t['muted']}; text-transform: uppercase;
|
|
212
|
+
}}
|
|
213
|
+
</style>
|
|
214
|
+
</head>
|
|
215
|
+
<body>
|
|
216
|
+
<div class="page">
|
|
217
|
+
<div class="left-top-bar"></div>
|
|
218
|
+
<div class="left-panel">
|
|
219
|
+
<div class="title">{t['title']}</div>
|
|
220
|
+
<div class="rule"></div>
|
|
221
|
+
{'<div class="subtitle">' + t['subtitle'] + '</div>' if t.get('subtitle') else ''}
|
|
222
|
+
<div class="author">{t.get('author','')}</div>
|
|
223
|
+
<div class="date">{t.get('date','')}</div>
|
|
224
|
+
</div>
|
|
225
|
+
<div class="right-panel">
|
|
226
|
+
{dot_grid}
|
|
227
|
+
</div>
|
|
228
|
+
<div class="divider"></div>
|
|
229
|
+
<div class="right-label">{t.get('doc_type','').upper()}</div>
|
|
230
|
+
</div>
|
|
231
|
+
</body></html>"""
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
# ── Pattern 3: Typographic ─────────────────────────────────────────────────────
|
|
235
|
+
def _pattern_typographic(t: dict) -> str:
|
|
236
|
+
words = t['title'].split()
|
|
237
|
+
first = words[0] if words else ""
|
|
238
|
+
rest = " ".join(words[1:]) if len(words) > 1 else ""
|
|
239
|
+
return f"""<!DOCTYPE html>
|
|
240
|
+
<html>
|
|
241
|
+
<head><meta charset="UTF-8">
|
|
242
|
+
<style>
|
|
243
|
+
{_base_css(t)}
|
|
244
|
+
html, body {{ background: {t['page_bg']}; }}
|
|
245
|
+
.page {{ background: {t['page_bg']}; }}
|
|
246
|
+
.content {{
|
|
247
|
+
position: absolute; left: 60px; top: 0; bottom: 0; right: 60px;
|
|
248
|
+
display: flex; flex-direction: column; justify-content: center;
|
|
249
|
+
}}
|
|
250
|
+
.first-word {{
|
|
251
|
+
font-family: '{t['font_display']}', 'Times New Roman', serif;
|
|
252
|
+
font-weight: 900; font-size: 72px; line-height: 1.0;
|
|
253
|
+
color: {t['accent']}; letter-spacing: -0.02em;
|
|
254
|
+
}}
|
|
255
|
+
.rest-words {{
|
|
256
|
+
font-family: '{t['font_display']}', 'Times New Roman', serif;
|
|
257
|
+
font-weight: 900; font-size: 72px; line-height: 1.0;
|
|
258
|
+
color: {t['dark']}; letter-spacing: -0.02em;
|
|
259
|
+
margin-bottom: 12px;
|
|
260
|
+
}}
|
|
261
|
+
.rule {{
|
|
262
|
+
width: 100%; height: 1.5px;
|
|
263
|
+
background: linear-gradient(to right, {t['accent']}, {t['accent']}40);
|
|
264
|
+
margin: 28px 0 20px;
|
|
265
|
+
}}
|
|
266
|
+
.meta-row {{
|
|
267
|
+
display: flex; justify-content: space-between; align-items: baseline;
|
|
268
|
+
}}
|
|
269
|
+
.author {{ font-size: 13px; color: {t['dark']}; letter-spacing: 0.02em; }}
|
|
270
|
+
.date {{ font-size: 12px; color: {t['muted']}; }}
|
|
271
|
+
.subtitle {{ font-size: 13px; color: {t['muted']}; margin-top: 8px; max-width: 500px; }}
|
|
272
|
+
</style>
|
|
273
|
+
</head>
|
|
274
|
+
<body>
|
|
275
|
+
<div class="page">
|
|
276
|
+
<div class="content">
|
|
277
|
+
<div class="first-word">{first}</div>
|
|
278
|
+
{'<div class="rest-words">' + rest + '</div>' if rest else ''}
|
|
279
|
+
<div class="rule"></div>
|
|
280
|
+
<div class="meta-row">
|
|
281
|
+
<div class="author">{t.get('author','')}</div>
|
|
282
|
+
<div class="date">{t.get('date','')}</div>
|
|
283
|
+
</div>
|
|
284
|
+
{'<div class="subtitle">' + t['subtitle'] + '</div>' if t.get('subtitle') else ''}
|
|
285
|
+
</div>
|
|
286
|
+
</div>
|
|
287
|
+
</body></html>"""
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
# ── Pattern 4: Dark atmospheric ────────────────────────────────────────────────
|
|
291
|
+
def _pattern_atmospheric(t: dict) -> str:
|
|
292
|
+
dot_grid = _dot_grid(
|
|
293
|
+
x0=60, y0=60, cols=16, rows=22, gap=20, r=1.5,
|
|
294
|
+
color=t["accent"], opacity=0.08
|
|
295
|
+
)
|
|
296
|
+
return f"""<!DOCTYPE html>
|
|
297
|
+
<html>
|
|
298
|
+
<head><meta charset="UTF-8">
|
|
299
|
+
<style>
|
|
300
|
+
{_base_css(t)}
|
|
301
|
+
.glow {{
|
|
302
|
+
position: absolute;
|
|
303
|
+
top: -100px; right: -80px;
|
|
304
|
+
width: 500px; height: 500px;
|
|
305
|
+
background: radial-gradient(circle, {t['accent']}2E 0%, transparent 68%);
|
|
306
|
+
border-radius: 50%;
|
|
307
|
+
}}
|
|
308
|
+
.glow2 {{
|
|
309
|
+
position: absolute;
|
|
310
|
+
bottom: -40px; left: 10%;
|
|
311
|
+
width: 300px; height: 300px;
|
|
312
|
+
background: radial-gradient(circle, {t['accent']}14 0%, transparent 70%);
|
|
313
|
+
border-radius: 50%;
|
|
314
|
+
}}
|
|
315
|
+
.content {{
|
|
316
|
+
position: absolute; left: 64px; right: 80px;
|
|
317
|
+
top: 0; bottom: 0;
|
|
318
|
+
display: flex; flex-direction: column; justify-content: center;
|
|
319
|
+
}}
|
|
320
|
+
.label {{
|
|
321
|
+
font-size: 9px; letter-spacing: 0.22em;
|
|
322
|
+
color: {t['accent']}; text-transform: uppercase; margin-bottom: 32px;
|
|
323
|
+
}}
|
|
324
|
+
.title {{
|
|
325
|
+
font-family: '{t['font_display']}', 'Times New Roman', serif;
|
|
326
|
+
font-weight: 900; font-size: 50px; line-height: 1.05;
|
|
327
|
+
color: {t['text_light']}; max-width: 520px;
|
|
328
|
+
word-wrap: break-word; margin-bottom: 12px;
|
|
329
|
+
}}
|
|
330
|
+
.rule {{ width: 48px; height: 2px; background: {t['accent']}; margin: 24px 0 20px; }}
|
|
331
|
+
.subtitle {{
|
|
332
|
+
font-size: 13px; color: {t['muted']}; line-height: 1.6;
|
|
333
|
+
max-width: 400px; margin-bottom: 40px;
|
|
334
|
+
}}
|
|
335
|
+
.footer {{
|
|
336
|
+
position: absolute; bottom: 0; left: 0; right: 0; height: 64px;
|
|
337
|
+
border-top: 1px solid rgba(255,255,255,0.06);
|
|
338
|
+
display: flex; align-items: center; justify-content: space-between;
|
|
339
|
+
padding: 0 64px;
|
|
340
|
+
}}
|
|
341
|
+
.footer-l {{ font-size: 10.5px; color: rgba(240,237,230,0.6); }}
|
|
342
|
+
.footer-r {{ font-size: 10.5px; color: {t['muted']}; }}
|
|
343
|
+
</style>
|
|
344
|
+
</head>
|
|
345
|
+
<body>
|
|
346
|
+
<div class="page">
|
|
347
|
+
<div class="glow"></div>
|
|
348
|
+
<div class="glow2"></div>
|
|
349
|
+
{dot_grid}
|
|
350
|
+
<div style="position:absolute;top:0;right:0;width:30%;height:3px;background:{t['accent']};"></div>
|
|
351
|
+
<div class="content">
|
|
352
|
+
<div class="label">{t.get('doc_type','').upper()} · {t.get('date','')}</div>
|
|
353
|
+
<div class="title">{t['title']}</div>
|
|
354
|
+
<div class="rule"></div>
|
|
355
|
+
{'<div class="subtitle">' + t['subtitle'] + '</div>' if t.get('subtitle') else ''}
|
|
356
|
+
</div>
|
|
357
|
+
<div class="footer">
|
|
358
|
+
<div class="footer-l">{t.get('author','')}</div>
|
|
359
|
+
<div class="footer-r">{t.get('date','')}</div>
|
|
360
|
+
</div>
|
|
361
|
+
</div>
|
|
362
|
+
</body></html>"""
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
# ── Pattern 5: Minimal — thick left bar, generous whitespace ───────────────────
|
|
366
|
+
def _pattern_minimal(t: dict) -> str:
|
|
367
|
+
"""
|
|
368
|
+
Ultra-restrained: white background, 8px left accent bar, oversized light-weight
|
|
369
|
+
title, nothing else but a hairline rule and minimal metadata. The bar is the only
|
|
370
|
+
color on the page — everything else is black on white.
|
|
371
|
+
"""
|
|
372
|
+
# Pick text color for page (minimal uses page_bg which is near-white)
|
|
373
|
+
text_dark = t.get("dark", "#111111")
|
|
374
|
+
muted = t.get("muted", "#999999")
|
|
375
|
+
accent = t["accent"]
|
|
376
|
+
|
|
377
|
+
subtitle_block = ""
|
|
378
|
+
if t.get("subtitle"):
|
|
379
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
380
|
+
|
|
381
|
+
return f"""<!DOCTYPE html>
|
|
382
|
+
<html>
|
|
383
|
+
<head><meta charset="UTF-8">
|
|
384
|
+
<style>
|
|
385
|
+
{_base_css(t)}
|
|
386
|
+
html, body {{ background: {t['page_bg']}; }}
|
|
387
|
+
.page {{ background: {t['page_bg']}; }}
|
|
388
|
+
|
|
389
|
+
/* Left accent bar — the only color element */
|
|
390
|
+
.bar {{
|
|
391
|
+
position: absolute;
|
|
392
|
+
top: 0; left: 0;
|
|
393
|
+
width: 8px; height: 1123px;
|
|
394
|
+
background: {accent};
|
|
395
|
+
}}
|
|
396
|
+
|
|
397
|
+
/* Main content column — offset from bar */
|
|
398
|
+
.content {{
|
|
399
|
+
position: absolute;
|
|
400
|
+
left: 64px; right: 64px;
|
|
401
|
+
top: 0; bottom: 0;
|
|
402
|
+
display: flex;
|
|
403
|
+
flex-direction: column;
|
|
404
|
+
justify-content: center;
|
|
405
|
+
padding-bottom: 40px;
|
|
406
|
+
}}
|
|
407
|
+
|
|
408
|
+
.eyebrow {{
|
|
409
|
+
font-size: 9px;
|
|
410
|
+
font-weight: 500;
|
|
411
|
+
letter-spacing: 0.28em;
|
|
412
|
+
text-transform: uppercase;
|
|
413
|
+
color: {accent};
|
|
414
|
+
margin-bottom: 36px;
|
|
415
|
+
}}
|
|
416
|
+
|
|
417
|
+
.title {{
|
|
418
|
+
font-family: '{t['font_display']}', Georgia, 'Times New Roman', serif;
|
|
419
|
+
font-weight: 300;
|
|
420
|
+
font-size: 72px;
|
|
421
|
+
line-height: 1.0;
|
|
422
|
+
color: {text_dark};
|
|
423
|
+
letter-spacing: -0.02em;
|
|
424
|
+
max-width: 580px;
|
|
425
|
+
word-wrap: break-word;
|
|
426
|
+
margin-bottom: 0;
|
|
427
|
+
}}
|
|
428
|
+
|
|
429
|
+
.rule {{
|
|
430
|
+
width: 56px;
|
|
431
|
+
height: 1px;
|
|
432
|
+
background: {text_dark};
|
|
433
|
+
margin: 36px 0 24px;
|
|
434
|
+
opacity: 0.2;
|
|
435
|
+
}}
|
|
436
|
+
|
|
437
|
+
.subtitle {{
|
|
438
|
+
font-size: 13px;
|
|
439
|
+
font-weight: 300;
|
|
440
|
+
color: {muted};
|
|
441
|
+
line-height: 1.7;
|
|
442
|
+
max-width: 460px;
|
|
443
|
+
margin-bottom: 28px;
|
|
444
|
+
}}
|
|
445
|
+
|
|
446
|
+
.meta {{
|
|
447
|
+
font-size: 10px;
|
|
448
|
+
letter-spacing: 0.06em;
|
|
449
|
+
color: {muted};
|
|
450
|
+
margin-top: 4px;
|
|
451
|
+
}}
|
|
452
|
+
</style>
|
|
453
|
+
</head>
|
|
454
|
+
<body>
|
|
455
|
+
<div class="page">
|
|
456
|
+
<div class="bar"></div>
|
|
457
|
+
<div class="content">
|
|
458
|
+
<div class="eyebrow">{t.get('doc_type','').upper()}</div>
|
|
459
|
+
<div class="title">{t['title']}</div>
|
|
460
|
+
<div class="rule"></div>
|
|
461
|
+
{subtitle_block}
|
|
462
|
+
<div class="meta">{t.get('author','')}{(' · ' + t.get('date','')) if t.get('date') else ''}</div>
|
|
463
|
+
</div>
|
|
464
|
+
</div>
|
|
465
|
+
</body></html>"""
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
# ── Pattern 6: Stripe — bold horizontal bands ──────────────────────────────────
|
|
469
|
+
def _pattern_stripe(t: dict) -> str:
|
|
470
|
+
"""
|
|
471
|
+
Page divided into three bold horizontal bands:
|
|
472
|
+
- Top band (accent, ~18%): document type label
|
|
473
|
+
- Middle band (dark, ~52%): large title in white
|
|
474
|
+
- Bottom band (page bg, ~30%): author / date / subtitle
|
|
475
|
+
Hard geometry, no gradients, no textures. Newspaper / brand poster aesthetic.
|
|
476
|
+
"""
|
|
477
|
+
top_h = 200 # accent band
|
|
478
|
+
mid_h = 580 # dark band
|
|
479
|
+
bot_y = top_h + mid_h # 780
|
|
480
|
+
|
|
481
|
+
accent = t["accent"]
|
|
482
|
+
dark = t.get("cover_bg", "#1A1A2E")
|
|
483
|
+
light = t.get("page_bg", "#FAFAF8")
|
|
484
|
+
text_l = t.get("text_light", "#FFFFFF")
|
|
485
|
+
muted = t.get("muted", "#888888")
|
|
486
|
+
|
|
487
|
+
subtitle_block = ""
|
|
488
|
+
if t.get("subtitle"):
|
|
489
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
490
|
+
|
|
491
|
+
return f"""<!DOCTYPE html>
|
|
492
|
+
<html>
|
|
493
|
+
<head><meta charset="UTF-8">
|
|
494
|
+
<style>
|
|
495
|
+
{_base_css(t)}
|
|
496
|
+
html, body {{ background: {light}; }}
|
|
497
|
+
.page {{ background: {light}; }}
|
|
498
|
+
|
|
499
|
+
/* Three bands */
|
|
500
|
+
.band-top {{
|
|
501
|
+
position: absolute; top: 0; left: 0;
|
|
502
|
+
width: 794px; height: {top_h}px;
|
|
503
|
+
background: {accent};
|
|
504
|
+
display: flex; align-items: flex-end;
|
|
505
|
+
padding: 0 64px 24px;
|
|
506
|
+
}}
|
|
507
|
+
.band-mid {{
|
|
508
|
+
position: absolute; top: {top_h}px; left: 0;
|
|
509
|
+
width: 794px; height: {mid_h}px;
|
|
510
|
+
background: {dark};
|
|
511
|
+
display: flex; flex-direction: column; justify-content: center;
|
|
512
|
+
padding: 0 64px;
|
|
513
|
+
}}
|
|
514
|
+
.band-bot {{
|
|
515
|
+
position: absolute; top: {bot_y}px; left: 0;
|
|
516
|
+
width: 794px; height: {1123 - bot_y}px;
|
|
517
|
+
background: {light};
|
|
518
|
+
display: flex; flex-direction: column; justify-content: center;
|
|
519
|
+
padding: 0 64px;
|
|
520
|
+
}}
|
|
521
|
+
|
|
522
|
+
/* Top band — doc type in large caps */
|
|
523
|
+
.eyebrow {{
|
|
524
|
+
font-family: '{t['font_display']}', sans-serif;
|
|
525
|
+
font-size: 11px; font-weight: 700;
|
|
526
|
+
letter-spacing: 0.32em; text-transform: uppercase;
|
|
527
|
+
color: {dark}; opacity: 0.85;
|
|
528
|
+
}}
|
|
529
|
+
|
|
530
|
+
/* Mid band — title */
|
|
531
|
+
.title {{
|
|
532
|
+
font-family: '{t['font_display']}', 'Times New Roman', Georgia, serif;
|
|
533
|
+
font-weight: 900;
|
|
534
|
+
font-size: 62px;
|
|
535
|
+
line-height: 0.97;
|
|
536
|
+
color: {text_l};
|
|
537
|
+
letter-spacing: -0.02em;
|
|
538
|
+
max-width: 620px;
|
|
539
|
+
word-wrap: break-word;
|
|
540
|
+
}}
|
|
541
|
+
|
|
542
|
+
/* Thin horizontal separator between mid and bot */
|
|
543
|
+
.sep {{
|
|
544
|
+
position: absolute; top: {bot_y}px; left: 0;
|
|
545
|
+
width: 794px; height: 2px;
|
|
546
|
+
background: {accent};
|
|
547
|
+
}}
|
|
548
|
+
|
|
549
|
+
/* Bottom band */
|
|
550
|
+
.author {{
|
|
551
|
+
font-size: 13px; font-weight: 500;
|
|
552
|
+
color: {t.get('dark','#111')}; margin-bottom: 4px;
|
|
553
|
+
}}
|
|
554
|
+
.date {{ font-size: 11px; color: {muted}; margin-bottom: 12px; }}
|
|
555
|
+
.subtitle {{
|
|
556
|
+
font-size: 12px; color: {muted}; line-height: 1.6;
|
|
557
|
+
max-width: 540px;
|
|
558
|
+
}}
|
|
559
|
+
</style>
|
|
560
|
+
</head>
|
|
561
|
+
<body>
|
|
562
|
+
<div class="page">
|
|
563
|
+
<div class="band-top">
|
|
564
|
+
<div class="eyebrow">{t.get('doc_type','').upper()}</div>
|
|
565
|
+
</div>
|
|
566
|
+
<div class="band-mid">
|
|
567
|
+
<div class="title">{t['title']}</div>
|
|
568
|
+
</div>
|
|
569
|
+
<div class="sep"></div>
|
|
570
|
+
<div class="band-bot">
|
|
571
|
+
<div class="author">{t.get('author','')}</div>
|
|
572
|
+
<div class="date">{t.get('date','')}</div>
|
|
573
|
+
{subtitle_block}
|
|
574
|
+
</div>
|
|
575
|
+
</div>
|
|
576
|
+
</body></html>"""
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
# ── Pattern 7: Diagonal — angled color split ───────────────────────────────────
|
|
580
|
+
def _pattern_diagonal(t: dict) -> str:
|
|
581
|
+
"""
|
|
582
|
+
SVG polygon cuts the page diagonally: upper-left in dark cover color,
|
|
583
|
+
lower-right in light page bg. Title sits on the dark area, metadata on light.
|
|
584
|
+
One angled edge — no gradients, no curves.
|
|
585
|
+
"""
|
|
586
|
+
dark_bg = t.get("cover_bg", "#1B2A4A")
|
|
587
|
+
light_bg = t.get("page_bg", "#FAFCFF")
|
|
588
|
+
accent = t["accent"]
|
|
589
|
+
text_l = t.get("text_light", "#F8FAFF")
|
|
590
|
+
text_d = t.get("dark", "#0F1A2E")
|
|
591
|
+
muted = t.get("muted", "#7A8A99")
|
|
592
|
+
|
|
593
|
+
# Polygon: full upper-left to ~60% down on right side
|
|
594
|
+
# Points: top-left, top-right, (794, 620), (0, 820)
|
|
595
|
+
poly = "0,0 794,0 794,620 0,820"
|
|
596
|
+
|
|
597
|
+
subtitle_block = ""
|
|
598
|
+
if t.get("subtitle"):
|
|
599
|
+
subtitle_block = f'<div class="subtitle-lt">{t["subtitle"]}</div>'
|
|
600
|
+
|
|
601
|
+
return f"""<!DOCTYPE html>
|
|
602
|
+
<html>
|
|
603
|
+
<head><meta charset="UTF-8">
|
|
604
|
+
<style>
|
|
605
|
+
{_base_css(t)}
|
|
606
|
+
html, body {{ background: {light_bg}; }}
|
|
607
|
+
.page {{ background: {light_bg}; overflow: hidden; }}
|
|
608
|
+
|
|
609
|
+
/* Title block — upper dark area */
|
|
610
|
+
.content-dark {{
|
|
611
|
+
position: absolute;
|
|
612
|
+
left: 64px; right: 64px;
|
|
613
|
+
top: 180px;
|
|
614
|
+
z-index: 2;
|
|
615
|
+
}}
|
|
616
|
+
.eyebrow {{
|
|
617
|
+
font-size: 9px; font-weight: 500;
|
|
618
|
+
letter-spacing: 0.26em; text-transform: uppercase;
|
|
619
|
+
color: {accent}; margin-bottom: 28px;
|
|
620
|
+
}}
|
|
621
|
+
.title {{
|
|
622
|
+
font-family: '{t['font_display']}', 'Helvetica Neue', sans-serif;
|
|
623
|
+
font-weight: 900;
|
|
624
|
+
font-size: 58px;
|
|
625
|
+
line-height: 1.0;
|
|
626
|
+
color: {text_l};
|
|
627
|
+
letter-spacing: -0.018em;
|
|
628
|
+
max-width: 560px;
|
|
629
|
+
word-wrap: break-word;
|
|
630
|
+
margin-bottom: 16px;
|
|
631
|
+
}}
|
|
632
|
+
.rule-accent {{
|
|
633
|
+
width: 52px; height: 3px;
|
|
634
|
+
background: {accent};
|
|
635
|
+
margin-top: 28px;
|
|
636
|
+
}}
|
|
637
|
+
|
|
638
|
+
/* Metadata — lower light area */
|
|
639
|
+
.content-light {{
|
|
640
|
+
position: absolute;
|
|
641
|
+
left: 64px; right: 64px;
|
|
642
|
+
bottom: 80px;
|
|
643
|
+
z-index: 2;
|
|
644
|
+
}}
|
|
645
|
+
.author {{
|
|
646
|
+
font-size: 12px; font-weight: 500;
|
|
647
|
+
color: {text_d}; margin-bottom: 4px;
|
|
648
|
+
}}
|
|
649
|
+
.date {{ font-size: 11px; color: {muted}; margin-bottom: 12px; }}
|
|
650
|
+
.subtitle-lt {{
|
|
651
|
+
font-size: 12px; color: {muted}; line-height: 1.6;
|
|
652
|
+
max-width: 480px;
|
|
653
|
+
}}
|
|
654
|
+
</style>
|
|
655
|
+
</head>
|
|
656
|
+
<body>
|
|
657
|
+
<div class="page">
|
|
658
|
+
<!-- Diagonal dark polygon -->
|
|
659
|
+
<svg style="position:absolute;top:0;left:0;width:794px;height:1123px;z-index:1"
|
|
660
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
661
|
+
<polygon points="{poly}" fill="{dark_bg}"/>
|
|
662
|
+
<!-- Accent edge line along the diagonal -->
|
|
663
|
+
<line x1="0" y1="820" x2="794" y2="620"
|
|
664
|
+
stroke="{accent}" stroke-width="2.5"/>
|
|
665
|
+
</svg>
|
|
666
|
+
|
|
667
|
+
<div class="content-dark">
|
|
668
|
+
<div class="eyebrow">{t.get('doc_type','').upper()} · {t.get('date','')}</div>
|
|
669
|
+
<div class="title">{t['title']}</div>
|
|
670
|
+
<div class="rule-accent"></div>
|
|
671
|
+
</div>
|
|
672
|
+
|
|
673
|
+
<div class="content-light">
|
|
674
|
+
<div class="author">{t.get('author','')}</div>
|
|
675
|
+
{subtitle_block}
|
|
676
|
+
</div>
|
|
677
|
+
</div>
|
|
678
|
+
</body></html>"""
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
# ── Pattern 8: Frame — elegant inset border ────────────────────────────────────
|
|
682
|
+
def _pattern_frame(t: dict) -> str:
|
|
683
|
+
"""
|
|
684
|
+
Classic formal layout: outer thin border line inset ~28px from page edges,
|
|
685
|
+
inner accent strip at top and bottom inside the frame.
|
|
686
|
+
Title centered in the frame space, classical serif typography.
|
|
687
|
+
Used for: academic papers, formal reports, legal docs, annual reports.
|
|
688
|
+
"""
|
|
689
|
+
bg = t.get("cover_bg", "#FAF8F3")
|
|
690
|
+
accent = t["accent"]
|
|
691
|
+
dark = t.get("dark", "#2A1A0A")
|
|
692
|
+
muted = t.get("muted", "#9A8A78")
|
|
693
|
+
|
|
694
|
+
pad = 28 # frame inset from page edge
|
|
695
|
+
inner_w = 794 - 2 * pad
|
|
696
|
+
inner_h = 1123 - 2 * pad
|
|
697
|
+
|
|
698
|
+
subtitle_block = ""
|
|
699
|
+
if t.get("subtitle"):
|
|
700
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
701
|
+
|
|
702
|
+
return f"""<!DOCTYPE html>
|
|
703
|
+
<html>
|
|
704
|
+
<head><meta charset="UTF-8">
|
|
705
|
+
<style>
|
|
706
|
+
{_base_css(t)}
|
|
707
|
+
html, body {{ background: {bg}; }}
|
|
708
|
+
.page {{ background: {bg}; }}
|
|
709
|
+
|
|
710
|
+
/* Outer frame rectangle */
|
|
711
|
+
.frame {{
|
|
712
|
+
position: absolute;
|
|
713
|
+
top: {pad}px; left: {pad}px;
|
|
714
|
+
width: {inner_w}px; height: {inner_h}px;
|
|
715
|
+
border: 1.2px solid {dark};
|
|
716
|
+
opacity: 0.35;
|
|
717
|
+
}}
|
|
718
|
+
|
|
719
|
+
/* Accent strips inside top and bottom of frame */
|
|
720
|
+
.frame-top-accent {{
|
|
721
|
+
position: absolute;
|
|
722
|
+
top: {pad + 10}px; left: {pad + 10}px;
|
|
723
|
+
width: {inner_w - 20}px; height: 3px;
|
|
724
|
+
background: {accent};
|
|
725
|
+
}}
|
|
726
|
+
.frame-bot-accent {{
|
|
727
|
+
position: absolute;
|
|
728
|
+
bottom: {pad + 10}px; left: {pad + 10}px;
|
|
729
|
+
width: {inner_w - 20}px; height: 3px;
|
|
730
|
+
background: {accent};
|
|
731
|
+
}}
|
|
732
|
+
|
|
733
|
+
/* Corner ornament squares */
|
|
734
|
+
.corner {{
|
|
735
|
+
position: absolute;
|
|
736
|
+
width: 8px; height: 8px;
|
|
737
|
+
background: {accent};
|
|
738
|
+
opacity: 0.6;
|
|
739
|
+
}}
|
|
740
|
+
.tl {{ top: {pad - 4}px; left: {pad - 4}px; }}
|
|
741
|
+
.tr {{ top: {pad - 4}px; right: {pad - 4}px; }}
|
|
742
|
+
.bl {{ bottom: {pad - 4}px; left: {pad - 4}px; }}
|
|
743
|
+
.br {{ bottom: {pad - 4}px; right: {pad - 4}px; }}
|
|
744
|
+
|
|
745
|
+
/* Main content centered in frame */
|
|
746
|
+
.content {{
|
|
747
|
+
position: absolute;
|
|
748
|
+
left: {pad + 56}px; right: {pad + 56}px;
|
|
749
|
+
top: 0; bottom: 0;
|
|
750
|
+
display: flex;
|
|
751
|
+
flex-direction: column;
|
|
752
|
+
align-items: center;
|
|
753
|
+
justify-content: center;
|
|
754
|
+
text-align: center;
|
|
755
|
+
}}
|
|
756
|
+
|
|
757
|
+
.eyebrow {{
|
|
758
|
+
font-size: 8.5px;
|
|
759
|
+
font-weight: 500;
|
|
760
|
+
letter-spacing: 0.30em;
|
|
761
|
+
text-transform: uppercase;
|
|
762
|
+
color: {accent};
|
|
763
|
+
margin-bottom: 44px;
|
|
764
|
+
}}
|
|
765
|
+
|
|
766
|
+
.rule-top {{
|
|
767
|
+
width: 60px; height: 1px;
|
|
768
|
+
background: {dark};
|
|
769
|
+
opacity: 0.3;
|
|
770
|
+
margin-bottom: 28px;
|
|
771
|
+
}}
|
|
772
|
+
|
|
773
|
+
.title {{
|
|
774
|
+
font-family: '{t['font_display']}', Georgia, 'Times New Roman', serif;
|
|
775
|
+
font-weight: 400;
|
|
776
|
+
font-size: 44px;
|
|
777
|
+
line-height: 1.25;
|
|
778
|
+
color: {dark};
|
|
779
|
+
letter-spacing: 0.01em;
|
|
780
|
+
max-width: 540px;
|
|
781
|
+
word-wrap: break-word;
|
|
782
|
+
margin-bottom: 0;
|
|
783
|
+
}}
|
|
784
|
+
|
|
785
|
+
.rule-mid {{
|
|
786
|
+
width: 40px; height: 1.5px;
|
|
787
|
+
background: {accent};
|
|
788
|
+
margin: 28px 0 20px;
|
|
789
|
+
}}
|
|
790
|
+
|
|
791
|
+
.subtitle {{
|
|
792
|
+
font-size: 13px;
|
|
793
|
+
font-weight: 300;
|
|
794
|
+
font-style: italic;
|
|
795
|
+
color: {muted};
|
|
796
|
+
line-height: 1.6;
|
|
797
|
+
max-width: 400px;
|
|
798
|
+
margin-bottom: 20px;
|
|
799
|
+
}}
|
|
800
|
+
|
|
801
|
+
.meta {{
|
|
802
|
+
font-size: 10px;
|
|
803
|
+
letter-spacing: 0.08em;
|
|
804
|
+
color: {muted};
|
|
805
|
+
margin-top: 8px;
|
|
806
|
+
}}
|
|
807
|
+
</style>
|
|
808
|
+
</head>
|
|
809
|
+
<body>
|
|
810
|
+
<div class="page">
|
|
811
|
+
<div class="frame"></div>
|
|
812
|
+
<div class="frame-top-accent"></div>
|
|
813
|
+
<div class="frame-bot-accent"></div>
|
|
814
|
+
<div class="corner tl"></div>
|
|
815
|
+
<div class="corner tr"></div>
|
|
816
|
+
<div class="corner bl"></div>
|
|
817
|
+
<div class="corner br"></div>
|
|
818
|
+
|
|
819
|
+
<div class="content">
|
|
820
|
+
<div class="eyebrow">{t.get('doc_type','').upper()}</div>
|
|
821
|
+
<div class="rule-top"></div>
|
|
822
|
+
<div class="title">{t['title']}</div>
|
|
823
|
+
<div class="rule-mid"></div>
|
|
824
|
+
{subtitle_block}
|
|
825
|
+
<div class="meta">{t.get('author','')}{(' · ' + t.get('date','')) if t.get('date') else ''}</div>
|
|
826
|
+
</div>
|
|
827
|
+
</div>
|
|
828
|
+
</body></html>"""
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
# ── Pattern 9: Editorial — oversized ghost letter + bold type ──────────────────
|
|
832
|
+
def _pattern_editorial(t: dict) -> str:
|
|
833
|
+
"""
|
|
834
|
+
Magazine / editorial feel:
|
|
835
|
+
- Oversized first-letter of title as a ghost background element (8–12% opacity)
|
|
836
|
+
- Bold category label at top in accent
|
|
837
|
+
- Title in very large condensed weight, flush-left
|
|
838
|
+
- Thin full-width rule separating title from metadata
|
|
839
|
+
- Author / date bottom-left, page type bottom-right
|
|
840
|
+
Designed for editorial reports, annual reviews, magazine-format content.
|
|
841
|
+
"""
|
|
842
|
+
bg = t.get("cover_bg", "#FFFFFF")
|
|
843
|
+
accent = t["accent"]
|
|
844
|
+
dark = t.get("dark", "#0A0A0A")
|
|
845
|
+
muted = t.get("muted", "#777777")
|
|
846
|
+
text_l = t.get("text_light", "#FFFFFF")
|
|
847
|
+
|
|
848
|
+
# Ghost letter — first character of title
|
|
849
|
+
ghost = t['title'][0].upper() if t['title'] else "A"
|
|
850
|
+
|
|
851
|
+
subtitle_block = ""
|
|
852
|
+
if t.get("subtitle"):
|
|
853
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
854
|
+
|
|
855
|
+
# Determine if background is dark (use light text) or light (use dark text)
|
|
856
|
+
is_dark_bg = (
|
|
857
|
+
bg.startswith("#0") or bg.startswith("#1") or bg.startswith("#2")
|
|
858
|
+
)
|
|
859
|
+
title_color = text_l if is_dark_bg else dark # noqa: F841
|
|
860
|
+
body_color = text_l if is_dark_bg else dark
|
|
861
|
+
|
|
862
|
+
return f"""<!DOCTYPE html>
|
|
863
|
+
<html>
|
|
864
|
+
<head><meta charset="UTF-8">
|
|
865
|
+
<style>
|
|
866
|
+
{_base_css(t)}
|
|
867
|
+
html, body {{ background: {bg}; }}
|
|
868
|
+
.page {{ background: {bg}; }}
|
|
869
|
+
|
|
870
|
+
/* Ghost letter — background texture */
|
|
871
|
+
.ghost {{
|
|
872
|
+
position: absolute;
|
|
873
|
+
right: -60px; top: -40px;
|
|
874
|
+
font-family: '{t['font_display']}', 'Arial Black', sans-serif;
|
|
875
|
+
font-weight: 900;
|
|
876
|
+
font-size: 680px;
|
|
877
|
+
line-height: 1;
|
|
878
|
+
color: {dark};
|
|
879
|
+
opacity: 0.055;
|
|
880
|
+
user-select: none;
|
|
881
|
+
letter-spacing: -0.05em;
|
|
882
|
+
}}
|
|
883
|
+
|
|
884
|
+
/* Top bar: accent stripe */
|
|
885
|
+
.topbar {{
|
|
886
|
+
position: absolute;
|
|
887
|
+
top: 0; left: 0; right: 0;
|
|
888
|
+
height: 5px;
|
|
889
|
+
background: {accent};
|
|
890
|
+
}}
|
|
891
|
+
|
|
892
|
+
/* Category label */
|
|
893
|
+
.category {{
|
|
894
|
+
position: absolute;
|
|
895
|
+
top: 40px; left: 60px;
|
|
896
|
+
font-size: 9px; font-weight: 700;
|
|
897
|
+
letter-spacing: 0.30em; text-transform: uppercase;
|
|
898
|
+
color: {accent};
|
|
899
|
+
}}
|
|
900
|
+
|
|
901
|
+
/* Main title block */
|
|
902
|
+
.content {{
|
|
903
|
+
position: absolute;
|
|
904
|
+
left: 60px; right: 60px;
|
|
905
|
+
top: 0; bottom: 0;
|
|
906
|
+
display: flex;
|
|
907
|
+
flex-direction: column;
|
|
908
|
+
justify-content: center;
|
|
909
|
+
padding-bottom: 80px;
|
|
910
|
+
}}
|
|
911
|
+
|
|
912
|
+
.title {{
|
|
913
|
+
font-family: '{t['font_display']}', 'Arial Black', Impact, sans-serif;
|
|
914
|
+
font-weight: 900;
|
|
915
|
+
font-size: 80px;
|
|
916
|
+
line-height: 0.92;
|
|
917
|
+
color: {body_color};
|
|
918
|
+
letter-spacing: -0.03em;
|
|
919
|
+
max-width: 620px;
|
|
920
|
+
word-wrap: break-word;
|
|
921
|
+
text-transform: uppercase;
|
|
922
|
+
}}
|
|
923
|
+
|
|
924
|
+
.subtitle {{
|
|
925
|
+
font-size: 14px;
|
|
926
|
+
font-weight: 400;
|
|
927
|
+
color: {muted};
|
|
928
|
+
line-height: 1.6;
|
|
929
|
+
max-width: 500px;
|
|
930
|
+
margin-top: 20px;
|
|
931
|
+
}}
|
|
932
|
+
|
|
933
|
+
/* Full-width rule above footer */
|
|
934
|
+
.footer-rule {{
|
|
935
|
+
position: absolute;
|
|
936
|
+
bottom: 80px; left: 60px; right: 60px;
|
|
937
|
+
height: 1px;
|
|
938
|
+
background: {body_color};
|
|
939
|
+
opacity: 0.15;
|
|
940
|
+
}}
|
|
941
|
+
|
|
942
|
+
/* Footer row */
|
|
943
|
+
.footer {{
|
|
944
|
+
position: absolute;
|
|
945
|
+
bottom: 44px; left: 60px; right: 60px;
|
|
946
|
+
display: flex;
|
|
947
|
+
justify-content: space-between;
|
|
948
|
+
align-items: baseline;
|
|
949
|
+
}}
|
|
950
|
+
.footer-author {{ font-size: 11px; color: {muted}; letter-spacing: 0.04em; }}
|
|
951
|
+
.footer-date {{ font-size: 10px; color: {muted}; letter-spacing: 0.04em; }}
|
|
952
|
+
</style>
|
|
953
|
+
</head>
|
|
954
|
+
<body>
|
|
955
|
+
<div class="page">
|
|
956
|
+
<div class="ghost">{ghost}</div>
|
|
957
|
+
<div class="topbar"></div>
|
|
958
|
+
<div class="category">{t.get('doc_type','').upper()}</div>
|
|
959
|
+
|
|
960
|
+
<div class="content">
|
|
961
|
+
<div class="title">{t['title']}</div>
|
|
962
|
+
{subtitle_block}
|
|
963
|
+
</div>
|
|
964
|
+
|
|
965
|
+
<div class="footer-rule"></div>
|
|
966
|
+
<div class="footer">
|
|
967
|
+
<div class="footer-author">{t.get('author','')}</div>
|
|
968
|
+
<div class="footer-date">{t.get('date','')}</div>
|
|
969
|
+
</div>
|
|
970
|
+
</div>
|
|
971
|
+
</body></html>"""
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
# ── Pattern 10: Magazine — elegant centered with optional hero image ────────────
|
|
975
|
+
def _pattern_magazine(t: dict) -> str:
|
|
976
|
+
"""
|
|
977
|
+
Upscale centered layout: company name + accent rule at top, large serif title,
|
|
978
|
+
decorative rule, italic subtitle, optional hero image, abstract block, author.
|
|
979
|
+
Used for: annual reports, strategic documents, formal publications.
|
|
980
|
+
"""
|
|
981
|
+
bg = t.get("cover_bg", "#F2F0EC")
|
|
982
|
+
accent = t["accent"]
|
|
983
|
+
dark = t.get("dark", "#0D1A2B")
|
|
984
|
+
muted = t.get("muted", "#888888")
|
|
985
|
+
org = t.get("doc_type", "").upper()
|
|
986
|
+
img_url = t.get("cover_image", "")
|
|
987
|
+
|
|
988
|
+
subtitle_block = ""
|
|
989
|
+
if t.get("subtitle"):
|
|
990
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
991
|
+
|
|
992
|
+
image_block = ""
|
|
993
|
+
if img_url:
|
|
994
|
+
image_block = f"""
|
|
995
|
+
<div style="text-align:center;margin:32px 0 28px;">
|
|
996
|
+
<img src="{img_url}" style="max-width:340px;max-height:220px;
|
|
997
|
+
object-fit:cover;display:inline-block;"/>
|
|
998
|
+
</div>"""
|
|
999
|
+
|
|
1000
|
+
abstract_block = ""
|
|
1001
|
+
if t.get("abstract"):
|
|
1002
|
+
abstract_block = f"""
|
|
1003
|
+
<div style="font-size:11px;line-height:1.7;color:{muted};
|
|
1004
|
+
text-align:justify;max-width:560px;margin:0 auto 0;">
|
|
1005
|
+
<span style="font-weight:700;color:{accent};">Abstract:</span>
|
|
1006
|
+
{t['abstract']}
|
|
1007
|
+
</div>"""
|
|
1008
|
+
|
|
1009
|
+
return f"""<!DOCTYPE html>
|
|
1010
|
+
<html>
|
|
1011
|
+
<head><meta charset="UTF-8">
|
|
1012
|
+
<style>
|
|
1013
|
+
{_base_css(t)}
|
|
1014
|
+
html, body {{ background: {bg}; }}
|
|
1015
|
+
.page {{ background: {bg}; display:flex; flex-direction:column;
|
|
1016
|
+
align-items:center; justify-content:center; padding:60px 80px; }}
|
|
1017
|
+
|
|
1018
|
+
.org-name {{
|
|
1019
|
+
font-size: 9px; font-weight: 500; letter-spacing: 0.30em;
|
|
1020
|
+
text-transform: uppercase; color: {dark}; text-align:center;
|
|
1021
|
+
margin-bottom: 10px;
|
|
1022
|
+
}}
|
|
1023
|
+
.org-rule {{
|
|
1024
|
+
width: 56px; height: 2px; background: {accent};
|
|
1025
|
+
margin: 0 auto 52px;
|
|
1026
|
+
}}
|
|
1027
|
+
.title {{
|
|
1028
|
+
font-family: '{t['font_display']}', Georgia, 'Times New Roman', serif;
|
|
1029
|
+
font-weight: 700; font-size: 52px; line-height: 1.08;
|
|
1030
|
+
color: {dark}; text-align: center; letter-spacing: -0.015em;
|
|
1031
|
+
max-width: 560px; word-wrap: break-word; margin-bottom: 18px;
|
|
1032
|
+
}}
|
|
1033
|
+
.title-rule {{
|
|
1034
|
+
width: 44px; height: 2.5px; background: {accent};
|
|
1035
|
+
margin: 0 auto 20px;
|
|
1036
|
+
}}
|
|
1037
|
+
.subtitle {{
|
|
1038
|
+
font-family: '{t['font_display']}', Georgia, serif;
|
|
1039
|
+
font-style: italic; font-size: 14px; color: {muted};
|
|
1040
|
+
text-align: center; line-height: 1.5; max-width: 440px;
|
|
1041
|
+
margin: 0 auto;
|
|
1042
|
+
}}
|
|
1043
|
+
.separator {{
|
|
1044
|
+
width: 100%; max-width: 620px; height: 1px;
|
|
1045
|
+
background: {dark}; opacity: 0.12;
|
|
1046
|
+
margin: 28px auto;
|
|
1047
|
+
}}
|
|
1048
|
+
.author-name {{
|
|
1049
|
+
font-family: '{t['font_display']}', Georgia, serif;
|
|
1050
|
+
font-size: 16px; font-weight: 700; color: {accent};
|
|
1051
|
+
text-align: center; margin-bottom: 6px;
|
|
1052
|
+
}}
|
|
1053
|
+
.date-line {{
|
|
1054
|
+
font-size: 11px; color: {muted}; text-align: center;
|
|
1055
|
+
letter-spacing: 0.03em;
|
|
1056
|
+
}}
|
|
1057
|
+
</style>
|
|
1058
|
+
</head>
|
|
1059
|
+
<body>
|
|
1060
|
+
<div class="page">
|
|
1061
|
+
<div class="org-name">{org}</div>
|
|
1062
|
+
<div class="org-rule"></div>
|
|
1063
|
+
<div class="title">{t['title']}</div>
|
|
1064
|
+
<div class="title-rule"></div>
|
|
1065
|
+
{subtitle_block}
|
|
1066
|
+
{image_block}
|
|
1067
|
+
{abstract_block}
|
|
1068
|
+
{'<div class="separator"></div>' if (t.get('abstract') or img_url) else '<div style="margin:28px 0;"></div>'}
|
|
1069
|
+
<div class="author-name">{t.get('author','')}</div>
|
|
1070
|
+
<div class="date-line">{t.get('date','')}</div>
|
|
1071
|
+
</div>
|
|
1072
|
+
</body></html>"""
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
# ── Pattern 11: Darkroom — dark magazine variant ────────────────────────────────
|
|
1076
|
+
def _pattern_darkroom(t: dict) -> str:
|
|
1077
|
+
"""
|
|
1078
|
+
Dark-background centered layout. Same structure as magazine but inverted:
|
|
1079
|
+
deep navy page, white/silver text, accent rules in lighter tone.
|
|
1080
|
+
Used for: premium reports, tech annual reviews, dark-themed documents.
|
|
1081
|
+
"""
|
|
1082
|
+
bg = t.get("cover_bg", "#151C27")
|
|
1083
|
+
accent = t["accent"]
|
|
1084
|
+
text_l = t.get("text_light", "#F0EDE6")
|
|
1085
|
+
muted = t.get("muted", "#8A9AB0")
|
|
1086
|
+
org = t.get("doc_type", "").upper()
|
|
1087
|
+
img_url = t.get("cover_image", "")
|
|
1088
|
+
|
|
1089
|
+
subtitle_block = ""
|
|
1090
|
+
if t.get("subtitle"):
|
|
1091
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
1092
|
+
|
|
1093
|
+
image_block = ""
|
|
1094
|
+
if img_url:
|
|
1095
|
+
image_block = f"""
|
|
1096
|
+
<div style="text-align:center;margin:32px 0 28px;">
|
|
1097
|
+
<img src="{img_url}" style="max-width:340px;max-height:220px;
|
|
1098
|
+
object-fit:cover;display:inline-block;
|
|
1099
|
+
filter:grayscale(20%) brightness(0.9);"/>
|
|
1100
|
+
</div>"""
|
|
1101
|
+
|
|
1102
|
+
abstract_block = ""
|
|
1103
|
+
if t.get("abstract"):
|
|
1104
|
+
abstract_block = f"""
|
|
1105
|
+
<div style="font-size:11px;line-height:1.7;color:{muted};
|
|
1106
|
+
text-align:justify;max-width:560px;margin:0 auto 0;">
|
|
1107
|
+
<span style="font-weight:700;color:{accent};">Abstract:</span>
|
|
1108
|
+
{t['abstract']}
|
|
1109
|
+
</div>"""
|
|
1110
|
+
|
|
1111
|
+
return f"""<!DOCTYPE html>
|
|
1112
|
+
<html>
|
|
1113
|
+
<head><meta charset="UTF-8">
|
|
1114
|
+
<style>
|
|
1115
|
+
{_base_css(t)}
|
|
1116
|
+
html, body {{ background: {bg}; }}
|
|
1117
|
+
.page {{ background: {bg}; display:flex; flex-direction:column;
|
|
1118
|
+
align-items:center; justify-content:center; padding:60px 80px; }}
|
|
1119
|
+
|
|
1120
|
+
.org-name {{
|
|
1121
|
+
font-size: 9px; font-weight: 500; letter-spacing: 0.30em;
|
|
1122
|
+
text-transform: uppercase; color: {text_l}; text-align:center;
|
|
1123
|
+
opacity: 0.75; margin-bottom: 10px;
|
|
1124
|
+
}}
|
|
1125
|
+
.org-rule {{
|
|
1126
|
+
width: 56px; height: 2px; background: {text_l};
|
|
1127
|
+
opacity: 0.35; margin: 0 auto 52px;
|
|
1128
|
+
}}
|
|
1129
|
+
.title {{
|
|
1130
|
+
font-family: '{t['font_display']}', Georgia, 'Times New Roman', serif;
|
|
1131
|
+
font-weight: 700; font-size: 52px; line-height: 1.08;
|
|
1132
|
+
color: {text_l}; text-align: center; letter-spacing: -0.015em;
|
|
1133
|
+
max-width: 560px; word-wrap: break-word; margin-bottom: 18px;
|
|
1134
|
+
}}
|
|
1135
|
+
.title-rule {{
|
|
1136
|
+
width: 44px; height: 2.5px; background: {text_l};
|
|
1137
|
+
opacity: 0.35; margin: 0 auto 20px;
|
|
1138
|
+
}}
|
|
1139
|
+
.subtitle {{
|
|
1140
|
+
font-family: '{t['font_display']}', Georgia, serif;
|
|
1141
|
+
font-style: italic; font-size: 14px; color: {muted};
|
|
1142
|
+
text-align: center; line-height: 1.5; max-width: 440px;
|
|
1143
|
+
margin: 0 auto;
|
|
1144
|
+
}}
|
|
1145
|
+
.separator {{
|
|
1146
|
+
width: 100%; max-width: 620px; height: 1px;
|
|
1147
|
+
background: {text_l}; opacity: 0.12;
|
|
1148
|
+
margin: 28px auto;
|
|
1149
|
+
}}
|
|
1150
|
+
.author-name {{
|
|
1151
|
+
font-family: '{t['font_display']}', Georgia, serif;
|
|
1152
|
+
font-size: 16px; font-weight: 700; color: {text_l};
|
|
1153
|
+
text-align: center; margin-bottom: 6px;
|
|
1154
|
+
}}
|
|
1155
|
+
.date-line {{
|
|
1156
|
+
font-size: 11px; color: {muted}; text-align: center;
|
|
1157
|
+
letter-spacing: 0.03em;
|
|
1158
|
+
}}
|
|
1159
|
+
</style>
|
|
1160
|
+
</head>
|
|
1161
|
+
<body>
|
|
1162
|
+
<div class="page">
|
|
1163
|
+
<div class="org-name">{org}</div>
|
|
1164
|
+
<div class="org-rule"></div>
|
|
1165
|
+
<div class="title">{t['title']}</div>
|
|
1166
|
+
<div class="title-rule"></div>
|
|
1167
|
+
{subtitle_block}
|
|
1168
|
+
{image_block}
|
|
1169
|
+
{abstract_block}
|
|
1170
|
+
{'<div class="separator"></div>' if (t.get('abstract') or img_url) else '<div style="margin:28px 0;"></div>'}
|
|
1171
|
+
<div class="author-name">{t.get('author','')}</div>
|
|
1172
|
+
<div class="date-line">{t.get('date','')}</div>
|
|
1173
|
+
</div>
|
|
1174
|
+
</body></html>"""
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
# ── Pattern 12: Terminal — cyber/hacker aesthetic ───────────────────────────────
|
|
1178
|
+
def _pattern_terminal(t: dict) -> str:
|
|
1179
|
+
"""
|
|
1180
|
+
Dark terminal/IDE aesthetic: grid overlay, monospace font, neon accent,
|
|
1181
|
+
corner brackets around the title block, status bar at bottom.
|
|
1182
|
+
Used for: tech reports, developer docs, security audits, system documentation.
|
|
1183
|
+
"""
|
|
1184
|
+
bg = t.get("cover_bg", "#0D1117")
|
|
1185
|
+
accent = t["accent"]
|
|
1186
|
+
text_l = t.get("text_light", "#E6EDF3")
|
|
1187
|
+
muted = t.get("muted", "#48897C")
|
|
1188
|
+
dark = t.get("dark", "#010409")
|
|
1189
|
+
org = t.get("doc_type", "DOCUMENT").upper()
|
|
1190
|
+
date_s = t.get("date", "")
|
|
1191
|
+
author = t.get("author", "")
|
|
1192
|
+
|
|
1193
|
+
subtitle_line = ""
|
|
1194
|
+
if t.get("subtitle"):
|
|
1195
|
+
subtitle_line = f'<div class="subtitle">> {t["subtitle"]}</div>'
|
|
1196
|
+
|
|
1197
|
+
abstract_block = ""
|
|
1198
|
+
if t.get("abstract"):
|
|
1199
|
+
abstract_block = f"""
|
|
1200
|
+
<div class="abstract-text">{t['abstract']}</div>"""
|
|
1201
|
+
|
|
1202
|
+
# grid overlay: horizontal + vertical lines
|
|
1203
|
+
h_lines = "".join(
|
|
1204
|
+
f'<line x1="0" y1="{y}" x2="794" y2="{y}" stroke="{accent}" stroke-width="0.4"/>'
|
|
1205
|
+
for y in range(0, 1124, 48)
|
|
1206
|
+
)
|
|
1207
|
+
v_lines = "".join(
|
|
1208
|
+
f'<line x1="{x}" y1="0" x2="{x}" y2="1123" stroke="{accent}" stroke-width="0.4"/>'
|
|
1209
|
+
for x in range(0, 795, 48)
|
|
1210
|
+
)
|
|
1211
|
+
grid_svg = (
|
|
1212
|
+
f'<svg style="position:absolute;top:0;left:0;width:794px;height:1123px;'
|
|
1213
|
+
f'pointer-events:none;opacity:0.07" xmlns="http://www.w3.org/2000/svg">'
|
|
1214
|
+
+ h_lines + v_lines + "</svg>"
|
|
1215
|
+
)
|
|
1216
|
+
|
|
1217
|
+
return f"""<!DOCTYPE html>
|
|
1218
|
+
<html>
|
|
1219
|
+
<head><meta charset="UTF-8">
|
|
1220
|
+
<style>
|
|
1221
|
+
{_base_css(t)}
|
|
1222
|
+
html, body {{ background: {bg}; }}
|
|
1223
|
+
.page {{ background: {bg}; }}
|
|
1224
|
+
|
|
1225
|
+
/* Terminal label — top */
|
|
1226
|
+
.term-label {{
|
|
1227
|
+
position: absolute; top: 44px; left: 56px; right: 56px;
|
|
1228
|
+
display: flex; align-items: center; gap: 10px;
|
|
1229
|
+
}}
|
|
1230
|
+
.dot {{
|
|
1231
|
+
width: 8px; height: 8px; border-radius: 50%;
|
|
1232
|
+
background: {accent}; flex-shrink: 0;
|
|
1233
|
+
}}
|
|
1234
|
+
.term-meta {{
|
|
1235
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1236
|
+
font-size: 10px; color: {accent}; letter-spacing: 0.08em;
|
|
1237
|
+
text-transform: uppercase;
|
|
1238
|
+
}}
|
|
1239
|
+
|
|
1240
|
+
/* Title bracket block */
|
|
1241
|
+
.bracket-block {{
|
|
1242
|
+
position: absolute;
|
|
1243
|
+
top: 310px; left: 56px; right: 56px;
|
|
1244
|
+
border-left: 2px solid {accent}; border-top: 2px solid {accent};
|
|
1245
|
+
padding: 24px 28px 28px;
|
|
1246
|
+
box-shadow: inset 0 0 0 0;
|
|
1247
|
+
}}
|
|
1248
|
+
.bracket-block::after {{
|
|
1249
|
+
content: '';
|
|
1250
|
+
position: absolute;
|
|
1251
|
+
bottom: 0; right: 0;
|
|
1252
|
+
width: 32px; height: 2px;
|
|
1253
|
+
background: {accent};
|
|
1254
|
+
}}
|
|
1255
|
+
.bracket-block::before {{
|
|
1256
|
+
content: '';
|
|
1257
|
+
position: absolute;
|
|
1258
|
+
bottom: 0; right: 0;
|
|
1259
|
+
width: 2px; height: 32px;
|
|
1260
|
+
background: {accent};
|
|
1261
|
+
}}
|
|
1262
|
+
|
|
1263
|
+
.title {{
|
|
1264
|
+
font-family: '{t['font_display']}', 'Courier New', monospace;
|
|
1265
|
+
font-weight: 700; font-size: 46px; line-height: 1.05;
|
|
1266
|
+
color: {text_l}; letter-spacing: 0.01em;
|
|
1267
|
+
text-transform: uppercase;
|
|
1268
|
+
word-wrap: break-word; margin-bottom: 16px;
|
|
1269
|
+
}}
|
|
1270
|
+
.subtitle {{
|
|
1271
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1272
|
+
font-size: 13px; color: {accent};
|
|
1273
|
+
line-height: 1.5; letter-spacing: 0.02em;
|
|
1274
|
+
margin-top: 8px;
|
|
1275
|
+
}}
|
|
1276
|
+
|
|
1277
|
+
/* Content block below brackets */
|
|
1278
|
+
.content-lower {{
|
|
1279
|
+
position: absolute;
|
|
1280
|
+
top: 640px; left: 56px; right: 56px;
|
|
1281
|
+
display: flex; gap: 40px; align-items: flex-start;
|
|
1282
|
+
}}
|
|
1283
|
+
.abstract-text {{
|
|
1284
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1285
|
+
font-size: 10.5px; line-height: 1.8; color: {muted};
|
|
1286
|
+
flex: 1;
|
|
1287
|
+
}}
|
|
1288
|
+
.author-block {{
|
|
1289
|
+
text-align: right; flex-shrink: 0; min-width: 160px;
|
|
1290
|
+
}}
|
|
1291
|
+
.author-label {{
|
|
1292
|
+
font-family: '{t['font_body']}', monospace;
|
|
1293
|
+
font-size: 8px; letter-spacing: 0.20em; color: {muted};
|
|
1294
|
+
text-transform: uppercase; margin-bottom: 6px;
|
|
1295
|
+
}}
|
|
1296
|
+
.author-name {{
|
|
1297
|
+
font-family: '{t['font_body']}', monospace;
|
|
1298
|
+
font-size: 14px; font-weight: 700; color: {text_l};
|
|
1299
|
+
}}
|
|
1300
|
+
.author-org {{
|
|
1301
|
+
font-family: '{t['font_body']}', monospace;
|
|
1302
|
+
font-size: 10px; color: {accent}; margin-top: 4px;
|
|
1303
|
+
}}
|
|
1304
|
+
|
|
1305
|
+
/* Bottom status bar */
|
|
1306
|
+
.statusbar {{
|
|
1307
|
+
position: absolute; bottom: 0; left: 0; right: 0;
|
|
1308
|
+
height: 36px; background: {accent}; opacity: 0.12;
|
|
1309
|
+
}}
|
|
1310
|
+
.statusbar-text {{
|
|
1311
|
+
position: absolute; bottom: 0; left: 0; right: 0;
|
|
1312
|
+
height: 36px; display: flex; align-items: center;
|
|
1313
|
+
justify-content: space-between; padding: 0 56px;
|
|
1314
|
+
}}
|
|
1315
|
+
.sb-item {{
|
|
1316
|
+
font-family: '{t['font_body']}', monospace;
|
|
1317
|
+
font-size: 9px; color: {muted}; letter-spacing: 0.12em;
|
|
1318
|
+
text-transform: uppercase;
|
|
1319
|
+
}}
|
|
1320
|
+
</style>
|
|
1321
|
+
</head>
|
|
1322
|
+
<body>
|
|
1323
|
+
<div class="page">
|
|
1324
|
+
{grid_svg}
|
|
1325
|
+
|
|
1326
|
+
<div class="term-label">
|
|
1327
|
+
<div class="dot"></div>
|
|
1328
|
+
<div class="term-meta">SYSTEM_REPORT // {date_s}</div>
|
|
1329
|
+
</div>
|
|
1330
|
+
|
|
1331
|
+
<div class="bracket-block">
|
|
1332
|
+
<div class="title">{t['title']}</div>
|
|
1333
|
+
{subtitle_line}
|
|
1334
|
+
</div>
|
|
1335
|
+
|
|
1336
|
+
<div class="content-lower">
|
|
1337
|
+
{abstract_block}
|
|
1338
|
+
<div class="author-block">
|
|
1339
|
+
<div class="author-label">AUTHOR_ID</div>
|
|
1340
|
+
<div class="author-name">{author}</div>
|
|
1341
|
+
<div class="author-org">{org}</div>
|
|
1342
|
+
</div>
|
|
1343
|
+
</div>
|
|
1344
|
+
|
|
1345
|
+
<div class="statusbar"></div>
|
|
1346
|
+
<div class="statusbar-text">
|
|
1347
|
+
<div class="sb-item">Ln 1, Col 1</div>
|
|
1348
|
+
<div class="sb-item">UTF-8</div>
|
|
1349
|
+
<div class="sb-item">GENERATED_BY_COVERGENIUS</div>
|
|
1350
|
+
</div>
|
|
1351
|
+
</div>
|
|
1352
|
+
</body></html>"""
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
# ── Pattern 13: Poster — bold sidebar + oversized type ─────────────────────────
|
|
1356
|
+
def _pattern_poster(t: dict) -> str:
|
|
1357
|
+
"""
|
|
1358
|
+
Bold minimalist poster: thick vertical sidebar on the left, oversized all-caps
|
|
1359
|
+
title, typewriter-style metadata. Optional thumbnail on the right side.
|
|
1360
|
+
Used for: portfolios, creative reports, journalism, photography books.
|
|
1361
|
+
"""
|
|
1362
|
+
bg = t.get("cover_bg", "#FFFFFF")
|
|
1363
|
+
accent = t["accent"] # typically black or strong dark
|
|
1364
|
+
dark = t.get("dark", "#0A0A0A")
|
|
1365
|
+
muted = t.get("muted", "#888888")
|
|
1366
|
+
text_l = t.get("text_light", "#FFFFFF")
|
|
1367
|
+
img_url = t.get("cover_image", "")
|
|
1368
|
+
|
|
1369
|
+
sidebar_w = 52
|
|
1370
|
+
|
|
1371
|
+
subtitle_block = ""
|
|
1372
|
+
if t.get("subtitle"):
|
|
1373
|
+
subtitle_block = f'<div class="subtitle">{t["subtitle"]}</div>'
|
|
1374
|
+
|
|
1375
|
+
image_block = ""
|
|
1376
|
+
if img_url:
|
|
1377
|
+
image_block = f"""
|
|
1378
|
+
<img src="{img_url}" style="
|
|
1379
|
+
width:260px;height:340px;object-fit:cover;
|
|
1380
|
+
display:block;margin-top:32px;
|
|
1381
|
+
filter:grayscale(100%) contrast(1.1);"/>"""
|
|
1382
|
+
|
|
1383
|
+
meta_lines = []
|
|
1384
|
+
if t.get("author"):
|
|
1385
|
+
meta_lines.append(f'<div class="meta-line">{t["author"]}</div>')
|
|
1386
|
+
if t.get("subtitle"):
|
|
1387
|
+
meta_lines.append(f'<div class="meta-line meta-role">{t["subtitle"]}</div>')
|
|
1388
|
+
if t.get("date"):
|
|
1389
|
+
meta_lines.append(f'<div class="meta-line meta-date">{t["date"]}</div>')
|
|
1390
|
+
meta_block = "\n".join(meta_lines)
|
|
1391
|
+
|
|
1392
|
+
return f"""<!DOCTYPE html>
|
|
1393
|
+
<html>
|
|
1394
|
+
<head><meta charset="UTF-8">
|
|
1395
|
+
<style>
|
|
1396
|
+
{_base_css(t)}
|
|
1397
|
+
html, body {{ background: {bg}; }}
|
|
1398
|
+
.page {{ background: {bg}; }}
|
|
1399
|
+
|
|
1400
|
+
/* Left sidebar — the dominant color element */
|
|
1401
|
+
.sidebar {{
|
|
1402
|
+
position: absolute;
|
|
1403
|
+
top: 0; left: 0;
|
|
1404
|
+
width: {sidebar_w}px; height: 1123px;
|
|
1405
|
+
background: {accent};
|
|
1406
|
+
}}
|
|
1407
|
+
|
|
1408
|
+
/* Main content — offset from sidebar */
|
|
1409
|
+
.content {{
|
|
1410
|
+
position: absolute;
|
|
1411
|
+
left: {sidebar_w + 52}px; right: 52px;
|
|
1412
|
+
top: 100px; bottom: 80px;
|
|
1413
|
+
}}
|
|
1414
|
+
|
|
1415
|
+
/* Oversized display title */
|
|
1416
|
+
.title {{
|
|
1417
|
+
font-family: '{t['font_display']}', 'Arial Black', Impact, sans-serif;
|
|
1418
|
+
font-weight: 900;
|
|
1419
|
+
font-size: 96px;
|
|
1420
|
+
line-height: 0.92;
|
|
1421
|
+
color: {dark};
|
|
1422
|
+
letter-spacing: -0.03em;
|
|
1423
|
+
text-transform: uppercase;
|
|
1424
|
+
max-width: 620px;
|
|
1425
|
+
word-wrap: break-word;
|
|
1426
|
+
margin-bottom: 22px;
|
|
1427
|
+
}}
|
|
1428
|
+
|
|
1429
|
+
.subtitle {{
|
|
1430
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1431
|
+
font-size: 12px;
|
|
1432
|
+
color: {muted};
|
|
1433
|
+
letter-spacing: 0.05em;
|
|
1434
|
+
margin-bottom: 0;
|
|
1435
|
+
}}
|
|
1436
|
+
|
|
1437
|
+
/* Thin rule under title area */
|
|
1438
|
+
.rule {{
|
|
1439
|
+
width: 64px; height: 2px;
|
|
1440
|
+
background: {dark};
|
|
1441
|
+
margin: 24px 0 28px;
|
|
1442
|
+
}}
|
|
1443
|
+
|
|
1444
|
+
/* Author / meta in typewriter font */
|
|
1445
|
+
.meta-group {{
|
|
1446
|
+
margin-top: 32px;
|
|
1447
|
+
}}
|
|
1448
|
+
.meta-line {{
|
|
1449
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1450
|
+
font-size: 12px; color: {dark};
|
|
1451
|
+
line-height: 1.8; letter-spacing: 0.02em;
|
|
1452
|
+
}}
|
|
1453
|
+
.meta-role {{
|
|
1454
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1455
|
+
color: {muted};
|
|
1456
|
+
}}
|
|
1457
|
+
.meta-date {{
|
|
1458
|
+
font-family: '{t['font_body']}', 'Courier New', monospace;
|
|
1459
|
+
font-size: 12px; color: {dark};
|
|
1460
|
+
margin-top: 8px;
|
|
1461
|
+
}}
|
|
1462
|
+
|
|
1463
|
+
/* Right-side content area for thumbnail */
|
|
1464
|
+
.right-col {{
|
|
1465
|
+
position: absolute;
|
|
1466
|
+
right: 52px;
|
|
1467
|
+
top: 380px; bottom: 80px;
|
|
1468
|
+
display: flex;
|
|
1469
|
+
flex-direction: column;
|
|
1470
|
+
align-items: flex-end;
|
|
1471
|
+
}}
|
|
1472
|
+
|
|
1473
|
+
/* Small accent square icon */
|
|
1474
|
+
.icon-block {{
|
|
1475
|
+
width: 64px; height: 64px;
|
|
1476
|
+
background: {accent};
|
|
1477
|
+
margin-top: 28px;
|
|
1478
|
+
display: flex; align-items: center; justify-content: center;
|
|
1479
|
+
flex-shrink: 0;
|
|
1480
|
+
}}
|
|
1481
|
+
.icon-lines {{
|
|
1482
|
+
display: flex; flex-direction: column; gap: 6px;
|
|
1483
|
+
}}
|
|
1484
|
+
.icon-line {{
|
|
1485
|
+
height: 2px; background: {text_l};
|
|
1486
|
+
}}
|
|
1487
|
+
</style>
|
|
1488
|
+
</head>
|
|
1489
|
+
<body>
|
|
1490
|
+
<div class="page">
|
|
1491
|
+
<div class="sidebar"></div>
|
|
1492
|
+
|
|
1493
|
+
<div class="content">
|
|
1494
|
+
<div class="title">{t['title']}</div>
|
|
1495
|
+
{subtitle_block}
|
|
1496
|
+
<div class="rule"></div>
|
|
1497
|
+
<div class="meta-group">{meta_block}</div>
|
|
1498
|
+
</div>
|
|
1499
|
+
|
|
1500
|
+
<div class="right-col">
|
|
1501
|
+
{image_block}
|
|
1502
|
+
<div class="icon-block">
|
|
1503
|
+
<div class="icon-lines">
|
|
1504
|
+
<div class="icon-line" style="width:32px;"></div>
|
|
1505
|
+
<div class="icon-line" style="width:24px;"></div>
|
|
1506
|
+
<div class="icon-line" style="width:28px;"></div>
|
|
1507
|
+
</div>
|
|
1508
|
+
</div>
|
|
1509
|
+
</div>
|
|
1510
|
+
</div>
|
|
1511
|
+
</body></html>"""
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
# ── Dispatch ───────────────────────────────────────────────────────────────────
|
|
1515
|
+
PATTERNS = {
|
|
1516
|
+
"fullbleed": _pattern_fullbleed,
|
|
1517
|
+
"split": _pattern_split,
|
|
1518
|
+
"typographic": _pattern_typographic,
|
|
1519
|
+
"atmospheric": _pattern_atmospheric,
|
|
1520
|
+
"minimal": _pattern_minimal,
|
|
1521
|
+
"stripe": _pattern_stripe,
|
|
1522
|
+
"diagonal": _pattern_diagonal,
|
|
1523
|
+
"frame": _pattern_frame,
|
|
1524
|
+
"editorial": _pattern_editorial,
|
|
1525
|
+
"magazine": _pattern_magazine,
|
|
1526
|
+
"darkroom": _pattern_darkroom,
|
|
1527
|
+
"terminal": _pattern_terminal,
|
|
1528
|
+
"poster": _pattern_poster,
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
def render(tokens: dict) -> str:
|
|
1533
|
+
"""Dispatch to the cover pattern function and return the HTML string."""
|
|
1534
|
+
pattern = tokens.get("cover_pattern", "fullbleed")
|
|
1535
|
+
fn = PATTERNS.get(pattern, _pattern_fullbleed)
|
|
1536
|
+
return fn(tokens)
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
# ── CLI ───────────────────────────────────────────────────────────────────────
|
|
1540
|
+
def main():
|
|
1541
|
+
"""CLI entry point."""
|
|
1542
|
+
parser = argparse.ArgumentParser(description="Render cover HTML from tokens.json")
|
|
1543
|
+
parser.add_argument("--tokens", default="tokens.json")
|
|
1544
|
+
parser.add_argument("--out", default="cover.html")
|
|
1545
|
+
parser.add_argument("--subtitle", default="", help="Optional subtitle override")
|
|
1546
|
+
args = parser.parse_args()
|
|
1547
|
+
|
|
1548
|
+
try:
|
|
1549
|
+
with open(args.tokens, encoding="utf-8") as f:
|
|
1550
|
+
tokens = json.load(f)
|
|
1551
|
+
except FileNotFoundError:
|
|
1552
|
+
print(json.dumps({"status": "error", "error": f"tokens file not found: {args.tokens}"}),
|
|
1553
|
+
file=sys.stderr)
|
|
1554
|
+
sys.exit(1)
|
|
1555
|
+
except json.JSONDecodeError as e:
|
|
1556
|
+
print(json.dumps({"status": "error", "error": f"invalid JSON: {e}"}), file=sys.stderr)
|
|
1557
|
+
sys.exit(1)
|
|
1558
|
+
|
|
1559
|
+
if args.subtitle:
|
|
1560
|
+
tokens["subtitle"] = args.subtitle
|
|
1561
|
+
|
|
1562
|
+
html = render(tokens)
|
|
1563
|
+
|
|
1564
|
+
try:
|
|
1565
|
+
with open(args.out, "w", encoding="utf-8") as f:
|
|
1566
|
+
f.write(html)
|
|
1567
|
+
except OSError as e:
|
|
1568
|
+
print(json.dumps({"status": "error", "error": str(e)}), file=sys.stderr)
|
|
1569
|
+
sys.exit(3)
|
|
1570
|
+
|
|
1571
|
+
print(json.dumps({
|
|
1572
|
+
"status": "ok",
|
|
1573
|
+
"out": args.out,
|
|
1574
|
+
"pattern": tokens.get("cover_pattern"),
|
|
1575
|
+
}))
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
if __name__ == "__main__":
|
|
1579
|
+
main()
|