.claude/skills/artifact-lifecycle/SKILL.md
Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas)
npx skillsauth add oimiragieo/agent-studio artifact-lifecycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convenience wrapper for the unified artifact lifecycle workflow.
This skill provides a simplified interface to the comprehensive artifact lifecycle management workflow at .claude/workflows/core/skill-lifecycle.md.
Use this skill when you need to:
// Invoke this skill
Skill({ skill: 'artifact-lifecycle' });
Full Workflow: .claude/workflows/core/skill-lifecycle.md
Check if artifact exists, compare versions.
Agent: architect Output: Discovery report with recommendations
Determine action: CREATE, UPDATE, or DEPRECATE.
Agent: planner Output: Action plan with tasks
Execute the determined action.
Agent: developer + appropriate creator skill Tools:
Skill({ skill: "skill-creator" }) for skillsSkill({ skill: "agent-creator" }) for agentsSkill({ skill: "hook-creator" }) for hooksSkill({ skill: "workflow-creator" }) for workflowsUpdate registries, catalogs, and CLAUDE.md.
Agent: developer Updates:
Test integration and verify references.
Agent: qa Checks:
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 invocable
User: "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 correctly
User: "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 |
| Anti-Pattern | Why It Fails | Correct Approach | | ------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------- | | Skipping research-synthesis before CREATE | Risk of creating a duplicate or outdated artifact | Always run research-synthesis first | | Starting action before Phase 2 decision | Wrong operation applied; CREATE when UPDATE needed | Complete Phase 2 before Phase 3 | | Skipping Phase 5 validation | Broken artifacts delivered as complete | Always run invocability check | | No catalog/registry update in Phase 4 | Artifact is invisible to agents and router | Always update catalog, registry, and CLAUDE.md | | Using artifact-lifecycle for simple version bumps | Heavyweight process for lightweight work | Use skill-updater/agent-updater for UPDATE mode | | Not specifying artifact_type | Wrong creator skill invoked silently | Always specify or verify artifact_type in Phase 1 |
.claude/context/memory/learnings.md before starting.claude/context/memory/decisions.md.claude/context/memory/issues.mdskill-creator - Direct skill creationagent-creator - Direct agent creationworkflow-creator - Direct workflow creationcodebase-integration - External artifact integration.claude/workflows/core/skill-lifecycle.md - Full lifecycle workflow.claude/workflows/core/external-integration.md - External artifact integration.claude/workflows/core/router-decision.md - Router decision flowtools
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.
tools
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
data-ai
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
development
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.