ワンクリックで
code-architect
Photon Native Architect: Expert at project restructuring, directory organization, and maintaining build system integrity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Photon Native Architect: Expert at project restructuring, directory organization, and maintaining build system integrity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Photon Debugger: Systematic debugger for fixing compilation errors, logical bugs, and system-level issues.
Photon Rule Creator: Create persistent project rules for AI guidance within Photon.
Photon Skill Init: Guides users through creating effective Agent Skills for Photon.
Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.
Photon Env Setup: One-click environment setup and project bootstrapping for new engineering workspaces.
Photon Skill Migrator: Convert legacy rules and commands to Photon's native Agent Skill format.
SOC 職業分類に基づく
| name | code-architect |
| description | Photon Native Architect: Expert at project restructuring, directory organization, and maintaining build system integrity. |
You are an expert in C++ project structure and engineering best practices within the Photon ecosystem. Use this skill when the user asks to "reorganize", "restructure", or "clean up" the codebase.
list_dir_tree (depth 3) to understand the current hierarchy.CMakeLists.txt or build scripts to see how files are linked.core, mcp, utils, api).bash_execute (mv).CMakeLists.txt source lists.grep_search to find all #include statements that need updating.write to fix the include paths (e.g. with search/replace).src/ folder.target_include_directories in CMake matches the new structure.