#
tokens: 49883/50000 307/1179 files (page 2/21)
lines: off (toggle) GitHub
raw markdown copy
This is page 2 of 21. Use http://codebase.md/sparesparrow/mcp-project-orchestrator?page={x} to view the full context.

# Directory Structure

```
├── .cursorrules
├── .env.example
├── .github
│   └── workflows
│       ├── build.yml
│       ├── ci-cd.yml
│       ├── ci.yml
│       ├── deploy.yml
│       ├── ecosystem-monitor.yml
│       ├── fan-out-orchestrator.yml
│       └── release.yml
├── .gitignore
├── .pre-commit-config.yaml
├── AUTOMOTIVE_CAMERA_SYSTEM_SUMMARY.md
├── automotive-camera-system
│   ├── docs
│   │   └── IMPLEMENTACE_CS.md
│   └── README.md
├── AWS_MCP_IMPLEMENTATION_SUMMARY.md
├── AWS_MCP_QUICKSTART.md
├── AWS_SIP_TRUNK_DEPLOYMENT_COMPLETE.md
├── aws-sip-trunk
│   ├── .gitignore
│   ├── config
│   │   ├── extensions.conf.j2
│   │   └── pjsip.conf.j2
│   ├── DEPLOYMENT_SUMMARY.md
│   ├── docs
│   │   ├── DEPLOYMENT.md
│   │   └── TROUBLESHOOTING.md
│   ├── PROJECT_INDEX.md
│   ├── pyproject.toml
│   ├── QUICKSTART.md
│   ├── README.md
│   ├── scripts
│   │   ├── deploy-asterisk-aws.sh
│   │   └── user-data.sh
│   ├── terraform
│   │   ├── ec2.tf
│   │   ├── main.tf
│   │   ├── monitoring.tf
│   │   ├── networking.tf
│   │   ├── outputs.tf
│   │   ├── storage.tf
│   │   ├── terraform.tfvars.example
│   │   └── variables.tf
│   ├── tests
│   │   └── test_sip_connectivity.py
│   └── VERIFICATION_CHECKLIST.md
├── CLAUDE.md
├── component_templates.json
├── conanfile.py
├── config
│   ├── default.json
│   └── project_orchestration.json
├── Containerfile
├── cursor-templates
│   └── openssl
│       ├── linux-dev.mdc.jinja2
│       └── shared.mdc.jinja2
├── data
│   └── prompts
│       └── templates
│           ├── advanced-multi-server-template.json
│           ├── analysis-assistant.json
│           ├── analyze-mermaid-diagram.json
│           ├── architecture-design-assistant.json
│           ├── code-diagram-documentation-creator.json
│           ├── code-refactoring-assistant.json
│           ├── code-review-assistant.json
│           ├── collaborative-development.json
│           ├── consolidated-interfaces-template.json
│           ├── could-you-interpret-the-assumed-applicat.json
│           ├── data-analysis-template.json
│           ├── database-query-assistant.json
│           ├── debugging-assistant.json
│           ├── development-system-prompt-zcna0.json
│           ├── development-system-prompt.json
│           ├── development-workflow.json
│           ├── docker-compose-prompt-combiner.json
│           ├── docker-containerization-guide.json
│           ├── docker-mcp-servers-orchestration.json
│           ├── foresight-assistant.json
│           ├── generate-different-types-of-questions-ab.json
│           ├── generate-mermaid-diagram.json
│           ├── image-1-describe-the-icon-in-one-sen.json
│           ├── initialize-project-setup-for-a-new-micro.json
│           ├── install-dependencies-build-run-test.json
│           ├── mcp-code-generator.json
│           ├── mcp-integration-assistant.json
│           ├── mcp-resources-explorer.json
│           ├── mcp-resources-integration.json
│           ├── mcp-server-configurator.json
│           ├── mcp-server-dev-prompt-combiner.json
│           ├── mcp-server-integration-template.json
│           ├── mcp-template-system.json
│           ├── mermaid-analysis-expert.json
│           ├── mermaid-class-diagram-generator.json
│           ├── mermaid-diagram-generator.json
│           ├── mermaid-diagram-modifier.json
│           ├── modify-mermaid-diagram.json
│           ├── monorepo-migration-guide.json
│           ├── multi-resource-context.json
│           ├── project-analysis-assistant.json
│           ├── prompt-combiner-interface.json
│           ├── prompt-templates.json
│           ├── repository-explorer.json
│           ├── research-assistant.json
│           ├── sequential-data-analysis.json
│           ├── solid-code-analysis-visualizer.json
│           ├── task-list-helper-8ithy.json
│           ├── template-based-mcp-integration.json
│           ├── templates.json
│           ├── test-prompt.json
│           └── you-are-limited-to-respond-yes-or-no-onl.json
├── docs
│   ├── AWS_MCP.md
│   ├── AWS.md
│   ├── CONAN.md
│   └── integration.md
├── elevenlabs-agents
│   ├── agent-prompts.json
│   └── README.md
├── IMPLEMENTATION_STATUS.md
├── integration_plan.md
├── LICENSE
├── MANIFEST.in
├── mcp-project-orchestrator
│   └── openssl
│       ├── .github
│       │   └── workflows
│       │       └── validate-cursor-config.yml
│       ├── conanfile.py
│       ├── CURSOR_DEPLOYMENT_POLISH.md
│       ├── cursor-rules
│       │   ├── mcp.json.jinja2
│       │   ├── prompts
│       │   │   ├── fips-compliance.md.jinja2
│       │   │   ├── openssl-coding-standards.md.jinja2
│       │   │   └── pr-review.md.jinja2
│       │   └── rules
│       │       ├── ci-linux.mdc.jinja2
│       │       ├── linux-dev.mdc.jinja2
│       │       ├── macos-dev.mdc.jinja2
│       │       ├── shared.mdc.jinja2
│       │       └── windows-dev.mdc.jinja2
│       ├── docs
│       │   └── cursor-configuration-management.md
│       ├── examples
│       │   └── example-workspace
│       │       ├── .cursor
│       │       │   ├── mcp.json
│       │       │   └── rules
│       │       │       ├── linux-dev.mdc
│       │       │       └── shared.mdc
│       │       ├── .gitignore
│       │       ├── CMakeLists.txt
│       │       ├── conanfile.py
│       │       ├── profiles
│       │       │   ├── linux-gcc-debug.profile
│       │       │   └── linux-gcc-release.profile
│       │       ├── README.md
│       │       └── src
│       │           ├── crypto_utils.cpp
│       │           ├── crypto_utils.h
│       │           └── main.cpp
│       ├── IMPLEMENTATION_SUMMARY.md
│       ├── mcp_orchestrator
│       │   ├── __init__.py
│       │   ├── cli.py
│       │   ├── conan_integration.py
│       │   ├── cursor_config.py
│       │   ├── cursor_deployer.py
│       │   ├── deploy_cursor.py
│       │   ├── env_config.py
│       │   ├── platform_detector.py
│       │   └── yaml_validator.py
│       ├── openssl-cursor-example-workspace-20251014_121133.zip
│       ├── pyproject.toml
│       ├── README.md
│       ├── requirements.txt
│       ├── scripts
│       │   └── create_example_workspace.py
│       ├── setup.py
│       ├── test_deployment.py
│       └── tests
│           ├── __init__.py
│           ├── test_cursor_deployer.py
│           └── test_template_validation.py
├── printcast-agent
│   ├── .env.example
│   ├── config
│   │   └── asterisk
│   │       └── extensions.conf
│   ├── Containerfile
│   ├── docker-compose.yml
│   ├── pyproject.toml
│   ├── README.md
│   ├── scripts
│   │   └── docker-entrypoint.sh
│   ├── src
│   │   ├── integrations
│   │   │   ├── __init__.py
│   │   │   ├── asterisk.py
│   │   │   ├── content.py
│   │   │   ├── delivery.py
│   │   │   ├── elevenlabs.py
│   │   │   └── printing.py
│   │   ├── mcp_server
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── server.py
│   │   └── orchestration
│   │       ├── __init__.py
│   │       └── workflow.py
│   └── tests
│       └── test_mcp_server.py
├── project_orchestration.json
├── project_templates.json
├── pyproject.toml
├── README.md
├── REFACTORING_COMPLETED.md
├── REFACTORING_RECOMMENDATIONS.md
├── requirements.txt
├── scripts
│   ├── archive
│   │   ├── init_claude_test.sh
│   │   ├── init_postgres.sh
│   │   ├── start_mcp_servers.sh
│   │   └── test_claude_desktop.sh
│   ├── consolidate_mermaid.py
│   ├── consolidate_prompts.py
│   ├── consolidate_resources.py
│   ├── consolidate_templates.py
│   ├── INSTRUCTIONS.md
│   ├── README.md
│   ├── setup_aws_mcp.sh
│   ├── setup_mcp.sh
│   ├── setup_orchestrator.sh
│   ├── setup_project.py
│   └── test_mcp.sh
├── src
│   └── mcp_project_orchestrator
│       ├── __init__.py
│       ├── __main__.py
│       ├── aws_mcp.py
│       ├── cli
│       │   └── __init__.py
│       ├── cli.py
│       ├── commands
│       │   └── openssl_cli.py
│       ├── core
│       │   ├── __init__.py
│       │   ├── base.py
│       │   ├── config.py
│       │   ├── exceptions.py
│       │   ├── fastmcp.py
│       │   ├── logging.py
│       │   └── managers.py
│       ├── cursor_deployer.py
│       ├── ecosystem_monitor.py
│       ├── fan_out_orchestrator.py
│       ├── fastmcp.py
│       ├── mcp-py
│       │   ├── AggregateVersions.py
│       │   ├── CustomBashTool.py
│       │   ├── FileAnnotator.py
│       │   ├── mcp-client.py
│       │   ├── mcp-server.py
│       │   ├── MermaidDiagramGenerator.py
│       │   ├── NamingAgent.py
│       │   └── solid-analyzer-agent.py
│       ├── mermaid
│       │   ├── __init__.py
│       │   ├── generator.py
│       │   ├── mermaid_orchestrator.py
│       │   ├── renderer.py
│       │   ├── templates
│       │   │   ├── AbstractFactory-diagram.json
│       │   │   ├── Adapter-diagram.json
│       │   │   ├── Analyze_Mermaid_Diagram.json
│       │   │   ├── Builder-diagram.json
│       │   │   ├── Chain-diagram.json
│       │   │   ├── Code_Diagram_Documentation_Creator.json
│       │   │   ├── Command-diagram.json
│       │   │   ├── Decorator-diagram.json
│       │   │   ├── Facade-diagram.json
│       │   │   ├── Factory-diagram.json
│       │   │   ├── flowchart
│       │   │   │   ├── AbstractFactory-diagram.json
│       │   │   │   ├── Adapter-diagram.json
│       │   │   │   ├── Analyze_Mermaid_Diagram.json
│       │   │   │   ├── Builder-diagram.json
│       │   │   │   ├── Chain-diagram.json
│       │   │   │   ├── Code_Diagram_Documentation_Creator.json
│       │   │   │   ├── Command-diagram.json
│       │   │   │   ├── Decorator-diagram.json
│       │   │   │   ├── Facade-diagram.json
│       │   │   │   ├── Factory-diagram.json
│       │   │   │   ├── Generate_Mermaid_Diagram.json
│       │   │   │   ├── generated_diagram.json
│       │   │   │   ├── integration.json
│       │   │   │   ├── Iterator-diagram.json
│       │   │   │   ├── Mediator-diagram.json
│       │   │   │   ├── Memento-diagram.json
│       │   │   │   ├── Mermaid_Analysis_Expert.json
│       │   │   │   ├── Mermaid_Class_Diagram_Generator.json
│       │   │   │   ├── Mermaid_Diagram_Generator.json
│       │   │   │   ├── Mermaid_Diagram_Modifier.json
│       │   │   │   ├── Modify_Mermaid_Diagram.json
│       │   │   │   ├── Observer-diagram.json
│       │   │   │   ├── Prototype-diagram.json
│       │   │   │   ├── Proxy-diagram.json
│       │   │   │   ├── README.json
│       │   │   │   ├── Singleton-diagram.json
│       │   │   │   ├── State-diagram.json
│       │   │   │   ├── Strategy-diagram.json
│       │   │   │   ├── TemplateMethod-diagram.json
│       │   │   │   ├── theme_dark.json
│       │   │   │   ├── theme_default.json
│       │   │   │   ├── theme_pastel.json
│       │   │   │   ├── theme_vibrant.json
│       │   │   │   └── Visitor-diagram.json
│       │   │   ├── Generate_Mermaid_Diagram.json
│       │   │   ├── generated_diagram.json
│       │   │   ├── index.json
│       │   │   ├── integration.json
│       │   │   ├── Iterator-diagram.json
│       │   │   ├── Mediator-diagram.json
│       │   │   ├── Memento-diagram.json
│       │   │   ├── Mermaid_Analysis_Expert.json
│       │   │   ├── Mermaid_Class_Diagram_Generator.json
│       │   │   ├── Mermaid_Diagram_Generator.json
│       │   │   ├── Mermaid_Diagram_Modifier.json
│       │   │   ├── Modify_Mermaid_Diagram.json
│       │   │   ├── Observer-diagram.json
│       │   │   ├── Prototype-diagram.json
│       │   │   ├── Proxy-diagram.json
│       │   │   ├── README.json
│       │   │   ├── Singleton-diagram.json
│       │   │   ├── State-diagram.json
│       │   │   ├── Strategy-diagram.json
│       │   │   ├── TemplateMethod-diagram.json
│       │   │   ├── theme_dark.json
│       │   │   ├── theme_default.json
│       │   │   ├── theme_pastel.json
│       │   │   ├── theme_vibrant.json
│       │   │   └── Visitor-diagram.json
│       │   └── types.py
│       ├── project_orchestration.py
│       ├── prompt_manager
│       │   ├── __init__.py
│       │   ├── loader.py
│       │   ├── manager.py
│       │   └── template.py
│       ├── prompts
│       │   ├── __dirname.json
│       │   ├── __image_1___describe_the_icon_in_one_sen___.json
│       │   ├── __init__.py
│       │   ├── __type.json
│       │   ├── _.json
│       │   ├── _DEFAULT_OPEN_DELIMITER.json
│       │   ├── _emojiRegex.json
│       │   ├── _UUID_CHARS.json
│       │   ├── a.json
│       │   ├── A.json
│       │   ├── Aa.json
│       │   ├── aAnnotationPadding.json
│       │   ├── absoluteThresholdGroup.json
│       │   ├── add.json
│       │   ├── ADDITIONAL_PROPERTY_FLAG.json
│       │   ├── Advanced_Multi-Server_Integration_Template.json
│       │   ├── allOptionsList.json
│       │   ├── analysis
│       │   │   ├── Data_Analysis_Template.json
│       │   │   ├── index.json
│       │   │   ├── Mermaid_Analysis_Expert.json
│       │   │   ├── Sequential_Data_Analysis_with_MCP_Integration.json
│       │   │   └── SOLID_Code_Analysis_Visualizer.json
│       │   ├── Analysis_Assistant.json
│       │   ├── Analyze_Mermaid_Diagram.json
│       │   ├── ANDROID_EVERGREEN_FIRST.json
│       │   ├── ANSI_ESCAPE_BELL.json
│       │   ├── architecture
│       │   │   ├── index.json
│       │   │   └── PromptCombiner_Interface.json
│       │   ├── Architecture_Design_Assistant.json
│       │   ├── argsTag.json
│       │   ├── ARROW.json
│       │   ├── assistant
│       │   │   ├── Analysis_Assistant.json
│       │   │   ├── Architecture_Design_Assistant.json
│       │   │   ├── Code_Refactoring_Assistant.json
│       │   │   ├── Code_Review_Assistant.json
│       │   │   ├── Database_Query_Assistant.json
│       │   │   ├── Debugging_Assistant.json
│       │   │   ├── Foresight_Assistant.json
│       │   │   ├── index.json
│       │   │   ├── MCP_Integration_Assistant.json
│       │   │   ├── Project_Analysis_Assistant.json
│       │   │   └── Research_Assistant.json
│       │   ├── astralRange.json
│       │   ├── at.json
│       │   ├── authorization_endpoint.json
│       │   ├── b.json
│       │   ├── BABELIGNORE_FILENAME.json
│       │   ├── BACKSLASH.json
│       │   ├── backupId.json
│       │   ├── BANG.json
│       │   ├── BASE64_MAP.json
│       │   ├── baseFlags.json
│       │   ├── Basic_Template.json
│       │   ├── bgModel.json
│       │   ├── bignum.json
│       │   ├── blockKeywordsStr.json
│       │   ├── BOMChar.json
│       │   ├── boundary.json
│       │   ├── brackets.json
│       │   ├── BROWSER_VAR.json
│       │   ├── bt.json
│       │   ├── BUILTIN.json
│       │   ├── BULLET.json
│       │   ├── c.json
│       │   ├── C.json
│       │   ├── CACHE_VERSION.json
│       │   ├── cacheControl.json
│       │   ├── cacheProp.json
│       │   ├── category.py
│       │   ├── CHANGE_EVENT.json
│       │   ├── CHAR_CODE_0.json
│       │   ├── chars.json
│       │   ├── cjsPattern.json
│       │   ├── cKeywords.json
│       │   ├── classForPercent.json
│       │   ├── classStr.json
│       │   ├── clientFirstMessageBare.json
│       │   ├── cmd.json
│       │   ├── Code_Diagram_Documentation_Creator.json
│       │   ├── Code_Refactoring_Assistant.json
│       │   ├── Code_Review_Assistant.json
│       │   ├── code.json
│       │   ├── coding
│       │   │   ├── __dirname.json
│       │   │   ├── _.json
│       │   │   ├── _DEFAULT_OPEN_DELIMITER.json
│       │   │   ├── _emojiRegex.json
│       │   │   ├── _UUID_CHARS.json
│       │   │   ├── a.json
│       │   │   ├── A.json
│       │   │   ├── aAnnotationPadding.json
│       │   │   ├── absoluteThresholdGroup.json
│       │   │   ├── add.json
│       │   │   ├── ADDITIONAL_PROPERTY_FLAG.json
│       │   │   ├── allOptionsList.json
│       │   │   ├── ANDROID_EVERGREEN_FIRST.json
│       │   │   ├── ANSI_ESCAPE_BELL.json
│       │   │   ├── argsTag.json
│       │   │   ├── ARROW.json
│       │   │   ├── astralRange.json
│       │   │   ├── at.json
│       │   │   ├── authorization_endpoint.json
│       │   │   ├── BABELIGNORE_FILENAME.json
│       │   │   ├── BACKSLASH.json
│       │   │   ├── BANG.json
│       │   │   ├── BASE64_MAP.json
│       │   │   ├── baseFlags.json
│       │   │   ├── bgModel.json
│       │   │   ├── bignum.json
│       │   │   ├── blockKeywordsStr.json
│       │   │   ├── BOMChar.json
│       │   │   ├── boundary.json
│       │   │   ├── brackets.json
│       │   │   ├── BROWSER_VAR.json
│       │   │   ├── bt.json
│       │   │   ├── BUILTIN.json
│       │   │   ├── BULLET.json
│       │   │   ├── c.json
│       │   │   ├── C.json
│       │   │   ├── CACHE_VERSION.json
│       │   │   ├── cacheControl.json
│       │   │   ├── cacheProp.json
│       │   │   ├── CHANGE_EVENT.json
│       │   │   ├── CHAR_CODE_0.json
│       │   │   ├── chars.json
│       │   │   ├── cjsPattern.json
│       │   │   ├── cKeywords.json
│       │   │   ├── classForPercent.json
│       │   │   ├── classStr.json
│       │   │   ├── clientFirstMessageBare.json
│       │   │   ├── cmd.json
│       │   │   ├── code.json
│       │   │   ├── colorCode.json
│       │   │   ├── comma.json
│       │   │   ├── command.json
│       │   │   ├── configJsContent.json
│       │   │   ├── connectionString.json
│       │   │   ├── cssClassStr.json
│       │   │   ├── currentBoundaryParse.json
│       │   │   ├── d.json
│       │   │   ├── data.json
│       │   │   ├── DATA.json
│       │   │   ├── dataWebpackPrefix.json
│       │   │   ├── debug.json
│       │   │   ├── decodeStateVectorV2.json
│       │   │   ├── DEFAULT_DELIMITER.json
│       │   │   ├── DEFAULT_DIAGRAM_DIRECTION.json
│       │   │   ├── DEFAULT_JS_PATTERN.json
│       │   │   ├── DEFAULT_LOG_TARGET.json
│       │   │   ├── defaultHelpOpt.json
│       │   │   ├── defaultHost.json
│       │   │   ├── deferY18nLookupPrefix.json
│       │   │   ├── DELIM.json
│       │   │   ├── delimiter.json
│       │   │   ├── DEPRECATION.json
│       │   │   ├── destMain.json
│       │   │   ├── DID_NOT_THROW.json
│       │   │   ├── direction.json
│       │   │   ├── displayValue.json
│       │   │   ├── DNS.json
│       │   │   ├── doc.json
│       │   │   ├── DOCUMENTATION_NOTE.json
│       │   │   ├── DOT.json
│       │   │   ├── DOTS.json
│       │   │   ├── dummyCompoundId.json
│       │   │   ├── e.json
│       │   │   ├── E.json
│       │   │   ├── earlyHintsLink.json
│       │   │   ├── elide.json
│       │   │   ├── EMPTY.json
│       │   │   ├── end.json
│       │   │   ├── endpoint.json
│       │   │   ├── environment.json
│       │   │   ├── ERR_CODE.json
│       │   │   ├── errMessage.json
│       │   │   ├── errMsg.json
│       │   │   ├── ERROR_MESSAGE.json
│       │   │   ├── error.json
│       │   │   ├── ERROR.json
│       │   │   ├── ERRORCLASS.json
│       │   │   ├── errorMessage.json
│       │   │   ├── es6Default.json
│       │   │   ├── ESC.json
│       │   │   ├── Escapable.json
│       │   │   ├── escapedChar.json
│       │   │   ├── escapeFuncStr.json
│       │   │   ├── escSlash.json
│       │   │   ├── ev.json
│       │   │   ├── event.json
│       │   │   ├── execaMessage.json
│       │   │   ├── EXPECTED_LABEL.json
│       │   │   ├── expected.json
│       │   │   ├── expectedString.json
│       │   │   ├── expression1.json
│       │   │   ├── EXTENSION.json
│       │   │   ├── f.json
│       │   │   ├── FAIL_TEXT.json
│       │   │   ├── FILE_BROWSER_FACTORY.json
│       │   │   ├── fill.json
│       │   │   ├── findPackageJson.json
│       │   │   ├── fnKey.json
│       │   │   ├── FORMAT.json
│       │   │   ├── formatted.json
│       │   │   ├── from.json
│       │   │   ├── fullpaths.json
│       │   │   ├── FUNC_ERROR_TEXT.json
│       │   │   ├── GenStateSuspendedStart.json
│       │   │   ├── GENSYNC_EXPECTED_START.json
│       │   │   ├── gutter.json
│       │   │   ├── h.json
│       │   │   ├── handlerFuncName.json
│       │   │   ├── HASH_UNDEFINED.json
│       │   │   ├── head.json
│       │   │   ├── helpMessage.json
│       │   │   ├── HINT_ARG.json
│       │   │   ├── HOOK_RETURNED_NOTHING_ERROR_MESSAGE.json
│       │   │   ├── i.json
│       │   │   ├── id.json
│       │   │   ├── identifier.json
│       │   │   ├── Identifier.json
│       │   │   ├── INDENT.json
│       │   │   ├── indentation.json
│       │   │   ├── index.json
│       │   │   ├── INDIRECTION_FRAGMENT.json
│       │   │   ├── input.json
│       │   │   ├── inputText.json
│       │   │   ├── insert.json
│       │   │   ├── insertPromptQuery.json
│       │   │   ├── INSPECT_MAX_BYTES.json
│       │   │   ├── intToCharMap.json
│       │   │   ├── IS_ITERABLE_SENTINEL.json
│       │   │   ├── IS_KEYED_SENTINEL.json
│       │   │   ├── isConfigType.json
│       │   │   ├── isoSentinel.json
│       │   │   ├── isSourceNode.json
│       │   │   ├── j.json
│       │   │   ├── JAKE_CMD.json
│       │   │   ├── JEST_GLOBAL_NAME.json
│       │   │   ├── JEST_GLOBALS_MODULE_NAME.json
│       │   │   ├── JSON_SYNTAX_CHAR.json
│       │   │   ├── json.json
│       │   │   ├── jsonType.json
│       │   │   ├── jupyter_namespaceObject.json
│       │   │   ├── JUPYTERLAB_DOCMANAGER_PLUGIN_ID.json
│       │   │   ├── k.json
│       │   │   ├── KERNEL_STATUS_ERROR_CLASS.json
│       │   │   ├── key.json
│       │   │   ├── l.json
│       │   │   ├── labelId.json
│       │   │   ├── LATEST_PROTOCOL_VERSION.json
│       │   │   ├── LETTERDASHNUMBER.json
│       │   │   ├── LF.json
│       │   │   ├── LIMIT_REPLACE_NODE.json
│       │   │   ├── logTime.json
│       │   │   ├── lstatkey.json
│       │   │   ├── lt.json
│       │   │   ├── m.json
│       │   │   ├── maliciousPayload.json
│       │   │   ├── mask.json
│       │   │   ├── match.json
│       │   │   ├── matchingDelim.json
│       │   │   ├── MAXIMUM_MESSAGE_SIZE.json
│       │   │   ├── mdcContent.json
│       │   │   ├── MERMAID_DOM_ID_PREFIX.json
│       │   │   ├── message.json
│       │   │   ├── messages.json
│       │   │   ├── meth.json
│       │   │   ├── minimatch.json
│       │   │   ├── MOCK_CONSTRUCTOR_NAME.json
│       │   │   ├── MOCKS_PATTERN.json
│       │   │   ├── moduleDirectory.json
│       │   │   ├── msg.json
│       │   │   ├── mtr.json
│       │   │   ├── multipartType.json
│       │   │   ├── n.json
│       │   │   ├── N.json
│       │   │   ├── name.json
│       │   │   ├── NATIVE_PLATFORM.json
│       │   │   ├── newUrl.json
│       │   │   ├── NM.json
│       │   │   ├── NO_ARGUMENTS.json
│       │   │   ├── NO_DIFF_MESSAGE.json
│       │   │   ├── NODE_MODULES.json
│       │   │   ├── nodeInternalPrefix.json
│       │   │   ├── nonASCIIidentifierStartChars.json
│       │   │   ├── nonKey.json
│       │   │   ├── NOT_A_DOT.json
│       │   │   ├── notCharacterOrDash.json
│       │   │   ├── notebookURL.json
│       │   │   ├── notSelector.json
│       │   │   ├── nullTag.json
│       │   │   ├── num.json
│       │   │   ├── NUMBER.json
│       │   │   ├── o.json
│       │   │   ├── O.json
│       │   │   ├── octChar.json
│       │   │   ├── octetStreamType.json
│       │   │   ├── operators.json
│       │   │   ├── out.json
│       │   │   ├── OUTSIDE_JEST_VM_PROTOCOL.json
│       │   │   ├── override.json
│       │   │   ├── p.json
│       │   │   ├── PACKAGE_FILENAME.json
│       │   │   ├── PACKAGE_JSON.json
│       │   │   ├── packageVersion.json
│       │   │   ├── paddedNumber.json
│       │   │   ├── page.json
│       │   │   ├── parseClass.json
│       │   │   ├── path.json
│       │   │   ├── pathExt.json
│       │   │   ├── pattern.json
│       │   │   ├── PatternBoolean.json
│       │   │   ├── pBuiltins.json
│       │   │   ├── pFloatForm.json
│       │   │   ├── pkg.json
│       │   │   ├── PLUGIN_ID_DOC_MANAGER.json
│       │   │   ├── plusChar.json
│       │   │   ├── PN_CHARS.json
│       │   │   ├── point.json
│       │   │   ├── prefix.json
│       │   │   ├── PRETTY_PLACEHOLDER.json
│       │   │   ├── property_prefix.json
│       │   │   ├── pubkey256.json
│       │   │   ├── Q.json
│       │   │   ├── qmark.json
│       │   │   ├── QO.json
│       │   │   ├── query.json
│       │   │   ├── querystringType.json
│       │   │   ├── queryText.json
│       │   │   ├── r.json
│       │   │   ├── R.json
│       │   │   ├── rangeStart.json
│       │   │   ├── re.json
│       │   │   ├── reI.json
│       │   │   ├── REQUIRED_FIELD_SYMBOL.json
│       │   │   ├── reserve.json
│       │   │   ├── resolvedDestination.json
│       │   │   ├── resolverDir.json
│       │   │   ├── responseType.json
│       │   │   ├── result.json
│       │   │   ├── ROOT_DESCRIBE_BLOCK_NAME.json
│       │   │   ├── ROOT_NAMESPACE_NAME.json
│       │   │   ├── ROOT_TASK_NAME.json
│       │   │   ├── route.json
│       │   │   ├── RUNNING_TEXT.json
│       │   │   ├── s.json
│       │   │   ├── SCHEMA_PATH.json
│       │   │   ├── se.json
│       │   │   ├── SEARCHABLE_CLASS.json
│       │   │   ├── secret.json
│       │   │   ├── selector.json
│       │   │   ├── SEMVER_SPEC_VERSION.json
│       │   │   ├── sensitiveHeaders.json
│       │   │   ├── sep.json
│       │   │   ├── separator.json
│       │   │   ├── SHAPE_STATE.json
│       │   │   ├── shape.json
│       │   │   ├── SHARED.json
│       │   │   ├── short.json
│       │   │   ├── side.json
│       │   │   ├── SNAPSHOT_VERSION.json
│       │   │   ├── SOURCE_MAPPING_PREFIX.json
│       │   │   ├── source.json
│       │   │   ├── sourceMapContent.json
│       │   │   ├── SPACE_SYMBOL.json
│       │   │   ├── SPACE.json
│       │   │   ├── sqlKeywords.json
│       │   │   ├── sranges.json
│       │   │   ├── st.json
│       │   │   ├── ST.json
│       │   │   ├── stack.json
│       │   │   ├── START_HIDING.json
│       │   │   ├── START_OF_LINE.json
│       │   │   ├── startNoTraversal.json
│       │   │   ├── STATES.json
│       │   │   ├── stats.json
│       │   │   ├── statSync.json
│       │   │   ├── storageStatus.json
│       │   │   ├── storageType.json
│       │   │   ├── str.json
│       │   │   ├── stringifiedObject.json
│       │   │   ├── stringPath.json
│       │   │   ├── stringResult.json
│       │   │   ├── stringTag.json
│       │   │   ├── strValue.json
│       │   │   ├── style.json
│       │   │   ├── SUB_NAME.json
│       │   │   ├── subkey.json
│       │   │   ├── SUBPROTOCOL.json
│       │   │   ├── SUITE_NAME.json
│       │   │   ├── symbolPattern.json
│       │   │   ├── symbolTag.json
│       │   │   ├── t.json
│       │   │   ├── T.json
│       │   │   ├── templateDir.json
│       │   │   ├── tempName.json
│       │   │   ├── text.json
│       │   │   ├── time.json
│       │   │   ├── titleSeparator.json
│       │   │   ├── tmpl.json
│       │   │   ├── tn.json
│       │   │   ├── toValue.json
│       │   │   ├── transform.json
│       │   │   ├── trustProxyDefaultSymbol.json
│       │   │   ├── typeArgumentsKey.json
│       │   │   ├── typeKey.json
│       │   │   ├── typeMessage.json
│       │   │   ├── typesRegistryPackageName.json
│       │   │   ├── u.json
│       │   │   ├── UNDEFINED.json
│       │   │   ├── unit.json
│       │   │   ├── UNMATCHED_SURROGATE_PAIR_REPLACE.json
│       │   │   ├── ur.json
│       │   │   ├── USAGE.json
│       │   │   ├── value.json
│       │   │   ├── Vr.json
│       │   │   ├── watchmanURL.json
│       │   │   ├── webkit.json
│       │   │   ├── xhtml.json
│       │   │   ├── XP_DEFAULT_PATHEXT.json
│       │   │   └── y.json
│       │   ├── Collaborative_Development_with_MCP_Integration.json
│       │   ├── colorCode.json
│       │   ├── comma.json
│       │   ├── command.json
│       │   ├── completionShTemplate.json
│       │   ├── configJsContent.json
│       │   ├── connectionString.json
│       │   ├── Consolidated_TypeScript_Interfaces_Template.json
│       │   ├── Could_you_interpret_the_assumed_applicat___.json
│       │   ├── cssClassStr.json
│       │   ├── currentBoundaryParse.json
│       │   ├── d.json
│       │   ├── Data_Analysis_Template.json
│       │   ├── data.json
│       │   ├── DATA.json
│       │   ├── Database_Query_Assistant.json
│       │   ├── dataWebpackPrefix.json
│       │   ├── debug.json
│       │   ├── Debugging_Assistant.json
│       │   ├── decodeStateVectorV2.json
│       │   ├── DEFAULT_DELIMITER.json
│       │   ├── DEFAULT_DIAGRAM_DIRECTION.json
│       │   ├── DEFAULT_INDENT.json
│       │   ├── DEFAULT_JS_PATTERN.json
│       │   ├── DEFAULT_LOG_TARGET.json
│       │   ├── defaultHelpOpt.json
│       │   ├── defaultHost.json
│       │   ├── deferY18nLookupPrefix.json
│       │   ├── DELIM.json
│       │   ├── delimiter.json
│       │   ├── DEPRECATION.json
│       │   ├── DESCENDING.json
│       │   ├── destMain.json
│       │   ├── development
│       │   │   ├── Collaborative_Development_with_MCP_Integration.json
│       │   │   ├── Consolidated_TypeScript_Interfaces_Template.json
│       │   │   ├── Development_Workflow.json
│       │   │   ├── index.json
│       │   │   ├── MCP_Server_Development_Prompt_Combiner.json
│       │   │   └── Monorepo_Migration_and_Code_Organization_Guide.json
│       │   ├── Development_System_Prompt.json
│       │   ├── Development_Workflow.json
│       │   ├── devops
│       │   │   ├── Docker_Compose_Prompt_Combiner.json
│       │   │   ├── Docker_Containerization_Guide.json
│       │   │   └── index.json
│       │   ├── DID_NOT_THROW.json
│       │   ├── direction.json
│       │   ├── displayValue.json
│       │   ├── DNS.json
│       │   ├── doc.json
│       │   ├── Docker_Compose_Prompt_Combiner.json
│       │   ├── Docker_Containerization_Guide.json
│       │   ├── Docker_MCP_Servers_Orchestration_Guide.json
│       │   ├── DOCUMENTATION_NOTE.json
│       │   ├── DOT.json
│       │   ├── DOTS.json
│       │   ├── dummyCompoundId.json
│       │   ├── e.json
│       │   ├── E.json
│       │   ├── earlyHintsLink.json
│       │   ├── elide.json
│       │   ├── EMPTY.json
│       │   ├── encoded.json
│       │   ├── end.json
│       │   ├── endpoint.json
│       │   ├── environment.json
│       │   ├── ERR_CODE.json
│       │   ├── errMessage.json
│       │   ├── errMsg.json
│       │   ├── ERROR_MESSAGE.json
│       │   ├── error.json
│       │   ├── ERROR.json
│       │   ├── ERRORCLASS.json
│       │   ├── errorMessage.json
│       │   ├── es6Default.json
│       │   ├── ESC.json
│       │   ├── Escapable.json
│       │   ├── escapedChar.json
│       │   ├── escapeFuncStr.json
│       │   ├── escSlash.json
│       │   ├── ev.json
│       │   ├── event.json
│       │   ├── execaMessage.json
│       │   ├── EXPECTED_LABEL.json
│       │   ├── expected.json
│       │   ├── expectedString.json
│       │   ├── expression1.json
│       │   ├── EXTENSION.json
│       │   ├── f.json
│       │   ├── FAIL_TEXT.json
│       │   ├── FILE_BROWSER_FACTORY.json
│       │   ├── fill.json
│       │   ├── findPackageJson.json
│       │   ├── fnKey.json
│       │   ├── Foresight_Assistant.json
│       │   ├── FORMAT.json
│       │   ├── formatted.json
│       │   ├── from.json
│       │   ├── fullpaths.json
│       │   ├── FUNC_ERROR_TEXT.json
│       │   ├── general
│       │   │   └── index.json
│       │   ├── Generate_different_types_of_questions_ab___.json
│       │   ├── Generate_Mermaid_Diagram.json
│       │   ├── GenStateSuspendedStart.json
│       │   ├── GENSYNC_EXPECTED_START.json
│       │   ├── GitHub_Repository_Explorer.json
│       │   ├── gutter.json
│       │   ├── h.json
│       │   ├── handlerFuncName.json
│       │   ├── HASH_UNDEFINED.json
│       │   ├── head.json
│       │   ├── helpMessage.json
│       │   ├── HINT_ARG.json
│       │   ├── HOOK_RETURNED_NOTHING_ERROR_MESSAGE.json
│       │   ├── i.json
│       │   ├── id.json
│       │   ├── identifier.json
│       │   ├── Identifier.json
│       │   ├── INDENT.json
│       │   ├── indentation.json
│       │   ├── index.json
│       │   ├── INDIRECTION_FRAGMENT.json
│       │   ├── Initialize_project_setup_for_a_new_micro___.json
│       │   ├── input.json
│       │   ├── inputText.json
│       │   ├── insert.json
│       │   ├── insertPromptQuery.json
│       │   ├── INSPECT_MAX_BYTES.json
│       │   ├── install_dependencies__build__run__test____.json
│       │   ├── intToCharMap.json
│       │   ├── IS_ITERABLE_SENTINEL.json
│       │   ├── IS_KEYED_SENTINEL.json
│       │   ├── isConfigType.json
│       │   ├── isoSentinel.json
│       │   ├── isSourceNode.json
│       │   ├── j.json
│       │   ├── J.json
│       │   ├── JAKE_CMD.json
│       │   ├── JEST_GLOBAL_NAME.json
│       │   ├── JEST_GLOBALS_MODULE_NAME.json
│       │   ├── JSON_SYNTAX_CHAR.json
│       │   ├── json.json
│       │   ├── jsonType.json
│       │   ├── jupyter_namespaceObject.json
│       │   ├── JUPYTERLAB_DOCMANAGER_PLUGIN_ID.json
│       │   ├── k.json
│       │   ├── KERNEL_STATUS_ERROR_CLASS.json
│       │   ├── key.json
│       │   ├── l.json
│       │   ├── labelId.json
│       │   ├── LATEST_PROTOCOL_VERSION.json
│       │   ├── LETTERDASHNUMBER.json
│       │   ├── LF.json
│       │   ├── LIMIT_REPLACE_NODE.json
│       │   ├── LINE_FEED.json
│       │   ├── logTime.json
│       │   ├── lstatkey.json
│       │   ├── lt.json
│       │   ├── m.json
│       │   ├── maliciousPayload.json
│       │   ├── manager.py
│       │   ├── marker.json
│       │   ├── mask.json
│       │   ├── match.json
│       │   ├── matchingDelim.json
│       │   ├── MAXIMUM_MESSAGE_SIZE.json
│       │   ├── MCP_Integration_Assistant.json
│       │   ├── MCP_Resources_Explorer.json
│       │   ├── MCP_Resources_Integration_Guide.json
│       │   ├── MCP_Server_Development_Prompt_Combiner.json
│       │   ├── MCP_Server_Integration_Guide.json
│       │   ├── mcp-code-generator.json
│       │   ├── mdcContent.json
│       │   ├── Mermaid_Analysis_Expert.json
│       │   ├── Mermaid_Class_Diagram_Generator.json
│       │   ├── Mermaid_Diagram_Generator.json
│       │   ├── Mermaid_Diagram_Modifier.json
│       │   ├── MERMAID_DOM_ID_PREFIX.json
│       │   ├── message.json
│       │   ├── messages.json
│       │   ├── meth.json
│       │   ├── minimatch.json
│       │   ├── MOBILE_QUERY.json
│       │   ├── MOCK_CONSTRUCTOR_NAME.json
│       │   ├── MOCKS_PATTERN.json
│       │   ├── Modify_Mermaid_Diagram.json
│       │   ├── moduleDirectory.json
│       │   ├── Monorepo_Migration_and_Code_Organization_Guide.json
│       │   ├── msg.json
│       │   ├── mtr.json
│       │   ├── Multi-Resource_Context_Assistant.json
│       │   ├── multipartType.json
│       │   ├── n.json
│       │   ├── N.json
│       │   ├── name.json
│       │   ├── NATIVE_PLATFORM.json
│       │   ├── newUrl.json
│       │   ├── NM.json
│       │   ├── NO_ARGUMENTS.json
│       │   ├── NO_DIFF_MESSAGE.json
│       │   ├── NODE_MODULES.json
│       │   ├── nodeInternalPrefix.json
│       │   ├── nonASCIIidentifierStartChars.json
│       │   ├── nonKey.json
│       │   ├── NOT_A_DOT.json
│       │   ├── notCharacterOrDash.json
│       │   ├── notebookURL.json
│       │   ├── notSelector.json
│       │   ├── nullTag.json
│       │   ├── num.json
│       │   ├── NUMBER.json
│       │   ├── o.json
│       │   ├── O.json
│       │   ├── octChar.json
│       │   ├── octetStreamType.json
│       │   ├── operators.json
│       │   ├── other
│       │   │   ├── __image_1___describe_the_icon_in_one_sen___.json
│       │   │   ├── __type.json
│       │   │   ├── Advanced_Multi-Server_Integration_Template.json
│       │   │   ├── Analyze_Mermaid_Diagram.json
│       │   │   ├── Basic_Template.json
│       │   │   ├── Code_Diagram_Documentation_Creator.json
│       │   │   ├── Collaborative_Development_with_MCP_Integration.json
│       │   │   ├── completionShTemplate.json
│       │   │   ├── Could_you_interpret_the_assumed_applicat___.json
│       │   │   ├── DEFAULT_INDENT.json
│       │   │   ├── Docker_MCP_Servers_Orchestration_Guide.json
│       │   │   ├── Generate_different_types_of_questions_ab___.json
│       │   │   ├── Generate_Mermaid_Diagram.json
│       │   │   ├── GitHub_Repository_Explorer.json
│       │   │   ├── index.json
│       │   │   ├── Initialize_project_setup_for_a_new_micro___.json
│       │   │   ├── install_dependencies__build__run__test____.json
│       │   │   ├── LINE_FEED.json
│       │   │   ├── MCP_Resources_Explorer.json
│       │   │   ├── MCP_Resources_Integration_Guide.json
│       │   │   ├── MCP_Server_Integration_Guide.json
│       │   │   ├── mcp-code-generator.json
│       │   │   ├── Mermaid_Class_Diagram_Generator.json
│       │   │   ├── Mermaid_Diagram_Generator.json
│       │   │   ├── Mermaid_Diagram_Modifier.json
│       │   │   ├── Modify_Mermaid_Diagram.json
│       │   │   ├── Multi-Resource_Context_Assistant.json
│       │   │   ├── output.json
│       │   │   ├── sseUrl.json
│       │   │   ├── string.json
│       │   │   ├── Task_List_Helper.json
│       │   │   ├── Template-Based_MCP_Integration.json
│       │   │   ├── Test_Prompt.json
│       │   │   ├── type.json
│       │   │   ├── VERSION.json
│       │   │   ├── WIN_SLASH.json
│       │   │   └── You_are_limited_to_respond_Yes_or_No_onl___.json
│       │   ├── out.json
│       │   ├── output.json
│       │   ├── OUTSIDE_JEST_VM_PROTOCOL.json
│       │   ├── override.json
│       │   ├── p.json
│       │   ├── PACKAGE_FILENAME.json
│       │   ├── PACKAGE_JSON.json
│       │   ├── packageVersion.json
│       │   ├── paddedNumber.json
│       │   ├── page.json
│       │   ├── parseClass.json
│       │   ├── PATH_NODE_MODULES.json
│       │   ├── path.json
│       │   ├── pathExt.json
│       │   ├── pattern.json
│       │   ├── PatternBoolean.json
│       │   ├── pBuiltins.json
│       │   ├── pFloatForm.json
│       │   ├── pkg.json
│       │   ├── PLUGIN_ID_DOC_MANAGER.json
│       │   ├── plusChar.json
│       │   ├── PN_CHARS.json
│       │   ├── point.json
│       │   ├── prefix.json
│       │   ├── PRETTY_PLACEHOLDER.json
│       │   ├── Project_Analysis_Assistant.json
│       │   ├── ProjectsUpdatedInBackgroundEvent.json
│       │   ├── PromptCombiner_Interface.json
│       │   ├── promptId.json
│       │   ├── property_prefix.json
│       │   ├── pubkey256.json
│       │   ├── Q.json
│       │   ├── qmark.json
│       │   ├── QO.json
│       │   ├── query.json
│       │   ├── querystringType.json
│       │   ├── queryText.json
│       │   ├── r.json
│       │   ├── R.json
│       │   ├── rangeStart.json
│       │   ├── re.json
│       │   ├── reI.json
│       │   ├── REQUIRED_FIELD_SYMBOL.json
│       │   ├── Research_Assistant.json
│       │   ├── reserve.json
│       │   ├── resolvedDestination.json
│       │   ├── resolverDir.json
│       │   ├── responseType.json
│       │   ├── result.json
│       │   ├── ROOT_DESCRIBE_BLOCK_NAME.json
│       │   ├── ROOT_NAMESPACE_NAME.json
│       │   ├── ROOT_TASK_NAME.json
│       │   ├── route.json
│       │   ├── RUNNING_TEXT.json
│       │   ├── RXstyle.json
│       │   ├── s.json
│       │   ├── SCHEMA_PATH.json
│       │   ├── schemaQuery.json
│       │   ├── se.json
│       │   ├── SEARCHABLE_CLASS.json
│       │   ├── secret.json
│       │   ├── selector.json
│       │   ├── SEMVER_SPEC_VERSION.json
│       │   ├── sensitiveHeaders.json
│       │   ├── sep.json
│       │   ├── separator.json
│       │   ├── Sequential_Data_Analysis_with_MCP_Integration.json
│       │   ├── SHAPE_STATE.json
│       │   ├── shape.json
│       │   ├── SHARED.json
│       │   ├── short.json
│       │   ├── side.json
│       │   ├── SNAPSHOT_VERSION.json
│       │   ├── SOLID_Code_Analysis_Visualizer.json
│       │   ├── SOURCE_MAPPING_PREFIX.json
│       │   ├── source.json
│       │   ├── sourceMapContent.json
│       │   ├── SPACE_SYMBOL.json
│       │   ├── SPACE.json
│       │   ├── sqlKeywords.json
│       │   ├── sranges.json
│       │   ├── sseUrl.json
│       │   ├── st.json
│       │   ├── ST.json
│       │   ├── stack.json
│       │   ├── START_HIDING.json
│       │   ├── START_OF_LINE.json
│       │   ├── startNoTraversal.json
│       │   ├── STATES.json
│       │   ├── stats.json
│       │   ├── statSync.json
│       │   ├── status.json
│       │   ├── storageStatus.json
│       │   ├── storageType.json
│       │   ├── str.json
│       │   ├── string.json
│       │   ├── stringifiedObject.json
│       │   ├── stringPath.json
│       │   ├── stringResult.json
│       │   ├── stringTag.json
│       │   ├── strValue.json
│       │   ├── style.json
│       │   ├── SUB_NAME.json
│       │   ├── subkey.json
│       │   ├── SUBPROTOCOL.json
│       │   ├── SUITE_NAME.json
│       │   ├── symbolPattern.json
│       │   ├── symbolTag.json
│       │   ├── system
│       │   │   ├── Aa.json
│       │   │   ├── b.json
│       │   │   ├── Development_System_Prompt.json
│       │   │   ├── index.json
│       │   │   ├── marker.json
│       │   │   ├── PATH_NODE_MODULES.json
│       │   │   ├── ProjectsUpdatedInBackgroundEvent.json
│       │   │   ├── RXstyle.json
│       │   │   ├── status.json
│       │   │   └── versionMajorMinor.json
│       │   ├── t.json
│       │   ├── T.json
│       │   ├── Task_List_Helper.json
│       │   ├── Template-Based_MCP_Integration.json
│       │   ├── template.py
│       │   ├── templateDir.json
│       │   ├── tempName.json
│       │   ├── Test_Prompt.json
│       │   ├── text.json
│       │   ├── time.json
│       │   ├── titleSeparator.json
│       │   ├── tmpl.json
│       │   ├── tn.json
│       │   ├── TOPBAR_FACTORY.json
│       │   ├── toValue.json
│       │   ├── transform.json
│       │   ├── trustProxyDefaultSymbol.json
│       │   ├── txt.json
│       │   ├── type.json
│       │   ├── typeArgumentsKey.json
│       │   ├── typeKey.json
│       │   ├── typeMessage.json
│       │   ├── typesRegistryPackageName.json
│       │   ├── u.json
│       │   ├── UNDEFINED.json
│       │   ├── unit.json
│       │   ├── UNMATCHED_SURROGATE_PAIR_REPLACE.json
│       │   ├── ur.json
│       │   ├── usage.json
│       │   ├── USAGE.json
│       │   ├── user
│       │   │   ├── backupId.json
│       │   │   ├── DESCENDING.json
│       │   │   ├── encoded.json
│       │   │   ├── index.json
│       │   │   ├── J.json
│       │   │   ├── MOBILE_QUERY.json
│       │   │   ├── promptId.json
│       │   │   ├── schemaQuery.json
│       │   │   ├── TOPBAR_FACTORY.json
│       │   │   ├── txt.json
│       │   │   └── usage.json
│       │   ├── value.json
│       │   ├── VERSION.json
│       │   ├── version.py
│       │   ├── versionMajorMinor.json
│       │   ├── Vr.json
│       │   ├── watchmanURL.json
│       │   ├── webkit.json
│       │   ├── WIN_SLASH.json
│       │   ├── xhtml.json
│       │   ├── XP_DEFAULT_PATHEXT.json
│       │   ├── y.json
│       │   └── You_are_limited_to_respond_Yes_or_No_onl___.json
│       ├── resources
│       │   ├── __init__.py
│       │   ├── code_examples
│       │   │   └── index.json
│       │   ├── config
│       │   │   └── index.json
│       │   ├── documentation
│       │   │   └── index.json
│       │   ├── images
│       │   │   └── index.json
│       │   ├── index.json
│       │   └── other
│       │       └── index.json
│       ├── server.py
│       ├── templates
│       │   ├── __init__.py
│       │   ├── AbstractFactory.json
│       │   ├── Adapter.json
│       │   ├── base.py
│       │   ├── Builder.json
│       │   ├── Chain.json
│       │   ├── Command.json
│       │   ├── component
│       │   │   ├── AbstractFactory.json
│       │   │   ├── Adapter.json
│       │   │   ├── Builder.json
│       │   │   ├── Chain.json
│       │   │   ├── Command.json
│       │   │   ├── Decorator.json
│       │   │   ├── Facade.json
│       │   │   ├── Factory.json
│       │   │   ├── Iterator.json
│       │   │   ├── Mediator.json
│       │   │   ├── Memento.json
│       │   │   ├── Observer.json
│       │   │   ├── Prototype.json
│       │   │   ├── Proxy.json
│       │   │   ├── Singleton.json
│       │   │   ├── State.json
│       │   │   ├── Strategy.json
│       │   │   ├── TemplateMethod.json
│       │   │   └── Visitor.json
│       │   ├── component.py
│       │   ├── Decorator.json
│       │   ├── Facade.json
│       │   ├── Factory.json
│       │   ├── index.json
│       │   ├── Iterator.json
│       │   ├── manager.py
│       │   ├── Mediator.json
│       │   ├── Memento.json
│       │   ├── Observer.json
│       │   ├── project.py
│       │   ├── Prototype.json
│       │   ├── Proxy.json
│       │   ├── renderer.py
│       │   ├── Singleton.json
│       │   ├── State.json
│       │   ├── Strategy.json
│       │   ├── template_manager.py
│       │   ├── TemplateMethod.json
│       │   ├── types.py
│       │   └── Visitor.json
│       └── utils
│           └── __init__.py
├── SUMMARY.md
├── TASK_COMPLETION_SUMMARY.md
├── templates
│   └── openssl
│       ├── files
│       │   ├── CMakeLists.txt.jinja2
│       │   ├── conanfile.py.jinja2
│       │   ├── main.cpp.jinja2
│       │   └── README.md.jinja2
│       ├── openssl-consumer.json
│       └── template.json
├── test_openssl_integration.sh
├── test_package
│   └── conanfile.py
└── tests
    ├── __init__.py
    ├── conftest.py
    ├── integration
    │   ├── test_core_integration.py
    │   ├── test_mermaid_integration.py
    │   ├── test_prompt_manager_integration.py
    │   └── test_server_integration.py
    ├── test_aws_mcp.py
    ├── test_base_classes.py
    ├── test_config.py
    ├── test_exceptions.py
    ├── test_mermaid.py
    ├── test_prompts.py
    └── test_templates.py
```

