agency-orchestrator 0.11.0 → 0.12.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/README.en.md +18 -12
- package/README.md +23 -14
- package/agency-agents/specialized/zk-steward.md +1 -1
- package/dist/agents/loader.d.ts +16 -1
- package/dist/agents/loader.js +59 -1
- package/dist/cli/compose.d.ts +3 -0
- package/dist/cli/compose.js +5 -3
- package/dist/cli.js +1 -1
- package/dist/connectors/claude.js +2 -0
- package/dist/connectors/ollama.js +2 -0
- package/dist/connectors/openai-compatible.js +3 -0
- package/dist/i18n.js +4 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +8 -3
- package/web/server.js +151 -19
- package/website/dist/assets/Changelog-DUni6gcN.js +8 -0
- package/website/dist/assets/{CreativeLibrary-BHqHEQIh.js → CreativeLibrary-BwPrpSur.js} +1 -1
- package/website/dist/assets/{Docs-C_Bg8DeD.js → Docs-CoEyOiKi.js} +1 -1
- package/website/dist/assets/Experts-VqEKkF92.js +1 -0
- package/website/dist/assets/{Home-UwklCf3w.js → Home-B1C14XmX.js} +1 -1
- package/website/dist/assets/{Markdown-DG2oIi7J.js → Markdown-xUoVJ_bY.js} +1 -1
- package/website/dist/assets/{NotFound-D8ohn3mE.js → NotFound-DzC2hez4.js} +1 -1
- package/website/dist/assets/PromptStudio-BZv6cgNF.js +17 -0
- package/website/dist/assets/{SiteFooter-CEbbrx2O.js → SiteFooter-CYbe9-jI.js} +1 -1
- package/website/dist/assets/{Sponsors-L7_xxpqq.js → Sponsors-DmVGKwhm.js} +1 -1
- package/website/dist/assets/Studio-DzS19HYI.js +193 -0
- package/website/dist/assets/{TutorialDetail-BxE_n_aG.js → TutorialDetail-CvcWD0wK.js} +1 -1
- package/website/dist/assets/{Tutorials-C2ZzhsJ8.js → Tutorials-axySLvve.js} +1 -1
- package/website/dist/assets/{UsagePanel-pKvnMg0M.js → UsagePanel-BknMzmDO.js} +5 -5
- package/website/dist/assets/{arrow-left-y9GCeSb5.js → arrow-left-C5W_SIbJ.js} +1 -1
- package/website/dist/assets/{arrow-up-right-BSpKIm_F.js → arrow-up-right-BUEsz0L5.js} +1 -1
- package/website/dist/assets/{badge-BWe9-A6x.js → badge-enDFsMAX.js} +1 -1
- package/website/dist/assets/{clock-CY07fup8.js → clock-BLFCc2Nn.js} +1 -1
- package/website/dist/assets/{copy-button-DmWvJste.js → copy-button-DZRpgxcH.js} +1 -1
- package/website/dist/assets/{copy-CDpr96ho.js → copy-nx-4k-PK.js} +1 -1
- package/website/dist/assets/{download-BxGUc2TT.js → download-BlDVL16V.js} +1 -1
- package/website/dist/assets/experts-GUXyGu7R.js +1 -0
- package/website/dist/assets/{external-link-qWj52f9i.js → external-link-DEi1RAkD.js} +1 -1
- package/website/dist/assets/index-B-OgACYH.css +1 -0
- package/website/dist/assets/index-Cz48cZd3.js +97 -0
- package/website/dist/assets/{mail-E8-9lFeI.js → mail-BSb6E89Y.js} +1 -1
- package/website/dist/assets/{search-ChBwKsLg.js → search-zxgSUQkK.js} +1 -1
- package/website/dist/assets/{sparkles-Df-uhv9v.js → sparkles-C5mMhApi.js} +1 -1
- package/website/dist/assets/{sponsors-DYxHA2Hi.js → sponsors-CsuIyqFx.js} +1 -1
- package/website/dist/assets/{useBackend-CMxh6Cx4.js → useBackend-CbpFEaXL.js} +9 -9
- package/website/dist/assets/{workflow-D3exvF90.js → workflow-Cy2D0jkl.js} +1 -1
- package/website/dist/index.html +2 -2
- package/website/dist/prompts/ar/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ar/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/ar/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ar/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ar/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ar/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ar/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/ar/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ar/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ar/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ar/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ar/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ar/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ar/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ar/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ar/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ar/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/ar/engineering/engineering-bnpl-mena-fintech-engineer.md +153 -0
- package/website/dist/prompts/ar/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ar/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ar/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ar/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ar/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ar/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ar/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ar/engineering/engineering-embedded-firmware-engineer.md +155 -0
- package/website/dist/prompts/ar/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ar/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ar/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ar/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ar/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ar/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ar/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ar/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ar/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ar/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ar/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ar/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ar/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ar/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/ar/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ar/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ar/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ar/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ar/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ar/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ar/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/ar/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ar/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ar/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ar/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ar/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ar/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ar/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/ar/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ar/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ar/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ar/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ar/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ar/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ar/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/ar/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ar/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ar/marketing/marketing-app-store-optimizer.md +312 -0
- package/website/dist/prompts/ar/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ar/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ar/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ar/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/ar/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ar/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ar/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ar/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ar/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ar/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ar/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ar/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ar/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ar/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ar/marketing/marketing-noon-seller.md +154 -0
- package/website/dist/prompts/ar/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ar/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ar/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ar/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ar/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ar/marketing/marketing-snapchat-mena-strategist.md +128 -0
- package/website/dist/prompts/ar/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ar/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ar/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ar/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ar/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ar/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ar/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ar/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ar/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ar/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ar/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ar/product/product-manager.md +460 -0
- package/website/dist/prompts/ar/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ar/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ar/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ar/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/ar/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/ar/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ar/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ar/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ar/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/ar/sales/sales-coach.md +263 -0
- package/website/dist/prompts/ar/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ar/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ar/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ar/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ar/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ar/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/ar/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ar/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ar/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ar/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ar/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ar/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ar/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ar/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ar/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ar/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ar/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ar/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ar/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ar/specialized/customer-service.md +382 -0
- package/website/dist/prompts/ar/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ar/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ar/specialized/healthcare-customer-service.md +381 -0
- package/website/dist/prompts/ar/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ar/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/ar/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/ar/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ar/specialized/language-translator.md +256 -0
- package/website/dist/prompts/ar/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ar/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/ar/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ar/specialized/loan-officer-assistant.md +547 -0
- package/website/dist/prompts/ar/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ar/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ar/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ar/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ar/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ar/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ar/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/ar/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ar/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/ar/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ar/specialized/specialized-developer-advocate.md +308 -0
- package/website/dist/prompts/ar/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ar/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ar/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ar/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ar/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ar/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ar/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ar/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ar/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ar/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ar/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ar/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ar/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/ar/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/ar/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ar/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ar/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ar/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ar/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ar/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/ar/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ar/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/ar/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ar/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/id/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/id/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/id/academic/academic-historian.md +115 -0
- package/website/dist/prompts/id/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/id/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/id/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/id/design/design-image-prompt-engineer.md +229 -0
- package/website/dist/prompts/id/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/id/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/id/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/id/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/id/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/id/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/id/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/id/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/id/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/id/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/id/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/id/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/id/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/id/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/id/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/id/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/id/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/id/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/id/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/id/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/id/engineering/engineering-gojek-goto-integration-developer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/id/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/id/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/id/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/id/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/id/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/id/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/id/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/id/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/id/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/id/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/id/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/id/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/id/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/id/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/id/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/id/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/id/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/id/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/id/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/id/game-development/game-designer.md +159 -0
- package/website/dist/prompts/id/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/id/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/id/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/id/game-development/level-designer.md +200 -0
- package/website/dist/prompts/id/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/id/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/id/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/id/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/id/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/id/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/id/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/id/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/id/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/id/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/id/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/id/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/id/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/id/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/id/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/id/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/id/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/id/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/id/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/id/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/id/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/id/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/id/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/id/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/id/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/id/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/id/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/id/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/id/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/id/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/id/marketing/marketing-tokopedia-seller.md +161 -0
- package/website/dist/prompts/id/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/id/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/id/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/id/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/id/marketing/marketing-whatsapp-business-id-operator.md +150 -0
- package/website/dist/prompts/id/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/id/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/id/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/id/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/id/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/id/product/product-manager.md +460 -0
- package/website/dist/prompts/id/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/id/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/id/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/id/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/id/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/id/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/id/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/id/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/id/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/id/sales/sales-coach.md +263 -0
- package/website/dist/prompts/id/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/id/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/id/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/id/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/id/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/id/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/id/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/id/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/id/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/id/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/id/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/id/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/id/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/id/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/id/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/id/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/id/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/id/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/id/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/id/specialized/customer-service.md +394 -0
- package/website/dist/prompts/id/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/id/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/id/specialized/healthcare-customer-service.md +380 -0
- package/website/dist/prompts/id/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/id/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/id/specialized/hr-onboarding.md +444 -0
- package/website/dist/prompts/id/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/id/specialized/language-translator.md +256 -0
- package/website/dist/prompts/id/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/id/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/id/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/id/specialized/loan-officer-assistant.md +547 -0
- package/website/dist/prompts/id/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/id/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/id/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/id/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/id/specialized/retail-customer-returns.md +557 -0
- package/website/dist/prompts/id/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/id/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/id/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/id/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/id/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/id/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/id/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/id/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/id/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/id/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/id/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/id/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/id/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/id/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/id/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/id/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/id/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/id/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/id/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/id/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/id/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/id/support/support-support-responder.md +577 -0
- package/website/dist/prompts/id/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/id/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/id/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/id/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/id/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/id/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/id/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/id/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/ko/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ko/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/ko/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ko/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ko/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ko/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ko/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/ko/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ko/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ko/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ko/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ko/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ko/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ko/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ko/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ko/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ko/engineering/engineering-backend-architect.md +230 -0
- package/website/dist/prompts/ko/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ko/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ko/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ko/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ko/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ko/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ko/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ko/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/ko/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ko/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ko/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ko/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ko/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ko/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ko/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ko/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ko/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ko/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ko/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ko/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ko/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ko/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/ko/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ko/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ko/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ko/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ko/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ko/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ko/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/ko/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ko/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ko/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ko/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ko/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ko/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ko/game-development/godot/godot-shader-developer.md +259 -0
- package/website/dist/prompts/ko/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ko/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ko/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ko/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ko/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ko/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ko/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-world-builder.md +286 -0
- package/website/dist/prompts/ko/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ko/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ko/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/ko/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ko/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ko/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ko/marketing/marketing-carousel-growth-engine.md +186 -0
- package/website/dist/prompts/ko/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ko/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ko/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ko/marketing/marketing-coupang-seller.md +153 -0
- package/website/dist/prompts/ko/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ko/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ko/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ko/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ko/marketing/marketing-kakaotalk-business-operator.md +181 -0
- package/website/dist/prompts/ko/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ko/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ko/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ko/marketing/marketing-naver-blog-cafe-seo.md +158 -0
- package/website/dist/prompts/ko/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ko/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ko/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ko/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ko/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ko/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ko/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ko/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ko/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ko/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ko/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ko/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ko/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ko/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ko/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ko/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ko/product/product-manager.md +460 -0
- package/website/dist/prompts/ko/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ko/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ko/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ko/project-management/project-management-jira-workflow-steward.md +223 -0
- package/website/dist/prompts/ko/project-management/project-management-project-shepherd.md +202 -0
- package/website/dist/prompts/ko/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ko/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ko/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ko/sales/sales-account-strategist.md +236 -0
- package/website/dist/prompts/ko/sales/sales-coach.md +263 -0
- package/website/dist/prompts/ko/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ko/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ko/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ko/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ko/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ko/sales/sales-proposal-strategist.md +210 -0
- package/website/dist/prompts/ko/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ko/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ko/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ko/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ko/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ko/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ko/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ko/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ko/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ko/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ko/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ko/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ko/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ko/specialized/customer-service.md +389 -0
- package/website/dist/prompts/ko/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ko/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ko/specialized/healthcare-customer-service.md +379 -0
- package/website/dist/prompts/ko/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ko/specialized/hospitality-guest-services.md +591 -0
- package/website/dist/prompts/ko/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/ko/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ko/specialized/language-translator.md +256 -0
- package/website/dist/prompts/ko/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ko/specialized/legal-client-intake.md +485 -0
- package/website/dist/prompts/ko/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ko/specialized/loan-officer-assistant.md +538 -0
- package/website/dist/prompts/ko/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ko/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ko/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ko/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ko/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ko/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ko/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/ko/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ko/specialized/specialized-civil-engineer.md +349 -0
- package/website/dist/prompts/ko/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ko/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/ko/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ko/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ko/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ko/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ko/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ko/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ko/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ko/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ko/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ko/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ko/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ko/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ko/support/support-finance-tracker.md +435 -0
- package/website/dist/prompts/ko/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/ko/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ko/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ko/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ko/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ko/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ko/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/ko/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ko/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/ko/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ko/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/pt-br/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/pt-br/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/pt-br/academic/academic-historian.md +115 -0
- package/website/dist/prompts/pt-br/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/pt-br/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/pt-br/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/pt-br/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/pt-br/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/pt-br/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/pt-br/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/pt-br/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/pt-br/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/pt-br/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/pt-br/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/pt-br/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/pt-br/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/pt-br/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/pt-br/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/pt-br/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/pt-br/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/pt-br/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/pt-br/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/pt-br/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/pt-br/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/pt-br/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/pt-br/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/pt-br/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/pt-br/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/pt-br/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/pt-br/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/pt-br/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/pt-br/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/pt-br/engineering/engineering-pix-integration-engineer.md +141 -0
- package/website/dist/prompts/pt-br/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/pt-br/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/pt-br/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/pt-br/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/pt-br/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/pt-br/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/pt-br/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/pt-br/engineering/engineering-threat-detection-engineer.md +528 -0
- package/website/dist/prompts/pt-br/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/pt-br/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/pt-br/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/pt-br/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/pt-br/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/pt-br/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/pt-br/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/pt-br/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/pt-br/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/pt-br/game-development/game-designer.md +159 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/pt-br/game-development/level-designer.md +200 -0
- package/website/dist/prompts/pt-br/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/pt-br/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/pt-br/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/pt-br/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/pt-br/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/pt-br/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/pt-br/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/pt-br/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/pt-br/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/pt-br/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/pt-br/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/pt-br/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/pt-br/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/pt-br/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/pt-br/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/pt-br/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/pt-br/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/pt-br/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/pt-br/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/pt-br/marketing/marketing-mercado-livre-seller.md +149 -0
- package/website/dist/prompts/pt-br/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/pt-br/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/pt-br/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/pt-br/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/pt-br/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/pt-br/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/pt-br/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/pt-br/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/pt-br/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/pt-br/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/pt-br/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/pt-br/marketing/marketing-whatsapp-business-operator.md +140 -0
- package/website/dist/prompts/pt-br/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/pt-br/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/pt-br/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/pt-br/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/pt-br/product/product-manager.md +460 -0
- package/website/dist/prompts/pt-br/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/pt-br/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/pt-br/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/pt-br/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/pt-br/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/pt-br/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/pt-br/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/pt-br/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/pt-br/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/pt-br/sales/sales-coach.md +263 -0
- package/website/dist/prompts/pt-br/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/pt-br/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/pt-br/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/pt-br/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/pt-br/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/pt-br/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/pt-br/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/pt-br/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/pt-br/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/pt-br/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/pt-br/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/pt-br/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/pt-br/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/pt-br/specialized/blockchain-security-auditor.md +456 -0
- package/website/dist/prompts/pt-br/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/pt-br/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/pt-br/specialized/customer-service.md +387 -0
- package/website/dist/prompts/pt-br/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/pt-br/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/pt-br/specialized/healthcare-customer-service.md +382 -0
- package/website/dist/prompts/pt-br/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/pt-br/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/pt-br/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/pt-br/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/pt-br/specialized/language-translator.md +256 -0
- package/website/dist/prompts/pt-br/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/pt-br/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/pt-br/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/pt-br/specialized/loan-officer-assistant.md +546 -0
- package/website/dist/prompts/pt-br/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/pt-br/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/pt-br/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/pt-br/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/pt-br/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/pt-br/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/pt-br/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/pt-br/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/pt-br/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/pt-br/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/pt-br/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/pt-br/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/pt-br/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/pt-br/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/pt-br/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/pt-br/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/pt-br/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/pt-br/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/pt-br/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/pt-br/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/pt-br/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/pt-br/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/pt-br/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/pt-br/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/pt-br/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/pt-br/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/pt-br/support/support-support-responder.md +577 -0
- package/website/dist/prompts/pt-br/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/pt-br/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/pt-br/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/pt-br/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/pt-br/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/pt-br/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/pt-br/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/pt-br/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/ru/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ru/academic/academic-geographer.md +120 -0
- package/website/dist/prompts/ru/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ru/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ru/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ru/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ru/design/design-image-prompt-engineer.md +229 -0
- package/website/dist/prompts/ru/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ru/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ru/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ru/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ru/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ru/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ru/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ru/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ru/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ru/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/ru/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ru/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ru/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ru/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ru/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ru/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ru/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ru/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/ru/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ru/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ru/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ru/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ru/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ru/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ru/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ru/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ru/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ru/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ru/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ru/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ru/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ru/engineering/engineering-technical-writer.md +384 -0
- package/website/dist/prompts/ru/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ru/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ru/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ru/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ru/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ru/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ru/finance/finance-investment-researcher.md +265 -0
- package/website/dist/prompts/ru/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ru/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ru/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ru/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ru/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ru/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ru/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/ru/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ru/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ru/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ru/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ru/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ru/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ru/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/ru/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ru/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ru/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/ru/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ru/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ru/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ru/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/ru/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ru/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ru/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ru/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ru/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ru/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ru/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ru/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ru/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ru/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ru/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ru/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ru/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ru/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ru/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ru/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ru/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ru/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ru/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ru/marketing/marketing-vk-community-operator.md +148 -0
- package/website/dist/prompts/ru/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ru/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ru/marketing/marketing-wildberries-seller.md +151 -0
- package/website/dist/prompts/ru/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ru/marketing/marketing-yandex-seo-specialist.md +162 -0
- package/website/dist/prompts/ru/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ru/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ru/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ru/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ru/product/product-manager.md +460 -0
- package/website/dist/prompts/ru/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ru/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ru/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ru/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/ru/project-management/project-management-project-shepherd.md +187 -0
- package/website/dist/prompts/ru/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ru/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ru/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ru/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/ru/sales/sales-coach.md +284 -0
- package/website/dist/prompts/ru/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ru/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ru/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ru/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ru/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ru/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/ru/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ru/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ru/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ru/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ru/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ru/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ru/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ru/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ru/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ru/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ru/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ru/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ru/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ru/specialized/customer-service.md +390 -0
- package/website/dist/prompts/ru/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ru/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ru/specialized/healthcare-customer-service.md +379 -0
- package/website/dist/prompts/ru/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ru/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/ru/specialized/hr-onboarding.md +447 -0
- package/website/dist/prompts/ru/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ru/specialized/language-translator.md +257 -0
- package/website/dist/prompts/ru/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ru/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/ru/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ru/specialized/loan-officer-assistant.md +546 -0
- package/website/dist/prompts/ru/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ru/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ru/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ru/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ru/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ru/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ru/specialized/sales-outreach.md +419 -0
- package/website/dist/prompts/ru/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ru/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/ru/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ru/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/ru/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ru/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ru/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ru/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ru/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ru/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ru/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ru/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ru/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ru/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ru/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ru/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ru/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/ru/support/support-infrastructure-maintainer.md +611 -0
- package/website/dist/prompts/ru/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ru/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ru/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ru/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ru/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ru/testing/testing-performance-benchmarker.md +261 -0
- package/website/dist/prompts/ru/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ru/testing/testing-test-results-analyzer.md +298 -0
- package/website/dist/prompts/ru/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ru/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/zh/design/design-persona-walkthrough.md +264 -0
- package/website/dist/prompts/zh/engineering/engineering-drupal-shopping-cart.md +352 -0
- package/website/dist/prompts/zh/engineering/engineering-it-service-manager.md +553 -0
- package/website/dist/prompts/zh/engineering/engineering-multi-agent-systems-architect.md +592 -0
- package/website/dist/prompts/zh/engineering/engineering-network-engineer-china.md +155 -0
- package/website/dist/prompts/zh/engineering/engineering-orgscript-engineer.md +105 -0
- package/website/dist/prompts/zh/engineering/engineering-prompt-engineer.md +196 -0
- package/website/dist/prompts/zh/engineering/engineering-wordpress-shopping-cart.md +338 -0
- package/website/dist/prompts/zh/gis/gis-3d-scene-developer.md +103 -0
- package/website/dist/prompts/zh/gis/gis-analyst.md +83 -0
- package/website/dist/prompts/zh/gis/gis-bim-specialist.md +100 -0
- package/website/dist/prompts/zh/gis/gis-cartography-designer.md +142 -0
- package/website/dist/prompts/zh/gis/gis-drone-reality-mapping.md +112 -0
- package/website/dist/prompts/zh/gis/gis-geoai-ml-engineer.md +97 -0
- package/website/dist/prompts/zh/gis/gis-geoprocessing-specialist.md +89 -0
- package/website/dist/prompts/zh/gis/gis-qa-engineer.md +125 -0
- package/website/dist/prompts/zh/gis/gis-solution-engineer.md +93 -0
- package/website/dist/prompts/zh/gis/gis-spatial-data-engineer.md +89 -0
- package/website/dist/prompts/zh/gis/gis-spatial-data-scientist.md +103 -0
- package/website/dist/prompts/zh/gis/gis-technical-consultant.md +78 -0
- package/website/dist/prompts/zh/gis/gis-web-gis-developer.md +100 -0
- package/website/dist/prompts/zh/marketing/marketing-aeo-foundations.md +256 -0
- package/website/dist/prompts/zh/marketing/marketing-email-strategist.md +241 -0
- package/website/dist/prompts/zh/marketing/marketing-global-podcast-strategist.md +197 -0
- package/website/dist/prompts/zh/marketing/marketing-multi-platform-publisher.md +199 -0
- package/website/dist/prompts/zh/marketing/marketing-pr-communications-manager.md +465 -0
- package/website/dist/prompts/zh/marketing/marketing-x-twitter-intelligence-analyst.md +149 -0
- package/website/dist/prompts/zh/project-management/project-management-meeting-notes-specialist.md +86 -0
- package/website/dist/prompts/zh/sales/sales-offer-lead-gen-strategist.md +249 -0
- package/website/dist/prompts/zh/security/security-appsec-engineer.md +483 -0
- package/website/dist/prompts/zh/security/security-architect.md +296 -0
- package/website/dist/prompts/zh/security/security-blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/zh/security/security-cloud-security-architect.md +515 -0
- package/website/dist/prompts/zh/security/security-compliance-auditor.md +150 -0
- package/website/dist/prompts/zh/security/security-incident-responder.md +429 -0
- package/website/dist/prompts/zh/security/security-penetration-tester.md +391 -0
- package/website/dist/prompts/zh/security/security-senior-secops.md +744 -0
- package/website/dist/prompts/zh/security/security-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/zh/security/security-threat-intelligence-analyst.md +636 -0
- package/website/dist/prompts/zh/specialized/business-strategist.md +480 -0
- package/website/dist/prompts/zh/specialized/change-management-consultant.md +488 -0
- package/website/dist/prompts/zh/specialized/chief-financial-officer.md +380 -0
- package/website/dist/prompts/zh/specialized/customer-success-manager.md +451 -0
- package/website/dist/prompts/zh/specialized/data-privacy-officer.md +404 -0
- package/website/dist/prompts/zh/specialized/esg-sustainability-officer.md +388 -0
- package/website/dist/prompts/zh/specialized/grant-writer.md +503 -0
- package/website/dist/prompts/zh/specialized/ma-integration-manager.md +419 -0
- package/website/dist/prompts/zh/specialized/medical-billing-coding-specialist.md +482 -0
- package/website/dist/prompts/zh/specialized/operations-manager.md +391 -0
- package/website/dist/prompts/zh/specialized/organizational-psychologist.md +383 -0
- package/website/dist/prompts/zh/specialized/personal-growth-mentor.md +151 -0
- package/website/dist/prompts/zh/specialized/specialized-pricing-analyst.md +234 -0
- package/website/dist/prompts/zh/specialized/specialized-strategy-duel-agent.md +122 -0
- package/website/dist/assets/Changelog-BIGmNgWM.js +0 -8
- package/website/dist/assets/Experts-ByRxvzGb.js +0 -1
- package/website/dist/assets/PromptStudio-8ZbqqsfO.js +0 -11
- package/website/dist/assets/Studio-BHdFIqMb.js +0 -188
- package/website/dist/assets/experts-Dg_8n5tZ.js +0 -1
- package/website/dist/assets/index-B0DLOSbW.js +0 -97
- package/website/dist/assets/index-Bvmb-uHp.css +0 -1
package/README.en.md
CHANGED
|
@@ -11,13 +11,11 @@
|
|
|
11
11
|
[](./LICENSE)
|
|
12
12
|
[](./CONTRIBUTING.md)
|
|
13
13
|
|
|
14
|
-
**One sentence → full plan ·
|
|
14
|
+
**One sentence → full plan · 267 expert AI roles · Zero-code YAML · 11 LLM providers · key supported (DeepSeek recommended), plus 7 key-free options**
|
|
15
15
|
|
|
16
|
-
> **Note:** `ao compose --run` auto-detects your language. Both
|
|
16
|
+
> **Note:** `ao compose --run` auto-detects your language. Both 267 Chinese roles and 184 English roles ([agency-agents](https://github.com/msitarzewski/agency-agents), MIT) are **bundled in the npm package — no extra download needed**. **10 English workflow templates** are ready in `workflows/en/`.
|
|
17
17
|
|
|
18
|
-
> 📖 [Full Tutorial](https://dev.to/jnmetacode/agency-orchestrator-one-sentence-five-ai-agents-a-complete-plan-in-3-minutes-1ij6)
|
|
19
|
-
>
|
|
20
|
-
> 📖 **Free companion learning** → [Learn AI coding from zero](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator): 180 free hands-on lessons + AI Coding Trilogy online + community · forever free
|
|
18
|
+
> 📖 [Full Tutorial](https://dev.to/jnmetacode/agency-orchestrator-one-sentence-five-ai-agents-a-complete-plan-in-3-minutes-1ij6) (install to real-world use in 10 minutes) · 🎓 **Free companion learning**: [Learn AI coding from zero](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator) (180 hands-on lessons + AI Coding Trilogy + community, forever free)
|
|
21
19
|
|
|
22
20
|
> If you find this useful, please **Star** it — helps others discover the project.
|
|
23
21
|
|
|
@@ -32,12 +30,19 @@
|
|
|
32
30
|
|
|
33
31
|
Prefer not to use the command line? Run `ao web` locally and pick experts, run workflows, view outputs, and intervene live — all in a GUI, fully bilingual (EN/中文).
|
|
34
32
|
|
|
33
|
+
<p align="center">
|
|
34
|
+
<img src="./docs/screenshots/studio-role-lib-ko.png" alt="Studio · Build a Team: role-library dropdown (Korean library shown)" width="800"><br/>
|
|
35
|
+
<em>Build a Team: ☆ favorites, My Roles, and a role-library dropdown — Chinese / English / Korean / Russian / pt-BR / Indonesian / Arabic</em>
|
|
36
|
+
</p>
|
|
37
|
+
|
|
35
38
|
<p align="center">
|
|
36
39
|
<img src="./docs/screenshots/studio-workflows-en.png" alt="Studio · Workflows: run built-in templates with one click" width="800"><br/>
|
|
37
40
|
<em>Workflows: run built-in templates with one click, or compare several</em>
|
|
38
41
|
</p>
|
|
39
42
|
|
|
40
43
|
> Launch: `ao web` (local — your API key stays on your machine, never uploaded). A [desktop client download](https://github.com/jnMetaCode/agency-orchestrator/releases/latest) (Electron · macOS / Windows / Linux) is also available.
|
|
44
|
+
>
|
|
45
|
+
> **Docker / NAS** (amd64/arm64): `docker run -d -p 8088:8088 -v ao-data:/data ghcr.io/jnmetacode/agency-orchestrator:latest`, then open `http://<host>:8088` — keys are configured in the Providers tab and persist in the mounted volume. A ready-made [docker-compose.yml](./docker-compose.yml) is in the repo root.
|
|
41
46
|
|
|
42
47
|
---
|
|
43
48
|
|
|
@@ -72,7 +77,7 @@ ao compose "I'm a programmer looking to start a side hustle with AI content, tar
|
|
|
72
77
|
==================================================
|
|
73
78
|
```
|
|
74
79
|
|
|
75
|
-
**No code. No config. No role selection.** One sentence → AI auto-decomposes the task → matches roles from
|
|
80
|
+
**No code. No config. No role selection.** One sentence → AI auto-decomposes the task → matches roles from 267 experts → executes as DAG → outputs a complete plan.
|
|
76
81
|
|
|
77
82
|
### What Can You Build
|
|
78
83
|
|
|
@@ -97,7 +102,7 @@ Chatting with one AI gives you one perspective. But any real decision needs prod
|
|
|
97
102
|
|
|
98
103
|
| | ChatGPT / Claude | CrewAI / LangGraph | **Agency Orchestrator** |
|
|
99
104
|
|---|--------|-----------|---------------------|
|
|
100
|
-
| Roles | 1 generalist | Write your own | **
|
|
105
|
+
| Roles | 1 generalist | Write your own | **267 expert roles** |
|
|
101
106
|
| Usage | Chat | Write Python | **One sentence / YAML** |
|
|
102
107
|
| API key | — | Required | **Key supported; 7 key-free options too** |
|
|
103
108
|
| Dependencies | — | pip + dozens of packages | **npm + 2 deps** |
|
|
@@ -262,7 +267,7 @@ OPENAI_API_KEY=your-key
|
|
|
262
267
|
|
|
263
268
|
```bash
|
|
264
269
|
ao demo # Zero-config multi-agent demo
|
|
265
|
-
ao init # (Optional) Copy
|
|
270
|
+
ao init # (Optional) Copy 267 Chinese roles locally for editing
|
|
266
271
|
ao init --lang en # (Optional) Copy 184 English roles locally for editing
|
|
267
272
|
ao init --workflow # Interactive workflow creator
|
|
268
273
|
ao compose "description" # AI-powered workflow generation
|
|
@@ -300,7 +305,7 @@ ao compose "PR code review covering security and performance"
|
|
|
300
305
|
```
|
|
301
306
|
|
|
302
307
|
The AI will:
|
|
303
|
-
1. Select matching roles from
|
|
308
|
+
1. Select matching roles from 267 available (e.g., Code Reviewer, Security Engineer, Performance Benchmarker)
|
|
304
309
|
2. Design the DAG (3-way parallel → summary)
|
|
305
310
|
3. Generate complete YAML with variable passing and task descriptions
|
|
306
311
|
4. Save to `workflows/` — ready to `ao run`
|
|
@@ -594,7 +599,7 @@ ao-output/product-review-2026-03-22/
|
|
|
594
599
|
|
|
595
600
|
```
|
|
596
601
|
Your AI subscription ──→ agency-orchestrator ──→ 400+ expert roles collaborate ──→ quality output
|
|
597
|
-
│ (
|
|
602
|
+
│ (267 Chinese + 184 English + 5 languages)
|
|
598
603
|
┌────────────────┼────────────────┐
|
|
599
604
|
▼ ▼ ▼
|
|
600
605
|
14 AI Coding Tools CLI Mode MCP Server
|
|
@@ -604,8 +609,9 @@ Your AI subscription ──→ agency-orchestrator ──→ 400+ expert roles c
|
|
|
604
609
|
|
|
605
610
|
| Project | Description |
|
|
606
611
|
|---------|-------------|
|
|
607
|
-
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 184 English AI
|
|
608
|
-
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) |
|
|
612
|
+
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 184 English AI roles by [@msitarzewski](https://github.com/msitarzewski) (MIT) — **bundled in the npm package**, auto-selected for English tasks by `ao compose`, no separate install needed |
|
|
613
|
+
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) | 267 Chinese AI role definitions (Chinese) — the Chinese role library for this engine |
|
|
614
|
+
| [ko](https://github.com/jnMetaCode/agency-agents-ko) · [ru](https://github.com/jnMetaCode/agency-agents-ru) · [pt-BR](https://github.com/jnMetaCode/agency-agents-pt-BR) · [id](https://github.com/jnMetaCode/agency-agents-id) · [ar](https://github.com/jnMetaCode/agency-agents-ar) | 187 roles each (184 upstream translations + 3 local-market originals) — `npm i agency-agents-<lang>`, then switch via the Studio role-library dropdown |
|
|
609
615
|
| [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | AI coding tools field guide (Chinese) — 66 Claude Code tips + 9 tools best practices |
|
|
610
616
|
| [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) | AI coding superpowers (Chinese) — 20 skills for Claude Code / Cursor |
|
|
611
617
|
| [shellward](https://github.com/jnMetaCode/shellward) | AI agent security middleware — prompt injection detection, DLP, command safety |
|
package/README.md
CHANGED
|
@@ -11,11 +11,9 @@
|
|
|
11
11
|
[](./LICENSE)
|
|
12
12
|
[](./CONTRIBUTING.md)
|
|
13
13
|
|
|
14
|
-
**一句话出结果 ·
|
|
14
|
+
**一句话出结果 · 267 个专业 AI 角色 · YAML 零代码 · 11 种大模型 · 支持 key(推荐 DeepSeek),也有 7 种免 key 方式**
|
|
15
15
|
|
|
16
|
-
> 📖 [完整上手教程](https://mp.weixin.qq.com/s/XcGbkMb6TM6NLQiL7ICwbw)
|
|
17
|
-
>
|
|
18
|
-
> 📖 **免费配套学习** → [从零学会 AI 编程](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator):180 节免费实操课 + 《AI 编程实战三卷书》在线阅读 + 实战社区 · 永久免费
|
|
16
|
+
> 📖 [完整上手教程](https://mp.weixin.qq.com/s/XcGbkMb6TM6NLQiL7ICwbw)(从安装到实战,10 分钟上手) · 🎓 **免费配套学习**:[从零学会 AI 编程](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator)(180 节实操课 + 三卷书 + 实战社区,永久免费)
|
|
19
17
|
|
|
20
18
|
> 觉得有用?请点个 **Star** — 帮助更多人发现这个项目。
|
|
21
19
|
|
|
@@ -35,12 +33,19 @@
|
|
|
35
33
|
> 🆕 **可视化画布**:工作流可在画布上拖拽节点 / 连线(自动防环)/ 改任务·角色 / 保存,运行时节点按状态实时点亮。
|
|
36
34
|
> 🆕 **创意库**:内置图像生成提示词库(Nano Banana / Gemini,可搜索 / 分类 / 一键复制)。
|
|
37
35
|
> 🆕 **零配置首跑**:本机已登录 Claude Code / Gemini CLI 等?AO 自动探测并直接用,连 API key 都不用配。
|
|
36
|
+
> 🆕 **我的角色 + 提示生成**:「提示生成」页产出的 system prompt 一键存为自建角色(`~/.ao/roles`),组队页「我的」分类直接用;角色卡可 ☆ 收藏常用。
|
|
37
|
+
> 🆕 **多语言角色库**:`npm i agency-agents-ko`(ko / ru / pt-br / id / ar)后,Studio「角色库」下拉一键切换,工作流 `agents_dir` 写包名即可跑。
|
|
38
38
|
|
|
39
39
|
<p align="center">
|
|
40
40
|
<img src="./docs/screenshots/studio-workflows-zh.png" alt="Studio · 工作流模板:内置模板一键运行" width="800"><br/>
|
|
41
41
|
<em>工作流:内置模板一键运行,也能对比多个模板</em>
|
|
42
42
|
</p>
|
|
43
43
|
|
|
44
|
+
<p align="center">
|
|
45
|
+
<img src="./docs/screenshots/studio-role-lib-ko.png" alt="Studio · 角色组队:多语言角色库下拉(图为韩语库)" width="800"><br/>
|
|
46
|
+
<em>角色组队:☆ 收藏常用、「我的」自建角色,一键切换多语言角色库(图为韩语库)</em>
|
|
47
|
+
</p>
|
|
48
|
+
|
|
44
49
|
> 启动:`ao web`(本地,密钥只存你自己机器、绝不外传)。也有 [桌面客户端下载](https://github.com/jnMetaCode/agency-orchestrator/releases/latest)(Electron · macOS / Windows / Linux)。
|
|
45
50
|
> 英文界面同样完整 → 见 [English README](./README.en.md)。
|
|
46
51
|
|
|
@@ -77,7 +82,7 @@ ao compose "我是一个程序员,想用AI做自媒体副业,目标月入2
|
|
|
77
82
|
==================================================
|
|
78
83
|
```
|
|
79
84
|
|
|
80
|
-
**不用写代码,不用写配置,不用选角色。** 一句话 → AI 自动拆解任务 → 从
|
|
85
|
+
**不用写代码,不用写配置,不用选角色。** 一句话 → AI 自动拆解任务 → 从 267 个角色中匹配 → 按 DAG 并行执行 → 输出完整方案。
|
|
81
86
|
|
|
82
87
|
### 你能用它做什么
|
|
83
88
|
|
|
@@ -102,12 +107,12 @@ ao compose "设计一个 SaaS 产品的定价策略" --run #
|
|
|
102
107
|
|
|
103
108
|
| | ChatGPT / Claude | CrewAI / LangGraph | **Agency Orchestrator** |
|
|
104
109
|
|---|--------|-----------|---------------------|
|
|
105
|
-
| 角色数 | 1 个通用 | 自己写 | **
|
|
110
|
+
| 角色数 | 1 个通用 | 自己写 | **267 个专业角色** |
|
|
106
111
|
| 使用方式 | 对话 | 写 Python | **一句话 / YAML** |
|
|
107
112
|
| API key | — | 必须 | **支持 key,也有 7 种免 key 方式** |
|
|
108
113
|
| 依赖 | — | pip + 几十个包 | **npm + 2 个依赖** |
|
|
109
114
|
| 并行 | — | 手动建图 | **DAG 自动检测** |
|
|
110
|
-
| 中文角色 | — | 无 | **
|
|
115
|
+
| 中文角色 | — | 无 | **267 个** |
|
|
111
116
|
| 价格 | 订阅制 | 开源 + API 费 | **DeepSeek 甜区极低成本,亦可免 key 起步** |
|
|
112
117
|
|
|
113
118
|
## 3 步开始
|
|
@@ -122,6 +127,7 @@ npm install -g agency-orchestrator
|
|
|
122
127
|
> - **桌面客户端**([下载](https://github.com/jnMetaCode/agency-orchestrator/releases/latest))**自带引擎与 Node,双击即用,无需** `npm i -g agency-orchestrator`。只有想在终端用 `ao` 命令、或接进脚本 / CI 时才需要装 CLI。
|
|
123
128
|
> - 用 `--provider claude-code`(或 `gemini-cli` / `codex-cli` 等)时,需要**本机已安装并登录对应 CLI**;AO 会自动探测已装的,零配置直接用。用 API key 类(deepseek/openai…)则配好 key 即可,无需装任何 CLI。
|
|
124
129
|
> - **自定义目录**:产物 / 数据目录用 `AO_DATA_DIR`(桌面端默认指向 userData),角色库用 `AO_AGENTS_DIR`,统一工作区用 `AO_HOME`。
|
|
130
|
+
> - **Docker / NAS 部署**(amd64/arm64):`docker run -d -p 8088:8088 -v ao-data:/data ghcr.io/jnmetacode/agency-orchestrator:latest`,打开 `http://主机IP:8088`,密钥在页面「供应商」里配(存进挂载卷,重启不丢)。也可用仓库根的 [docker-compose.yml](./docker-compose.yml) 一键起。
|
|
125
131
|
|
|
126
132
|
### 第 2 步:一句话跑起来
|
|
127
133
|
|
|
@@ -284,7 +290,7 @@ OPENAI_API_KEY=你的key
|
|
|
284
290
|
|
|
285
291
|
```bash
|
|
286
292
|
ao demo # 零配置体验多智能体协作
|
|
287
|
-
ao init # (可选)复制
|
|
293
|
+
ao init # (可选)复制 267 个中文角色到本地以便编辑
|
|
288
294
|
ao init --lang en # (可选)复制 184 个英文角色到本地以便编辑
|
|
289
295
|
ao init --workflow # 交互式创建工作流
|
|
290
296
|
ao compose "一句话描述" # AI 智能编排工作流
|
|
@@ -316,14 +322,14 @@ ao serve # 启动 MCP Server(供 Claude Code / Cur
|
|
|
316
322
|
|
|
317
323
|
### AI 智能编排(Compose)
|
|
318
324
|
|
|
319
|
-
一句话描述需求,AI 自动从
|
|
325
|
+
一句话描述需求,AI 自动从 267 个角色中选角色、设计 DAG、生成完整 workflow YAML:
|
|
320
326
|
|
|
321
327
|
```bash
|
|
322
328
|
ao compose "PR 代码审查,要覆盖安全和性能"
|
|
323
329
|
```
|
|
324
330
|
|
|
325
331
|
AI 会自动:
|
|
326
|
-
1. 从
|
|
332
|
+
1. 从 267 角色中匹配出 Code Reviewer、Security Engineer、Performance Benchmarker
|
|
327
333
|
2. 设计 DAG(三路并行 → 汇总)
|
|
328
334
|
3. 生成带 `depends_on`、变量串联的完整 YAML
|
|
329
335
|
4. 保存到 `workflows/` — 直接 `ao run` 就能跑
|
|
@@ -348,6 +354,8 @@ ao team show 技术博客组 # 查看阵容构成
|
|
|
348
354
|
`ao run --team` 的本质 = compose 时把可选角色**锁定**为团队那几个,所以既不会漏人、也不会幻觉出别的角色。团队存在 `~/.ao/teams/*.team.yaml`(纯 YAML,可直接拷贝分享),**命令行和网页 Studio 共用同一份**——Studio 里勾选角色后点「存为团队」,命令行立刻 `ao run --team` 可用,反之亦然。
|
|
349
355
|
|
|
350
356
|
> 自带私有专家:设环境变量 `AO_AGENTS_DIR=/你的角色目录`,`run / compose / roles / web` 全部改用你自己的角色库。
|
|
357
|
+
> 自建单个角色:放 `~/.ao/roles/<id>.md`(与内置库叠加),工作流里用 `my/<id>` 引用;Studio「角色组队 → 我的」可视化增删。
|
|
358
|
+
> 多语言角色库:`npm i agency-agents-ko`(另有 `pt-br` / `ar` / `id` / `ru`),工作流 `agents_dir: "agency-agents-ko"`,Studio 角色页出现「角色库」下拉。
|
|
351
359
|
>
|
|
352
360
|
> 固定全局目录:设 `AO_HOME=~/.ao`(或任意目录),运行产物 `ao-output`、`compose`/`--team` 生成的工作流都落到那里,不再随执行目录散落(#20)。也可用 `AO_OUTPUT_DIR` / `AO_WORKFLOWS_DIR` 单独指定。不设则维持原行为(写到当前目录)。
|
|
353
361
|
|
|
@@ -586,7 +594,7 @@ ao-output/产品需求评审-2026-03-22/
|
|
|
586
594
|
|
|
587
595
|
```
|
|
588
596
|
你的 AI 会员 ──→ agency-orchestrator ──→ 400+ 个 AI 角色协作 ──→ 高质量输出
|
|
589
|
-
│ (
|
|
597
|
+
│ (267 中文 + 184 英文 + 5 语种)
|
|
590
598
|
┌────────────────┼────────────────┐
|
|
591
599
|
▼ ▼ ▼
|
|
592
600
|
14 个 AI 编程工具 CLI 模式 MCP Server
|
|
@@ -596,9 +604,10 @@ ao-output/产品需求评审-2026-03-22/
|
|
|
596
604
|
|
|
597
605
|
| 项目 | 定位 | 一句话 |
|
|
598
606
|
|------|------|-------|
|
|
599
|
-
| **本项目**(agency-orchestrator) | 🚀 编排引擎 | 一句话 →
|
|
600
|
-
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh)  | 🎭 中文角色库 |
|
|
601
|
-
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 🎭 英文角色库 | 184 个英文 AI
|
|
607
|
+
| **本项目**(agency-orchestrator) | 🚀 编排引擎 | 一句话 → 267 专家协作,**几分钟出方案**(11 家 LLM / 7 免费) |
|
|
608
|
+
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh)  | 🎭 中文角色库 | 267 个**即插即用** AI 专家,含 52 中国原创(小红书 / 抖音 / 飞书 / 钉钉) |
|
|
609
|
+
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 🎭 英文角色库 | 184 个英文 AI 角色(by [@msitarzewski](https://github.com/msitarzewski),MIT)——**已随 npm 包内置**,英文任务 `ao compose` 自动启用,无需单独安装 |
|
|
610
|
+
| [ko](https://github.com/jnMetaCode/agency-agents-ko) · [ru](https://github.com/jnMetaCode/agency-agents-ru) · [pt-BR](https://github.com/jnMetaCode/agency-agents-pt-BR) · [id](https://github.com/jnMetaCode/agency-agents-id) · [ar](https://github.com/jnMetaCode/agency-agents-ar) | 🌍 多语言角色库 | 各 187 个(184 上游翻译 + 3 本地市场原创),`npm i agency-agents-<lang>` 后 Studio「角色库」下拉切换 |
|
|
602
611
|
| [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh)  | 🧠 工作方法论 | 20 个 skills 教 AI 怎么干活(TDD / 调试 / 代码审查等) |
|
|
603
612
|
| [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | 📖 实战教程 | 66 个 Claude Code 技巧 + 9 款工具最佳实践 + 配置模板 |
|
|
604
613
|
| [shellward](https://github.com/jnMetaCode/shellward) | 🛡️ 安全中间件 | 8 层防御 + DLP 数据流 + 注入检测,**零依赖**(含 MCP Server) |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ZK Steward
|
|
3
|
-
description: Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support.
|
|
3
|
+
description: "Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support."
|
|
4
4
|
color: teal
|
|
5
5
|
emoji: 🗃️
|
|
6
6
|
vibe: Channels Luhmann's Zettelkasten to build connected, validated knowledge bases.
|
package/dist/agents/loader.d.ts
CHANGED
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
import type { AgentDefinition } from '../types.js';
|
|
2
|
+
/**
|
|
3
|
+
* 用户自建角色的固定分类前缀:`my/<id>` 一律解析到用户角色目录。
|
|
4
|
+
* 与 AO_AGENTS_DIR(整体替换内置库)不同,用户角色目录是「叠加」——
|
|
5
|
+
* 内置 267 个角色照常可用,自己攒的专家放 ~/.ao/roles,CLI 与 Studio 共用。
|
|
6
|
+
*/
|
|
7
|
+
export declare const USER_ROLE_CATEGORY = "my";
|
|
8
|
+
/** 用户角色目录:AO_USER_ROLES_DIR 可覆盖,默认 ~/.ao/roles(与 ~/.ao/teams、~/.ao/prompts 同体系)。 */
|
|
9
|
+
export declare function userRolesDir(): string;
|
|
2
10
|
/**
|
|
3
11
|
* 加载指定角色的定义
|
|
4
12
|
* @param agentsDir agency-agents 的 agents 目录路径
|
|
5
13
|
* @param rolePath 角色路径,如 "engineering/engineering-sre"
|
|
6
14
|
*/
|
|
7
15
|
export declare function loadAgent(agentsDir: string, rolePath: string): AgentDefinition;
|
|
16
|
+
/**
|
|
17
|
+
* 列出用户角色目录(~/.ao/roles)里的自建角色,rolePath 统一为 "my/<id>"。
|
|
18
|
+
* 目录不存在返回空数组;只认带 name frontmatter 的 .md(与内置库同规则)。
|
|
19
|
+
*/
|
|
20
|
+
export declare function listUserAgents(): AgentDefinition[];
|
|
8
21
|
/**
|
|
9
22
|
* 列出所有可用角色
|
|
23
|
+
* @param includeUser true 时叠加用户角色目录(~/.ao/roles)的 my/* 角色;
|
|
24
|
+
* 默认 false 保持纯目录语义(安装计数、测试 fixture 等不受用户机器状态影响)
|
|
10
25
|
*/
|
|
11
|
-
export declare function listAgents(agentsDir: string): AgentDefinition[];
|
|
26
|
+
export declare function listAgents(agentsDir: string, includeUser?: boolean): AgentDefinition[];
|
|
12
27
|
/**
|
|
13
28
|
* 轻量列出所有角色路径(如 "engineering/engineering-sre"),不解析文件内容。
|
|
14
29
|
* 用于 validate 报错时给"你是不是想用 X"建议,避免 listAgents 全量解析的开销。
|
package/dist/agents/loader.js
CHANGED
|
@@ -12,8 +12,21 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import { readFileSync, existsSync, readdirSync } from 'node:fs';
|
|
14
14
|
import { join, resolve, relative, sep } from 'node:path';
|
|
15
|
+
import { homedir } from 'node:os';
|
|
15
16
|
// 枚举角色时跳过的非角色目录
|
|
16
17
|
const SKIP_DIRS = new Set(['node_modules', 'scripts', 'integrations', 'examples']);
|
|
18
|
+
/**
|
|
19
|
+
* 用户自建角色的固定分类前缀:`my/<id>` 一律解析到用户角色目录。
|
|
20
|
+
* 与 AO_AGENTS_DIR(整体替换内置库)不同,用户角色目录是「叠加」——
|
|
21
|
+
* 内置 267 个角色照常可用,自己攒的专家放 ~/.ao/roles,CLI 与 Studio 共用。
|
|
22
|
+
*/
|
|
23
|
+
export const USER_ROLE_CATEGORY = 'my';
|
|
24
|
+
/** 用户角色目录:AO_USER_ROLES_DIR 可覆盖,默认 ~/.ao/roles(与 ~/.ao/teams、~/.ao/prompts 同体系)。 */
|
|
25
|
+
export function userRolesDir() {
|
|
26
|
+
return process.env.AO_USER_ROLES_DIR
|
|
27
|
+
? resolve(process.env.AO_USER_ROLES_DIR)
|
|
28
|
+
: join(homedir(), '.ao', 'roles');
|
|
29
|
+
}
|
|
17
30
|
/** 一个 .md 是否是「角色」:必须有带 name 的 frontmatter(排除 README / 攻略 / 模板等文档)。 */
|
|
18
31
|
function isAgentFile(fullPath) {
|
|
19
32
|
try {
|
|
@@ -63,11 +76,46 @@ export function loadAgent(agentsDir, rolePath) {
|
|
|
63
76
|
throw new Error(`角色路径越界: ${rolePath}`);
|
|
64
77
|
}
|
|
65
78
|
if (!existsSync(fullPath)) {
|
|
79
|
+
// `my/<id>` 兜底到用户角色目录(agents_dir 里真有 my/ 子目录时以 agents_dir 优先)
|
|
80
|
+
if (rolePath.startsWith(`${USER_ROLE_CATEGORY}/`)) {
|
|
81
|
+
const userDir = userRolesDir();
|
|
82
|
+
const userPath = resolve(userDir, `${rolePath.slice(USER_ROLE_CATEGORY.length + 1)}.md`);
|
|
83
|
+
if (userPath.startsWith(userDir + sep) && existsSync(userPath)) {
|
|
84
|
+
return parseAgentFile(readFileSync(userPath, 'utf-8'), rolePath);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
66
87
|
throw new Error(`角色文件不存在: ${fullPath}\n请确认 agents_dir 和 role 路径正确`);
|
|
67
88
|
}
|
|
68
89
|
const content = readFileSync(fullPath, 'utf-8');
|
|
69
90
|
return parseAgentFile(content, rolePath);
|
|
70
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* 列出用户角色目录(~/.ao/roles)里的自建角色,rolePath 统一为 "my/<id>"。
|
|
94
|
+
* 目录不存在返回空数组;只认带 name frontmatter 的 .md(与内置库同规则)。
|
|
95
|
+
*/
|
|
96
|
+
export function listUserAgents() {
|
|
97
|
+
const dir = userRolesDir();
|
|
98
|
+
if (!existsSync(dir))
|
|
99
|
+
return [];
|
|
100
|
+
const agents = [];
|
|
101
|
+
for (const f of readdirSync(dir)) {
|
|
102
|
+
if (!f.endsWith('.md'))
|
|
103
|
+
continue;
|
|
104
|
+
const full = join(dir, f);
|
|
105
|
+
if (!isAgentFile(full))
|
|
106
|
+
continue;
|
|
107
|
+
try {
|
|
108
|
+
const rolePath = `${USER_ROLE_CATEGORY}/${f.replace(/\.md$/, '')}`;
|
|
109
|
+
const agent = parseAgentFile(readFileSync(full, 'utf-8'), rolePath);
|
|
110
|
+
agent.rolePath = rolePath;
|
|
111
|
+
agents.push(agent);
|
|
112
|
+
}
|
|
113
|
+
catch {
|
|
114
|
+
// 跳过无法解析的文件
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
return agents;
|
|
118
|
+
}
|
|
71
119
|
/**
|
|
72
120
|
* 解析 agent .md 文件内容
|
|
73
121
|
*/
|
|
@@ -103,8 +151,10 @@ function parseAgentFile(content, rolePath) {
|
|
|
103
151
|
}
|
|
104
152
|
/**
|
|
105
153
|
* 列出所有可用角色
|
|
154
|
+
* @param includeUser true 时叠加用户角色目录(~/.ao/roles)的 my/* 角色;
|
|
155
|
+
* 默认 false 保持纯目录语义(安装计数、测试 fixture 等不受用户机器状态影响)
|
|
106
156
|
*/
|
|
107
|
-
export function listAgents(agentsDir) {
|
|
157
|
+
export function listAgents(agentsDir, includeUser = false) {
|
|
108
158
|
const dir = resolve(agentsDir);
|
|
109
159
|
if (!existsSync(dir)) {
|
|
110
160
|
throw new Error(`agents 目录不存在: ${dir}`);
|
|
@@ -121,6 +171,14 @@ export function listAgents(agentsDir) {
|
|
|
121
171
|
// 跳过无法解析的文件
|
|
122
172
|
}
|
|
123
173
|
}
|
|
174
|
+
if (includeUser) {
|
|
175
|
+
// agents_dir 里真有 my/ 子目录时以 agents_dir 优先(与 loadAgent 解析次序一致)
|
|
176
|
+
const seen = new Set(agents.map(a => a.rolePath));
|
|
177
|
+
for (const ua of listUserAgents()) {
|
|
178
|
+
if (!seen.has(ua.rolePath))
|
|
179
|
+
agents.push(ua);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
124
182
|
return agents;
|
|
125
183
|
}
|
|
126
184
|
/**
|
package/dist/cli/compose.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export declare function buildComposeSystemPrompt(catalog: string, options?: {
|
|
|
36
36
|
model?: string;
|
|
37
37
|
lang?: 'zh' | 'en';
|
|
38
38
|
timeoutMs?: number;
|
|
39
|
+
agentsDirName?: string;
|
|
39
40
|
}): string;
|
|
40
41
|
/**
|
|
41
42
|
* 构建 user prompt
|
|
@@ -69,6 +70,8 @@ export declare function composeWorkflow(options: {
|
|
|
69
70
|
saveDir?: string;
|
|
70
71
|
/** R3.2 预算模式:把「轻活」步骤自动降到便宜档,省钱不掉关键质量(默认关,零回归) */
|
|
71
72
|
budget?: boolean;
|
|
73
|
+
/** 生成 YAML 里 agents_dir 的名字(多语言角色库如 "agency-agents-ko");缺省按 lang 用 zh/en 内置库名 */
|
|
74
|
+
agentsDirName?: string;
|
|
72
75
|
}): Promise<{
|
|
73
76
|
yaml: string;
|
|
74
77
|
savedPath: string;
|
package/dist/cli/compose.js
CHANGED
|
@@ -76,7 +76,8 @@ export function applyBudgetTiering(yamlText, provider) {
|
|
|
76
76
|
* 从 agents 目录构建精简的角色目录
|
|
77
77
|
*/
|
|
78
78
|
export function buildRoleCatalog(agentsDir) {
|
|
79
|
-
|
|
79
|
+
// 叠加用户自建角色(~/.ao/roles 的 my/*):手动组队可锁定自建专家,自动组队也能挑到
|
|
80
|
+
const agents = listAgents(agentsDir, true);
|
|
80
81
|
return agents
|
|
81
82
|
.filter(a => a.rolePath)
|
|
82
83
|
.map(a => ({
|
|
@@ -171,7 +172,7 @@ Output a complete YAML code block in this format:
|
|
|
171
172
|
name: "Workflow Name"
|
|
172
173
|
description: "One-line description"
|
|
173
174
|
|
|
174
|
-
agents_dir: "agency-agents"
|
|
175
|
+
agents_dir: "${options?.agentsDirName || 'agency-agents'}"
|
|
175
176
|
|
|
176
177
|
llm:
|
|
177
178
|
provider: ${provider}
|
|
@@ -285,7 +286,7 @@ ${autoRun ? inputsSection : ''}
|
|
|
285
286
|
name: "工作流名称"
|
|
286
287
|
description: "一句话描述"
|
|
287
288
|
|
|
288
|
-
agents_dir: "agency-agents-zh"
|
|
289
|
+
agents_dir: "${options?.agentsDirName || 'agency-agents-zh'}"
|
|
289
290
|
|
|
290
291
|
llm:
|
|
291
292
|
provider: ${provider}
|
|
@@ -434,6 +435,7 @@ export async function composeWorkflow(options) {
|
|
|
434
435
|
model: options.llmConfig.model,
|
|
435
436
|
lang,
|
|
436
437
|
timeoutMs: options.timeoutMs,
|
|
438
|
+
agentsDirName: options.agentsDirName,
|
|
437
439
|
});
|
|
438
440
|
let userPrompt = buildComposeUserPrompt(description, lang);
|
|
439
441
|
if (options.pinnedRoles?.length) {
|
package/dist/cli.js
CHANGED
|
@@ -1328,7 +1328,7 @@ function handleRoles() {
|
|
|
1328
1328
|
const keyword = getArgValue('--search')
|
|
1329
1329
|
|| (args[1] && !args[1].startsWith('-') ? args[1] : '');
|
|
1330
1330
|
try {
|
|
1331
|
-
const all = listAgents(resolve(agentsDir));
|
|
1331
|
+
const all = listAgents(resolve(agentsDir), true);
|
|
1332
1332
|
const agents = keyword ? filterAgentsByKeyword(all, keyword) : all;
|
|
1333
1333
|
if (keyword) {
|
|
1334
1334
|
console.log(`\n 搜索 "${keyword}":匹配 ${agents.length} / ${all.length} 个角色 (${agentsDir})\n`);
|
|
@@ -22,6 +22,8 @@ export class ClaudeConnector {
|
|
|
22
22
|
// 这里把它作为单请求 timeout 传给 SDK。timeout=0/未设(不限时)→ 不传,退回 SDK 默认。
|
|
23
23
|
const requestTimeout = config.timeout && config.timeout > 0 ? config.timeout : undefined;
|
|
24
24
|
const response = await this.client.messages.create({
|
|
25
|
+
// 供应商专有参数(如 thinking 预算)铺底,核心字段随后覆盖
|
|
26
|
+
...(config.params ?? {}),
|
|
25
27
|
model: config.model,
|
|
26
28
|
max_tokens: config.max_tokens || 4096,
|
|
27
29
|
...(config.temperature !== undefined ? { temperature: config.temperature } : {}),
|
|
@@ -22,6 +22,8 @@ export class OllamaConnector {
|
|
|
22
22
|
options: {
|
|
23
23
|
num_predict: numPredict,
|
|
24
24
|
num_ctx: numCtx,
|
|
25
|
+
// 供应商专有参数并入 ollama options(top_k/repeat_penalty 等)
|
|
26
|
+
...(config.params ?? {}),
|
|
25
27
|
...(config.temperature !== undefined ? { temperature: config.temperature } : {}),
|
|
26
28
|
},
|
|
27
29
|
}),
|
|
@@ -88,6 +88,9 @@ export class OpenAICompatibleConnector {
|
|
|
88
88
|
},
|
|
89
89
|
signal: controller.signal,
|
|
90
90
|
body: JSON.stringify({
|
|
91
|
+
// 供应商专有参数(thinking/reasoning 档位等)先铺底,核心字段随后覆盖——
|
|
92
|
+
// params 永远不能改掉 model/stream/messages,避免把流式解析搞挂
|
|
93
|
+
...(config.params ?? {}),
|
|
91
94
|
model: config.model,
|
|
92
95
|
[this.tokenParam]: config.max_tokens || 4096,
|
|
93
96
|
...(config.temperature !== undefined ? { temperature: config.temperature } : {}),
|
package/dist/i18n.js
CHANGED
|
@@ -205,6 +205,8 @@ const dict = {
|
|
|
205
205
|
upgrade [--check] 自我升级到最新版(--check 只检查不安装)
|
|
206
206
|
|
|
207
207
|
自带私有角色:设 AO_AGENTS_DIR=/你的角色目录,run/compose/roles/web 全局生效。
|
|
208
|
+
自建角色(叠加):放 ~/.ao/roles/<id>.md(或设 AO_USER_ROLES_DIR),工作流里用 my/<id> 引用,
|
|
209
|
+
与内置角色库共存;Studio「角色组队 → 我的」可视化增删。
|
|
208
210
|
固定全局目录:设 AO_HOME=~/.ao(或任意目录),产物 ao-output / 生成的工作流都落到那里,
|
|
209
211
|
不再散在执行目录;也可单独用 AO_OUTPUT_DIR / AO_WORKFLOWS_DIR 指定。
|
|
210
212
|
|
|
@@ -272,6 +274,8 @@ const dict = {
|
|
|
272
274
|
upgrade [--check] Self-update to the latest version (--check: check only)
|
|
273
275
|
|
|
274
276
|
Bring your own roles: set AO_AGENTS_DIR=/your/roles/dir — applies to run/compose/roles/web.
|
|
277
|
+
Your own roles (additive): drop ~/.ao/roles/<id>.md (or set AO_USER_ROLES_DIR) and reference
|
|
278
|
+
them as my/<id> — they coexist with the built-in library; manage visually in Studio.
|
|
275
279
|
Fixed global dir: set AO_HOME=~/.ao (or any dir) so outputs / generated workflows land there
|
|
276
280
|
instead of scattering across CWD; or set AO_OUTPUT_DIR / AO_WORKFLOWS_DIR individually.
|
|
277
281
|
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { buildDAG, formatDAG } from './core/dag.js';
|
|
|
9
9
|
export { executeDAG } from './core/executor.js';
|
|
10
10
|
export { evaluateCondition } from './core/condition.js';
|
|
11
11
|
export { renderTemplate, extractVariables } from './core/template.js';
|
|
12
|
-
export { loadAgent, listAgents } from './agents/loader.js';
|
|
12
|
+
export { loadAgent, listAgents, listUserAgents, userRolesDir, USER_ROLE_CATEGORY } from './agents/loader.js';
|
|
13
13
|
export { ClaudeConnector } from './connectors/claude.js';
|
|
14
14
|
export { OllamaConnector } from './connectors/ollama.js';
|
|
15
15
|
export { OpenAICompatibleConnector } from './connectors/openai-compatible.js';
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { buildDAG, formatDAG } from './core/dag.js';
|
|
|
9
9
|
export { executeDAG } from './core/executor.js';
|
|
10
10
|
export { evaluateCondition } from './core/condition.js';
|
|
11
11
|
export { renderTemplate, extractVariables } from './core/template.js';
|
|
12
|
-
export { loadAgent, listAgents } from './agents/loader.js';
|
|
12
|
+
export { loadAgent, listAgents, listUserAgents, userRolesDir, USER_ROLE_CATEGORY } from './agents/loader.js';
|
|
13
13
|
export { ClaudeConnector } from './connectors/claude.js';
|
|
14
14
|
export { OllamaConnector } from './connectors/ollama.js';
|
|
15
15
|
export { OpenAICompatibleConnector } from './connectors/openai-compatible.js';
|
package/dist/mcp/server.js
CHANGED
|
@@ -266,7 +266,7 @@ export async function startServer(verbose = false) {
|
|
|
266
266
|
}, async ({ agents_dir }) => {
|
|
267
267
|
try {
|
|
268
268
|
const agentsDir = findAgentsDir(agents_dir);
|
|
269
|
-
const agents = listAgents(agentsDir);
|
|
269
|
+
const agents = listAgents(agentsDir, true);
|
|
270
270
|
const lines = agents.map(a => {
|
|
271
271
|
const emoji = a.emoji || ' ';
|
|
272
272
|
return `${emoji} ${a.name} — ${a.description || '(无描述)'}`;
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agency-orchestrator",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Multi-agent YAML workflow engine —
|
|
3
|
+
"version": "0.12.0",
|
|
4
|
+
"description": "Multi-agent YAML workflow engine — 267 CN + 184 EN + 5 more language libraries of AI roles, auto DAG parallelism, zero code. One sentence → multiple AI roles collaborate → complete plan in minutes. 11 LLM providers, 7 need no API key.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"multi-agent",
|
|
7
7
|
"ai-agents",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@anthropic-ai/sdk": "^0.52.0",
|
|
92
92
|
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
93
|
-
"agency-agents-zh": "^1.2.
|
|
93
|
+
"agency-agents-zh": "^1.2.7",
|
|
94
94
|
"html-to-docx": "^1.8.0",
|
|
95
95
|
"js-yaml": "^4.1.0",
|
|
96
96
|
"marked": "^18.0.5",
|
|
@@ -101,6 +101,11 @@
|
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/js-yaml": "^4.0.9",
|
|
103
103
|
"@types/node": "^22.0.0",
|
|
104
|
+
"agency-agents-ar": "^1.0.1",
|
|
105
|
+
"agency-agents-id": "^1.0.1",
|
|
106
|
+
"agency-agents-ko": "^1.0.1",
|
|
107
|
+
"agency-agents-pt-br": "^1.0.1",
|
|
108
|
+
"agency-agents-ru": "^1.0.1",
|
|
104
109
|
"typescript": "^5.7.0"
|
|
105
110
|
},
|
|
106
111
|
"optionalDependencies": {
|