Base App Setup
Automates initial configuration of Andre Landgraf's base application, streamlining project setup and onboarding.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add base-app-setup npx -- -y @trustedskills/base-app-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"base-app-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/base-app-setup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
base-app-setup
What it does
This skill installs a foundational application structure, providing the initial environment required to build full-stack projects. It prepares the necessary configuration and directory layout for developers to begin coding immediately without manual scaffolding.
When to use it
- You need a quick starting point for a new web application project.
- You want to avoid manually creating boilerplate files and folder structures.
- You are beginning a full-stack development workflow using recipes from the
fullstackrecipescollection. - You require a standardized base environment before adding custom business logic.
Key capabilities
- Installs a pre-configured application skeleton.
- Sets up the initial project directory structure automatically.
- Provides a ready-to-use foundation for full-stack recipe implementations.
Example prompts
- "Install the base-app-setup skill to start my new project."
- "Scaffold a new application using the base-app-setup from andrelandgraf."
- "Run base-app-setup to get the initial environment configured."
Tips & gotchas
This skill is specifically designed for use within the fullstackrecipes ecosystem. Ensure your development environment supports the specific runtime requirements implied by the full-stack recipes before proceeding with custom development on top of this base.
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.