II.
LibrarySkill overview
Reference · livelib-skill:meta--examples
deploy overview
Deploy the application to a target environment. Use when deploying code, releasing, or pushing to staging/production. Requires explicit user invocation.
Attributes
displayName
deploy
description
Deploy the application to a target environment. Use when deploying code, releasing, or pushing to staging/production. Requires explicit user invocation.
libraryPath
library/specializations/meta/harnesses/claude-code/examples/SKILL.md
specialization
meta
contentSummary
# Deploy Skill
Deploy the application to the specified environment.
## Arguments
- `$ARGUMENTS[0]` (or `$0`): Target environment (`staging`, `production`, `canary`). Defaults to `staging`.
- Additional flags are parsed from `$ARGUMENTS`.
## Dynamic Context
Current branch and recent commits:
!`g
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:meta·SpecializationMeta / Process Engineering
lib_covers_topic2
- topic:ci-cd·TopicCI/CD
- topic:release-management·TopicRelease Management
lib_involves_role2
- role:platform-engineer·Role
- role:backend-engineer·RoleBackend Engineer
lib_requires_skill_area1
- skill-area:deployment·SkillAreaDeployment
Incoming edges
None.