Deploy
Automates deployment of applications to specified environments using pre-configured scripts and FelixWayne's custom tooling.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add felixwayne0318-deploy npx -- -y @trustedskills/felixwayne0318-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"felixwayne0318-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/felixwayne0318-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, deploy, automates the process of deploying applications. It handles tasks like building container images and pushing them to a registry. The skill is authored by felixwayne0318 and belongs to the "aitrader" project.
When to use it
- Automating deployments for web applications.
- Deploying microservices to a Kubernetes cluster.
- Streamlining the release process for mobile apps.
- Creating repeatable deployment pipelines for various environments (staging, production).
Key capabilities
- Builds container images
- Pushes images to a registry
- Automates application deployments
Example prompts
- "Deploy my web app to staging."
- "Build and push the latest version of the microservice."
- "Create a deployment pipeline for the mobile app release."
Tips & gotchas
The skill requires access to your container registry and deployment environment. Ensure that the AI agent has the necessary credentials and permissions before running any deployment commands.
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.