skill-upgrader

Solid

Upgrade any skill to v5 Hybrid format using decision theory + modal logic

AI & Automation 496 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Upgrader Meta-skill that upgrades any SKILL.md to Decision Theory v5 Hybrid format using 4 parallel Ragie-backed agents. ## When to Use - "Upgrade this skill to v5" - "Formalize this skill with decision theory" - "Add MDP structure to this skill" - "Apply the skill-upgrader to X" ## Prerequisites Ragie RAG with indexed books: - **decision-theory partition**: LaValle Planning Algorithms, Sutton & Barto RL - **modal-logic partition**: Blackburn Modal Logic, Huth & Ryan Logic in CS ## Workflow ### Step 1: Setup Session ```bash SESSION=$(date +%Y%m%d-%H%M%S)-upgrade-{skill_name} mkdir -p thoughts/skill-builds/${SESSION} ``` ### Step 2: Initialize Blackboard Create `thoughts/skill-builds/{session}/00-blackboard.md`: ```markdown # Skill Upgrade: {skill_name} Started: {timestamp} ## Input Skill {path_to_skill} ## Target Format Decision Theory v5 Hybrid ## Agent Findings (Agents append below) --- ``` ### Step 3: Launch 4 Agents in Parallel Use Task tool to spawn all 4 agents simultaneously. Each agent: 1. Reads the input skill 2. Queries Ragie for their specific book 3. Appends findings to the blackboard --- ## Agent 1: LaValle Planner **Book:** LaValle's "Planning Algorithms" (decision-theory partition) **Focus:** States, Actions, Transitions ``` Task( subagent_type="general-purpose", prompt=""" INPUT SKILL: {path} BLACKBOARD: thoughts/skill-builds/{session}/00-blackboard.md YOUR BOO...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

skill-upgrader

Upgrade any skill to v5 Hybrid format using decision theory + modal logic

3,795 Updated 4 months ago
parcadei
AI & Automation Listed

skill-creator

Create skills that pass skill-review's five gates by construction — intent capture, prior-art scan, draft against gates, dogfood self-review. Use when authoring a new skill, refactoring an existing one, or adopting a Mall unit into this brain.

0 Updated yesterday
fabioc-aloha
AI & Automation Listed

skill-creator

Load when creating, updating, adapting, or evaluating a standard agent skill; do not load for ordinary documentation edits or one-off prompt advice.

1 Updated today
JasonxzWen
Testing & QA Listed

skill-creator-pro

Use when creating new skills, iterating on existing skills, auditing skill quality, bumping skill versions, or optimizing skill trigger descriptions. Pro-grade lifecycle covering scaffold, baseline testing, evals, lint, semver, CHANGELOG, and description optimization. Triggers on "create a skill", "new skill", "迭代 skill", "优化 skill", "skill 版本", "skill lint", "review this skill", "write a skill for X", "turn this into a skill", or whenever the user starts or edits a SKILL.md.

1 Updated today
zwbao
AI & Automation Solid

skill-development

This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.

4,135 Updated today
Galaxy-Dawn