gpd-error-patterns

Identify accumulated physics error patterns from project debugging logs.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-error-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-error-patterns
Source: https://github.com/CharlieGreenman/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-error-patterns
Command: npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-error-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View accumulated physics error patterns from .gpd/ERROR-PATTERNS.md in the project context to understand recurring failure modes and support proactive debugging.

Core Features & Use Cases

  • Display error patterns logged by the debugger after confirming root causes.
  • Filter by category to focus on sign, factor, convention, numerical, approximation, boundary, gauge, or combinatorial issues.
  • Summarize patterns to track project health and guide verification efforts.

Quick Start

Run the gpd-error-patterns command to view patterns, optionally filtering by category.

Frequently Asked Questions about gpd-error-patterns

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

FAQPage Schema
How do I view accumulated physics error patterns from project debugging logs?

You can view accumulated physics error patterns by reading from the .gpd/ERROR-PATTERNS.md file, which surfaces categorized failure modes and contextual summaries to guide verification and proactive debugging.

Can I filter physics error patterns by specific categories like numerical or boundary issues?

Yes, you can filter physics error patterns by specific categories. It supports drilling into sign, factor, convention, numerical, approximation, boundary, gauge, or combinatorial issues to focus your analysis.

What is the purpose of tracking recurring physics error patterns in a project?

Tracking recurring physics error patterns summarizes categorized failures to monitor project health, understand recurring failure modes, and guide verification efforts for proactive debugging.

How do I diagnose recurring physics failure modes using error pattern analysis?

Error pattern analysis diagnoses recurring physics failure modes by identifying and surfacing accumulated patterns with contextual summaries from your debugging logs, guiding your verification and planning efforts.

Do I need a specific file format to log physics error patterns for analysis?

Yes, you need the .gpd/ERROR-PATTERNS.md file. The tool reads accumulated physics error patterns directly from this markdown file to display and filter your project's debugging data.