ayjnt-new-agent

Scaffold new Durable Object agent files and directory structures in ayjnt projects.

3|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/northclock/ayjnt --skill ayjnt-new-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ayjnt-new-agent
Source: https://github.com/northclock/ayjnt/tree/main/.claude/skills/ayjnt-new-agent
Command: npx skills add https://github.com/northclock/ayjnt --skill ayjnt-new-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of new agent structures within an ayjnt project, ensuring that your agent files, state management, and routing are correctly configured without manual boilerplate.

Core Features & Use Cases

  • Automated Scaffolding: Generates the required agent.ts file with the correct base class and environment typing.
  • Flexible Routing: Supports custom URL paths and route groups to organize your agent architecture.
  • Use Case: When you need to add a new chat agent at /chat/support, this skill sets up the file structure, defines the state shape, and prepares the agent for immediate development.

Quick Start

Use the ayjnt-new-agent skill to create a new agent named SupportAgent at the path agents/chat/support.

Frequently Asked Questions about ayjnt-new-agent

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

FAQPage Schema
How do I scaffold a new Durable Object agent in TypeScript?

To scaffold a new Durable Object agent in TypeScript, use this skill to automatically generate the required agent.ts file with the correct base class, environment typing, and directory structure. It eliminates manual boilerplate setup for stateful Cloudflare agents.

Does scaffolding a new agent require an existing ayjnt project directory?

Yes, scaffolding a new agent requires an existing project directory containing an agents folder and an ayjnt dependency. The skill targets stateful Durable Object agents and needs this baseline architecture to apply consistent runtime configuration correctly.

Can I generate UI and middleware components when creating an agent?

Yes, you can generate optional UI, documentation, and middleware components when creating an agent. The scaffolding process applies to stateful Durable Object agents and allows you to include these additional files alongside the core agent.ts configuration.

How do I set up custom URL paths and route groups for a new agent?

To set up custom URL paths and route groups, this skill supports flexible routing during the agent creation process. When scaffolding a new chat agent, it configures the file structure and defines routing architecture for paths like /chat/support.

What is the best way to automate state management setup for Cloudflare Durable Objects?

The best way to automate state management setup for Cloudflare Durable Objects is using a scaffolding skill that generates the agent files and defines the state shape. This ensures correct runtime configuration without manual TypeScript boilerplate.