bggg-skill-taotie

Skill 进化器(饕餮)— 通过"吞噬"并分析其他 skill 的优势来强化目标 skill。 当用户想要:整合两个 skill、用一个 skill 优化另一个、对比分析两个 skill 的优劣、 把某个 skill 的优点提炼到另一个 skill 中、或者说"把 X 喂给 Y"、"用 X 来优化 Y"、 "整合这两个 skill"、"吃掉这个 skill"、"skill 进化"、"skill 升级"、"合并 skill" 等意图时,必须触发此 skill。即使用户没有明确说"饕餮",只要涉及到两个 skill 之间的 能力迁移、对比分析、或优势提取,都应该使用此 skill。

Category

Persona

Install

Hot:7

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=binggandata-bggg-skill-taotie&locale=en&source=copy

Typhon — Skill Evolution Engine

Skill Overview


Typhon is an intelligent skill evolution engine that “consumes” and analyzes the strengths of other skills. It automatically extracts effective patterns and injects them into the target skill, making it smarter and more efficient.

Suitable Scenarios

  • Skill Optimization and Upgrades

  • When you feel a certain skill isn’t good enough but don’t know exactly what needs improvement, Typhon automatically compares it against reference skills. It finds the gaps through parallel testing, then performs reverse engineering to extract improvement patterns.

  • Skill Integration and Merging

  • Need to combine the strengths of two skills into one? Typhon can analyze each skill’s advantages, generate a capability map, and inject them progressively according to priority—avoiding issues caused by making large changes at once.

  • Skill Performance Comparison

  • Want to know why skill B is faster than skill A? Typhon uses real execution tracing to compare across multiple dimensions—such as speed, accuracy, and robustness—and outputs a detailed reverse engineering report.

    Core Functions

  • Parallel Benchmark Testing

  • Automatically generates test tasks. It runs two skills on the same tasks simultaneously, tracking the full reasoning chain, tool calls, intermediate artifacts, and final outputs. It relies on real data rather than subjective assumptions.

  • Reverse Engineering Analysis

  • Not only does it compare whether results are good or bad—it goes deeper into “why it’s better.” It distills reusable design patterns (e.g., concurrency strategies, prompt optimization, error handling, etc.) and saves them to the pattern library for future reference.

  • Progressive Safe Injection

  • Applies only 1–2 patterns each time. After sandbox testing on a copy, it shows comparative data. Only after you confirm does it write back to the original files. It works with an automatic snapshot mechanism to ensure everything is traceable.

    Common Questions

    Will Typhon directly modify my skills?


    No. Typhon uses a progressive injection strategy: it tests improvements on a copy first, shows before-and-after comparison data, and writes to the original files only after you confirm. It creates a snapshot backup automatically before each change.

    How does Typhon know which skill is better?


    Typhon doesn’t rely on guesswork—it compares through actual execution. It generates representative test tasks so both skills can run in parallel. It traces each skill’s reasoning process, tool call sequence, time consumption, and output quality, then produces a comparison report based on real data.

    What is Typhon’s pattern library?


    The pattern library is part of Typhon’s learning system. Each successful optimization extracts reusable patterns (e.g., “concurrent fetch optimization,” “few-shot example strategy,” etc.). As these patterns accumulate through usage, Typhon can more accurately predict which patterns will be effective for specific skills.