Marketplace Scaffold
Rapidly generate basic e-commerce storefronts with pre-configured product listings and essential integrations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add marketplace-scaffold npx -- -y @trustedskills/marketplace-scaffold
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"marketplace-scaffold": {
"command": "npx",
"args": [
"-y",
"@trustedskills/marketplace-scaffold"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The marketplace-scaffold skill provides a basic structure for creating and deploying AI agent skills. It generates the initial files and directory layout needed to get started, including configuration files for testing and publishing. This scaffolding helps developers quickly build and share their custom AI agent capabilities.
When to use it
- New Skill Development: Use this when you're starting a new AI agent skill from scratch and want a pre-configured project structure.
- Standardization: Enforce consistency across your team’s skills by using the scaffold as a template for all new projects.
- Rapid Prototyping: Quickly create a basic skill to test out ideas or demonstrate functionality before investing in full development.
Key capabilities
- Generates initial project files and directory structure.
- Includes configuration for testing and publishing skills.
- Provides a starting point for building custom AI agent capabilities.
Example prompts
- "Create a new skill with the name 'my-awesome-skill'."
- "Generate a basic marketplace scaffold."
- "Set up a project structure for an AI agent skill."
Tips & gotchas
This skill assumes you have Node.js and npm installed to manage dependencies within the generated project. The resulting project requires further customization with your specific skill logic and functionality.
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 |
🏢 Official
Published by the company or team that built the technology.