├── .SourceSageignore ├── .aira ├── config.dev.commit.yml └── config.dev.yml ├── .bolt ├── config.json └── prompt ├── .github └── workflows │ ├── deploy.yml │ └── docker-build-deploy.yml ├── .gitignore ├── Dockerfile ├── README.md ├── assets ├── header.svg └── image.png ├── docker-compose.yml ├── eslint.config.js ├── examples └── python │ ├── README.md │ ├── api_example.py │ └── requirements.txt ├── index.html ├── nginx ├── Dockerfile ├── generate-selfsigned-cert.sh └── nginx.conf ├── package.json ├── postcss.config.js ├── prompts ├── Company-as-a-Code │ ├── Phidata-Prompt-Template.md │ └── phidate-cookbook_Repository_summary.md ├── agent │ └── minecraft │ │ ├── minecraft_mcp_builder_prompt-v1.0.md │ │ └── minecraft_mcp_builder_prompt-v1.1.md ├── audio │ ├── amped_enka_lyrics.md │ ├── comprehensive-improved-rap-prompt.md │ └── comprehensive-improved-rap-prompt_v1.1.md ├── aws-certification │ └── AWS_CERTIFICATION_EXAM_GUIDE_TEMPLATE.md ├── coding │ ├── AI-Gal-Claude-Hand-v1.md │ ├── BEST_PROGRAMMING_PRACTICES_REQUIREMENTS_JA.md │ ├── CLAUDE-DEV-SYSTEM-PROMT-PS.md │ ├── CLAUDE-DEV-SYSTEM-PROMT.md │ ├── Checklist_for_Developing_Python_Packages_and_Libraries.md │ ├── Requirements_for_High-Quality_Code.md │ ├── Roo-cline │ │ ├── .SourceSageignore │ │ ├── MCP-as-a-Language-01.md │ │ ├── MCP-as-a-Language-luma.md │ │ ├── gh-issue-workflow-from-diff-v2-lite.md │ │ ├── gh-issue-workflow-from-diff-v2.md │ │ ├── gh-issue-workflow-from-diff-v3-lite-en.md │ │ ├── gh-issue-workflow-from-diff-v3-lite.md │ │ ├── gh-issue-workflow-from-diff.md │ │ ├── gh-issue-workflow-template.md │ │ ├── git-release-notes-generator-prompt_v0.md │ │ ├── git-release-notes-generator-prompt_v1.md │ │ ├── git_auto_commit_prompt-v4-1-lite.md │ │ ├── git_auto_commit_prompt-v4-2-lite.md │ │ ├── git_auto_commit_prompt-v4-lite-en.md │ │ ├── git_auto_commit_prompt-v4-lite-ps.md │ │ ├── git_auto_commit_prompt-v4-lite.md │ │ ├── gyaru-pair-programming-prompt.md │ │ ├── repo-review-prompt-v1.md │ │ ├── repo-review-prompt-v2.md │ │ ├── repo-review-prompt-v3.md │ │ ├── repo-review-prompt-v4.md │ │ ├── repo-review-prompt.md │ │ ├── roo-cline-system_prompt_01.md │ │ ├── task1.md │ │ ├── task2.md │ │ └── task3.md │ ├── Windsurf │ │ └── Windsurf_system_prompt_01.md │ ├── Zenith-Excellence-Repository-Guidelines.md │ ├── agent_ops_note.md │ ├── ai-coding-agent-safety-charter-v1.md │ ├── claude-code-company │ │ ├── create-user-cc-company.sh │ │ └── setup-cc-company.sh │ ├── claude-hands │ │ ├── claude_hands-jp-win-gal-image.md │ │ ├── claude_hands-jp-win-gal.md │ │ └── roo_hands-jp-win-gal-image.md │ ├── codex │ │ ├── CodeXInstaller.sh │ │ └── codex-rules.md │ ├── dev-agent │ │ ├── dev_agent_prompt-v1.md │ │ └── gyaru_dev_agent_airi_v3.md │ ├── openhands-cli │ │ └── openhands-resolver.md │ └── v0.md ├── colormap │ ├── LP-style │ │ ├── colormap-generator-v2.0.md │ │ └── colormap-generator-v3.0.md │ └── colormap-generator-v1.0.md ├── deep-research │ ├── deep-research-explainer-prompt-v1.md │ ├── deep-research-explainer-prompt-v2-story-style.md │ ├── deep-research-explainer-prompt-v3-light-novel-style.md │ └── deep-research-explainer-prompt-v3.1-light-novel-kishoutenketsu.md ├── diagram │ ├── Eraser_guide1.md │ ├── Eraser_guide2.md │ ├── Eraser_guide3.md │ ├── aws_drawio_architecture_diagram_generator_v1.md │ ├── aws_drawio_architecture_diagram_generator_v4.md │ └── aws_drawio_architecture_diagram_generator_v4_dcolor.md ├── documentation │ ├── Graphic-recording-infographic-anim-Graph-v0.md │ ├── Graphic-recording-infographic-anim-Graph-v1.md │ ├── Graphic-recording-infographic-anim-Timeline-v1.md │ ├── Graphic-recording-infographic-anim-Timeline-v2.md │ ├── Graphic-recording-infographic-anim-Timeline-v3.md │ ├── Graphic-recording-infographic-anim-Timeline-v3a.md │ ├── Graphic-recording-infographic-anim-v1.md │ ├── Graphic-recording-infographic-anim-v2-dcolor.md │ ├── Graphic-recording-infographic-anim-v2.md │ ├── Graphic-recording-infographic-anim-v3.1.md │ ├── Graphic-recording-infographic-anim-v3.md │ ├── Graphic-recording-style-infographic-anim-v1.md │ ├── Graphic-recording-style-infographic-anim-v2.md │ ├── Graphic-recording-style-infographic-anim-v3.md │ ├── Graphic-recording-style-infographic-anim-v4.md │ ├── Graphic-recording-style-infographic-anim-v5.md │ ├── Graphic-recording-style-infographic-anim-v6-water.md │ ├── Graphic-recording-style-infographic-v1.md │ ├── Graphic-recording-style-infographic-v2.md │ ├── Infographic_Thumbnail_Prompt_V1.md │ ├── MARKWHEN_REQUIREMENTS_SPECIFICATION.md │ ├── MARKWHEN_REQUIREMENTS_SPECIFICATION_V2.md │ ├── comic │ │ ├── comic-style-html-generator-prompt-v1.0.md │ │ └── comic-style-html-generator-prompt-v2.0.md │ ├── graphic-recording │ │ ├── docs │ │ │ ├── editable-graficrecord-v2.1.md │ │ │ ├── editable-graficrecord-v2.md │ │ │ └── editable-graficrecord-v3.0.md │ │ ├── slide │ │ │ ├── graphic-recording_slide_prompt_V4.md │ │ │ └── wa_modern_gareco_slide_maker-V1.md │ │ └── thumbnail │ │ │ ├── graphic-recording_thumbnail_prompt_V2.md │ │ │ ├── graphic-recording_thumbnail_prompt_V3.md │ │ │ └── graphic-recording_thumbnail_prompt_V4.md │ └── quarkdown_slide_prompt-v1.md ├── education │ └── educational-code-notebook-creation-prompts_v0.md ├── game │ ├── threejs-wireframe-game-tech-guide-mono-v2.md │ ├── threejs-wireframe-game-tech-guide-mono.md │ └── threejs-wireframe-game-tech-guide.md ├── image │ ├── PRIME-NUMBER-THEORY-IMAGE-GENERATION-AI-CONCEPT.md │ ├── PRIMEART_PROMPTGENERATOR_SPEC.md │ ├── cake │ │ ├── layered-cake-diorama.md │ │ └── layered-cake-diorama_gpts-system-prompt.md │ └── low-poly │ │ └── icons │ │ ├── lowpoly_animal_grid_3x3_prompt-v1-lite.md │ │ └── lowpoly_animal_grid_3x3_prompt-v1.md ├── meta │ ├── CLAUDE-DEV_GITHUB-REPO-INIT.md │ ├── GITHUB-REPO-CREATION-REQUIREMENTS.md │ ├── openai_meta_prompt │ │ ├── openai_meta_prompt_EN.md │ │ └── openai_meta_prompt_JP.md │ └── project_naming.md ├── methodology │ ├── Abstract_Prompting_for_Problem_Solving.md │ └── abstract-prompting-for-workflow.md ├── mind-mapping │ └── markdown-for-mindmaps.md ├── multimodal │ └── surreal │ │ └── surreal_vehicle_prompt_pack-v1.0.md ├── presentation │ ├── PitchCast_Maker.md │ ├── agent-vrm_auto_presenter-v1.md │ └── voicevox_auto_presenter-v1.md ├── pseudo-multi-agent │ ├── RonJ_Newbie-Expert_Nanj_Thread.md │ └── pseudo_multi_agent_anime_werewolf_nanj_simulator.md ├── video │ └── veo3 │ │ └── asmr │ │ ├── origami.md │ │ ├── syodo.md │ │ └── tap-dance.md └── writing │ └── slide │ ├── def_slide.md │ ├── def_slide2.md │ ├── def_slide_design2.md │ └── def_slide_text1.md ├── public ├── 404.html └── favicon.svg ├── script ├── MysticLibrary-dev.bat └── generate-git-info.js ├── server.js ├── src ├── App.tsx ├── assets │ └── git-info.json ├── components │ └── Navbar.tsx ├── index.css ├── lib │ └── utils.ts ├── main.tsx ├── pages │ ├── Browse.tsx │ ├── Home.tsx │ ├── PromptPreview.tsx │ └── Wiki.tsx └── vite-env.d.ts ├── tailwind.config.js ├── tsconfig.app.json ├── tsconfig.json ├── tsconfig.node.json └── vite.config.ts /.SourceSageignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.SourceSageignore -------------------------------------------------------------------------------- /.aira/config.dev.commit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.aira/config.dev.commit.yml -------------------------------------------------------------------------------- /.aira/config.dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.aira/config.dev.yml -------------------------------------------------------------------------------- /.bolt/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "template": "bolt-vite-react-ts" 3 | } 4 | -------------------------------------------------------------------------------- /.bolt/prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.bolt/prompt -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/docker-build-deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.github/workflows/docker-build-deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/README.md -------------------------------------------------------------------------------- /assets/header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/assets/header.svg -------------------------------------------------------------------------------- /assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/assets/image.png -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/eslint.config.js -------------------------------------------------------------------------------- /examples/python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/examples/python/README.md -------------------------------------------------------------------------------- /examples/python/api_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/examples/python/api_example.py -------------------------------------------------------------------------------- /examples/python/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.31.0 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/index.html -------------------------------------------------------------------------------- /nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/nginx/Dockerfile -------------------------------------------------------------------------------- /nginx/generate-selfsigned-cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/nginx/generate-selfsigned-cert.sh -------------------------------------------------------------------------------- /nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/nginx/nginx.conf -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/postcss.config.js -------------------------------------------------------------------------------- /prompts/Company-as-a-Code/Phidata-Prompt-Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/Company-as-a-Code/Phidata-Prompt-Template.md -------------------------------------------------------------------------------- /prompts/Company-as-a-Code/phidate-cookbook_Repository_summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/Company-as-a-Code/phidate-cookbook_Repository_summary.md -------------------------------------------------------------------------------- /prompts/agent/minecraft/minecraft_mcp_builder_prompt-v1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/agent/minecraft/minecraft_mcp_builder_prompt-v1.0.md -------------------------------------------------------------------------------- /prompts/agent/minecraft/minecraft_mcp_builder_prompt-v1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/agent/minecraft/minecraft_mcp_builder_prompt-v1.1.md -------------------------------------------------------------------------------- /prompts/audio/amped_enka_lyrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/audio/amped_enka_lyrics.md -------------------------------------------------------------------------------- /prompts/audio/comprehensive-improved-rap-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/audio/comprehensive-improved-rap-prompt.md -------------------------------------------------------------------------------- /prompts/audio/comprehensive-improved-rap-prompt_v1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/audio/comprehensive-improved-rap-prompt_v1.1.md -------------------------------------------------------------------------------- /prompts/aws-certification/AWS_CERTIFICATION_EXAM_GUIDE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/aws-certification/AWS_CERTIFICATION_EXAM_GUIDE_TEMPLATE.md -------------------------------------------------------------------------------- /prompts/coding/AI-Gal-Claude-Hand-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/AI-Gal-Claude-Hand-v1.md -------------------------------------------------------------------------------- /prompts/coding/BEST_PROGRAMMING_PRACTICES_REQUIREMENTS_JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/BEST_PROGRAMMING_PRACTICES_REQUIREMENTS_JA.md -------------------------------------------------------------------------------- /prompts/coding/CLAUDE-DEV-SYSTEM-PROMT-PS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/CLAUDE-DEV-SYSTEM-PROMT-PS.md -------------------------------------------------------------------------------- /prompts/coding/CLAUDE-DEV-SYSTEM-PROMT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/CLAUDE-DEV-SYSTEM-PROMT.md -------------------------------------------------------------------------------- /prompts/coding/Checklist_for_Developing_Python_Packages_and_Libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Checklist_for_Developing_Python_Packages_and_Libraries.md -------------------------------------------------------------------------------- /prompts/coding/Requirements_for_High-Quality_Code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Requirements_for_High-Quality_Code.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/.SourceSageignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/.SourceSageignore -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/MCP-as-a-Language-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/MCP-as-a-Language-01.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/MCP-as-a-Language-luma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/MCP-as-a-Language-luma.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v2-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v2-lite.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v2.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v3-lite-en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v3-lite-en.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v3-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-from-diff-v3-lite.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-from-diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-from-diff.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gh-issue-workflow-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gh-issue-workflow-template.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git-release-notes-generator-prompt_v0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git-release-notes-generator-prompt_v0.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git-release-notes-generator-prompt_v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git-release-notes-generator-prompt_v1.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git_auto_commit_prompt-v4-1-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git_auto_commit_prompt-v4-1-lite.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git_auto_commit_prompt-v4-2-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git_auto_commit_prompt-v4-2-lite.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite-en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite-en.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite-ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite-ps.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/git_auto_commit_prompt-v4-lite.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/gyaru-pair-programming-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/gyaru-pair-programming-prompt.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/repo-review-prompt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/repo-review-prompt-v1.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/repo-review-prompt-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/repo-review-prompt-v2.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/repo-review-prompt-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/repo-review-prompt-v3.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/repo-review-prompt-v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/repo-review-prompt-v4.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/repo-review-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/repo-review-prompt.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/roo-cline-system_prompt_01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/roo-cline-system_prompt_01.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/task1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/task1.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/task2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/task2.md -------------------------------------------------------------------------------- /prompts/coding/Roo-cline/task3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Roo-cline/task3.md -------------------------------------------------------------------------------- /prompts/coding/Windsurf/Windsurf_system_prompt_01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Windsurf/Windsurf_system_prompt_01.md -------------------------------------------------------------------------------- /prompts/coding/Zenith-Excellence-Repository-Guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/Zenith-Excellence-Repository-Guidelines.md -------------------------------------------------------------------------------- /prompts/coding/agent_ops_note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/agent_ops_note.md -------------------------------------------------------------------------------- /prompts/coding/ai-coding-agent-safety-charter-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/ai-coding-agent-safety-charter-v1.md -------------------------------------------------------------------------------- /prompts/coding/claude-code-company/create-user-cc-company.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/claude-code-company/create-user-cc-company.sh -------------------------------------------------------------------------------- /prompts/coding/claude-code-company/setup-cc-company.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/claude-code-company/setup-cc-company.sh -------------------------------------------------------------------------------- /prompts/coding/claude-hands/claude_hands-jp-win-gal-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/claude-hands/claude_hands-jp-win-gal-image.md -------------------------------------------------------------------------------- /prompts/coding/claude-hands/claude_hands-jp-win-gal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/claude-hands/claude_hands-jp-win-gal.md -------------------------------------------------------------------------------- /prompts/coding/claude-hands/roo_hands-jp-win-gal-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/claude-hands/roo_hands-jp-win-gal-image.md -------------------------------------------------------------------------------- /prompts/coding/codex/CodeXInstaller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/codex/CodeXInstaller.sh -------------------------------------------------------------------------------- /prompts/coding/codex/codex-rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/codex/codex-rules.md -------------------------------------------------------------------------------- /prompts/coding/dev-agent/dev_agent_prompt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/dev-agent/dev_agent_prompt-v1.md -------------------------------------------------------------------------------- /prompts/coding/dev-agent/gyaru_dev_agent_airi_v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/dev-agent/gyaru_dev_agent_airi_v3.md -------------------------------------------------------------------------------- /prompts/coding/openhands-cli/openhands-resolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/openhands-cli/openhands-resolver.md -------------------------------------------------------------------------------- /prompts/coding/v0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/coding/v0.md -------------------------------------------------------------------------------- /prompts/colormap/LP-style/colormap-generator-v2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/colormap/LP-style/colormap-generator-v2.0.md -------------------------------------------------------------------------------- /prompts/colormap/LP-style/colormap-generator-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/colormap/LP-style/colormap-generator-v3.0.md -------------------------------------------------------------------------------- /prompts/colormap/colormap-generator-v1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/colormap/colormap-generator-v1.0.md -------------------------------------------------------------------------------- /prompts/deep-research/deep-research-explainer-prompt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/deep-research/deep-research-explainer-prompt-v1.md -------------------------------------------------------------------------------- /prompts/deep-research/deep-research-explainer-prompt-v2-story-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/deep-research/deep-research-explainer-prompt-v2-story-style.md -------------------------------------------------------------------------------- /prompts/deep-research/deep-research-explainer-prompt-v3-light-novel-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/deep-research/deep-research-explainer-prompt-v3-light-novel-style.md -------------------------------------------------------------------------------- /prompts/deep-research/deep-research-explainer-prompt-v3.1-light-novel-kishoutenketsu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/deep-research/deep-research-explainer-prompt-v3.1-light-novel-kishoutenketsu.md -------------------------------------------------------------------------------- /prompts/diagram/Eraser_guide1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/Eraser_guide1.md -------------------------------------------------------------------------------- /prompts/diagram/Eraser_guide2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/Eraser_guide2.md -------------------------------------------------------------------------------- /prompts/diagram/Eraser_guide3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/Eraser_guide3.md -------------------------------------------------------------------------------- /prompts/diagram/aws_drawio_architecture_diagram_generator_v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/aws_drawio_architecture_diagram_generator_v1.md -------------------------------------------------------------------------------- /prompts/diagram/aws_drawio_architecture_diagram_generator_v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/aws_drawio_architecture_diagram_generator_v4.md -------------------------------------------------------------------------------- /prompts/diagram/aws_drawio_architecture_diagram_generator_v4_dcolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/diagram/aws_drawio_architecture_diagram_generator_v4_dcolor.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Graph-v0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Graph-v0.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Graph-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Graph-v1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Timeline-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Timeline-v1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Timeline-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Timeline-v2.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Timeline-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Timeline-v3.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-Timeline-v3a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-Timeline-v3a.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-v1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-v2-dcolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-v2-dcolor.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-v2.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-v3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-v3.1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-infographic-anim-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-infographic-anim-v3.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v2.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v3.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v4.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v5.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-anim-v6-water.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-anim-v6-water.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-v1.md -------------------------------------------------------------------------------- /prompts/documentation/Graphic-recording-style-infographic-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Graphic-recording-style-infographic-v2.md -------------------------------------------------------------------------------- /prompts/documentation/Infographic_Thumbnail_Prompt_V1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/Infographic_Thumbnail_Prompt_V1.md -------------------------------------------------------------------------------- /prompts/documentation/MARKWHEN_REQUIREMENTS_SPECIFICATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/MARKWHEN_REQUIREMENTS_SPECIFICATION.md -------------------------------------------------------------------------------- /prompts/documentation/MARKWHEN_REQUIREMENTS_SPECIFICATION_V2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/MARKWHEN_REQUIREMENTS_SPECIFICATION_V2.md -------------------------------------------------------------------------------- /prompts/documentation/comic/comic-style-html-generator-prompt-v1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/comic/comic-style-html-generator-prompt-v1.0.md -------------------------------------------------------------------------------- /prompts/documentation/comic/comic-style-html-generator-prompt-v2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/comic/comic-style-html-generator-prompt-v2.0.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/docs/editable-graficrecord-v2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/docs/editable-graficrecord-v2.1.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/docs/editable-graficrecord-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/docs/editable-graficrecord-v2.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/docs/editable-graficrecord-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/docs/editable-graficrecord-v3.0.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/slide/graphic-recording_slide_prompt_V4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/slide/graphic-recording_slide_prompt_V4.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/slide/wa_modern_gareco_slide_maker-V1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/slide/wa_modern_gareco_slide_maker-V1.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V2.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V3.md -------------------------------------------------------------------------------- /prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/graphic-recording/thumbnail/graphic-recording_thumbnail_prompt_V4.md -------------------------------------------------------------------------------- /prompts/documentation/quarkdown_slide_prompt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/documentation/quarkdown_slide_prompt-v1.md -------------------------------------------------------------------------------- /prompts/education/educational-code-notebook-creation-prompts_v0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/education/educational-code-notebook-creation-prompts_v0.md -------------------------------------------------------------------------------- /prompts/game/threejs-wireframe-game-tech-guide-mono-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/game/threejs-wireframe-game-tech-guide-mono-v2.md -------------------------------------------------------------------------------- /prompts/game/threejs-wireframe-game-tech-guide-mono.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/game/threejs-wireframe-game-tech-guide-mono.md -------------------------------------------------------------------------------- /prompts/game/threejs-wireframe-game-tech-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/game/threejs-wireframe-game-tech-guide.md -------------------------------------------------------------------------------- /prompts/image/PRIME-NUMBER-THEORY-IMAGE-GENERATION-AI-CONCEPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/PRIME-NUMBER-THEORY-IMAGE-GENERATION-AI-CONCEPT.md -------------------------------------------------------------------------------- /prompts/image/PRIMEART_PROMPTGENERATOR_SPEC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/PRIMEART_PROMPTGENERATOR_SPEC.md -------------------------------------------------------------------------------- /prompts/image/cake/layered-cake-diorama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/cake/layered-cake-diorama.md -------------------------------------------------------------------------------- /prompts/image/cake/layered-cake-diorama_gpts-system-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/cake/layered-cake-diorama_gpts-system-prompt.md -------------------------------------------------------------------------------- /prompts/image/low-poly/icons/lowpoly_animal_grid_3x3_prompt-v1-lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/low-poly/icons/lowpoly_animal_grid_3x3_prompt-v1-lite.md -------------------------------------------------------------------------------- /prompts/image/low-poly/icons/lowpoly_animal_grid_3x3_prompt-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/image/low-poly/icons/lowpoly_animal_grid_3x3_prompt-v1.md -------------------------------------------------------------------------------- /prompts/meta/CLAUDE-DEV_GITHUB-REPO-INIT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/meta/CLAUDE-DEV_GITHUB-REPO-INIT.md -------------------------------------------------------------------------------- /prompts/meta/GITHUB-REPO-CREATION-REQUIREMENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/meta/GITHUB-REPO-CREATION-REQUIREMENTS.md -------------------------------------------------------------------------------- /prompts/meta/openai_meta_prompt/openai_meta_prompt_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/meta/openai_meta_prompt/openai_meta_prompt_EN.md -------------------------------------------------------------------------------- /prompts/meta/openai_meta_prompt/openai_meta_prompt_JP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/meta/openai_meta_prompt/openai_meta_prompt_JP.md -------------------------------------------------------------------------------- /prompts/meta/project_naming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/meta/project_naming.md -------------------------------------------------------------------------------- /prompts/methodology/Abstract_Prompting_for_Problem_Solving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/methodology/Abstract_Prompting_for_Problem_Solving.md -------------------------------------------------------------------------------- /prompts/methodology/abstract-prompting-for-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/methodology/abstract-prompting-for-workflow.md -------------------------------------------------------------------------------- /prompts/mind-mapping/markdown-for-mindmaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/mind-mapping/markdown-for-mindmaps.md -------------------------------------------------------------------------------- /prompts/multimodal/surreal/surreal_vehicle_prompt_pack-v1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/multimodal/surreal/surreal_vehicle_prompt_pack-v1.0.md -------------------------------------------------------------------------------- /prompts/presentation/PitchCast_Maker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/presentation/PitchCast_Maker.md -------------------------------------------------------------------------------- /prompts/presentation/agent-vrm_auto_presenter-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/presentation/agent-vrm_auto_presenter-v1.md -------------------------------------------------------------------------------- /prompts/presentation/voicevox_auto_presenter-v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/presentation/voicevox_auto_presenter-v1.md -------------------------------------------------------------------------------- /prompts/pseudo-multi-agent/RonJ_Newbie-Expert_Nanj_Thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/pseudo-multi-agent/RonJ_Newbie-Expert_Nanj_Thread.md -------------------------------------------------------------------------------- /prompts/pseudo-multi-agent/pseudo_multi_agent_anime_werewolf_nanj_simulator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/pseudo-multi-agent/pseudo_multi_agent_anime_werewolf_nanj_simulator.md -------------------------------------------------------------------------------- /prompts/video/veo3/asmr/origami.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/video/veo3/asmr/origami.md -------------------------------------------------------------------------------- /prompts/video/veo3/asmr/syodo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/video/veo3/asmr/syodo.md -------------------------------------------------------------------------------- /prompts/video/veo3/asmr/tap-dance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/video/veo3/asmr/tap-dance.md -------------------------------------------------------------------------------- /prompts/writing/slide/def_slide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/writing/slide/def_slide.md -------------------------------------------------------------------------------- /prompts/writing/slide/def_slide2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/writing/slide/def_slide2.md -------------------------------------------------------------------------------- /prompts/writing/slide/def_slide_design2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/writing/slide/def_slide_design2.md -------------------------------------------------------------------------------- /prompts/writing/slide/def_slide_text1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/prompts/writing/slide/def_slide_text1.md -------------------------------------------------------------------------------- /public/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/public/404.html -------------------------------------------------------------------------------- /public/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/public/favicon.svg -------------------------------------------------------------------------------- /script/MysticLibrary-dev.bat: -------------------------------------------------------------------------------- 1 | conda activate MysticLibrary-dev 2 | -------------------------------------------------------------------------------- /script/generate-git-info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/script/generate-git-info.js -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/server.js -------------------------------------------------------------------------------- /src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/App.tsx -------------------------------------------------------------------------------- /src/assets/git-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/assets/git-info.json -------------------------------------------------------------------------------- /src/components/Navbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/components/Navbar.tsx -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/index.css -------------------------------------------------------------------------------- /src/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/lib/utils.ts -------------------------------------------------------------------------------- /src/main.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/main.tsx -------------------------------------------------------------------------------- /src/pages/Browse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/pages/Browse.tsx -------------------------------------------------------------------------------- /src/pages/Home.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/pages/Home.tsx -------------------------------------------------------------------------------- /src/pages/PromptPreview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/pages/PromptPreview.tsx -------------------------------------------------------------------------------- /src/pages/Wiki.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/src/pages/Wiki.tsx -------------------------------------------------------------------------------- /src/vite-env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/tailwind.config.js -------------------------------------------------------------------------------- /tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/tsconfig.app.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/tsconfig.node.json -------------------------------------------------------------------------------- /vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunwood-ai-labs/MysticLibrary/HEAD/vite.config.ts --------------------------------------------------------------------------------