gpd-error-patterns

Display and filter physics error patterns from GPD project files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to view and filter accumulated physics error patterns from GPD (Graphene Physics Discovery) projects, helping you understand and prevent recurring issues.

Core Features & Use Cases

  • Display Error Patterns: Retrieve and present accumulated physics error patterns from a GPD project's error patterns file.
  • Filter by Category: Optionally filter the error patterns by category, such as 'sign', 'factor', or 'numerical'.
  • Use Case: Use this Skill to quickly identify a specific type of error pattern, such as 'sign' or 'factor', within a GPD project to address recurring issues.

Quick Start

Retrieve all error patterns from the GPD project by running 'gpd-error-patterns'.

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 in GPD projects?

You can retrieve accumulated physics error patterns by running the Skill, which reads the .gpd/ERROR-PATTERNS.md file to display recorded issues for debugging and verification workflows.

Can I filter error patterns by category like sign or factor in GPD projects?

Yes, you can optionally filter GPD physics error patterns by specific categories such as sign, factor, or numerical, allowing you to isolate and analyze specific recurring issues during debugging.

What is the .gpd/ERROR-PATTERNS.md file used for in physics discovery projects?

The .gpd/ERROR-PATTERNS.md file stores accumulated physics error patterns from Graphene Physics Discovery projects, serving as a central record to help users understand and prevent recurring issues.

How do I quickly identify numerical errors during GPD project debugging?

To quickly identify numerical errors during GPD project debugging, use this Skill to parse the error patterns file and apply the numerical category filter to retrieve matching records.

Do I need any specific dependencies to analyze GPD error patterns?

No dependencies are required to analyze GPD error patterns, as this Skill utilizes basic file operations and parsing to read the .gpd/ERROR-PATTERNS.md file within your project environment.