cyberneticlibrary

Load relevant skills for work sessions

skill-integrationskillsetup L164
Tibsfox/gsd-skill-creator
What it does

Load and manage skills within GSD workflows with bounded learning guardrails

Best for

Ensure learned knowledge persists across sessions and subagent contexts without token bloat or unsafe refinements.

Inputs
  • · phase_name
  • · skill_names
  • · skill_set (project vs user level)
Outputs
  • · loaded_skills list
  • · token_budget allocation
  • · pending_suggestions list
Requires
  • · .claude/commands/
  • · ~/.claude/commands/
Preconditions
  • · Skill files exist in correct directory
  • · Token budget defined
  • · Phase identity known
Failure modes
  • · Stale conversation history consumes context
  • · Skill loading pipeline fails silently on cache errors
Trust signals
  • · 6-stage loading pipeline (Score, Resolve, ModelFilter, CacheOrder, Budget, Load)
  • · 20% max content change per refinement
  • · 7-day cooldown between refinements