Marketplace deployment-management
Track and manage UniFi deployments across your infrastructure. Monitor deployment status, configuration, and progress for coordinated infrastructure updates.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/deployment-management" ~/.claude/skills/aiskillstore-marketplace-deployment-management && rm -rf "$T"
manifest:
skills/dataknifeai/deployment-management/SKILL.mdsource content
Deployment Management Skill
Track and manage UniFi deployments across your infrastructure.
What this skill does
This skill enables you to:
- View all active deployments
- Get detailed deployment information
- Monitor deployment status and progress
- Track deployment configuration
- Analyze deployment metrics
- Plan coordinated deployments
- Monitor deployment health
- Generate deployment reports
When to use this skill
Use this skill when you need to:
- Check deployment status
- Get deployment configuration details
- Monitor deployment progress
- Plan infrastructure updates
- Track configuration changes
- Analyze deployment impact
- Generate deployment reports
- Troubleshoot deployment issues
Available Tools
- List all deployments across all siteslist_deployments
- Get detailed information about a specific deploymentget_deployment_details
Typical Workflows
Deployment Monitoring
- Use
to view all active deploymentslist_deployments - Use
for detailed status of eachget_deployment_details - Monitor deployment progress and status
- Generate status report
Deployment Planning
- Use
to see current deployment loadlist_deployments - Use
to understand current deploymentsget_deployment_details - Plan new deployment windows
- Coordinate with existing deployments
Deployment Troubleshooting
- Use
to find problematic deploymentlist_deployments - Use
for detailed diagnosticsget_deployment_details - Analyze deployment configuration
- Identify and resolve issues
Change Tracking
- Use
to view all changeslist_deployments - Use
to track specific changesget_deployment_details - Document configuration changes
- Generate change history report
Example Questions
- "Show me all active deployments"
- "What's the status of the current deployment?"
- "Get details on a specific deployment"
- "Are there any failed or stalled deployments?"
- "What deployments are currently running?"
- "Show me the deployment history"
- "What changes are being deployed?"
Response Format
When using this skill, I provide:
- Complete list of all deployments
- Detailed deployment status and progress
- Configuration information for each deployment
- Deployment health assessment
- Summary metrics and statistics
Best Practices
- Monitor deployment progress regularly
- Document deployment changes
- Plan deployments during maintenance windows
- Coordinate multi-site deployments
- Test deployments in non-production first
- Have rollback plans ready
- Track deployment history
- Review deployment logs for issues