pekko-gap-analysis

Compares fraktor-rs modules with Pekko references to identify missing capabilities and generate gap reports.

7|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/j5ik2o/fraktor-rs --skill pekko-gap-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pekko-gap-analysis
Source: https://github.com/j5ik2o/fraktor-rs/tree/main/.agents/skills/pekko-gap-analysis
Command: npx skills add https://github.com/j5ik2o/fraktor-rs --skill pekko-gap-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It identifies and analyzes gaps between fraktor-rs modules and Pekko reference implementations, enabling structured gap analysis and planning.

Core Features & Use Cases

  • Compare fraktor-rs modules (modules/{name}) with Pekko references (references/pekko/{name}) to surface missing capabilities.
  • Classify findings by API surface, operators, and design patterns, assign difficulty, and prepare constraint cards.
  • Generate inputs for gap-analysis workflows to guide development and auditing.

Quick Start

Input the target module name in kebab or snake case to trigger a Pekko-gap analysis against the corresponding Pekko reference implementation and generate a structured report.

Frequently Asked Questions about pekko-gap-analysis

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

FAQPage Schema
How do I identify missing capabilities comparing Rust modules against Pekko reference implementations?

Pekko gap analysis identifies missing capabilities by comparing fraktor-rs modules against Pekko reference implementations. It automatically extracts public APIs, categorizes findings by API surface, operators, and patterns, then generates structured gap reports for development planning.

What does a structured gap analysis report include when comparing fraktor-rs modules to Pekko?

Structured gap reports classify findings by API surface, operators, and design patterns. The analysis assigns difficulty levels to each identified gap and prepares actionable inputs for constraint-card creation to guide subsequent development and auditing workflows.

How do I run a gap analysis for a specific fraktor-rs module against its Pekko reference?

Input the target module name in kebab or snake case to trigger the analysis. The Skill applies the comparison to the modules/{name} and references/pekko/{name} directories to surface missing capabilities and generate a structured report.

Can I use this gap analysis to generate constraint cards for auditing fraktor-rs modules?

Yes, the gap analysis prepares actionable inputs specifically for constraint-card creation. By categorizing missing capabilities by API, operators, and patterns, it provides structured outputs that guide development planning and auditing workflows for fraktor-rs modules.

Does the Pekko gap analysis support automated extraction of public APIs from Rust modules?

The Pekko gap analysis enforces automated extraction of public APIs from the target modules. This ensures a comprehensive comparison of the API surface against the Pekko reference implementations to accurately surface missing capabilities.

What categorization scheme does the gap analysis use to classify differences between fraktor-rs and Pekko?

The gap analysis defines a categorization scheme that classifies findings into API surface, operators, and design patterns. This structured classification helps organize the gap report and assigns difficulty to each missing capability.