Loading...
Loading...
Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas)
npx skill4agent add oimiragieo/agent-studio artifact-lifecycle.claude/workflows/core/skill-lifecycle.md// Invoke this skill
Skill({ skill: 'artifact-lifecycle' });.claude/workflows/core/skill-lifecycle.mdSkill({ skill: "skill-creator" })Skill({ skill: "agent-creator" })Skill({ skill: "hook-creator" })Skill({ skill: "workflow-creator" })User: "Create a skill for Kubernetes deployment"
Router spawns with:
Skill({ skill: "artifact-lifecycle" })
Workflow determines: CREATE mode
Invokes: skill-creator
Updates: registry, catalog, CLAUDE.md
Validates: skill invocableUser: "Update the devops agent to support Terraform Cloud"
Router spawns with:
Skill({ skill: "artifact-lifecycle" })
Workflow determines: UPDATE mode
Version: 1.0.0 → 1.1.0
Updates: agent file, CHANGELOG
Validates: agent referenced correctlyUser: "Deprecate the old deployment workflow"
Router spawns with:
Skill({ skill: "artifact-lifecycle" })
Workflow determines: DEPRECATE mode
Adds: deprecation notice, migration guide
Updates: CLAUDE.md with replacement reference
Validates: no broken references| Parameter | Values | Default |
|---|---|---|
| artifact_type | skill, agent, hook, workflow, template, schema | auto-detect |
| operation | create, update, deprecate, integrate | auto-detect |
| version_bump | major, minor, patch | minor |
.claude/context/memory/learnings.md.claude/context/memory/decisions.md.claude/context/memory/issues.mdskill-creatoragent-creatorworkflow-creatorcodebase-integration.claude/workflows/core/skill-lifecycle.md.claude/workflows/core/external-integration.md.claude/workflows/core/router-decision.md