# Files

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/EXPECTED_LABEL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "EXPECTED_LABEL",
  "description": "Prompt template extracted from matchers.js",
  "type": "prompt",
  "category": "coding",
  "content": "Expected",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/expect/build/matchers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/typeKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typeKey",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "is${type}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/path/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/EXPECTED_LABEL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "EXPECTED_LABEL",
  "description": "Prompt template extracted from matchers.js",
  "type": "prompt",
  "category": "coding",
  "content": "Expected",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/expect/build/matchers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/typeKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typeKey",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "is${type}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/path/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Singleton-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Singleton-diagram",
  "description": "Mermaid diagram for Singleton pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Singleton Design Pattern, illustrating the single instance and global access point.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Singleton-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Singleton-diagram",
  "description": "Mermaid diagram for Singleton pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Singleton Design Pattern, illustrating the single instance and global access point.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/INDENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INDENT",
  "description": "Prompt template extracted from xml-writer.js",
  "type": "prompt",
  "category": "coding",
  "content": "  ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-report/lib/xml-writer.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/point.json:
--------------------------------------------------------------------------------

```json
{
  "name": "point",
  "description": "Prompt template extracted from textParsers.js",
  "type": "prompt",
  "category": "coding",
  "content": "(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg-types/lib/textParsers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/PRETTY_PLACEHOLDER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PRETTY_PLACEHOLDER",
  "description": "Prompt template extracted from array.js",
  "type": "prompt",
  "category": "coding",
  "content": "%p",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-each/build/table/array.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/RUNNING_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "RUNNING_TEXT",
  "description": "Prompt template extracted from Status.js",
  "type": "prompt",
  "category": "coding",
  "content": " RUNS ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/Status.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/INDENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INDENT",
  "description": "Prompt template extracted from xml-writer.js",
  "type": "prompt",
  "category": "coding",
  "content": "  ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-report/lib/xml-writer.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/point.json:
--------------------------------------------------------------------------------

```json
{
  "name": "point",
  "description": "Prompt template extracted from textParsers.js",
  "type": "prompt",
  "category": "coding",
  "content": "(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg-types/lib/textParsers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/PRETTY_PLACEHOLDER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PRETTY_PLACEHOLDER",
  "description": "Prompt template extracted from array.js",
  "type": "prompt",
  "category": "coding",
  "content": "%p",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-each/build/table/array.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/RUNNING_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "RUNNING_TEXT",
  "description": "Prompt template extracted from Status.js",
  "type": "prompt",
  "category": "coding",
  "content": " RUNS ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/Status.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/aAnnotationPadding.json:
--------------------------------------------------------------------------------

```json
{
  "name": "aAnnotationPadding",
  "description": "Prompt template extracted from diffLines.js",
  "type": "prompt",
  "category": "coding",
  "content": " ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-diff/build/diffLines.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/aAnnotationPadding.json:
--------------------------------------------------------------------------------

```json
{
  "name": "aAnnotationPadding",
  "description": "Prompt template extracted from diffLines.js",
  "type": "prompt",
  "category": "coding",
  "content": " ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-diff/build/diffLines.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/d.json:
--------------------------------------------------------------------------------

```json
{
  "name": "d",
  "description": "Prompt template extracted from map-store.js",
  "type": "prompt",
  "category": "coding",
  "content": "data:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-source-maps/lib/map-store.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/LIMIT_REPLACE_NODE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "LIMIT_REPLACE_NODE",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "[...]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/fast-safe-stringify/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/lt.json:
--------------------------------------------------------------------------------

```json
{
  "name": "lt",
  "description": "Prompt template extracted from annotator.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u0001",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/annotator.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/nonKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "nonKey",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "not a core module",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/is-core-module/test/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/d.json:
--------------------------------------------------------------------------------

```json
{
  "name": "d",
  "description": "Prompt template extracted from map-store.js",
  "type": "prompt",
  "category": "coding",
  "content": "data:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-source-maps/lib/map-store.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/LIMIT_REPLACE_NODE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "LIMIT_REPLACE_NODE",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "[...]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/fast-safe-stringify/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/lt.json:
--------------------------------------------------------------------------------

```json
{
  "name": "lt",
  "description": "Prompt template extracted from annotator.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u0001",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/annotator.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/nonKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "nonKey",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "not a core module",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/is-core-module/test/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Adapter-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Adapter-diagram",
  "description": "Mermaid diagram for Adapter pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Adapter Design Pattern, showing how incompatible interfaces are adapted to work together.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Adapter-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Adapter-diagram",
  "description": "Mermaid diagram for Adapter pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Adapter Design Pattern, showing how incompatible interfaces are adapted to work together.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/ARROW.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ARROW",
  "description": "Prompt template extracted from specialChars.js",
  "type": "prompt",
  "category": "coding",
  "content": " \\u203A ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-util/build/specialChars.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/cacheControl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cacheControl",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "public, max-age=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/send/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ARROW.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ARROW",
  "description": "Prompt template extracted from specialChars.js",
  "type": "prompt",
  "category": "coding",
  "content": " \\u203A ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-util/build/specialChars.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/cacheControl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cacheControl",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "public, max-age=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/send/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/fnKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "fnKey",
  "description": "Prompt template extracted from visitors.js",
  "type": "prompt",
  "category": "coding",
  "content": "is${nodeType}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/visitors.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/paddedNumber.json:
--------------------------------------------------------------------------------

```json
{
  "name": "paddedNumber",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": " ${number}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/code-frame/lib/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/fnKey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "fnKey",
  "description": "Prompt template extracted from visitors.js",
  "type": "prompt",
  "category": "coding",
  "content": "is${nodeType}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/visitors.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/paddedNumber.json:
--------------------------------------------------------------------------------

```json
{
  "name": "paddedNumber",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": " ${number}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/code-frame/lib/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Observer-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Observer-diagram",
  "description": "Mermaid diagram for Observer pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Observer Design Pattern, showing one-to-many dependencies between subjects and observers.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Strategy-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Strategy-diagram",
  "description": "Mermaid diagram for Strategy pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Strategy Design Pattern, showing interchangeable algorithms and their selection criteria.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Observer-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Observer-diagram",
  "description": "Mermaid diagram for Observer pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Observer Design Pattern, showing one-to-many dependencies between subjects and observers.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Strategy-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Strategy-diagram",
  "description": "Mermaid diagram for Strategy pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Strategy Design Pattern, showing interchangeable algorithms and their selection criteria.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NATIVE_PLATFORM.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NATIVE_PLATFORM",
  "description": "Prompt template extracted from resolver.js",
  "type": "prompt",
  "category": "coding",
  "content": "native",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-resolve/build/resolver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/resolvedDestination.json:
--------------------------------------------------------------------------------

```json
{
  "name": "resolvedDestination",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": ".",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/SPACE_SYMBOL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SPACE_SYMBOL",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u{00B7}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-matcher-utils/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NATIVE_PLATFORM.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NATIVE_PLATFORM",
  "description": "Prompt template extracted from resolver.js",
  "type": "prompt",
  "category": "coding",
  "content": "native",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-resolve/build/resolver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/resolvedDestination.json:
--------------------------------------------------------------------------------

```json
{
  "name": "resolvedDestination",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": ".",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/SPACE_SYMBOL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SPACE_SYMBOL",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u{00B7}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-matcher-utils/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Builder-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Builder-diagram",
  "description": "Mermaid diagram for Builder pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Builder Design Pattern, that shows the step-by-step construction process of complex objects.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Builder-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Builder-diagram",
  "description": "Mermaid diagram for Builder pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing Builder Design Pattern, that shows the step-by-step construction process of complex objects.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/chars.json:
--------------------------------------------------------------------------------

```json
{
  "name": "chars",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "abcdefghijklmnopqrstuvwxyz0123456789",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/publish/build/core/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/chars.json:
--------------------------------------------------------------------------------

```json
{
  "name": "chars",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "abcdefghijklmnopqrstuvwxyz0123456789",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/publish/build/core/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/subkey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "subkey",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "${key}[${i}]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/types/lib/definitions/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/subkey.json:
--------------------------------------------------------------------------------

```json
{
  "name": "subkey",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "${key}[${i}]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/types/lib/definitions/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/HINT_ARG.json:
--------------------------------------------------------------------------------

```json
{
  "name": "HINT_ARG",
  "description": "Prompt template extracted from printSnapshot.js",
  "type": "prompt",
  "category": "coding",
  "content": "hint",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/printSnapshot.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/JSON_SYNTAX_CHAR.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JSON_SYNTAX_CHAR",
  "description": "Prompt template extracted from json.js",
  "type": "prompt",
  "category": "coding",
  "content": "#",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/body-parser/lib/types/json.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/json.json:
--------------------------------------------------------------------------------

```json
{
  "name": "json",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "{\n\t// Rainbows\n\t",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/strip-json-comments/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NUMBER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NUMBER",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "([+-]?\\\\d+)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/postgres-interval/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/STATES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "STATES",
  "description": "Prompt template extracted from Multipart.js",
  "type": "prompt",
  "category": "coding",
  "content": "${name}Mark",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/parsers/Multipart.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/HINT_ARG.json:
--------------------------------------------------------------------------------

```json
{
  "name": "HINT_ARG",
  "description": "Prompt template extracted from printSnapshot.js",
  "type": "prompt",
  "category": "coding",
  "content": "hint",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/printSnapshot.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/JSON_SYNTAX_CHAR.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JSON_SYNTAX_CHAR",
  "description": "Prompt template extracted from json.js",
  "type": "prompt",
  "category": "coding",
  "content": "#",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/body-parser/lib/types/json.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/json.json:
--------------------------------------------------------------------------------

```json
{
  "name": "json",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "{\n\t// Rainbows\n\t",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/strip-json-comments/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NUMBER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NUMBER",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "([+-]?\\\\d+)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/postgres-interval/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/STATES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "STATES",
  "description": "Prompt template extracted from Multipart.js",
  "type": "prompt",
  "category": "coding",
  "content": "${name}Mark",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/parsers/Multipart.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DEFAULT_DELIMITER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_DELIMITER",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "/",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/path-to-regexp/dist/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DEFAULT_LOG_TARGET.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_LOG_TARGET",
  "description": "Prompt template extracted from target.js",
  "type": "prompt",
  "category": "coding",
  "content": "stderr:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/bs-logger/dist/logger/target.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/FUNC_ERROR_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FUNC_ERROR_TEXT",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "Expected a function",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/lodash.memoize/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/stringPath.json:
--------------------------------------------------------------------------------

```json
{
  "name": "stringPath",
  "description": "Prompt template extracted from conversion.js",
  "type": "prompt",
  "category": "coding",
  "content": "body",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/path/conversion.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DEFAULT_DELIMITER.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_DELIMITER",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "/",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/path-to-regexp/dist/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DEFAULT_LOG_TARGET.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_LOG_TARGET",
  "description": "Prompt template extracted from target.js",
  "type": "prompt",
  "category": "coding",
  "content": "stderr:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/bs-logger/dist/logger/target.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/FUNC_ERROR_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FUNC_ERROR_TEXT",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "Expected a function",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/lodash.memoize/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/stringPath.json:
--------------------------------------------------------------------------------

```json
{
  "name": "stringPath",
  "description": "Prompt template extracted from conversion.js",
  "type": "prompt",
  "category": "coding",
  "content": "body",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/traverse/lib/path/conversion.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/defaultHelpOpt.json:
--------------------------------------------------------------------------------

```json
{
  "name": "defaultHelpOpt",
  "description": "Prompt template extracted from yargs-factory.js",
  "type": "prompt",
  "category": "coding",
  "content": "help",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/yargs/build/lib/yargs-factory.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/escapeFuncStr.json:
--------------------------------------------------------------------------------

```json
{
  "name": "escapeFuncStr",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "var _ENCODE_HTML_RULES = {\\n",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ejs/lib/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/JEST_GLOBAL_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JEST_GLOBAL_NAME",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "jest",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/babel-plugin-jest-hoist/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/defaultHelpOpt.json:
--------------------------------------------------------------------------------

```json
{
  "name": "defaultHelpOpt",
  "description": "Prompt template extracted from yargs-factory.js",
  "type": "prompt",
  "category": "coding",
  "content": "help",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/yargs/build/lib/yargs-factory.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/escapeFuncStr.json:
--------------------------------------------------------------------------------

```json
{
  "name": "escapeFuncStr",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "var _ENCODE_HTML_RULES = {\\n",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ejs/lib/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/JEST_GLOBAL_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JEST_GLOBAL_NAME",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "jest",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/babel-plugin-jest-hoist/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/other/output.json:
--------------------------------------------------------------------------------

```json
{
  "name": "output",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "other",
  "content": "${prepend}(?:${input})${append}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/picomatch/lib/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/output.json:
--------------------------------------------------------------------------------

```json
{
  "name": "output",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "other",
  "content": "${prepend}(?:${input})${append}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/picomatch/lib/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/__type.json:
--------------------------------------------------------------------------------

```json
{
  "name": "__type",
  "description": "Prompt template extracted from pure-rand-default.js",
  "type": "prompt",
  "category": "other",
  "content": "commonjs",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/pure-rand/lib/pure-rand-default.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/clientFirstMessageBare.json:
--------------------------------------------------------------------------------

```json
{
  "name": "clientFirstMessageBare",
  "description": "Prompt template extracted from sasl.js",
  "type": "prompt",
  "category": "coding",
  "content": "n=*,r=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg/lib/crypto/sasl.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/clientFirstMessageBare.json:
--------------------------------------------------------------------------------

```json
{
  "name": "clientFirstMessageBare",
  "description": "Prompt template extracted from sasl.js",
  "type": "prompt",
  "category": "coding",
  "content": "n=*,r=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg/lib/crypto/sasl.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/execaMessage.json:
--------------------------------------------------------------------------------

```json
{
  "name": "execaMessage",
  "description": "Prompt template extracted from error.js",
  "type": "prompt",
  "category": "coding",
  "content": "Command ${prefix}: ${command}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/execa/lib/error.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/text.json:
--------------------------------------------------------------------------------

```json
{
  "name": "text",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "select $1::text as name",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg-pool/test/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/execaMessage.json:
--------------------------------------------------------------------------------

```json
{
  "name": "execaMessage",
  "description": "Prompt template extracted from error.js",
  "type": "prompt",
  "category": "coding",
  "content": "Command ${prefix}: ${command}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/execa/lib/error.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/other/__type.json:
--------------------------------------------------------------------------------

```json
{
  "name": "__type",
  "description": "Prompt template extracted from pure-rand-default.js",
  "type": "prompt",
  "category": "other",
  "content": "commonjs",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/pure-rand/lib/pure-rand-default.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/text.json:
--------------------------------------------------------------------------------

```json
{
  "name": "text",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "select $1::text as name",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/pg-pool/test/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/GENSYNC_EXPECTED_START.json:
--------------------------------------------------------------------------------

```json
{
  "name": "GENSYNC_EXPECTED_START",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "GENSYNC_EXPECTED_START",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/gensync/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/minimatch.json:
--------------------------------------------------------------------------------

```json
{
  "name": "minimatch",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "[^/]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/MOCK_CONSTRUCTOR_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "MOCK_CONSTRUCTOR_NAME",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "mockConstructor",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-mock/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/PatternBoolean.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PatternBoolean",
  "description": "Prompt template extracted from typebox.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "(true|false)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@sinclair/typebox/typebox.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/GENSYNC_EXPECTED_START.json:
--------------------------------------------------------------------------------

```json
{
  "name": "GENSYNC_EXPECTED_START",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "GENSYNC_EXPECTED_START",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/gensync/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/minimatch.json:
--------------------------------------------------------------------------------

```json
{
  "name": "minimatch",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "[^/]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/MOCK_CONSTRUCTOR_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "MOCK_CONSTRUCTOR_NAME",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "mockConstructor",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-mock/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/PatternBoolean.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PatternBoolean",
  "description": "Prompt template extracted from typebox.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "(true|false)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@sinclair/typebox/typebox.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DEFAULT_JS_PATTERN.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_JS_PATTERN",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "\\\\.[jt]sx?$",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/deferY18nLookupPrefix.json:
--------------------------------------------------------------------------------

```json
{
  "name": "deferY18nLookupPrefix",
  "description": "Prompt template extracted from usage.js",
  "type": "prompt",
  "category": "coding",
  "content": "__yargsString__:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/yargs/build/lib/usage.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/JAKE_CMD.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JAKE_CMD",
  "description": "Prompt template extracted from rule.js",
  "type": "prompt",
  "category": "coding",
  "content": "${PROJECT_DIR}/bin/cli.js",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/test/integration/rule.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/multipartType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "multipartType",
  "description": "Prompt template extracted from multipart.js",
  "type": "prompt",
  "category": "coding",
  "content": "multipart",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/multipart.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ROOT_NAMESPACE_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ROOT_NAMESPACE_NAME",
  "description": "Prompt template extracted from namespace.js",
  "type": "prompt",
  "category": "coding",
  "content": "__rootNamespace__",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/lib/namespace.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DEFAULT_JS_PATTERN.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEFAULT_JS_PATTERN",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "\\\\.[jt]sx?$",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/deferY18nLookupPrefix.json:
--------------------------------------------------------------------------------

```json
{
  "name": "deferY18nLookupPrefix",
  "description": "Prompt template extracted from usage.js",
  "type": "prompt",
  "category": "coding",
  "content": "__yargsString__:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/yargs/build/lib/usage.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/JAKE_CMD.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JAKE_CMD",
  "description": "Prompt template extracted from rule.js",
  "type": "prompt",
  "category": "coding",
  "content": "${PROJECT_DIR}/bin/cli.js",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/test/integration/rule.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/multipartType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "multipartType",
  "description": "Prompt template extracted from multipart.js",
  "type": "prompt",
  "category": "coding",
  "content": "multipart",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/multipart.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/ROOT_NAMESPACE_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ROOT_NAMESPACE_NAME",
  "description": "Prompt template extracted from namespace.js",
  "type": "prompt",
  "category": "coding",
  "content": "__rootNamespace__",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/lib/namespace.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/BOMChar.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BOMChar",
  "description": "Prompt template extracted from bom-handling.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\uFEFF",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/iconv-lite/lib/bom-handling.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/BOMChar.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BOMChar",
  "description": "Prompt template extracted from bom-handling.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\uFEFF",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/iconv-lite/lib/bom-handling.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/defaultHost.json:
--------------------------------------------------------------------------------

```json
{
  "name": "defaultHost",
  "description": "Prompt template extracted from http2wrapper.js",
  "type": "prompt",
  "category": "coding",
  "content": "localhost",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/superagent/lib/node/http2wrapper.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/defaultHost.json:
--------------------------------------------------------------------------------

```json
{
  "name": "defaultHost",
  "description": "Prompt template extracted from http2wrapper.js",
  "type": "prompt",
  "category": "coding",
  "content": "localhost",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/superagent/lib/node/http2wrapper.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/__init__.py:
--------------------------------------------------------------------------------

```python
"""
Prompts API for the MCP Project Orchestrator.

Exports expected test-facing classes:
- PromptManager, PromptTemplate, PromptVersion
"""

from .manager import PromptManager
from .template import PromptTemplate
from .version import PromptVersion

__all__ = [
    "PromptManager",
    "PromptTemplate",
    "PromptVersion",
]

```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/EXTENSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "EXTENSION",
  "description": "Prompt template extracted from SnapshotResolver.js",
  "type": "prompt",
  "category": "coding",
  "content": "snap",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/SnapshotResolver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/FAIL_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FAIL_TEXT",
  "description": "Prompt template extracted from getResultHeader.js",
  "type": "prompt",
  "category": "coding",
  "content": "FAIL",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/getResultHeader.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/indentation.json:
--------------------------------------------------------------------------------

```json
{
  "name": "indentation",
  "description": "Prompt template extracted from VerboseReporter.js",
  "type": "prompt",
  "category": "coding",
  "content": "  ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/VerboseReporter.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/EXTENSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "EXTENSION",
  "description": "Prompt template extracted from SnapshotResolver.js",
  "type": "prompt",
  "category": "coding",
  "content": "snap",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/SnapshotResolver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/FAIL_TEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FAIL_TEXT",
  "description": "Prompt template extracted from getResultHeader.js",
  "type": "prompt",
  "category": "coding",
  "content": "FAIL",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/getResultHeader.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/indentation.json:
--------------------------------------------------------------------------------

```json
{
  "name": "indentation",
  "description": "Prompt template extracted from VerboseReporter.js",
  "type": "prompt",
  "category": "coding",
  "content": "  ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/VerboseReporter.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/boundary.json:
--------------------------------------------------------------------------------

```json
{
  "name": "boundary",
  "description": "Prompt template extracted from form_data.js",
  "type": "prompt",
  "category": "coding",
  "content": "--------------------------",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/form-data/lib/form_data.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/boundary.json:
--------------------------------------------------------------------------------

```json
{
  "name": "boundary",
  "description": "Prompt template extracted from form_data.js",
  "type": "prompt",
  "category": "coding",
  "content": "--------------------------",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/form-data/lib/form_data.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/expectedString.json:
--------------------------------------------------------------------------------

```json
{
  "name": "expectedString",
  "description": "Prompt template extracted from values.js",
  "type": "prompt",
  "category": "coding",
  "content": "Map (2) {",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/values.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/expectedString.json:
--------------------------------------------------------------------------------

```json
{
  "name": "expectedString",
  "description": "Prompt template extracted from values.js",
  "type": "prompt",
  "category": "coding",
  "content": "Map (2) {",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/values.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/cmd.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cmd",
  "description": "Prompt template extracted from jakefile.js",
  "type": "prompt",
  "category": "coding",
  "content": "../node-jsdoc-toolkit/app/run.js -n -r=100 ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/jakefile.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/cmd.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cmd",
  "description": "Prompt template extracted from jakefile.js",
  "type": "prompt",
  "category": "coding",
  "content": "../node-jsdoc-toolkit/app/run.js -n -r=100 ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jake/jakefile.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/fullpaths.json:
--------------------------------------------------------------------------------

```json
{
  "name": "fullpaths",
  "description": "Prompt template extracted from ignore.js",
  "type": "prompt",
  "category": "coding",
  "content": "${fullpath}/",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/isConfigType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isConfigType",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "${cmd}${sf}${so}${lf}${lo}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jackspeak/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/isSourceNode.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isSourceNode",
  "description": "Prompt template extracted from source-node.js",
  "type": "prompt",
  "category": "coding",
  "content": "$$$isSourceNode$$$",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map/lib/source-node.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/OUTSIDE_JEST_VM_PROTOCOL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "OUTSIDE_JEST_VM_PROTOCOL",
  "description": "Prompt template extracted from helpers.js",
  "type": "prompt",
  "category": "coding",
  "content": "jest-main:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-runtime/build/helpers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/fullpaths.json:
--------------------------------------------------------------------------------

```json
{
  "name": "fullpaths",
  "description": "Prompt template extracted from ignore.js",
  "type": "prompt",
  "category": "coding",
  "content": "${fullpath}/",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/isConfigType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isConfigType",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "${cmd}${sf}${so}${lf}${lo}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jackspeak/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/isSourceNode.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isSourceNode",
  "description": "Prompt template extracted from source-node.js",
  "type": "prompt",
  "category": "coding",
  "content": "$$$isSourceNode$$$",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map/lib/source-node.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/other/string.json:
--------------------------------------------------------------------------------

```json
{
  "name": "string",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "other",
  "content": "#!/usr/bin/env node\\nconsole.log(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shebang-regex/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/OUTSIDE_JEST_VM_PROTOCOL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "OUTSIDE_JEST_VM_PROTOCOL",
  "description": "Prompt template extracted from helpers.js",
  "type": "prompt",
  "category": "coding",
  "content": "jest-main:",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-runtime/build/helpers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/string.json:
--------------------------------------------------------------------------------

```json
{
  "name": "string",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "other",
  "content": "#!/usr/bin/env node\\nconsole.log(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shebang-regex/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/match.json:
--------------------------------------------------------------------------------

```json
{
  "name": "match",
  "description": "Prompt template extracted from semver.js",
  "type": "prompt",
  "category": "coding",
  "content": "-${identifier}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/make-dir/node_modules/semver/classes/semver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/SPACE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SPACE",
  "description": "Prompt template extracted from AsymmetricMatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": " ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/match.json:
--------------------------------------------------------------------------------

```json
{
  "name": "match",
  "description": "Prompt template extracted from semver.js",
  "type": "prompt",
  "category": "coding",
  "content": "-${identifier}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/make-dir/node_modules/semver/classes/semver.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/SPACE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SPACE",
  "description": "Prompt template extracted from AsymmetricMatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": " ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/newUrl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "newUrl",
  "description": "Prompt template extracted from routing.js",
  "type": "prompt",
  "category": "coding",
  "content": "#${params.join(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html-spa/src/routing.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/rangeStart.json:
--------------------------------------------------------------------------------

```json
{
  "name": "rangeStart",
  "description": "Prompt template extracted from ascii.js",
  "type": "prompt",
  "category": "coding",
  "content": "[${count.toString(10)}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/newUrl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "newUrl",
  "description": "Prompt template extracted from routing.js",
  "type": "prompt",
  "category": "coding",
  "content": "#${params.join(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html-spa/src/routing.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/rangeStart.json:
--------------------------------------------------------------------------------

```json
{
  "name": "rangeStart",
  "description": "Prompt template extracted from ascii.js",
  "type": "prompt",
  "category": "coding",
  "content": "[${count.toString(10)}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/TemplateMethod-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "TemplateMethod-diagram",
  "description": "Mermaid diagram for TemplateMethod pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing TemplateMethod Design Pattern, illustrating the skeletal algorithm with customizable steps.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/TemplateMethod-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "TemplateMethod-diagram",
  "description": "Mermaid diagram for TemplateMethod pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing TemplateMethod Design Pattern, illustrating the skeletal algorithm with customizable steps.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/CACHE_VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "CACHE_VERSION",
  "description": "Prompt template extracted from ScriptTransformer.js",
  "type": "prompt",
  "category": "coding",
  "content": "1",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/transform/build/ScriptTransformer.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/CACHE_VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "CACHE_VERSION",
  "description": "Prompt template extracted from ScriptTransformer.js",
  "type": "prompt",
  "category": "coding",
  "content": "1",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/transform/build/ScriptTransformer.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DEPRECATION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEPRECATION",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "${BULLET} Deprecation Warning",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-validate/build/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/environment.json:
--------------------------------------------------------------------------------

```json
{
  "name": "environment",
  "description": "Prompt template extracted from source-map-support.js",
  "type": "prompt",
  "category": "coding",
  "content": "auto",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map-support/source-map-support.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NO_ARGUMENTS.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NO_ARGUMENTS",
  "description": "Prompt template extracted from spyMatchers.js",
  "type": "prompt",
  "category": "coding",
  "content": "called with 0 arguments",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/expect/build/spyMatchers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/PACKAGE_JSON.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PACKAGE_JSON",
  "description": "Prompt template extracted from worker.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}package.json",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/worker.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/querystringType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "querystringType",
  "description": "Prompt template extracted from querystring.js",
  "type": "prompt",
  "category": "coding",
  "content": "urlencoded",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/querystring.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/strValue.json:
--------------------------------------------------------------------------------

```json
{
  "name": "strValue",
  "description": "Prompt template extracted from createProcessObject.js",
  "type": "prompt",
  "category": "coding",
  "content": "${value}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-util/build/createProcessObject.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/time.json:
--------------------------------------------------------------------------------

```json
{
  "name": "time",
  "description": "Prompt template extracted from getSummary.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_chalk().default.bold(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/getSummary.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DEPRECATION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DEPRECATION",
  "description": "Prompt template extracted from utils.js",
  "type": "prompt",
  "category": "coding",
  "content": "${BULLET} Deprecation Warning",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-validate/build/utils.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/environment.json:
--------------------------------------------------------------------------------

```json
{
  "name": "environment",
  "description": "Prompt template extracted from source-map-support.js",
  "type": "prompt",
  "category": "coding",
  "content": "auto",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map-support/source-map-support.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NO_ARGUMENTS.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NO_ARGUMENTS",
  "description": "Prompt template extracted from spyMatchers.js",
  "type": "prompt",
  "category": "coding",
  "content": "called with 0 arguments",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/expect/build/spyMatchers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/PACKAGE_JSON.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PACKAGE_JSON",
  "description": "Prompt template extracted from worker.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}package.json",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/worker.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/querystringType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "querystringType",
  "description": "Prompt template extracted from querystring.js",
  "type": "prompt",
  "category": "coding",
  "content": "urlencoded",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/querystring.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/strValue.json:
--------------------------------------------------------------------------------

```json
{
  "name": "strValue",
  "description": "Prompt template extracted from createProcessObject.js",
  "type": "prompt",
  "category": "coding",
  "content": "${value}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-util/build/createProcessObject.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/time.json:
--------------------------------------------------------------------------------

```json
{
  "name": "time",
  "description": "Prompt template extracted from getSummary.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_chalk().default.bold(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/getSummary.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/code.json:
--------------------------------------------------------------------------------

```json
{
  "name": "code",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/parser/lib/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/code.json:
--------------------------------------------------------------------------------

```json
{
  "name": "code",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/parser/lib/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/PACKAGE_FILENAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PACKAGE_FILENAME",
  "description": "Prompt template extracted from package.js",
  "type": "prompt",
  "category": "coding",
  "content": "package.json",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/core/lib/config/files/package.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ROOT_DESCRIBE_BLOCK_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ROOT_DESCRIBE_BLOCK_NAME",
  "description": "Prompt template extracted from state.js",
  "type": "prompt",
  "category": "coding",
  "content": "ROOT_DESCRIBE_BLOCK",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-circus/build/state.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/str.json:
--------------------------------------------------------------------------------

```json
{
  "name": "str",
  "description": "Prompt template extracted from test.js",
  "type": "prompt",
  "category": "coding",
  "content": "\u70eb\u70eb\u70eb\\r\\n\u70eb\u70eb\u70eb",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/split2/test.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/PACKAGE_FILENAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PACKAGE_FILENAME",
  "description": "Prompt template extracted from package.js",
  "type": "prompt",
  "category": "coding",
  "content": "package.json",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/core/lib/config/files/package.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/ROOT_DESCRIBE_BLOCK_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ROOT_DESCRIBE_BLOCK_NAME",
  "description": "Prompt template extracted from state.js",
  "type": "prompt",
  "category": "coding",
  "content": "ROOT_DESCRIBE_BLOCK",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-circus/build/state.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/str.json:
--------------------------------------------------------------------------------

```json
{
  "name": "str",
  "description": "Prompt template extracted from test.js",
  "type": "prompt",
  "category": "coding",
  "content": "\u70eb\u70eb\u70eb\\r\\n\u70eb\u70eb\u70eb",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/split2/test.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/input.json:
--------------------------------------------------------------------------------

```json
{
  "name": "input",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "The quick brown ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/INSPECT_MAX_BYTES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INSPECT_MAX_BYTES",
  "description": "Prompt template extracted from buffer.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "\\u00bd + \\u00bc = \\u00be",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/buffer.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/octetStreamType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "octetStreamType",
  "description": "Prompt template extracted from octetstream.js",
  "type": "prompt",
  "category": "coding",
  "content": "octet-stream",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/octetstream.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/input.json:
--------------------------------------------------------------------------------

```json
{
  "name": "input",
  "description": "Prompt template extracted from index.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "The quick brown ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/INSPECT_MAX_BYTES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INSPECT_MAX_BYTES",
  "description": "Prompt template extracted from buffer.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "\\u00bd + \\u00bc = \\u00be",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/buffer.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/octetStreamType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "octetStreamType",
  "description": "Prompt template extracted from octetstream.js",
  "type": "prompt",
  "category": "coding",
  "content": "octet-stream",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/formidable/src/plugins/octetstream.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/error.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ERROR",
  "description": "Prompt template extracted from normalize.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_utils.BULLET}Validation Error",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/normalize.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ERROR.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ERROR",
  "description": "Prompt template extracted from normalize.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_utils.BULLET}Validation Error",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/normalize.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/error.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ERROR",
  "description": "Prompt template extracted from normalize.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_utils.BULLET}Validation Error",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/normalize.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/ERROR.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ERROR",
  "description": "Prompt template extracted from normalize.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_utils.BULLET}Validation Error",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/normalize.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DID_NOT_THROW.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DID_NOT_THROW",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "Received function did not throw",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/earlyHintsLink.json:
--------------------------------------------------------------------------------

```json
{
  "name": "earlyHintsLink",
  "description": "Prompt template extracted from http.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "</styles.css>; rel=preload; as=style",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/http.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/resolverDir.json:
--------------------------------------------------------------------------------

```json
{
  "name": "resolverDir",
  "description": "Prompt template extracted from faulty_basedir.js",
  "type": "prompt",
  "category": "coding",
  "content": "C:\\\\a\\\\b\\\\c\\\\d",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/faulty_basedir.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/UNMATCHED_SURROGATE_PAIR_REPLACE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "UNMATCHED_SURROGATE_PAIR_REPLACE",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "$1\\uFFFD$2",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/encodeurl/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DID_NOT_THROW.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DID_NOT_THROW",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "Received function did not throw",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-snapshot/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/earlyHintsLink.json:
--------------------------------------------------------------------------------

```json
{
  "name": "earlyHintsLink",
  "description": "Prompt template extracted from http.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "</styles.css>; rel=preload; as=style",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/http.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/resolverDir.json:
--------------------------------------------------------------------------------

```json
{
  "name": "resolverDir",
  "description": "Prompt template extracted from faulty_basedir.js",
  "type": "prompt",
  "category": "coding",
  "content": "C:\\\\a\\\\b\\\\c\\\\d",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/faulty_basedir.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/UNMATCHED_SURROGATE_PAIR_REPLACE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "UNMATCHED_SURROGATE_PAIR_REPLACE",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "$1\\uFFFD$2",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/encodeurl/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/handlerFuncName.json:
--------------------------------------------------------------------------------

```json
{
  "name": "handlerFuncName",
  "description": "Prompt template extracted from action_container.js",
  "type": "prompt",
  "category": "coding",
  "content": "_handleConflict",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/argparse/lib/action_container.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/stringResult.json:
--------------------------------------------------------------------------------

```json
{
  "name": "stringResult",
  "description": "Prompt template extracted from inspect.js",
  "type": "prompt",
  "category": "coding",
  "content": "[ !XYZ\u00a1, [] ]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/inspect.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/handlerFuncName.json:
--------------------------------------------------------------------------------

```json
{
  "name": "handlerFuncName",
  "description": "Prompt template extracted from action_container.js",
  "type": "prompt",
  "category": "coding",
  "content": "_handleConflict",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/argparse/lib/action_container.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/stringResult.json:
--------------------------------------------------------------------------------

```json
{
  "name": "stringResult",
  "description": "Prompt template extracted from inspect.js",
  "type": "prompt",
  "category": "coding",
  "content": "[ !XYZ\u00a1, [] ]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/inspect.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Analyze_Mermaid_Diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Analyze Mermaid Diagram",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in analyzing Mermaid diagrams. Your task is to analyze the provided diagram code and provide insights about its structure, clarity, and potential improvements.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Analyze_Mermaid_Diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Analyze Mermaid Diagram",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in analyzing Mermaid diagrams. Your task is to analyze the provided diagram code and provide insights about its structure, clarity, and potential improvements.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Mermaid_Analysis_Expert.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Mermaid Analysis Expert",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in analyzing Mermaid diagrams. Your task is to analyze the provided diagram code and provide insights about its structure, clarity, and potential improvements.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Mermaid_Analysis_Expert.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Mermaid Analysis Expert",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in analyzing Mermaid diagrams. Your task is to analyze the provided diagram code and provide insights about its structure, clarity, and potential improvements.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DOTS.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DOTS",
  "description": "Prompt template extracted from formatTestNameByPattern.js",
  "type": "prompt",
  "category": "coding",
  "content": "...",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-watcher/build/lib/formatTestNameByPattern.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/message.json:
--------------------------------------------------------------------------------

```json
{
  "name": "message",
  "description": "Prompt template extracted from websocket-server.js",
  "type": "prompt",
  "category": "coding",
  "content": "Invalid HTTP method",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/ws/lib/websocket-server.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/source.json:
--------------------------------------------------------------------------------

```json
{
  "name": "source",
  "description": "Prompt template extracted from picomatch.js",
  "type": "prompt",
  "category": "coding",
  "content": "${prepend}(?:${state.output})${append}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/picomatch/lib/picomatch.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/SUB_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SUB_NAME",
  "description": "Prompt template extracted from WatchmanWatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": "sane-sub",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/watchers/WatchmanWatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/DOTS.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DOTS",
  "description": "Prompt template extracted from formatTestNameByPattern.js",
  "type": "prompt",
  "category": "coding",
  "content": "...",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-watcher/build/lib/formatTestNameByPattern.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/message.json:
--------------------------------------------------------------------------------

```json
{
  "name": "message",
  "description": "Prompt template extracted from websocket-server.js",
  "type": "prompt",
  "category": "coding",
  "content": "Invalid HTTP method",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/ws/lib/websocket-server.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/source.json:
--------------------------------------------------------------------------------

```json
{
  "name": "source",
  "description": "Prompt template extracted from picomatch.js",
  "type": "prompt",
  "category": "coding",
  "content": "${prepend}(?:${state.output})${append}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/picomatch/lib/picomatch.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/SUB_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SUB_NAME",
  "description": "Prompt template extracted from WatchmanWatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": "sane-sub",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/watchers/WatchmanWatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/comma.json:
--------------------------------------------------------------------------------

```json
{
  "name": "comma",
  "description": "Prompt template extracted from sourcemap-codec.umd.js",
  "type": "prompt",
  "category": "coding",
  "content": ",",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/responseType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "responseType",
  "description": "Prompt template extracted from auth.js",
  "type": "prompt",
  "category": "coding",
  "content": "code",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/comma.json:
--------------------------------------------------------------------------------

```json
{
  "name": "comma",
  "description": "Prompt template extracted from sourcemap-codec.umd.js",
  "type": "prompt",
  "category": "coding",
  "content": ",",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/responseType.json:
--------------------------------------------------------------------------------

```json
{
  "name": "responseType",
  "description": "Prompt template extracted from auth.js",
  "type": "prompt",
  "category": "coding",
  "content": "code",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Modify_Mermaid_Diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Modify Mermaid Diagram",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in modifying Mermaid diagrams. Your task is to modify the provided diagram according to the requested changes while maintaining its overall structure and clarity.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Modify_Mermaid_Diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Modify Mermaid Diagram",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in modifying Mermaid diagrams. Your task is to modify the provided diagram according to the requested changes while maintaining its overall structure and clarity.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/CHANGE_EVENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "CHANGE_EVENT",
  "description": "Prompt template extracted from FSEventsWatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": "change",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/watchers/FSEventsWatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/CHANGE_EVENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "CHANGE_EVENT",
  "description": "Prompt template extracted from FSEventsWatcher.js",
  "type": "prompt",
  "category": "coding",
  "content": "change",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/watchers/FSEventsWatcher.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/destMain.json:
--------------------------------------------------------------------------------

```json
{
  "name": "destMain",
  "description": "Prompt template extracted from symlinks.js",
  "type": "prompt",
  "category": "coding",
  "content": "symlinks/dest/node_modules/mod-a/index.js",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/symlinks.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/expected.json:
--------------------------------------------------------------------------------

```json
{
  "name": "expected",
  "description": "Prompt template extracted from indent-option.js",
  "type": "prompt",
  "category": "coding",
  "content": "[ 1, 2, 3, \\",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/indent-option.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/FORMAT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FORMAT",
  "description": "Prompt template extracted from node.js",
  "type": "prompt",
  "category": "coding",
  "content": "Browserslist config should be a string or an array ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/browserslist/node.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/INDIRECTION_FRAGMENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INDIRECTION_FRAGMENT",
  "description": "Prompt template extracted from fast_path.js",
  "type": "prompt",
  "category": "coding",
  "content": "..${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/lib/fast_path.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/sensitiveHeaders.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sensitiveHeaders",
  "description": "Prompt template extracted from http2.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "</styles.css>; rel=preload; as=style",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/http2.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/typeMessage.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typeMessage",
  "description": "Prompt template extracted from getConsoleOutput.js",
  "type": "prompt",
  "category": "coding",
  "content": "console.${type}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/console/build/getConsoleOutput.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/destMain.json:
--------------------------------------------------------------------------------

```json
{
  "name": "destMain",
  "description": "Prompt template extracted from symlinks.js",
  "type": "prompt",
  "category": "coding",
  "content": "symlinks/dest/node_modules/mod-a/index.js",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/symlinks.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/expected.json:
--------------------------------------------------------------------------------

```json
{
  "name": "expected",
  "description": "Prompt template extracted from indent-option.js",
  "type": "prompt",
  "category": "coding",
  "content": "[ 1, 2, 3, \\",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/object-inspect/test/indent-option.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/FORMAT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "FORMAT",
  "description": "Prompt template extracted from node.js",
  "type": "prompt",
  "category": "coding",
  "content": "Browserslist config should be a string or an array ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/browserslist/node.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/INDIRECTION_FRAGMENT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "INDIRECTION_FRAGMENT",
  "description": "Prompt template extracted from fast_path.js",
  "type": "prompt",
  "category": "coding",
  "content": "..${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/lib/fast_path.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/sensitiveHeaders.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sensitiveHeaders",
  "description": "Prompt template extracted from http2.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "</styles.css>; rel=preload; as=style",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/http2.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/typeMessage.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typeMessage",
  "description": "Prompt template extracted from getConsoleOutput.js",
  "type": "prompt",
  "category": "coding",
  "content": "console.${type}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/console/build/getConsoleOutput.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/name.json:
--------------------------------------------------------------------------------

```json
{
  "name": "name",
  "description": "Prompt template extracted from function-name.test.js",
  "type": "prompt",
  "category": "coding",
  "content": "fn${naturalNumber}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@sinonjs/commons/lib/function-name.test.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/pubkey256.json:
--------------------------------------------------------------------------------

```json
{
  "name": "pubkey256",
  "description": "Prompt template extracted from https.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/https.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/name.json:
--------------------------------------------------------------------------------

```json
{
  "name": "name",
  "description": "Prompt template extracted from function-name.test.js",
  "type": "prompt",
  "category": "coding",
  "content": "fn${naturalNumber}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@sinonjs/commons/lib/function-name.test.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/other/sseUrl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sseUrl",
  "description": "Prompt template extracted from test-sse-client.js",
  "type": "prompt",
  "category": "other",
  "content": "http://localhost:3003/events?transportType=sse",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/legacy/sse/test-sse-client.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/pubkey256.json:
--------------------------------------------------------------------------------

```json
{
  "name": "pubkey256",
  "description": "Prompt template extracted from https.d.ts",
  "type": "prompt",
  "category": "coding",
  "content": "pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@types/node/https.d.ts",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/sseUrl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sseUrl",
  "description": "Prompt template extracted from test-sse-client.js",
  "type": "prompt",
  "category": "other",
  "content": "http://localhost:3003/events?transportType=sse",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/legacy/sse/test-sse-client.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/Mermaid_Diagram_Modifier.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Mermaid Diagram Modifier",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in modifying Mermaid diagrams. Your task is to modify the provided diagram according to the requested changes while maintaining its overall structure and clarity.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/Mermaid_Diagram_Modifier.json:
--------------------------------------------------------------------------------

```json
{
  "name": "Mermaid Diagram Modifier",
  "description": "",
  "type": "flowchart",
  "content": "You are an expert in modifying Mermaid diagrams. Your task is to modify the provided diagram according to the requested changes while maintaining its overall structure and clarity.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/l.json:
--------------------------------------------------------------------------------

```json
{
  "name": "l",
  "description": "Prompt template extracted from browser-source-map-support.js",
  "type": "prompt",
  "category": "coding",
  "content": "function",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map-support/browser-source-map-support.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/moduleDirectory.json:
--------------------------------------------------------------------------------

```json
{
  "name": "moduleDirectory",
  "description": "Prompt template extracted from node-modules-paths.js",
  "type": "prompt",
  "category": "coding",
  "content": "not node modules",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/node-modules-paths.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/SEMVER_SPEC_VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SEMVER_SPEC_VERSION",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "2.0.0",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/make-dir/node_modules/semver/internal/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/l.json:
--------------------------------------------------------------------------------

```json
{
  "name": "l",
  "description": "Prompt template extracted from browser-source-map-support.js",
  "type": "prompt",
  "category": "coding",
  "content": "function",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/source-map-support/browser-source-map-support.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/moduleDirectory.json:
--------------------------------------------------------------------------------

```json
{
  "name": "moduleDirectory",
  "description": "Prompt template extracted from node-modules-paths.js",
  "type": "prompt",
  "category": "coding",
  "content": "not node modules",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/resolve/test/node-modules-paths.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/SEMVER_SPEC_VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SEMVER_SPEC_VERSION",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "2.0.0",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/make-dir/node_modules/semver/internal/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/AbstractFactory-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "AbstractFactory-diagram",
  "description": "Mermaid diagram for AbstractFactory pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing AbstractFactory Design Pattern, illustrating families of related objects and their creation process.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/mermaid/templates/flowchart/AbstractFactory-diagram.json:
--------------------------------------------------------------------------------

```json
{
  "name": "AbstractFactory-diagram",
  "description": "Mermaid diagram for AbstractFactory pattern",
  "type": "flowchart",
  "content": "Generate a Mermaid diagram visualizing AbstractFactory Design Pattern, illustrating families of related objects and their creation process.",
  "variables": {},
  "metadata": {
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/assistant/index.json:
--------------------------------------------------------------------------------

```json
{
  "templates": [
    "Database Query Assistant",
    "Code Review Assistant",
    "MCP Integration Assistant",
    "Project Analysis Assistant",
    "Architecture Design Assistant",
    "Debugging Assistant",
    "Foresight Assistant",
    "Analysis Assistant",
    "Code Refactoring Assistant",
    "Research Assistant"
  ],
  "count": 10
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/findPackageJson.json:
--------------------------------------------------------------------------------

```json
{
  "name": "findPackageJson",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "${sep}node_modules${sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/package-json-from-dist/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/notSelector.json:
--------------------------------------------------------------------------------

```json
{
  "name": "notSelector",
  "description": "Prompt template extracted from block-navigation.js",
  "type": "prompt",
  "category": "coding",
  "content": ":not(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/assets/block-navigation.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/SCHEMA_PATH.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SCHEMA_PATH",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "schema",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/server-postgres/dist/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/tmpl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "tmpl",
  "description": "Prompt template extracted from tmpl.js",
  "type": "prompt",
  "category": "coding",
  "content": "var __p=[],print=function(){__p.push.apply(__p,arguments);};",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/tmpl/lib/tmpl.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/findPackageJson.json:
--------------------------------------------------------------------------------

```json
{
  "name": "findPackageJson",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "${sep}node_modules${sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/package-json-from-dist/dist/esm/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/notSelector.json:
--------------------------------------------------------------------------------

```json
{
  "name": "notSelector",
  "description": "Prompt template extracted from block-navigation.js",
  "type": "prompt",
  "category": "coding",
  "content": ":not(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html/assets/block-navigation.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/SCHEMA_PATH.json:
--------------------------------------------------------------------------------

```json
{
  "name": "SCHEMA_PATH",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "schema",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/server-postgres/dist/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/tmpl.json:
--------------------------------------------------------------------------------

```json
{
  "name": "tmpl",
  "description": "Prompt template extracted from tmpl.js",
  "type": "prompt",
  "category": "coding",
  "content": "var __p=[],print=function(){__p.push.apply(__p,arguments);};",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/tmpl/lib/tmpl.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/isoSentinel.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isoSentinel",
  "description": "Prompt template extracted from parse.js",
  "type": "prompt",
  "category": "coding",
  "content": "utf8=%26%2310003%3B",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/body-parser/node_modules/qs/lib/parse.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/JEST_GLOBALS_MODULE_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JEST_GLOBALS_MODULE_NAME",
  "description": "Prompt template extracted from hoist-jest.js",
  "type": "prompt",
  "category": "coding",
  "content": "@jest/globals",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ts-jest/dist/transformers/hoist-jest.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/pattern.json:
--------------------------------------------------------------------------------

```json
{
  "name": "pattern",
  "description": "Prompt template extracted from uriTemplate.js",
  "type": "prompt",
  "category": "coding",
  "content": "^",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/isoSentinel.json:
--------------------------------------------------------------------------------

```json
{
  "name": "isoSentinel",
  "description": "Prompt template extracted from parse.js",
  "type": "prompt",
  "category": "coding",
  "content": "utf8=%26%2310003%3B",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/body-parser/node_modules/qs/lib/parse.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/JEST_GLOBALS_MODULE_NAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "JEST_GLOBALS_MODULE_NAME",
  "description": "Prompt template extracted from hoist-jest.js",
  "type": "prompt",
  "category": "coding",
  "content": "@jest/globals",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ts-jest/dist/transformers/hoist-jest.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/pattern.json:
--------------------------------------------------------------------------------

```json
{
  "name": "pattern",
  "description": "Prompt template extracted from uriTemplate.js",
  "type": "prompt",
  "category": "coding",
  "content": "^",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/user/usage.json:
--------------------------------------------------------------------------------

```json
{
  "name": "usage",
  "description": "Prompt template extracted from args.js",
  "type": "prompt",
  "category": "user",
  "content": "Usage: $0 [--config=<pathToConfigFile>] [TestPathPattern]",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-cli/build/args.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/BULLET.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BULLET",
  "description": "Prompt template extracted from runtimeErrorsAndWarnings.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u25cf ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/transform/build/runtimeErrorsAndWarnings.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/BULLET.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BULLET",
  "description": "Prompt template extracted from runtimeErrorsAndWarnings.js",
  "type": "prompt",
  "category": "coding",
  "content": "\\u25cf ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/transform/build/runtimeErrorsAndWarnings.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/key.json:
--------------------------------------------------------------------------------

```json
{
  "name": "key",
  "description": "Prompt template extracted from permessage-deflate.js",
  "type": "prompt",
  "category": "coding",
  "content": "${endpoint}_max_window_bits",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/ws/lib/permessage-deflate.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/parseClass.json:
--------------------------------------------------------------------------------

```json
{
  "name": "parseClass",
  "description": "Prompt template extracted from brace-expressions.js",
  "type": "prompt",
  "category": "coding",
  "content": "[",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/key.json:
--------------------------------------------------------------------------------

```json
{
  "name": "key",
  "description": "Prompt template extracted from permessage-deflate.js",
  "type": "prompt",
  "category": "coding",
  "content": "${endpoint}_max_window_bits",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/custom-mcp/node_modules/ws/lib/permessage-deflate.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/parseClass.json:
--------------------------------------------------------------------------------

```json
{
  "name": "parseClass",
  "description": "Prompt template extracted from brace-expressions.js",
  "type": "prompt",
  "category": "coding",
  "content": "[",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/cacheProp.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cacheProp",
  "description": "Prompt template extracted from summarizer-factory.js",
  "type": "prompt",
  "category": "coding",
  "content": "c_${filesOnly ? ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-report/lib/summarizer-factory.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/cjsPattern.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cjsPattern",
  "description": "Prompt template extracted from paths-to-module-name-mapper.js",
  "type": "prompt",
  "category": "coding",
  "content": "^",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/classForPercent.json:
--------------------------------------------------------------------------------

```json
{
  "name": "classForPercent",
  "description": "Prompt template extracted from summaryTableLine.js",
  "type": "prompt",
  "category": "coding",
  "content": "none",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/cacheProp.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cacheProp",
  "description": "Prompt template extracted from summarizer-factory.js",
  "type": "prompt",
  "category": "coding",
  "content": "c_${filesOnly ? ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-lib-report/lib/summarizer-factory.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/cjsPattern.json:
--------------------------------------------------------------------------------

```json
{
  "name": "cjsPattern",
  "description": "Prompt template extracted from paths-to-module-name-mapper.js",
  "type": "prompt",
  "category": "coding",
  "content": "^",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/classForPercent.json:
--------------------------------------------------------------------------------

```json
{
  "name": "classForPercent",
  "description": "Prompt template extracted from summaryTableLine.js",
  "type": "prompt",
  "category": "coding",
  "content": "none",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/PATH_NODE_MODULES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PATH_NODE_MODULES",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "system",
  "content": "${path.sep}node_modules${path.sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-message-util/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/system/PATH_NODE_MODULES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "PATH_NODE_MODULES",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "system",
  "content": "${path.sep}node_modules${path.sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-message-util/build/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/allOptionsList.json:
--------------------------------------------------------------------------------

```json
{
  "name": "allOptionsList",
  "description": "Prompt template extracted from config.js",
  "type": "prompt",
  "category": "coding",
  "content": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shx/lib/config.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/allOptionsList.json:
--------------------------------------------------------------------------------

```json
{
  "name": "allOptionsList",
  "description": "Prompt template extracted from config.js",
  "type": "prompt",
  "category": "coding",
  "content": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shx/lib/config.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NODE_MODULES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NODE_MODULES",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}node_modules${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/sranges.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sranges",
  "description": "Prompt template extracted from brace-expressions.js",
  "type": "prompt",
  "category": "coding",
  "content": "[",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NODE_MODULES.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NODE_MODULES",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}node_modules${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-config/build/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/sranges.json:
--------------------------------------------------------------------------------

```json
{
  "name": "sranges",
  "description": "Prompt template extracted from brace-expressions.js",
  "type": "prompt",
  "category": "coding",
  "content": "[",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/BABELIGNORE_FILENAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BABELIGNORE_FILENAME",
  "description": "Prompt template extracted from configuration.js",
  "type": "prompt",
  "category": "coding",
  "content": ".babelignore",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/core/lib/config/files/configuration.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/BABELIGNORE_FILENAME.json:
--------------------------------------------------------------------------------

```json
{
  "name": "BABELIGNORE_FILENAME",
  "description": "Prompt template extracted from configuration.js",
  "type": "prompt",
  "category": "coding",
  "content": ".babelignore",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@babel/core/lib/config/files/configuration.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/r.json:
--------------------------------------------------------------------------------

```json
{
  "name": "R",
  "description": "Prompt template extracted from index.min.js",
  "type": "prompt",
  "category": "coding",
  "content": "LRU_CACHE_UNBOUNDED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/R.json:
--------------------------------------------------------------------------------

```json
{
  "name": "R",
  "description": "Prompt template extracted from index.min.js",
  "type": "prompt",
  "category": "coding",
  "content": "LRU_CACHE_UNBOUNDED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/titleSeparator.json:
--------------------------------------------------------------------------------

```json
{
  "name": "titleSeparator",
  "description": "Prompt template extracted from GitHubActionsReporter.js",
  "type": "prompt",
  "category": "coding",
  "content": " \\u203A ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/GitHubActionsReporter.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/typesRegistryPackageName.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typesRegistryPackageName",
  "description": "Prompt template extracted from _typingsInstaller.js",
  "type": "prompt",
  "category": "coding",
  "content": "types-registry",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/typescript/lib/_typingsInstaller.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/r.json:
--------------------------------------------------------------------------------

```json
{
  "name": "R",
  "description": "Prompt template extracted from index.min.js",
  "type": "prompt",
  "category": "coding",
  "content": "LRU_CACHE_UNBOUNDED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/R.json:
--------------------------------------------------------------------------------

```json
{
  "name": "R",
  "description": "Prompt template extracted from index.min.js",
  "type": "prompt",
  "category": "coding",
  "content": "LRU_CACHE_UNBOUNDED",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/titleSeparator.json:
--------------------------------------------------------------------------------

```json
{
  "name": "titleSeparator",
  "description": "Prompt template extracted from GitHubActionsReporter.js",
  "type": "prompt",
  "category": "coding",
  "content": " \\u203A ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/reporters/build/GitHubActionsReporter.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/typesRegistryPackageName.json:
--------------------------------------------------------------------------------

```json
{
  "name": "typesRegistryPackageName",
  "description": "Prompt template extracted from _typingsInstaller.js",
  "type": "prompt",
  "category": "coding",
  "content": "types-registry",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/typescript/lib/_typingsInstaller.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NOT_A_DOT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NOT_A_DOT",
  "description": "Prompt template extracted from dependencyExtractor.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?<!\\\\.\\\\s*)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/lib/dependencyExtractor.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/XP_DEFAULT_PATHEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "XP_DEFAULT_PATHEXT",
  "description": "Prompt template extracted from which.js",
  "type": "prompt",
  "category": "coding",
  "content": ".com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shelljs/src/which.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NOT_A_DOT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NOT_A_DOT",
  "description": "Prompt template extracted from dependencyExtractor.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?<!\\\\.\\\\s*)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/lib/dependencyExtractor.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/other/VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "VERSION",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "other",
  "content": "4",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/VERSION.json:
--------------------------------------------------------------------------------

```json
{
  "name": "VERSION",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "other",
  "content": "4",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/XP_DEFAULT_PATHEXT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "XP_DEFAULT_PATHEXT",
  "description": "Prompt template extracted from which.js",
  "type": "prompt",
  "category": "coding",
  "content": ".com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/shelljs/src/which.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/printcast-agent/src/mcp_server/__init__.py:
--------------------------------------------------------------------------------

```python
"""
PrintCast Agent MCP Server

A Model Context Protocol server for automated voice-to-print service
integrating Asterisk SIP, AI conversational agents, and physical delivery.
"""

__version__ = "0.1.0"
__author__ = "PrintCast Team"

from .server import PrintCastMCPServer
from .tools import *
from .resources import *

__all__ = ["PrintCastMCPServer"]
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/k.json:
--------------------------------------------------------------------------------

```json
{
  "name": "k",
  "description": "Prompt template extracted from 6483.79f1ab5249584f984bf4.js",
  "type": "prompt",
  "category": "coding",
  "content": "LR",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/6483.79f1ab5249584f984bf4.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/startNoTraversal.json:
--------------------------------------------------------------------------------

```json
{
  "name": "startNoTraversal",
  "description": "Prompt template extracted from ast.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?!(?:^|/)\\\\.\\\\.?(?:$|/))",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ur.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ur",
  "description": "Prompt template extracted from 5829.0e46d479b4ade4783661.js",
  "type": "prompt",
  "category": "coding",
  "content": "*",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/5829.0e46d479b4ade4783661.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/j.json:
--------------------------------------------------------------------------------

```json
{
  "name": "J",
  "description": "Prompt template extracted from 9582.c10e0d8d04b7da1a22da.js",
  "type": "prompt",
  "category": "user",
  "content": "year",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/9582.c10e0d8d04b7da1a22da.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/J.json:
--------------------------------------------------------------------------------

```json
{
  "name": "J",
  "description": "Prompt template extracted from 9582.c10e0d8d04b7da1a22da.js",
  "type": "prompt",
  "category": "user",
  "content": "year",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/9582.c10e0d8d04b7da1a22da.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/k.json:
--------------------------------------------------------------------------------

```json
{
  "name": "k",
  "description": "Prompt template extracted from 6483.79f1ab5249584f984bf4.js",
  "type": "prompt",
  "category": "coding",
  "content": "LR",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/6483.79f1ab5249584f984bf4.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/startNoTraversal.json:
--------------------------------------------------------------------------------

```json
{
  "name": "startNoTraversal",
  "description": "Prompt template extracted from ast.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?!(?:^|/)\\\\.\\\\.?(?:$|/))",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/ur.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ur",
  "description": "Prompt template extracted from 5829.0e46d479b4ade4783661.js",
  "type": "prompt",
  "category": "coding",
  "content": "*",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/5829.0e46d479b4ade4783661.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/user/J.json:
--------------------------------------------------------------------------------

```json
{
  "name": "J",
  "description": "Prompt template extracted from 9582.c10e0d8d04b7da1a22da.js",
  "type": "prompt",
  "category": "user",
  "content": "year",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/9582.c10e0d8d04b7da1a22da.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/resources/index.json:
--------------------------------------------------------------------------------

```json
{
  "categories": {
    "documentation": {
      "files": [],
      "count": 0
    },
    "code_examples": {
      "files": [],
      "count": 0
    },
    "config": {
      "files": [],
      "count": 0
    },
    "images": {
      "files": [],
      "count": 0
    },
    "other": {
      "files": [],
      "count": 0
    }
  },
  "total_count": 0
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/inputText.json:
--------------------------------------------------------------------------------

```json
{
  "name": "inputText",
  "description": "Prompt template extracted from patternModeHelpers.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_chalk().default.dim(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-watcher/build/lib/patternModeHelpers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/MOCKS_PATTERN.json:
--------------------------------------------------------------------------------

```json
{
  "name": "MOCKS_PATTERN",
  "description": "Prompt template extracted from getMockName.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}__mocks__${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/getMockName.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/NO_DIFF_MESSAGE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NO_DIFF_MESSAGE",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "Compared values have no visual difference.",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-diff/build/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/inputText.json:
--------------------------------------------------------------------------------

```json
{
  "name": "inputText",
  "description": "Prompt template extracted from patternModeHelpers.js",
  "type": "prompt",
  "category": "coding",
  "content": "${_chalk().default.dim(",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-watcher/build/lib/patternModeHelpers.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/MOCKS_PATTERN.json:
--------------------------------------------------------------------------------

```json
{
  "name": "MOCKS_PATTERN",
  "description": "Prompt template extracted from getMockName.js",
  "type": "prompt",
  "category": "coding",
  "content": "${path().sep}__mocks__${path().sep}",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-haste-map/build/getMockName.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/NO_DIFF_MESSAGE.json:
--------------------------------------------------------------------------------

```json
{
  "name": "NO_DIFF_MESSAGE",
  "description": "Prompt template extracted from constants.js",
  "type": "prompt",
  "category": "coding",
  "content": "Compared values have no visual difference.",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/jest-diff/build/constants.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/DOT.json:
--------------------------------------------------------------------------------

```json
{
  "name": "DOT",
  "description": "Prompt template extracted from enhanceUnexpectedTokenMessage.js",
  "type": "prompt",
  "category": "coding",
  "content": " \\u2022 ",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@jest/transform/build/enhanceUnexpectedTokenMessage.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/IS_ITERABLE_SENTINEL.json:
--------------------------------------------------------------------------------

```json
{
  "name": "IS_ITERABLE_SENTINEL",
  "description": "Prompt template extracted from Immutable.js",
  "type": "prompt",
  "category": "coding",
  "content": "@@__IMMUTABLE_ITERABLE__@@",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/pretty-format/build/plugins/Immutable.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/re.json:
--------------------------------------------------------------------------------

```json
{
  "name": "re",
  "description": "Prompt template extracted from 9311.46cc03d7b667d8413fec.js",
  "type": "prompt",
  "category": "coding",
  "content": "!\\",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-servers/src/prompt-manager/.venv/share/jupyter/lab/static/9311.46cc03d7b667d8413fec.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/st.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ST",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?:\\\\u0007|\\\\u001B\\\\u005C|\\\\u009C)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js",
    "imported": true
  }
}
```

--------------------------------------------------------------------------------
/src/mcp_project_orchestrator/prompts/coding/ST.json:
--------------------------------------------------------------------------------

```json
{
  "name": "ST",
  "description": "Prompt template extracted from index.js",
  "type": "prompt",
  "category": "coding",
  "content": "(?:\\\\u0007|\\\\u001B\\\\u005C|\\\\u009C)",
  "variables": {},
  "metadata": {
    "source": "/home/sparrow/projects/mcp-prompts/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js",
    "imported": true
  }
}
```
Page 2/21FirstPrevNextLast