ワンクリックで
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.