> ## Documentation Index
> Fetch the complete documentation index at: https://gnero.genetind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Coding convention templates for common tech stacks

Spec templates help you quickly set up coding guidelines for your project. Download, customize, use.

## Available Templates

| Template                                                                                                            | Stack      | Description                              |
| ------------------------------------------------------------------------------------------------------------------- | ---------- | ---------------------------------------- |
| [Electron + React + TypeScript](https://github.com/mindfold-ai/docs/tree/main/marketplace/specs/electron-fullstack) | Full-stack | Electron desktop app with React frontend |

<Card title="Download Electron Template" icon="download" href="https://download-directory.github.io/?url=https://github.com/mindfold-ai/docs/tree/main/marketplace/specs/electron-fullstack">
  Download the complete spec template as a ZIP file
</Card>

## Template Structure

Each template follows this structure:

```
spec/
├── frontend/           # Frontend guidelines
│   ├── index.md        # Navigation index
│   ├── components.md   # Component patterns
│   ├── hooks.md        # Hook conventions
│   └── state-management.md
│
├── backend/            # Backend guidelines
│   ├── index.md
│   └── ...
│
├── guides/             # Thinking guides
│   ├── index.md
│   └── ...
│
└── README.md           # Template overview
```

## How to Use

1. Download the template ZIP
2. Extract to `.trellis/spec/` in your project
3. Customize for your project's specific conventions
4. Remove sections that don't apply
5. Update paths and examples to match your codebase

## Contributing Templates

Coming soon.
