Uniapp Project
This skill generates a basic Uniapp project structure and initial files, streamlining app development for beginners and speeding up setup.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add uniapp-project npx -- -y @trustedskills/uniapp-project
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"uniapp-project": {
"command": "npx",
"args": [
"-y",
"@trustedskills/uniapp-project"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The uniapp-project skill enables AI agents to create and manage projects using UniApp, a cross-platform development framework. It facilitates building applications for multiple platforms (iOS, Android, Web) from a single codebase. The agent can generate project structures, components, and basic application logic based on user specifications.
When to use it
- Rapid Prototyping: Quickly create the initial structure of a mobile or web app without manual setup.
- Cross-Platform Development: Build applications targeting multiple platforms simultaneously.
- Learning UniApp: Generate example projects to understand UniApp's project structure and components.
- Automated Boilerplate Generation: Reduce repetitive tasks by automatically creating common project files and configurations.
Key capabilities
- Project creation using UniApp framework.
- Cross-platform application development support (iOS, Android, Web).
- Generation of project structures and basic application logic.
- Component generation.
Example prompts
- "Create a new UniApp project named 'MyStore' with a tab bar."
- "Generate a UniApp component for displaying product details."
- "Set up a basic UniApp project structure for an e-commerce app."
Tips & gotchas
- Requires familiarity with the UniApp framework to effectively utilize the generated code.
- The skill generates initial project structures and components; further customization and development are typically required.
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.