Create Provider Package With Core
Helps with creation, packages as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-provider-package-with-core npx -- -y @trustedskills/create-provider-package-with-core
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-provider-package-with-core": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-provider-package-with-core"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of provider packages using a core template. It streamlines the process for developers building integrations or extensions, ensuring consistency and reducing boilerplate code. The resulting package includes necessary files and configurations to get started quickly with a new provider.
When to use it
- You're developing a custom integration that requires its own packaged distribution.
- You need to create multiple providers following a standardized structure.
- You want to avoid manually setting up the initial project scaffolding for a new provider.
- When building extensions or plugins for an existing platform.
Key capabilities
- Automated package generation
- Core template utilization
- Standardized provider structure
- Reduced boilerplate code
Example prompts
- "Create a provider package named 'my-new-provider'."
- "Generate a new provider package with the name 'payment-gateway'."
- "Build a provider package using the core template and call it 'data-source'."
Tips & gotchas
- Ensure you have the necessary dependencies installed before running this skill.
- The "core" template defines the base structure; customization may require further adjustments after package creation.
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.