sdk-scaffolding

Generate complete SDK project structures for .NET, Python, or TypeScript.

8|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill sdk-scaffolding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdk-scaffolding
Source: https://github.com/infiquetra/infiquetra-claude-plugins/tree/main/plugins/sdk-lifecycle/skills/sdk-scaffolding
Command: npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill sdk-scaffolding

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of new SDK projects, providing a robust and standardized starting point for .NET, Python, or TypeScript.

Core Features & Use Cases

  • Project Generation: Creates a full project structure including source, tests, docs, and CI/CD.
  • Language Support: Supports .NET, Python, and TypeScript.
  • Use Case: When starting a new microservice that requires a client SDK, use this Skill to quickly generate the boilerplate code, tests, and GitHub Actions workflows, allowing developers to focus on API implementation.

Quick Start

Use the sdk-scaffolding skill to create a new Python SDK named 'my-cool-sdk' for an API at 'https://api.example.com'.

Frequently Asked Questions about sdk-scaffolding

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

FAQPage Schema
How do I scaffold a new SDK project in Python, TypeScript, or .NET?

This generator scaffolds a complete SDK project structure including source code directories, test suites, documentation templates, and CI/CD workflows for .NET, Python, or TypeScript.

What is the best way to generate boilerplate code for a microservice client SDK?

The best way to generate boilerplate for a client SDK is using a scaffolding tool to create standardized source directories, tests, and CI/CD pipelines, letting you focus on API implementation rather than setup.

Can I configure project metadata and dependencies when generating a TypeScript SDK?

Yes, you can configure project metadata, dependencies, and build tools via a Python script when generating your TypeScript SDK, ensuring the output matches your specific project requirements.

Does SDK scaffolding include automated testing and publishing workflows?

Yes, SDK scaffolding includes CI/CD workflows for automated testing and publishing, generating the necessary GitHub Actions configurations alongside your source code and test suites.

What languages are supported for generating a complete SDK project structure?

The supported languages for generating a complete SDK project structure are .NET, Python, and TypeScript, each with corresponding source directories, tests, docs, and CI/CD workflows.