Start New Sdk Project
Creates a fresh SDK project with pre-configured settings, streamlining development and accelerating your API integration workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add start-new-sdk-project npx -- -y @trustedskills/start-new-sdk-project
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"start-new-sdk-project": {
"command": "npx",
"args": [
"-y",
"@trustedskills/start-new-sdk-project"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to generate a new Speakeasy SDK project. It initializes a local directory with necessary files and configurations, streamlining the process of building an API client library. The generated project includes boilerplate code for defining your API schema and generating client libraries in various programming languages.
When to use it
- You're starting development on a new API client library using Speakeasy.
- You want to quickly scaffold a basic SDK project structure without manual setup.
- You need a standardized foundation for building clients across different programming languages.
- You are familiar with the Speakeasy framework and its conventions.
Key capabilities
- Generates a new Speakeasy SDK project.
- Initializes a local directory with necessary files.
- Provides boilerplate code for API schema definition.
- Supports generating client libraries in multiple programming languages (specific languages not listed).
Example prompts
- "Create a new Speakeasy SDK project named 'my-api'."
- "Generate an SDK project for my API with the name 'example_sdk'."
- "Start a new SDK project."
Tips & gotchas
The skill requires familiarity with the Speakeasy framework. Ensure you have the necessary dependencies installed before using this skill, as it may require specific command-line tools or libraries related to Speakeasy development.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.