一键导入
open
Open a project from ~/projects by name or partial match. Lists projects if no match found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open a project from ~/projects by name or partial match. Lists projects if no match found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | open |
| description | Open a project from ~/projects by name or partial match. Lists projects if no match found. |
| version | 1.0.0 |
| hermetic_principle | Correspondence - Navigate the filesystem as you navigate reality |
| auto_trigger | {"keywords":["open project","switch to project","go to project","work on"]} |
Purpose: Quickly navigate to any project in ~/projects/ by name or partial match.
Usage: /open <project-name> or /open to list all projects
~/projects/
├── 01-ACTIVE/ <- Primary work (most used)
├── 02-COACHING-SPIRITUAL/
├── 03-BUSINESS-VENTURES/
├── 04-HERMETIC-TECH/
├── 05-AUTOMATION-TOOLS/
├── 06-ALQVIMIA/
├── 07-CONTENT-KNOWLEDGE/
├── 08-DEVELOPMENT/
├── 09-CLIENT-WORK/
├── 10-ARCHIVED/
└── [loose projects at root]
If {args} is provided:
If no args:
Search order (priority):
Search command:
# Find all project directories (depth 2 for categorized, depth 1 for loose)
find ~/projects -maxdepth 2 -type d -name "*{query}*" 2>/dev/null | grep -v "^\.$"
If single match found:
If multiple matches found:
If no matches found:
When project is identified:
# Change to project directory
cd ~/projects/{category}/{project-name}
# Check for project-specific instructions
if [ -f CLAUDE.md ]; then
echo "Found project CLAUDE.md"
fi
# Show project status
git status --short 2>/dev/null || echo "Not a git repo"
ls -la
Actions to perform:
Opened: {project-name}
Path: ~/projects/{category}/{project-name}
{Show CLAUDE.md contents if exists}
Git Status:
{git status output}
Recent Activity:
{5 most recently modified files}
Projects in ~/projects/:
01-ACTIVE (primary work):
- hermetic-ormus-caduceus
- LibreUIUX-Claude-Code
- meta-learning
...
02-COACHING-SPIRITUAL:
- chaos-wheel-site
...
[continue for other categories]
Multiple projects match "{query}":
1. 01-ACTIVE/hermetic-ormus-caduceus
2. 01-ACTIVE/hermetic-ormus-dojo
3. 10-ARCHIVED/hermetic-agents-pack
Which one? (enter number or more specific name)
User: /open caduceus
Claude: Opens ~/projects/01-ACTIVE/hermetic-ormus-caduceus
User: /open lib
Claude: Opens ~/projects/01-ACTIVE/LibreUIUX-Claude-Code (only match containing "lib")
User: /open hermetic
Claude: Lists all projects containing "hermetic", asks which one
User: /open
Claude: Lists all projects organized by category
User: /open active
Claude: Lists all projects in 01-ACTIVE/
These are in 01-ACTIVE/ (most used):
| Short Name | Full Path |
|---|---|
| caduceus | hermetic-ormus-caduceus |
| libre | LibreUIUX-Claude-Code |
| dojo | hermetic-ormus-dojo |
| academy | hermetic-academy |
| diego | diego-bodart-site |
| biogenesis | biogenesis-regenerative |
| learning | meta-learning |
| bazaar | bazaar-companion |
| ctrl | ctrl-alt-fix |
| turpi | turpi-ai |
| atlantis | atlantis-trader |
| panda | PandaCompanion |
| realityos | RealityOS |
| luxor | luxor-studios |
Last Updated: 2026-01-06 Status: Active
Automatically detect and save person-related information (names, roles, contact info, relationships, organizations) to Core Memory (Caduceus). Triggers when user mentions people with descriptive details like job titles, phone numbers, emails, responsibilities, or relationships to other people or organizations.
Send professional client updates with deliverables via email and WhatsApp notification. Use when user wants to share work, send assets, or give a client an update on progress.
Distill Claude Code session operations into reusable tinctures (Skills, Commands, Agents). Uses category theory for structural preservation, information theory for potency analysis, and the Golden Ratio for classification. Use when you want to capture effective workflows, or when the user says "distill", "extract this", "make a tincture", "capture this workflow", or "turn this into a skill/command".
Fuse two things into one unified creation. Use when user says fuse, fusion, combine, merge, or wants to unite documents, projects, concepts, ideas, frameworks, or any two entities into something greater than either alone.
Pattern for building interactive CLI tutors in Go with standardized colors, progress tracking, and pedagogical elements
Brutal enforcer of production-grade coding practices. The bane of vibe-coded slop and spaghetti code. Mars audits codebases for the hidden sins that separate "it works on my machine" from battle-tested production systems.