Create Service

Scaffold TypeScript microservices with predefined architecture and directory structures.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Axolotl-Army/axobotl --skill create-service-axolotl-army
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Service
Source: https://github.com/Axolotl-Army/axobotl/tree/main/.claude/skills/create-service
Command: npx skills add https://github.com/Axolotl-Army/axobotl --skill create-service-axolotl-army

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new microservices, ensuring they adhere to established project architecture patterns and directory structures, thereby reducing setup time and promoting consistency.

Core Features & Use Cases

  • Automated Project Scaffolding: Generates a new service directory with pre-defined files and configurations.
  • Architecture Enforcement: Ensures new services follow a strict server, handlers, and adapters pattern.
  • Use Case: A developer needs to quickly add a new user authentication service to the platform. This Skill will generate the basic file structure, including server.ts, handlers/, and adapters/, pre-configured with necessary dependencies and scripts.

Quick Start

Use the create service skill to scaffold a new service named 'user-auth'.

Frequently Asked Questions about Create Service

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

FAQPage Schema
How do I scaffold a new microservice with TypeScript and reduce boilerplate setup?

Microservice scaffolding generates a new service directory with a predefined TypeScript structure, automating creation of server entry points, business logic handlers, and external service adapters to eliminate manual boilerplate setup.

What is the best way to enforce a consistent directory structure across multiple microservices?

Directory structure consistency is maintained by generating new microservices from predefined architectural patterns, ensuring every service adheres to standard server, handlers, and adapters layouts automatically.

Can I use this to generate a microservice with pre-configured testing and build scripts?

Yes, you can generate a microservice with pre-configured testing and build scripts, as the automated scaffolding process includes these basic scripts alongside essential server and adapter files.

What architectural pattern does the generated microservice code follow?

The generated microservice code follows a strict architectural pattern separating server entry points, business logic handlers, and external service adapters, enforcing TypeScript best practices throughout the project.

Does this scaffolding tool work for setting up external service adapters?

Yes, the scaffolding tool works for setting up external service adapters by automatically generating the adapters directory alongside server entry points and handlers during the microservice creation process.