بنقرة واحدة
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.