new-agent

Scaffold a new underwriting agent using the income agent template.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/nimag/fast --skill new-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-agent
Source: https://github.com/nimag/fast/tree/main/.claude/skills/new-agent
Command: npx skills add https://github.com/nimag/fast --skill new-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides creating a new underwriting agent (assets, credit, collateral) following the income agent pattern to ensure consistency.

Core Features & Use Cases

  • Template-based scaffolding: Provides a ready-made structure for a new agent.
  • Interface & prompts guidance: Defines required methods and typical prompts.
  • Guidelines integration: Maps to assets, credit, or collateral sections and streaming outputs.

Quick Start

  1. Create directory internal/agent/<Name>;
  2. Implement agent.go using the Income agent as a template;
  3. Register the new agent in the main application (cmd/underwriter).