remylovelogicai/pixel-agent1 installs
prompt-agent-template
Execute the "prompt-agent-template" workflow. This skill guides through a structured workflow with defined steps and decision points.
How do I install this agent skill?
npx skills add https://github.com/remylovelogicai/pixel-agent --skill prompt-agent-templateIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a boilerplate template for creating automated workflows. It contains no executable scripts, remote connections, or malicious instructions, and is safe for use as a structural guide.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
prompt-agent-template
Workflow Diagram
flowchart TD
start_node_default([Start])
end_node_default([End])
prompt_1773593180829[Enter your prompt here.]
agent_1773593212656[Sub-Agent: agent-1773593212656]
Execution Instructions
Workflow Execution Guide
Follow the Mermaid flowchart above to execute the workflow. Each node type has specific execution methods as described below.
Execution Methods by Node Type
- Rectangle nodes (Sub-Agent: ...): Execute Sub-Agents using the spawn_agent tool
- Diamond nodes (AskUserQuestion:...): Use the ask_user_question tool to prompt the user and branch based on their response
- Diamond nodes (Branch/Switch:...): Automatically branch based on the results of previous processing (see details section)
- Rectangle nodes (Prompt nodes): Execute the prompts described in the details section below
Sub-Agent Node Details
agent_1773593212656(Sub-Agent: agent-1773593212656)
Description: New Sub-Agent
Model: sonnet
Prompt:
Enter your prompt here
Prompt Node Details
prompt_1773593180829(Enter your prompt here.)
Enter your prompt here.
You can use variables like {{variableName}}.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/remylovelogicai/pixel-agent/prompt-agent-template">View prompt-agent-template on skillZs</a>