deployment-management
CommunityEffortless LangGraph Cloud deployment control.
Authorcodekiln
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the manual management of LangGraph Cloud deployments, especially for cleaning up test environments, filtering by various criteria, and ensuring secure credential handling. It helps prevent orphaned resources and reduces cloud costs.
Core Features & Use Cases
- Intelligent Cleanup: Easily list, filter, and delete test deployments by name patterns, status, or type, preventing resource sprawl.
- Secure Environment Handling: Automatically checks and sources
LANGSMITH_API_KEYfrom the devcontainer environment without exposing sensitive values. - Use Case: After running integration tests, use this skill to list all "langstar-test" deployments, review their status, and interactively delete them, preventing orphaned resources and reducing cloud costs.
Quick Start
List all LangGraph Cloud deployments that contain "test" in their name and are currently in a "READY" status.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: deployment-management Download link: https://github.com/codekiln/langstar/archive/main.zip#deployment-management Please download this .zip file, extract it, and install it in the .claude/skills/ directory.