solution-patterns

Generate instructions and CSV files for consistent project structure and navigation patterns.

206|14|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/JocysCom/FocusLogger --skill solution-patterns-jocyscom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solution-patterns
Source: https://github.com/JocysCom/FocusLogger/tree/main/.agents/skills/solution-patterns
Command: npx skills add https://github.com/JocysCom/FocusLogger --skill solution-patterns-jocyscom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures consistent project structure and navigation patterns across code, UI, and tests, reducing confusion and improving maintainability.

Core Features & Use Cases

  • Code ↔ UI ↔ Test Mapping: Establishes and enforces deterministic path patterns across code, UI, and test files.
  • Onboarding: Generates instructions and CSV files during repository onboarding.
  • Auditing: Audits projects for structural consistency.
  • Navigation: Generates navigation views like route tables, breadcrumb maps, and sidebar trees.

Quick Start

Use the solution-patterns skill to generate instructions and a CSV file for your project.

Frequently Asked Questions about solution-patterns

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

FAQPage Schema
How do I maintain consistent project structure across code, UI, and tests?

To maintain consistent project structure, you can enforce deterministic path patterns across code, UI, and tests using a configuration file and a CSV mapping, reducing confusion and improving maintainability.

What is the best way to generate navigation views like route tables and breadcrumb maps?

Generating navigation views like route tables, breadcrumb maps, and sidebar trees requires establishing deterministic path patterns across your project components, which then serve as the structural source for these views.

How do I audit my repository for structural consistency in folder layout?

You can audit projects for structural consistency by generating a CSV file and instructions during repository onboarding, then verifying that your code, UI, and test files adhere to the established deterministic paths.

Does this solution-patterns approach require specific configuration files to work?

Yes, maintaining consistent navigation patterns requires two specific configuration files: a markdown instructions file and a CSV file, both located within the .ai directory of your repository.

Can I use this project structure management on any codebase with UI components?

Yes, this applies to any project with a structured folder layout and UI components, regardless of the specific framework, as long as you can define deterministic path patterns for your files.