sloppy-docs

Navigate Sloppy repository internals, docs, and architecture to diagnose and fix issues.

26|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/TeamSloppy/Sloppy --skill sloppy-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sloppy-docs
Source: https://github.com/TeamSloppy/Sloppy/tree/main/Sources/sloppy/Resources/Skills/sloppy-docs
Command: npx skills add https://github.com/TeamSloppy/Sloppy --skill sloppy-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigation guide for Sloppy internals, documentation, and architecture to help you understand, diagnose, or fix Sloppy itself.

Core Features & Use Cases

  • Canonical references: AGENTS.md (repo root) — canonical map of modules, recipes for common changes (add endpoint, add tool, add DB column, add dashboard view), CI parity commands, and code style rules.
  • In-repo navigation: .cursor/rules/ — contextual rules per subsystem (activated automatically by Cursor/Copilot for matching files) and the source code map in the self-repair section.
  • Self-repair workflow: A structured guide to locate failing layers, consult conventions, and verify changes with tests.

Quick Start

Consult this guide whenever you need to understand Sloppy internals, diagnose issues, or fix bugs in the codebase.

Frequently Asked Questions about sloppy-docs

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

FAQPage Schema
How do I navigate source code and architecture to diagnose issues in a repository?

To navigate source code and architecture for diagnosing issues, use a consolidated internal guide that maps canonical references, subsystem rules, and self-repair workflows to help you locate failing layers and verify fixes with tests.

What is a self-repair workflow for fixing bugs in a codebase?

A self-repair workflow is a structured process to locate failing layers in source code, consult established conventions, and verify changes with tests to safely fix bugs within a repository.

How do I find canonical references for common changes like adding an endpoint or database column?

Find canonical references for common changes like adding an endpoint or database column by consulting the primary map of modules, recipes, and code style rules located at the repository root.

Do I need a specific IDE to use contextual rules for source code navigation?

You need an AI-assisted IDE like Cursor or Copilot to automatically activate contextual rules for source code navigation, as these rules are stored in specific directories matched by matching files.

What's the best way to understand repository internals before modifying a subsystem?

The best way to understand repository internals before modifying a subsystem is to consult in-repo documentation and contextual rules that provide a repeatable, safe guide for developers to navigate architecture.