generate-agent

Scaffold new agent packages from a ticker-echo template using Turbo Gen.

1|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/hyperjumptech/mediapulse --skill generate-agent-hyperjumptech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-agent
Source: https://github.com/hyperjumptech/mediapulse/tree/main/.cursor/skills/generate-agent
Command: npx skills add https://github.com/hyperjumptech/mediapulse --skill generate-agent-hyperjumptech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating a new agent package is often repetitive and error-prone; this skill automates scaffolding from the ticker-echo minimal template using Turbo Gen to speed up agent creation and standardize structure.

Core Features & Use Cases

  • Scaffold new agent packages under apps/mediapulse/agents/<name> with a consistent project layout.
  • Wire up the environment package and create an isolated build for the agent, including an export path and default port assignment.
  • Use cases include adding a new agent, prototyping a new agent, or generating an agent package from a minimal template.

Quick Start

Run pnpm gen:agent to start scaffolding a new agent and follow the prompts.

Frequently Asked Questions about generate-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new agent package using Turbo Gen?

To scaffold a new agent package using Turbo Gen, run the command pnpm gen:agent and follow the interactive prompts to generate the standardized project layout under apps/mediapulse/agents/.

What is included when generating an agent from the ticker-echo template?

Generating an agent from the ticker-echo template includes the agent package structure, environment wiring, isolated build scripts, export path configuration, and default port assignment for a runnable agent.

Do I need to configure environment variables and ports manually for new agents?

No, you do not need to configure environment variables and ports manually. The Turbo Gen scaffolding process automatically wires up the environment package and assigns a default port for the agent.

What post-generation steps are required to make the new agent runnable?

The mandatory post-generation steps to make the new agent runnable are running install and completing the environment setup to ensure all dependencies and configurations are properly applied.

What's the best way to standardize agent project layout across a team?

The best way to standardize agent project layout across a team is to automate scaffolding from the minimal ticker-echo template, ensuring consistent environment wiring and build configurations for every new agent.