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,1020 @@
|
|
|
1
|
+
using DocumentFormat.OpenXml;
|
|
2
|
+
using DocumentFormat.OpenXml.Wordprocessing;
|
|
3
|
+
|
|
4
|
+
namespace MiniMaxAIDocx.Core.Samples;
|
|
5
|
+
|
|
6
|
+
/// <summary>
|
|
7
|
+
/// Exhaustive reference for every RunProperties (w:rPr) child element in OpenXML.
|
|
8
|
+
/// Each method demonstrates one formatting category with full XML doc comments,
|
|
9
|
+
/// unit explanations, and gotchas. All code compiles against DocumentFormat.OpenXml 3.5.1.
|
|
10
|
+
/// </summary>
|
|
11
|
+
public static class CharacterFormattingSamples
|
|
12
|
+
{
|
|
13
|
+
// ──────────────────────────────────────────────────────────────────
|
|
14
|
+
// 1. Font Family (w:rFonts)
|
|
15
|
+
// ──────────────────────────────────────────────────────────────────
|
|
16
|
+
|
|
17
|
+
/// <summary>
|
|
18
|
+
/// Sets the font family on a run using all four font slots defined in OOXML.
|
|
19
|
+
/// <para>
|
|
20
|
+
/// <b>The four font slots:</b>
|
|
21
|
+
/// <list type="bullet">
|
|
22
|
+
/// <item><b>Ascii</b> — Used for characters in the Basic Latin range (U+0000–U+007F).
|
|
23
|
+
/// This is the primary slot for English text.</item>
|
|
24
|
+
/// <item><b>HighAnsi</b> — Used for characters above U+007F that are NOT East Asian
|
|
25
|
+
/// and NOT Complex Script. Covers Latin Extended, Greek, Cyrillic, etc.
|
|
26
|
+
/// Typically set to the same value as Ascii.</item>
|
|
27
|
+
/// <item><b>EastAsia</b> — Used for CJK Unified Ideographs (U+4E00–U+9FFF),
|
|
28
|
+
/// Hiragana, Katakana, Hangul, CJK Compatibility, etc.
|
|
29
|
+
/// Set this for Chinese / Japanese / Korean content.</item>
|
|
30
|
+
/// <item><b>ComplexScript</b> — Used for Complex Script (BiDi) ranges:
|
|
31
|
+
/// Arabic (U+0600–U+06FF), Hebrew (U+0590–U+05FF), Thai, Devanagari,
|
|
32
|
+
/// and other right-to-left or complex-shaping scripts.</item>
|
|
33
|
+
/// </list>
|
|
34
|
+
/// </para>
|
|
35
|
+
/// <para>
|
|
36
|
+
/// <b>Gotcha:</b> If HighAnsi is not set, Word may fall back to a different font
|
|
37
|
+
/// for characters like accented Latin (e.g., "e" uses Ascii, "e-acute" uses HighAnsi).
|
|
38
|
+
/// Always set both Ascii and HighAnsi together for consistent Western text rendering.
|
|
39
|
+
/// </para>
|
|
40
|
+
/// <para>
|
|
41
|
+
/// <b>Gotcha:</b> RunFonts also supports a <c>Hint</c> attribute
|
|
42
|
+
/// (<see cref="FontTypeHintValues"/>) that tells Word which slot to prefer when a
|
|
43
|
+
/// character could belong to multiple ranges. Values: Default, EastAsia, ComplexScript.
|
|
44
|
+
/// </para>
|
|
45
|
+
/// </summary>
|
|
46
|
+
public static void ApplyFontFamily(Run run)
|
|
47
|
+
{
|
|
48
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
49
|
+
|
|
50
|
+
rPr.RunFonts = new RunFonts
|
|
51
|
+
{
|
|
52
|
+
// Basic Latin characters (U+0000–U+007F)
|
|
53
|
+
Ascii = "Calibri",
|
|
54
|
+
|
|
55
|
+
// Non-CJK, non-complex characters above U+007F (Latin Extended, Greek, Cyrillic)
|
|
56
|
+
HighAnsi = "Calibri",
|
|
57
|
+
|
|
58
|
+
// CJK Ideographs, Hiragana, Katakana, Hangul
|
|
59
|
+
EastAsia = "SimSun",
|
|
60
|
+
|
|
61
|
+
// Arabic, Hebrew, Thai, Devanagari and other complex scripts
|
|
62
|
+
ComplexScript = "Arial",
|
|
63
|
+
|
|
64
|
+
// Hint tells Word which font slot to prefer for ambiguous characters.
|
|
65
|
+
// FontTypeHintValues.EastAsia makes Word prefer the EastAsia slot.
|
|
66
|
+
Hint = FontTypeHintValues.EastAsia
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// ──────────────────────────────────────────────────────────────────
|
|
71
|
+
// 2. Font Size (w:sz, w:szCs)
|
|
72
|
+
// ──────────────────────────────────────────────────────────────────
|
|
73
|
+
|
|
74
|
+
/// <summary>
|
|
75
|
+
/// Sets the font size on a run.
|
|
76
|
+
/// <para>
|
|
77
|
+
/// <b>Unit:</b> w:sz is in <b>half-points</b>. 12pt = 24 half-points, 10.5pt = 21 half-points.
|
|
78
|
+
/// </para>
|
|
79
|
+
/// <para>
|
|
80
|
+
/// <b>w:szCs</b> (FontSizeComplexScript) controls the size for Complex Script text
|
|
81
|
+
/// (Arabic, Hebrew, etc.). It must be set separately — it does NOT inherit from w:sz.
|
|
82
|
+
/// If you only set w:sz, Arabic/Hebrew text may render at a different size.
|
|
83
|
+
/// </para>
|
|
84
|
+
/// </summary>
|
|
85
|
+
/// <param name="run">The run to modify.</param>
|
|
86
|
+
/// <param name="points">Size in typographic points (e.g., 12.0 for 12pt).</param>
|
|
87
|
+
public static void ApplyFontSize(Run run, double points)
|
|
88
|
+
{
|
|
89
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
90
|
+
|
|
91
|
+
// Convert points to half-points: 12pt → "24"
|
|
92
|
+
var halfPoints = ((int)(points * 2)).ToString();
|
|
93
|
+
|
|
94
|
+
// w:sz — size for Latin / East Asian text
|
|
95
|
+
rPr.FontSize = new FontSize { Val = halfPoints };
|
|
96
|
+
|
|
97
|
+
// w:szCs — size for Complex Script text (Arabic, Hebrew, Thai, etc.)
|
|
98
|
+
// Must be set independently; does NOT inherit from w:sz.
|
|
99
|
+
rPr.FontSizeComplexScript = new FontSizeComplexScript { Val = halfPoints };
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// ──────────────────────────────────────────────────────────────────
|
|
103
|
+
// 3. Bold and Italic (w:b, w:bCs, w:i, w:iCs)
|
|
104
|
+
// ──────────────────────────────────────────────────────────────────
|
|
105
|
+
|
|
106
|
+
/// <summary>
|
|
107
|
+
/// Applies bold and italic formatting to a run.
|
|
108
|
+
/// <para>
|
|
109
|
+
/// <b>Complex Script variants:</b> w:bCs and w:iCs control bold/italic for Complex
|
|
110
|
+
/// Script text (Arabic, Hebrew). They must be set independently.
|
|
111
|
+
/// </para>
|
|
112
|
+
/// <para>
|
|
113
|
+
/// <b>Gotcha:</b> <c>Bold</c> with no <c>Val</c> attribute means "true".
|
|
114
|
+
/// To explicitly disable bold (override a style), set <c>Val = false</c>.
|
|
115
|
+
/// An absent element means "inherit from style".
|
|
116
|
+
/// </para>
|
|
117
|
+
/// </summary>
|
|
118
|
+
public static void ApplyBoldItalic(Run run)
|
|
119
|
+
{
|
|
120
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
121
|
+
|
|
122
|
+
// Bold for Latin / East Asian text
|
|
123
|
+
// <w:b/> (no val) is equivalent to <w:b w:val="true"/>
|
|
124
|
+
rPr.Bold = new Bold();
|
|
125
|
+
|
|
126
|
+
// Bold for Complex Script (Arabic, Hebrew, etc.)
|
|
127
|
+
rPr.BoldComplexScript = new BoldComplexScript();
|
|
128
|
+
|
|
129
|
+
// Italic for Latin / East Asian text
|
|
130
|
+
rPr.Italic = new Italic();
|
|
131
|
+
|
|
132
|
+
// Italic for Complex Script
|
|
133
|
+
rPr.ItalicComplexScript = new ItalicComplexScript();
|
|
134
|
+
|
|
135
|
+
// To DISABLE bold (e.g., override a bold style), explicitly set Val = false:
|
|
136
|
+
// rPr.Bold = new Bold { Val = false };
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// ──────────────────────────────────────────────────────────────────
|
|
140
|
+
// 4. Underline (w:u) — ALL UnderlineValues
|
|
141
|
+
// ──────────────────────────────────────────────────────────────────
|
|
142
|
+
|
|
143
|
+
/// <summary>
|
|
144
|
+
/// Demonstrates every underline style available in OOXML.
|
|
145
|
+
/// <para>
|
|
146
|
+
/// <b>Underline color:</b> By default, the underline color matches the text color.
|
|
147
|
+
/// Override with <c>Color</c> (hex) and/or <c>ThemeColor</c>.
|
|
148
|
+
/// </para>
|
|
149
|
+
/// <para>
|
|
150
|
+
/// <b>All 18 styles:</b> Single, Words, Double, Thick, Dotted, DottedHeavy,
|
|
151
|
+
/// Dash, DashedHeavy, DashLong, DashLongHeavy, DotDash, DashDotHeavy,
|
|
152
|
+
/// DotDotDash, DashDotDotHeavy, Wave, WavyHeavy, WavyDouble, None.
|
|
153
|
+
/// </para>
|
|
154
|
+
/// </summary>
|
|
155
|
+
public static void ApplyAllUnderlineStyles(Run run)
|
|
156
|
+
{
|
|
157
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
158
|
+
|
|
159
|
+
// ── Standard underlines ──
|
|
160
|
+
// Single: standard single underline (most common)
|
|
161
|
+
rPr.Underline = new Underline { Val = UnderlineValues.Single };
|
|
162
|
+
|
|
163
|
+
// Words: underlines words only, not spaces
|
|
164
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Words };
|
|
165
|
+
|
|
166
|
+
// Double: two parallel lines
|
|
167
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Double };
|
|
168
|
+
|
|
169
|
+
// Thick: single thick line
|
|
170
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Thick };
|
|
171
|
+
|
|
172
|
+
// ── Dotted variants ──
|
|
173
|
+
// Dotted: dots
|
|
174
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Dotted };
|
|
175
|
+
|
|
176
|
+
// DottedHeavy: thick dots
|
|
177
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DottedHeavy };
|
|
178
|
+
|
|
179
|
+
// ── Dash variants ──
|
|
180
|
+
// Dash: short dashes
|
|
181
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Dash };
|
|
182
|
+
|
|
183
|
+
// DashedHeavy: thick short dashes
|
|
184
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DashedHeavy };
|
|
185
|
+
|
|
186
|
+
// DashLong: long dashes
|
|
187
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DashLong };
|
|
188
|
+
|
|
189
|
+
// DashLongHeavy: thick long dashes
|
|
190
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DashLongHeavy };
|
|
191
|
+
|
|
192
|
+
// ── Dash-dot combinations ──
|
|
193
|
+
// DotDash: alternating dot-dash (._._.)
|
|
194
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DotDash };
|
|
195
|
+
|
|
196
|
+
// DashDotHeavy: thick dot-dash
|
|
197
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DashDotHeavy };
|
|
198
|
+
|
|
199
|
+
// DotDotDash: dot-dot-dash (.._.._)
|
|
200
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DotDotDash };
|
|
201
|
+
|
|
202
|
+
// DashDotDotHeavy: thick dot-dot-dash
|
|
203
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.DashDotDotHeavy };
|
|
204
|
+
|
|
205
|
+
// ── Wave variants ──
|
|
206
|
+
// Wave: wavy line
|
|
207
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.Wave };
|
|
208
|
+
|
|
209
|
+
// WavyHeavy: thick wavy line
|
|
210
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.WavyHeavy };
|
|
211
|
+
|
|
212
|
+
// WavyDouble: double wavy line
|
|
213
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.WavyDouble };
|
|
214
|
+
|
|
215
|
+
// ── Remove underline ──
|
|
216
|
+
// None: explicitly remove underline (override style)
|
|
217
|
+
// rPr.Underline = new Underline { Val = UnderlineValues.None };
|
|
218
|
+
|
|
219
|
+
// ── Underline with custom color ──
|
|
220
|
+
// rPr.Underline = new Underline
|
|
221
|
+
// {
|
|
222
|
+
// Val = UnderlineValues.Single,
|
|
223
|
+
// Color = "FF0000", // Red underline, independent of text color
|
|
224
|
+
// ThemeColor = ThemeColorValues.Accent1 // Or use theme color
|
|
225
|
+
// };
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// ──────────────────────────────────────────────────────────────────
|
|
229
|
+
// 5. Text Color (w:color)
|
|
230
|
+
// ──────────────────────────────────────────────────────────────────
|
|
231
|
+
|
|
232
|
+
/// <summary>
|
|
233
|
+
/// Sets the text color on a run using hex value and/or theme colors.
|
|
234
|
+
/// <para>
|
|
235
|
+
/// <b>Val:</b> 6-digit hex RGB string WITHOUT the "#" prefix (e.g., "FF0000" for red).
|
|
236
|
+
/// The special value "auto" means the application decides (usually black).
|
|
237
|
+
/// </para>
|
|
238
|
+
/// <para>
|
|
239
|
+
/// <b>ThemeColor:</b> References a theme color slot. When set alongside Val, the
|
|
240
|
+
/// theme color takes precedence in theme-aware applications, but Val is the fallback.
|
|
241
|
+
/// </para>
|
|
242
|
+
/// <para>
|
|
243
|
+
/// <b>ThemeShade:</b> Darkens the theme color. Value is a 2-digit hex string (00–FF).
|
|
244
|
+
/// 00 = no change, FF = fully darkened. Applied as a multiplier.
|
|
245
|
+
/// </para>
|
|
246
|
+
/// <para>
|
|
247
|
+
/// <b>ThemeTint:</b> Lightens the theme color. Value is a 2-digit hex string (00–FF).
|
|
248
|
+
/// 00 = no change, FF = fully lightened (white). Applied as a multiplier.
|
|
249
|
+
/// </para>
|
|
250
|
+
/// <para>
|
|
251
|
+
/// <b>Gotcha:</b> ThemeShade and ThemeTint are mutually exclusive — only one should
|
|
252
|
+
/// be set. If both are present, behavior is undefined.
|
|
253
|
+
/// </para>
|
|
254
|
+
/// </summary>
|
|
255
|
+
public static void ApplyColor(Run run)
|
|
256
|
+
{
|
|
257
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
258
|
+
|
|
259
|
+
// Simple hex color (no theme)
|
|
260
|
+
rPr.Color = new Color { Val = "FF0000" }; // Red
|
|
261
|
+
|
|
262
|
+
// Theme-based color with fallback hex value
|
|
263
|
+
rPr.Color = new Color
|
|
264
|
+
{
|
|
265
|
+
Val = "2F5496", // Fallback hex for non-theme-aware renderers
|
|
266
|
+
ThemeColor = ThemeColorValues.Accent1, // Theme color slot
|
|
267
|
+
ThemeTint = "99" // Lighten: 99 hex → ~60% tint
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
// Theme color darkened
|
|
271
|
+
rPr.Color = new Color
|
|
272
|
+
{
|
|
273
|
+
Val = "1F3864",
|
|
274
|
+
ThemeColor = ThemeColorValues.Accent1,
|
|
275
|
+
ThemeShade = "BF" // Darken: BF hex → ~75% shade
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
// Auto color (application-determined, typically black on white)
|
|
279
|
+
rPr.Color = new Color { Val = "auto" };
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// ──────────────────────────────────────────────────────────────────
|
|
283
|
+
// 6. Highlight (w:highlight)
|
|
284
|
+
// ──────────────────────────────────────────────────────────────────
|
|
285
|
+
|
|
286
|
+
/// <summary>
|
|
287
|
+
/// Applies text highlighting (the "marker pen" effect in Word's UI).
|
|
288
|
+
/// <para>
|
|
289
|
+
/// <b>All HighlightColorValues:</b> Yellow, Green, Cyan, Magenta, Blue, Red,
|
|
290
|
+
/// DarkBlue, DarkCyan, DarkGreen, DarkMagenta, DarkRed, DarkYellow,
|
|
291
|
+
/// DarkGray, LightGray, Black, White, None.
|
|
292
|
+
/// </para>
|
|
293
|
+
/// <para>
|
|
294
|
+
/// <b>Gotcha:</b> Highlighting is limited to the 17 preset colors above.
|
|
295
|
+
/// For arbitrary background colors, use <see cref="ApplyShading"/> on RunProperties
|
|
296
|
+
/// instead — it supports any hex color.
|
|
297
|
+
/// </para>
|
|
298
|
+
/// </summary>
|
|
299
|
+
public static void ApplyHighlight(Run run)
|
|
300
|
+
{
|
|
301
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
302
|
+
|
|
303
|
+
// Standard yellow highlight (most common for "tracked" or "review" marks)
|
|
304
|
+
rPr.Highlight = new Highlight { Val = HighlightColorValues.Yellow };
|
|
305
|
+
|
|
306
|
+
// All available highlight colors for reference:
|
|
307
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Green };
|
|
308
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Cyan };
|
|
309
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Magenta };
|
|
310
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Blue };
|
|
311
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Red };
|
|
312
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkBlue };
|
|
313
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkCyan };
|
|
314
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkGreen };
|
|
315
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkMagenta };
|
|
316
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkRed };
|
|
317
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkYellow };
|
|
318
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.DarkGray };
|
|
319
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.LightGray };
|
|
320
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Black };
|
|
321
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.White };
|
|
322
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.None }; // Remove
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// ──────────────────────────────────────────────────────────────────
|
|
326
|
+
// 7. Strikethrough (w:strike, w:dstrike)
|
|
327
|
+
// ──────────────────────────────────────────────────────────────────
|
|
328
|
+
|
|
329
|
+
/// <summary>
|
|
330
|
+
/// Applies strikethrough or double-strikethrough formatting.
|
|
331
|
+
/// <para>
|
|
332
|
+
/// <b>Gotcha:</b> w:strike and w:dstrike are mutually exclusive.
|
|
333
|
+
/// If both are present, behavior is undefined (Word typically uses the last one set).
|
|
334
|
+
/// </para>
|
|
335
|
+
/// </summary>
|
|
336
|
+
public static void ApplyStrikethrough(Run run)
|
|
337
|
+
{
|
|
338
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
339
|
+
|
|
340
|
+
// Single strikethrough: a single horizontal line through the text
|
|
341
|
+
rPr.Strike = new Strike(); // No Val = true
|
|
342
|
+
|
|
343
|
+
// Double strikethrough: two horizontal lines through the text
|
|
344
|
+
// rPr.DoubleStrike = new DoubleStrike();
|
|
345
|
+
|
|
346
|
+
// To explicitly disable (override a style that has strikethrough):
|
|
347
|
+
// rPr.Strike = new Strike { Val = false };
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// ──────────────────────────────────────────────────────────────────
|
|
351
|
+
// 8. Superscript / Subscript (w:vertAlign)
|
|
352
|
+
// ──────────────────────────────────────────────────────────────────
|
|
353
|
+
|
|
354
|
+
/// <summary>
|
|
355
|
+
/// Applies superscript or subscript vertical alignment.
|
|
356
|
+
/// <para>
|
|
357
|
+
/// <b>Values:</b>
|
|
358
|
+
/// <list type="bullet">
|
|
359
|
+
/// <item><b>Superscript</b> — raised text, reduced size (e.g., x²)</item>
|
|
360
|
+
/// <item><b>Subscript</b> — lowered text, reduced size (e.g., H₂O)</item>
|
|
361
|
+
/// <item><b>Baseline</b> — normal position (use to override style)</item>
|
|
362
|
+
/// </list>
|
|
363
|
+
/// </para>
|
|
364
|
+
/// <para>
|
|
365
|
+
/// <b>Gotcha:</b> This is NOT the same as <see cref="ApplyPosition"/>.
|
|
366
|
+
/// VerticalTextAlignment changes both position AND size (like Word's superscript button).
|
|
367
|
+
/// Position (w:position) only shifts the baseline without changing font size.
|
|
368
|
+
/// </para>
|
|
369
|
+
/// </summary>
|
|
370
|
+
public static void ApplySuperSubscript(Run run)
|
|
371
|
+
{
|
|
372
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
373
|
+
|
|
374
|
+
// Superscript (raised + smaller font)
|
|
375
|
+
rPr.VerticalTextAlignment = new VerticalTextAlignment
|
|
376
|
+
{
|
|
377
|
+
Val = VerticalPositionValues.Superscript
|
|
378
|
+
};
|
|
379
|
+
|
|
380
|
+
// Subscript (lowered + smaller font)
|
|
381
|
+
// rPr.VerticalTextAlignment = new VerticalTextAlignment
|
|
382
|
+
// {
|
|
383
|
+
// Val = VerticalPositionValues.Subscript
|
|
384
|
+
// };
|
|
385
|
+
|
|
386
|
+
// Baseline — explicitly reset to normal (override a style)
|
|
387
|
+
// rPr.VerticalTextAlignment = new VerticalTextAlignment
|
|
388
|
+
// {
|
|
389
|
+
// Val = VerticalPositionValues.Baseline
|
|
390
|
+
// };
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// ──────────────────────────────────────────────────────────────────
|
|
394
|
+
// 9. Caps / Small Caps (w:caps, w:smallCaps)
|
|
395
|
+
// ──────────────────────────────────────────────────────────────────
|
|
396
|
+
|
|
397
|
+
/// <summary>
|
|
398
|
+
/// Applies ALL CAPS or Small Caps display formatting.
|
|
399
|
+
/// <para>
|
|
400
|
+
/// <b>Caps (w:caps):</b> Displays all characters as uppercase. The underlying text
|
|
401
|
+
/// is NOT modified — it remains lowercase in the XML. This is a display-only transform.
|
|
402
|
+
/// </para>
|
|
403
|
+
/// <para>
|
|
404
|
+
/// <b>SmallCaps (w:smallCaps):</b> Displays lowercase letters as smaller uppercase
|
|
405
|
+
/// glyphs. Original uppercase letters remain full size. Common in legal and academic
|
|
406
|
+
/// documents for author names and section references.
|
|
407
|
+
/// </para>
|
|
408
|
+
/// <para>
|
|
409
|
+
/// <b>Gotcha:</b> w:caps and w:smallCaps are mutually exclusive.
|
|
410
|
+
/// If both are present, w:caps wins.
|
|
411
|
+
/// </para>
|
|
412
|
+
/// </summary>
|
|
413
|
+
public static void ApplyCapsSmallCaps(Run run)
|
|
414
|
+
{
|
|
415
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
416
|
+
|
|
417
|
+
// ALL CAPS display (text stored as-is, displayed uppercase)
|
|
418
|
+
rPr.Caps = new Caps();
|
|
419
|
+
|
|
420
|
+
// Small Caps display (lowercase → small uppercase glyphs)
|
|
421
|
+
// rPr.SmallCaps = new SmallCaps();
|
|
422
|
+
|
|
423
|
+
// Disable (override a style):
|
|
424
|
+
// rPr.Caps = new Caps { Val = false };
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
// ──────────────────────────────────────────────────────────────────
|
|
428
|
+
// 10. Character Spacing (w:spacing)
|
|
429
|
+
// ──────────────────────────────────────────────────────────────────
|
|
430
|
+
|
|
431
|
+
/// <summary>
|
|
432
|
+
/// Adjusts the spacing between characters (tracking / character spacing).
|
|
433
|
+
/// <para>
|
|
434
|
+
/// <b>Unit:</b> Value is in <b>twips</b> (1/20 of a point).
|
|
435
|
+
/// Positive values = expanded (letters spread apart).
|
|
436
|
+
/// Negative values = condensed (letters squeezed together).
|
|
437
|
+
/// </para>
|
|
438
|
+
/// <para>
|
|
439
|
+
/// Examples: 20 twips = 1pt expanded, -10 twips = 0.5pt condensed,
|
|
440
|
+
/// 40 twips = 2pt expanded.
|
|
441
|
+
/// </para>
|
|
442
|
+
/// <para>
|
|
443
|
+
/// <b>Gotcha:</b> This is NOT the same as kerning (w:kern).
|
|
444
|
+
/// Spacing applies a uniform offset between ALL characters.
|
|
445
|
+
/// Kerning adjusts spacing between specific character PAIRS based on font metrics.
|
|
446
|
+
/// </para>
|
|
447
|
+
/// </summary>
|
|
448
|
+
public static void ApplyCharacterSpacing(Run run)
|
|
449
|
+
{
|
|
450
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
451
|
+
|
|
452
|
+
// Expanded by 1pt (20 twips)
|
|
453
|
+
rPr.Spacing = new Spacing { Val = 20 };
|
|
454
|
+
|
|
455
|
+
// Condensed by 0.5pt (-10 twips)
|
|
456
|
+
// rPr.Spacing = new Spacing { Val = -10 };
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// ──────────────────────────────────────────────────────────────────
|
|
460
|
+
// 11. Position — raised/lowered baseline (w:position)
|
|
461
|
+
// ──────────────────────────────────────────────────────────────────
|
|
462
|
+
|
|
463
|
+
/// <summary>
|
|
464
|
+
/// Raises or lowers the text position relative to the baseline.
|
|
465
|
+
/// <para>
|
|
466
|
+
/// <b>Unit:</b> Value is in <b>half-points</b>.
|
|
467
|
+
/// Positive values = raised above baseline.
|
|
468
|
+
/// Negative values = lowered below baseline.
|
|
469
|
+
/// </para>
|
|
470
|
+
/// <para>
|
|
471
|
+
/// Examples: 6 half-points = 3pt raised, -4 half-points = 2pt lowered.
|
|
472
|
+
/// </para>
|
|
473
|
+
/// <para>
|
|
474
|
+
/// <b>Gotcha:</b> Unlike <see cref="ApplySuperSubscript"/>, Position does NOT change
|
|
475
|
+
/// the font size. It only shifts the vertical position. Use this for fine-tuning
|
|
476
|
+
/// baseline alignment (e.g., aligning inline images with text).
|
|
477
|
+
/// </para>
|
|
478
|
+
/// </summary>
|
|
479
|
+
public static void ApplyPosition(Run run)
|
|
480
|
+
{
|
|
481
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
482
|
+
|
|
483
|
+
// Raise text by 3pt (6 half-points)
|
|
484
|
+
rPr.Position = new Position { Val = "6" };
|
|
485
|
+
|
|
486
|
+
// Lower text by 2pt (-4 half-points)
|
|
487
|
+
// rPr.Position = new Position { Val = "-4" };
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// ──────────────────────────────────────────────────────────────────
|
|
491
|
+
// 12. Run Shading (w:shd) — arbitrary background color on text
|
|
492
|
+
// ──────────────────────────────────────────────────────────────────
|
|
493
|
+
|
|
494
|
+
/// <summary>
|
|
495
|
+
/// Applies shading (background color) to a run.
|
|
496
|
+
/// <para>
|
|
497
|
+
/// <b>Use case:</b> When you need a background color that is NOT one of the 17
|
|
498
|
+
/// preset highlight colors. Shading supports any hex RGB value.
|
|
499
|
+
/// </para>
|
|
500
|
+
/// <para>
|
|
501
|
+
/// <b>Fill:</b> The background color (hex RGB, e.g., "FFFF00" for yellow).
|
|
502
|
+
/// <b>Val:</b> The shading pattern. Use <c>ShadingPatternValues.Clear</c> for a
|
|
503
|
+
/// solid background fill (most common). Other patterns overlay a foreground color.
|
|
504
|
+
/// <b>Color:</b> The foreground/pattern color (only meaningful for non-Clear patterns).
|
|
505
|
+
/// </para>
|
|
506
|
+
/// <para>
|
|
507
|
+
/// <b>Gotcha:</b> If Val is omitted or set to Nil, the shading may not render.
|
|
508
|
+
/// Always set Val = Clear for solid backgrounds.
|
|
509
|
+
/// </para>
|
|
510
|
+
/// </summary>
|
|
511
|
+
public static void ApplyShading(Run run)
|
|
512
|
+
{
|
|
513
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
514
|
+
|
|
515
|
+
// Solid light-blue background
|
|
516
|
+
rPr.Shading = new Shading
|
|
517
|
+
{
|
|
518
|
+
Val = ShadingPatternValues.Clear, // Solid fill (no pattern)
|
|
519
|
+
Fill = "DAEEF3", // Background color: light blue
|
|
520
|
+
Color = "auto" // Foreground/pattern color: auto
|
|
521
|
+
};
|
|
522
|
+
|
|
523
|
+
// Theme-colored shading
|
|
524
|
+
// rPr.Shading = new Shading
|
|
525
|
+
// {
|
|
526
|
+
// Val = ShadingPatternValues.Clear,
|
|
527
|
+
// Fill = "auto",
|
|
528
|
+
// ThemeFill = ThemeColorValues.Accent1,
|
|
529
|
+
// ThemeFillTint = "33" // Light tint of accent1
|
|
530
|
+
// };
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// ──────────────────────────────────────────────────────────────────
|
|
534
|
+
// 13. Text Border (w:bdr)
|
|
535
|
+
// ──────────────────────────────────────────────────────────────────
|
|
536
|
+
|
|
537
|
+
/// <summary>
|
|
538
|
+
/// Applies a border around a run of text.
|
|
539
|
+
/// <para>
|
|
540
|
+
/// <b>Val:</b> Border style — Single, Double, Dotted, Dashed, DotDash, DotDotDash,
|
|
541
|
+
/// Triple, ThickThinSmallGap, ThinThickSmallGap, ThickThinMediumGap, etc.
|
|
542
|
+
/// Use <c>BorderValues.None</c> to remove.
|
|
543
|
+
/// </para>
|
|
544
|
+
/// <para>
|
|
545
|
+
/// <b>Size:</b> Border width in <b>eighths of a point</b>. 4 = 0.5pt, 8 = 1pt, 12 = 1.5pt.
|
|
546
|
+
/// Valid range: 2–96 (0.25pt–12pt).
|
|
547
|
+
/// </para>
|
|
548
|
+
/// <para>
|
|
549
|
+
/// <b>Space:</b> Padding between text and border in <b>points</b>. Range: 0–31.
|
|
550
|
+
/// </para>
|
|
551
|
+
/// <para>
|
|
552
|
+
/// <b>Gotcha:</b> Run borders look like "boxed text" in Word. Adjacent runs with
|
|
553
|
+
/// borders will have separate boxes — they do NOT merge into one box.
|
|
554
|
+
/// </para>
|
|
555
|
+
/// </summary>
|
|
556
|
+
public static void ApplyBorder(Run run)
|
|
557
|
+
{
|
|
558
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
559
|
+
|
|
560
|
+
rPr.Border = new Border
|
|
561
|
+
{
|
|
562
|
+
Val = BorderValues.Single, // Single-line border
|
|
563
|
+
Size = 4, // 0.5pt wide (4 eighths of a point)
|
|
564
|
+
Space = 1, // 1pt padding between text and border
|
|
565
|
+
Color = "4472C4" // Border color (blue)
|
|
566
|
+
};
|
|
567
|
+
|
|
568
|
+
// Double border
|
|
569
|
+
// rPr.Border = new Border
|
|
570
|
+
// {
|
|
571
|
+
// Val = BorderValues.Double,
|
|
572
|
+
// Size = 4,
|
|
573
|
+
// Space = 1,
|
|
574
|
+
// Color = "auto"
|
|
575
|
+
// };
|
|
576
|
+
|
|
577
|
+
// Theme-colored border
|
|
578
|
+
// rPr.Border = new Border
|
|
579
|
+
// {
|
|
580
|
+
// Val = BorderValues.Single,
|
|
581
|
+
// Size = 8,
|
|
582
|
+
// Space = 1,
|
|
583
|
+
// Color = "auto",
|
|
584
|
+
// ThemeColor = ThemeColorValues.Accent1
|
|
585
|
+
// };
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// ──────────────────────────────────────────────────────────────────
|
|
589
|
+
// 14. Run Style Reference (w:rStyle)
|
|
590
|
+
// ──────────────────────────────────────────────────────────────────
|
|
591
|
+
|
|
592
|
+
/// <summary>
|
|
593
|
+
/// Applies a named character style to a run.
|
|
594
|
+
/// <para>
|
|
595
|
+
/// <b>Val:</b> The style ID (not the display name). For example, Word's built-in
|
|
596
|
+
/// "Strong" style has ID "Strong", "Emphasis" has ID "Emphasis".
|
|
597
|
+
/// Custom styles use their internal ID which may differ from the display name.
|
|
598
|
+
/// </para>
|
|
599
|
+
/// <para>
|
|
600
|
+
/// <b>Gotcha:</b> The style must exist in the document's styles.xml (StyleDefinitionsPart).
|
|
601
|
+
/// Referencing a non-existent style ID will not cause an error, but the formatting
|
|
602
|
+
/// defined by that style will not be applied — Word silently ignores unknown style IDs.
|
|
603
|
+
/// </para>
|
|
604
|
+
/// <para>
|
|
605
|
+
/// <b>Gotcha:</b> RunProperties set directly on the run override properties from the
|
|
606
|
+
/// style (direct formatting wins). To inherit everything from the style, do not set
|
|
607
|
+
/// additional properties on the RunProperties.
|
|
608
|
+
/// </para>
|
|
609
|
+
/// </summary>
|
|
610
|
+
public static void ApplyRunStyle(Run run)
|
|
611
|
+
{
|
|
612
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
613
|
+
|
|
614
|
+
// Reference the built-in "Strong" character style (bold)
|
|
615
|
+
rPr.RunStyle = new RunStyle { Val = "Strong" };
|
|
616
|
+
|
|
617
|
+
// Common built-in character style IDs:
|
|
618
|
+
// "Strong" — Bold
|
|
619
|
+
// "Emphasis" — Italic
|
|
620
|
+
// "IntenseEmphasis" — Bold + Italic + Accent color
|
|
621
|
+
// "SubtleEmphasis" — Italic + gray color
|
|
622
|
+
// "BookTitle" — Small caps + spacing
|
|
623
|
+
// "IntenseReference" — Bold + Small caps + Accent color + Underline
|
|
624
|
+
// "SubtleReference" — Small caps + Accent color
|
|
625
|
+
// "Hyperlink" — Blue + Underline
|
|
626
|
+
// "FollowedHyperlink" — Purple + Underline
|
|
627
|
+
// "FootnoteReference" — Superscript
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// ──────────────────────────────────────────────────────────────────
|
|
631
|
+
// 15. Hidden Text (w:vanish)
|
|
632
|
+
// ──────────────────────────────────────────────────────────────────
|
|
633
|
+
|
|
634
|
+
/// <summary>
|
|
635
|
+
/// Makes text hidden (invisible in normal view, shown with dotted underline
|
|
636
|
+
/// when "Show/Hide" is toggled in Word).
|
|
637
|
+
/// <para>
|
|
638
|
+
/// <b>Use cases:</b> Hidden text for internal notes, index entries, TOC field codes.
|
|
639
|
+
/// Hidden text is NOT printed by default (controlled by Word's print settings).
|
|
640
|
+
/// </para>
|
|
641
|
+
/// <para>
|
|
642
|
+
/// <b>Gotcha:</b> Hidden text still participates in page layout calculations in some
|
|
643
|
+
/// modes. It can affect pagination when revealed.
|
|
644
|
+
/// </para>
|
|
645
|
+
/// </summary>
|
|
646
|
+
public static void ApplyHiddenText(Run run)
|
|
647
|
+
{
|
|
648
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
649
|
+
|
|
650
|
+
// Make text hidden
|
|
651
|
+
rPr.Vanish = new Vanish();
|
|
652
|
+
|
|
653
|
+
// Explicitly un-hide (override a style that hides text):
|
|
654
|
+
// rPr.Vanish = new Vanish { Val = false };
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// ──────────────────────────────────────────────────────────────────
|
|
658
|
+
// 16. Right-to-Left / Complex Script (w:rtl, w:cs)
|
|
659
|
+
// ──────────────────────────────────────────────────────────────────
|
|
660
|
+
|
|
661
|
+
/// <summary>
|
|
662
|
+
/// Marks a run as right-to-left and/or complex script.
|
|
663
|
+
/// <para>
|
|
664
|
+
/// <b>RightToLeft (w:rtl):</b> Indicates the run contains right-to-left text.
|
|
665
|
+
/// This affects character ordering and cursor movement. Required for Arabic/Hebrew text.
|
|
666
|
+
/// </para>
|
|
667
|
+
/// <para>
|
|
668
|
+
/// <b>ComplexScript (w:cs):</b> Marks the run as containing complex script text.
|
|
669
|
+
/// When set, Word uses the ComplexScript variants of font properties:
|
|
670
|
+
/// w:szCs instead of w:sz, w:bCs instead of w:b, rFonts@cs instead of rFonts@ascii.
|
|
671
|
+
/// </para>
|
|
672
|
+
/// <para>
|
|
673
|
+
/// <b>Gotcha:</b> For Arabic/Hebrew content, you typically need BOTH w:rtl and w:cs.
|
|
674
|
+
/// Thai text needs w:cs but NOT w:rtl (Thai is left-to-right but uses complex shaping).
|
|
675
|
+
/// </para>
|
|
676
|
+
/// </summary>
|
|
677
|
+
public static void ApplyRightToLeft(Run run)
|
|
678
|
+
{
|
|
679
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
680
|
+
|
|
681
|
+
// Mark as right-to-left (for Arabic/Hebrew)
|
|
682
|
+
rPr.RightToLeftText = new RightToLeftText();
|
|
683
|
+
|
|
684
|
+
// Mark as complex script (use CS font/size/bold/italic variants)
|
|
685
|
+
rPr.ComplexScript = new ComplexScript();
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// ──────────────────────────────────────────────────────────────────
|
|
689
|
+
// 17. Emphasis Mark (w:em) — CJK emphasis dots
|
|
690
|
+
// ──────────────────────────────────────────────────────────────────
|
|
691
|
+
|
|
692
|
+
/// <summary>
|
|
693
|
+
/// Applies emphasis marks (dots/circles above or below characters).
|
|
694
|
+
/// Primarily used in CJK (Chinese, Japanese, Korean) typography.
|
|
695
|
+
/// <para>
|
|
696
|
+
/// <b>Values:</b>
|
|
697
|
+
/// <list type="bullet">
|
|
698
|
+
/// <item><b>Dot</b> — small filled dot above each character (Japanese: 傍点)</item>
|
|
699
|
+
/// <item><b>Comma</b> — small comma-like mark above (used in some CJK styles)</item>
|
|
700
|
+
/// <item><b>Circle</b> — small open circle above each character</item>
|
|
701
|
+
/// <item><b>UnderDot</b> — small filled dot below each character (Chinese style)</item>
|
|
702
|
+
/// <item><b>None</b> — remove emphasis marks</item>
|
|
703
|
+
/// </list>
|
|
704
|
+
/// </para>
|
|
705
|
+
/// <para>
|
|
706
|
+
/// <b>Gotcha:</b> Emphasis marks are distinct from underlines. They appear as individual
|
|
707
|
+
/// marks above/below each character, not as a continuous line.
|
|
708
|
+
/// </para>
|
|
709
|
+
/// </summary>
|
|
710
|
+
public static void ApplyEmphasisMark(Run run)
|
|
711
|
+
{
|
|
712
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
713
|
+
|
|
714
|
+
// Dot emphasis (most common in Japanese)
|
|
715
|
+
rPr.Emphasis = new Emphasis { Val = EmphasisMarkValues.Dot };
|
|
716
|
+
|
|
717
|
+
// Other emphasis mark styles:
|
|
718
|
+
// rPr.Emphasis = new Emphasis { Val = EmphasisMarkValues.Comma };
|
|
719
|
+
// rPr.Emphasis = new Emphasis { Val = EmphasisMarkValues.Circle };
|
|
720
|
+
// rPr.Emphasis = new Emphasis { Val = EmphasisMarkValues.UnderDot };
|
|
721
|
+
// rPr.Emphasis = new Emphasis { Val = EmphasisMarkValues.None };
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// ──────────────────────────────────────────────────────────────────
|
|
725
|
+
// 18. Kerning (w:kern)
|
|
726
|
+
// ──────────────────────────────────────────────────────────────────
|
|
727
|
+
|
|
728
|
+
/// <summary>
|
|
729
|
+
/// Sets the kerning threshold for automatic font-based kerning.
|
|
730
|
+
/// <para>
|
|
731
|
+
/// <b>Unit:</b> Value is in <b>half-points</b>. Characters at or above this size
|
|
732
|
+
/// will have kerning applied (the font's kern table adjusts spacing between
|
|
733
|
+
/// specific character pairs, e.g., "AV", "To", "WA").
|
|
734
|
+
/// </para>
|
|
735
|
+
/// <para>
|
|
736
|
+
/// <b>Common values:</b>
|
|
737
|
+
/// <list type="bullet">
|
|
738
|
+
/// <item>0 — Disable kerning entirely</item>
|
|
739
|
+
/// <item>2 (1pt) — Kern all text (including body text)</item>
|
|
740
|
+
/// <item>28 (14pt) — Kern only headings (Word's typical default threshold)</item>
|
|
741
|
+
/// </list>
|
|
742
|
+
/// </para>
|
|
743
|
+
/// <para>
|
|
744
|
+
/// <b>Gotcha:</b> Kerning only works if the font contains a kern table.
|
|
745
|
+
/// Most professional fonts (Times New Roman, Calibri, Arial) include kern data.
|
|
746
|
+
/// </para>
|
|
747
|
+
/// </summary>
|
|
748
|
+
public static void ApplyKerning(Run run)
|
|
749
|
+
{
|
|
750
|
+
var rPr = run.GetOrCreateRunProperties();
|
|
751
|
+
|
|
752
|
+
// Kern text at 14pt and above (28 half-points)
|
|
753
|
+
rPr.Kern = new Kern { Val = 28 };
|
|
754
|
+
|
|
755
|
+
// Kern all text regardless of size (0 half-points is "no threshold"
|
|
756
|
+
// but some renderers interpret 0 as "off". Use 1 or 2 to be safe.)
|
|
757
|
+
// rPr.Kern = new Kern { Val = 2 };
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
// ──────────────────────────────────────────────────────────────────
|
|
761
|
+
// 19. Fully Formatted Run (combining multiple properties)
|
|
762
|
+
// ──────────────────────────────────────────────────────────────────
|
|
763
|
+
|
|
764
|
+
/// <summary>
|
|
765
|
+
/// Creates a fully formatted run combining multiple character properties.
|
|
766
|
+
/// Demonstrates the correct way to build a run with RunProperties.
|
|
767
|
+
/// <para>
|
|
768
|
+
/// <b>Key principle:</b> Create RunProperties first, add all child elements,
|
|
769
|
+
/// then set it on the run BEFORE adding text. The run's XML structure must be:
|
|
770
|
+
/// <c><w:r><w:rPr>...</w:rPr><w:t>text</w:t></w:r></c>
|
|
771
|
+
/// </para>
|
|
772
|
+
/// <para>
|
|
773
|
+
/// <b>Gotcha:</b> If you add RunProperties AFTER the Text element, it will appear
|
|
774
|
+
/// after w:t in the XML, which is technically invalid OOXML ordering. Word tolerates
|
|
775
|
+
/// it but some third-party parsers may not. Always add rPr first.
|
|
776
|
+
/// </para>
|
|
777
|
+
/// </summary>
|
|
778
|
+
public static Run CreateFullyFormattedRun()
|
|
779
|
+
{
|
|
780
|
+
// Build RunProperties with all desired formatting
|
|
781
|
+
var rPr = new RunProperties();
|
|
782
|
+
|
|
783
|
+
// 1. Style reference (must be first child per schema order)
|
|
784
|
+
rPr.RunStyle = new RunStyle { Val = "Strong" };
|
|
785
|
+
|
|
786
|
+
// 2. Font family
|
|
787
|
+
rPr.RunFonts = new RunFonts
|
|
788
|
+
{
|
|
789
|
+
Ascii = "Georgia",
|
|
790
|
+
HighAnsi = "Georgia",
|
|
791
|
+
EastAsia = "SimSun",
|
|
792
|
+
ComplexScript = "Times New Roman"
|
|
793
|
+
};
|
|
794
|
+
|
|
795
|
+
// 3. Bold
|
|
796
|
+
rPr.Bold = new Bold();
|
|
797
|
+
rPr.BoldComplexScript = new BoldComplexScript();
|
|
798
|
+
|
|
799
|
+
// 4. Italic
|
|
800
|
+
rPr.Italic = new Italic();
|
|
801
|
+
rPr.ItalicComplexScript = new ItalicComplexScript();
|
|
802
|
+
|
|
803
|
+
// 5. Caps — omitted here (mutually exclusive with SmallCaps)
|
|
804
|
+
// rPr.Caps = new Caps();
|
|
805
|
+
|
|
806
|
+
// 6. SmallCaps
|
|
807
|
+
rPr.SmallCaps = new SmallCaps();
|
|
808
|
+
|
|
809
|
+
// 7. Strikethrough
|
|
810
|
+
rPr.Strike = new Strike();
|
|
811
|
+
|
|
812
|
+
// 8. Hidden — typically NOT combined with visible formatting
|
|
813
|
+
// rPr.Vanish = new Vanish();
|
|
814
|
+
|
|
815
|
+
// 9. Color
|
|
816
|
+
rPr.Color = new Color { Val = "2F5496" };
|
|
817
|
+
|
|
818
|
+
// 10. Font size
|
|
819
|
+
rPr.FontSize = new FontSize { Val = "28" }; // 14pt
|
|
820
|
+
rPr.FontSizeComplexScript = new FontSizeComplexScript { Val = "28" };
|
|
821
|
+
|
|
822
|
+
// 11. Underline
|
|
823
|
+
rPr.Underline = new Underline { Val = UnderlineValues.Single };
|
|
824
|
+
|
|
825
|
+
// 12. Shading (text background)
|
|
826
|
+
rPr.Shading = new Shading
|
|
827
|
+
{
|
|
828
|
+
Val = ShadingPatternValues.Clear,
|
|
829
|
+
Fill = "FFFFCC"
|
|
830
|
+
};
|
|
831
|
+
|
|
832
|
+
// 13. Highlight (preset colors only)
|
|
833
|
+
// rPr.Highlight = new Highlight { Val = HighlightColorValues.Yellow };
|
|
834
|
+
|
|
835
|
+
// 14. Character spacing
|
|
836
|
+
rPr.Spacing = new Spacing { Val = 10 }; // 0.5pt expanded
|
|
837
|
+
|
|
838
|
+
// 15. Kerning threshold
|
|
839
|
+
rPr.Kern = new Kern { Val = 2 };
|
|
840
|
+
|
|
841
|
+
// 16. Position (raised/lowered)
|
|
842
|
+
// rPr.Position = new Position { Val = "4" }; // 2pt raised
|
|
843
|
+
|
|
844
|
+
// 17. Vertical alignment (super/subscript)
|
|
845
|
+
// rPr.VerticalTextAlignment = new VerticalTextAlignment
|
|
846
|
+
// {
|
|
847
|
+
// Val = VerticalPositionValues.Superscript
|
|
848
|
+
// };
|
|
849
|
+
|
|
850
|
+
// 18. Border
|
|
851
|
+
rPr.Border = new Border
|
|
852
|
+
{
|
|
853
|
+
Val = BorderValues.Single,
|
|
854
|
+
Size = 4,
|
|
855
|
+
Space = 1,
|
|
856
|
+
Color = "auto"
|
|
857
|
+
};
|
|
858
|
+
|
|
859
|
+
// Build the Run: RunProperties MUST come before Text content
|
|
860
|
+
var run = new Run();
|
|
861
|
+
run.RunProperties = rPr;
|
|
862
|
+
|
|
863
|
+
// Add text content
|
|
864
|
+
// PreserveSpace is needed when text has leading/trailing spaces
|
|
865
|
+
run.AppendChild(new Text("Fully formatted text")
|
|
866
|
+
{
|
|
867
|
+
Space = SpaceProcessingModeValues.Preserve
|
|
868
|
+
});
|
|
869
|
+
|
|
870
|
+
return run;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// ──────────────────────────────────────────────────────────────────
|
|
874
|
+
// 20. BuildRunProperties helper — recommended property order
|
|
875
|
+
// ──────────────────────────────────────────────────────────────────
|
|
876
|
+
|
|
877
|
+
/// <summary>
|
|
878
|
+
/// Helper that constructs a RunProperties with elements in the correct schema order.
|
|
879
|
+
/// <para>
|
|
880
|
+
/// <b>OOXML schema order for w:rPr children (ISO 29500-1, section 17.3.2.28):</b>
|
|
881
|
+
/// <list type="number">
|
|
882
|
+
/// <item>w:rStyle — Character style reference</item>
|
|
883
|
+
/// <item>w:rFonts — Font family</item>
|
|
884
|
+
/// <item>w:b — Bold</item>
|
|
885
|
+
/// <item>w:bCs — Bold Complex Script</item>
|
|
886
|
+
/// <item>w:i — Italic</item>
|
|
887
|
+
/// <item>w:iCs — Italic Complex Script</item>
|
|
888
|
+
/// <item>w:caps — All Caps</item>
|
|
889
|
+
/// <item>w:smallCaps — Small Caps</item>
|
|
890
|
+
/// <item>w:strike — Strikethrough</item>
|
|
891
|
+
/// <item>w:dstrike — Double Strikethrough</item>
|
|
892
|
+
/// <item>w:outline — Outline effect</item>
|
|
893
|
+
/// <item>w:shadow — Shadow effect</item>
|
|
894
|
+
/// <item>w:emboss — Emboss effect</item>
|
|
895
|
+
/// <item>w:imprint — Imprint/Engrave effect</item>
|
|
896
|
+
/// <item>w:noProof — Skip proofing</item>
|
|
897
|
+
/// <item>w:snapToGrid — Snap to document grid</item>
|
|
898
|
+
/// <item>w:vanish — Hidden text</item>
|
|
899
|
+
/// <item>w:webHidden — Hidden in web view</item>
|
|
900
|
+
/// <item>w:color — Text color</item>
|
|
901
|
+
/// <item>w:spacing — Character spacing</item>
|
|
902
|
+
/// <item>w:w — Character width scaling (%)</item>
|
|
903
|
+
/// <item>w:kern — Kerning threshold</item>
|
|
904
|
+
/// <item>w:position — Raised/lowered position</item>
|
|
905
|
+
/// <item>w:sz — Font size</item>
|
|
906
|
+
/// <item>w:szCs — Font size Complex Script</item>
|
|
907
|
+
/// <item>w:highlight — Highlight color</item>
|
|
908
|
+
/// <item>w:u — Underline</item>
|
|
909
|
+
/// <item>w:effect — Animation effect (deprecated)</item>
|
|
910
|
+
/// <item>w:bdr — Text border</item>
|
|
911
|
+
/// <item>w:shd — Shading</item>
|
|
912
|
+
/// <item>w:fitText — Fit text to width</item>
|
|
913
|
+
/// <item>w:vertAlign — Vertical alignment (super/subscript)</item>
|
|
914
|
+
/// <item>w:rtl — Right-to-left</item>
|
|
915
|
+
/// <item>w:cs — Complex Script</item>
|
|
916
|
+
/// <item>w:em — Emphasis mark</item>
|
|
917
|
+
/// <item>w:lang — Language</item>
|
|
918
|
+
/// <item>w:eastAsianLayout — East Asian typography</item>
|
|
919
|
+
/// <item>w:specVanish — Special vanish</item>
|
|
920
|
+
/// <item>w:oMath — Math formatting</item>
|
|
921
|
+
/// <item>w:rPrChange — Revision tracking for run properties</item>
|
|
922
|
+
/// </list>
|
|
923
|
+
/// </para>
|
|
924
|
+
/// <para>
|
|
925
|
+
/// <b>Gotcha:</b> When using the strongly-typed SDK (setting properties like
|
|
926
|
+
/// <c>rPr.Bold = new Bold()</c>), the SDK handles ordering automatically when
|
|
927
|
+
/// serializing. However, if you use <c>rPr.AppendChild()</c>, you must add
|
|
928
|
+
/// elements in the correct order yourself, or call
|
|
929
|
+
/// <c>rPr.SetElement()</c> which inserts at the correct position.
|
|
930
|
+
/// </para>
|
|
931
|
+
/// </summary>
|
|
932
|
+
/// <param name="fontFamily">Font name for Ascii and HighAnsi slots. Null to skip.</param>
|
|
933
|
+
/// <param name="sizePoints">Font size in points. Null to skip.</param>
|
|
934
|
+
/// <param name="bold">True to apply bold, false to explicitly disable, null to inherit.</param>
|
|
935
|
+
/// <param name="italic">True to apply italic, false to explicitly disable, null to inherit.</param>
|
|
936
|
+
/// <param name="colorHex">Six-digit hex color (e.g., "FF0000"). Null to skip.</param>
|
|
937
|
+
/// <param name="underline">Underline style. Null to skip.</param>
|
|
938
|
+
/// <returns>A well-ordered RunProperties element ready to attach to a Run.</returns>
|
|
939
|
+
public static RunProperties BuildRunProperties(
|
|
940
|
+
string? fontFamily = null,
|
|
941
|
+
double? sizePoints = null,
|
|
942
|
+
bool? bold = null,
|
|
943
|
+
bool? italic = null,
|
|
944
|
+
string? colorHex = null,
|
|
945
|
+
UnderlineValues? underline = null)
|
|
946
|
+
{
|
|
947
|
+
var rPr = new RunProperties();
|
|
948
|
+
|
|
949
|
+
// Using the strongly-typed properties ensures the SDK serializes
|
|
950
|
+
// child elements in the correct schema order automatically.
|
|
951
|
+
|
|
952
|
+
if (fontFamily is not null)
|
|
953
|
+
{
|
|
954
|
+
rPr.RunFonts = new RunFonts
|
|
955
|
+
{
|
|
956
|
+
Ascii = fontFamily,
|
|
957
|
+
HighAnsi = fontFamily
|
|
958
|
+
};
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
if (bold == true)
|
|
962
|
+
{
|
|
963
|
+
rPr.Bold = new Bold();
|
|
964
|
+
rPr.BoldComplexScript = new BoldComplexScript();
|
|
965
|
+
}
|
|
966
|
+
else if (bold == false)
|
|
967
|
+
{
|
|
968
|
+
rPr.Bold = new Bold { Val = false };
|
|
969
|
+
rPr.BoldComplexScript = new BoldComplexScript { Val = false };
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
if (italic == true)
|
|
973
|
+
{
|
|
974
|
+
rPr.Italic = new Italic();
|
|
975
|
+
rPr.ItalicComplexScript = new ItalicComplexScript();
|
|
976
|
+
}
|
|
977
|
+
else if (italic == false)
|
|
978
|
+
{
|
|
979
|
+
rPr.Italic = new Italic { Val = false };
|
|
980
|
+
rPr.ItalicComplexScript = new ItalicComplexScript { Val = false };
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
if (colorHex is not null)
|
|
984
|
+
{
|
|
985
|
+
rPr.Color = new Color { Val = colorHex };
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
if (sizePoints is not null)
|
|
989
|
+
{
|
|
990
|
+
var halfPts = ((int)(sizePoints.Value * 2)).ToString();
|
|
991
|
+
rPr.FontSize = new FontSize { Val = halfPts };
|
|
992
|
+
rPr.FontSizeComplexScript = new FontSizeComplexScript { Val = halfPts };
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
if (underline is not null)
|
|
996
|
+
{
|
|
997
|
+
rPr.Underline = new Underline { Val = underline };
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
return rPr;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
// ──────────────────────────────────────────────────────────────────
|
|
1004
|
+
// Internal helper: get or create RunProperties on a Run
|
|
1005
|
+
// ──────────────────────────────────────────────────────────────────
|
|
1006
|
+
|
|
1007
|
+
/// <summary>
|
|
1008
|
+
/// Gets the existing RunProperties from a run or creates and attaches a new one.
|
|
1009
|
+
/// Ensures RunProperties is always the first child element of the run.
|
|
1010
|
+
/// </summary>
|
|
1011
|
+
private static RunProperties GetOrCreateRunProperties(this Run run)
|
|
1012
|
+
{
|
|
1013
|
+
if (run.RunProperties is not null)
|
|
1014
|
+
return run.RunProperties;
|
|
1015
|
+
|
|
1016
|
+
var rPr = new RunProperties();
|
|
1017
|
+
run.RunProperties = rPr;
|
|
1018
|
+
return rPr;
|
|
1019
|
+
}
|
|
1020
|
+
}
|