원클릭으로
create-subagent
Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Photon Native Architect: Expert at project restructuring, directory organization, and maintaining build system integrity.
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 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.
| name | create-subagent |
| description | Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts. |
This skill guides you through creating custom subagents for Photon. Subagents are specialized AI assistants that run in isolated contexts with custom system prompts.
Subagents help you:
| Location | Scope | Priority |
|---|---|---|
.photon/agents/ | Current project | Higher |
~/.photon/agents/ | All your projects | Lower |
Create a .md file with YAML frontmatter:
---
name: code-reviewer
description: Reviews code for quality and best practices
---
You are a code reviewer. Analyze the code and provide actionable feedback.