_skills-evaluation-performance

Evaluate gobbi skill definitions for context efficiency and line density.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill skills-evaluation-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _skills-evaluation-performance
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_skills-evaluation-performance
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill skills-evaluation-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a framework to assess gobbi skill definitions for context efficiency, helping ensure that assistants load only necessary information and avoid bloated guidance that burdens execution.

Core Features & Use Cases

  • Assess line count, load budget, and density to determine if a SKILL.md is efficiently composed.
  • Identify content that is always-load vs scenario-specific, and flag sections that should be gated behind child docs.
  • Detect duplication or misalignment with related skills and project/docs to reduce redundant context.
  • Use cases include evaluating new or existing skills during quality reviews, architecture audits, and onboarding of contributors.

Quick Start

Provide a concise, actionable evaluation of a given skill that surfaces concrete changes to improve performance.

Frequently Asked Questions about _skills-evaluation-performance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate skill definitions for context efficiency?

Evaluating skill definitions for context efficiency involves assessing line count, load budget, and density to ensure a SKILL.md is efficiently composed and avoids bloated execution guidance.

What is the line count guideline for skill optimization?

The skill optimization guideline requires definitions to remain under 200 lines. Evaluation criteria align with this limit to identify sections for decomposition and prevent excessive context load costs.

How do I identify content to gate behind child docs in skill definitions?

To gate content behind child docs, identify always-load versus scenario-specific content within skill definitions. Flag sections that should be gated to reduce redundant context and optimize line density.

How do I detect duplication in skill definitions?

Detect duplication in skill definitions by checking for misalignment with related skills and project documentation, flagging redundant content to ensure assistants only load necessary, non-repeated information.

When should I check allowed-tools alignment in skill definitions?

Check allowed-tools alignment during quality reviews and architecture audits. Ensuring skill definitions match their operational scope prevents unnecessary context loading and execution overhead.