create-new-service-app

Generate app integration scaffolding with configuration, DTOs, service classes, and tests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brianbartilet/harqis-work --skill create-new-service-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-new-service-app
Source: https://github.com/brianbartilet/harqis-work/tree/main/.claude/skills/create-new-service-app
Command: npx skills add https://github.com/brianbartilet/harqis-work --skill create-new-service-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating structured codebases for service integrations, reducing manual setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Automated Scaffold Generation: Builds the directory structure, configuration files, DTOs, API classes, and tests based on OpenAPI specs or skeleton templates.
  • Use Case: A developer needs to add a new API service to their automation platform; this Skill generates all necessary files and boilerplate code with minimal input, accelerating development workflows.

Quick Start

Use the create-new-service-app skill with the app name and optionally provide an API spec URL for full generation.

Frequently Asked Questions about create-new-service-app

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

FAQPage Schema
How do I scaffold an API integration from an OpenAPI spec?

Scaffolding an API integration from an OpenAPI spec involves providing the spec URL to automatically generate configuration files, data transfer objects, service classes, and tests for the new app.

What files are generated when scaffolding a new service app?

Scaffolding a new service app generates a complete directory structure including configuration files, data transfer objects (DTOs), API service classes, and automated tests to ensure consistency.

Can I generate an app integration skeleton without an OpenAPI specification?

Yes, you can generate an app integration skeleton without an OpenAPI specification by creating a bare skeleton structure that includes boilerplate configuration, DTOs, and service classes ready for development.

What is the best way to automate boilerplate code generation for service integrations?

Automating boilerplate code generation for service integrations is best handled by using a scaffolding tool that reads OpenAPI specifications or templates and outputs structured directories, DTOs, and tests automatically.

Why use a scaffolding tool for new API service setup?

Using a scaffolding tool for new API service setup reduces manual configuration time, enforces structural consistency across projects, and accelerates development workflows by generating boilerplate code automatically.