create-agent

Bootstrap a modular AI agent with OpenRouter SDK and extensible hooks.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/pau-vega/react-router-drizzle --skill create-agent-pau-vega
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/pau-vega/react-router-drizzle/tree/main/.agents/skills/create-agent
Command: npx skills add https://github.com/pau-vega/react-router-drizzle --skill create-agent-pau-vega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a modular AI agent that can be composed from core components and extended with hooks and optional Ink TUI, enabling rapid prototyping and deployment of autonomous agents.

Core Features & Use Cases

  • Standalone Agent Core with event-driven hooks for lifecycle management
  • OpenRouter SDK integration for model access and tooling support
  • Optional Ink TUI for a rich terminal interface during development and demos

Quick Start

Create a new agent project, configure your API key, and run the headless example to start an interactive session.

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I bootstrap a modular AI agent with TypeScript and the OpenRouter SDK?▼

To bootstrap a modular AI agent, use the setup to scaffold a standalone core with OpenRouter SDK integration, enabling rapid prototyping of autonomous agents with extensible hooks for lifecycle management.

Can I build an AI agent with pluggable tooling and a terminal interface using Ink?▼

Yes, you can build an AI agent with pluggable tooling and an optional Ink TUI, providing a rich terminal interface during development and demos while supporting extensible hooks for tool integration.

What is the best way to manage an AI agent lifecycle with event-driven hooks?▼

Managing an AI agent lifecycle with event-driven hooks is handled through a standalone agent core architecture that supports scriptable workflows and modular composition for full lifecycle control.

Does the OpenRouter SDK support streaming and tooling integration for autonomous agents?▼

Yes, the OpenRouter SDK supports model access and tooling integration for autonomous agents, allowing streaming responses and pluggable tooling within a modular TypeScript architecture.

How do I set up a headless AI agent for development environments?▼

Set up a headless AI agent by creating a new project, configuring your OpenRouter API key, and running the headless example to start an interactive session across development environments.

When should I use a modular agent architecture with extensible hooks?▼

Use a modular agent architecture with extensible hooks when building standalone agents that require pluggable tooling, scriptable workflows, and full lifecycle management across varying development environments.