·fix-reporter

Capture solved problems as categorized documentation with YAML frontmatter for fast lookup

23Installs·1Trend·@majesticlabs-dev

Installation

$npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill fix-reporter

How to Install fix-reporter

Quickly install fix-reporter AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill fix-reporter
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: majesticlabs-dev/majestic-marketplace.

SKILL.md

View raw

Purpose: Document solved problems to build searchable institutional knowledge.

Organization: Single-file per problem in .agents/lessons/[category]/[filename].md with YAML frontmatter. Files with workflowphase fields are discoverable by lessons-discoverer agent.

| Module name | Which project module had the problem | | Symptom | Observable error/behavior (exact messages) | | Investigation attempts | What didn't work and why | | Root cause | Technical explanation | | Solution | Code/config changes that fixed it | | Prevention | How to avoid in future |

Capture solved problems as categorized documentation with YAML frontmatter for fast lookup Source: majesticlabs-dev/majestic-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill fix-reporter
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from majesticlabs-dev/majestic-marketplace

Quick answers

What is fix-reporter?

Capture solved problems as categorized documentation with YAML frontmatter for fast lookup Source: majesticlabs-dev/majestic-marketplace.

How do I install fix-reporter?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill fix-reporter Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/majesticlabs-dev/majestic-marketplace