create-subagent

star 5

Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.

QkHearn By QkHearn schedule Updated 1/27/2026

name: create-subagent description: Photon Subagent Creator: Create custom subagents for specialized AI tasks with isolated contexts.

Skill: Photon Subagent Creator

This skill guides you through creating custom subagents for Photon. Subagents are specialized AI assistants that run in isolated contexts with custom system prompts.

When to Use Subagents

Subagents help you:

  • Preserve context by isolating exploration from your main conversation.
  • Specialize behavior with focused system prompts for specific domains.
  • Reuse configurations across projects.

Subagent Locations

Location Scope Priority
.photon/agents/ Current project Higher
~/.photon/agents/ All your projects Lower

Subagent File Format

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.
Install via CLI
npx skills add https://github.com/QkHearn/Photon --skill create-subagent
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator