golem-add-agent-ts

Add and integrate TypeScript agent classes into Golem components.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-agent-ts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-add-agent-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-add-agent-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-agent-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It streamlines the process of integrating new TypeScript agents into Golem components, enabling developers to rapidly expand their agent-based systems without manual setup.

Core Features & Use Cases

  • Guided Workflow: Provides step-by-step instructions for creating, defining, and integrating an agent class in TypeScript.
  • Example Implementation: Demonstrates how to implement agent classes, decorators, and register agents to ensure consistent architecture.
  • Use Case: A developer wants to add a custom counter agent to monitor specific metrics within a Golem project using TypeScript.

Quick Start

Use the golem-add-agent-ts skill to add a new agent class to your Golem TypeScript project following the outlined steps.

Frequently Asked Questions about golem-add-agent-ts

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

FAQPage Schema
How do I add a TypeScript agent to a Golem component?

To add a TypeScript agent to a Golem component, follow a guided workflow that provides step-by-step instructions for creating, defining, and integrating a new agent class. This standardizes setup for rapid system expansion.

What is the standard way to define an agent class in a Golem project?

Defining an agent class in a Golem project involves implementing the class structure and using specific decorators. The process is guided by example implementations to ensure consistent architecture across your system.

How do I register a custom agent in Golem to monitor metrics?

You can register a custom agent in Golem to monitor metrics by implementing a specific agent class, such as a counter agent, and integrating it into your project using the provided setup steps and example implementation.

Can I use this approach to expand an existing Golem automation system?

Yes, you can use this approach to expand an existing Golem automation system. It enables rapid expansion of agent-based systems without manual setup, allowing for straightforward customization and system expansion.

What do I need to know to integrate TypeScript agents in Golem?

Integrating TypeScript agents in Golem requires understanding TypeScript development and the Golem component architecture. The process focuses on ease of setup and standardization for adding and registering agents.