---
slug: "my-claude-settings"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/workromancer/my-claude-settings@main/README.md"
repo: "https://github.com/workromancer/my-claude-settings"
source_file: "README.md"
branch: "main"
---
# Claude Code Settings

Claude Code settings repository

[![clsync compatible](https://img.shields.io/badge/clsync-compatible-blue)](https://github.com/workromancer/clsync)

## 📊 Stats

| Type | Count |
|------|-------|
| Skills | 3 |
| Subagents | 2 |
| Output Styles | 0 |
| **Total** | **5** |

## 🎯 Skills

| Name | Description |
|------|-------------|
| `project-overview-html` | Creates interactive HTML visualizations of project structure, dependencies, and statistics. Use when the user asks to visualize the project, create a project overview, or generate an HTML dashboard of the codebase. |
| `update-project-docs` | Automated project documentation updater that synchronizes and maintains current documentation across the project |
| `web-load2` | Loads and extracts all content from web URLs. Use when the user asks to fetch, load, or retrieve content from a website or URL. |

## 🤖 Subagents

| Name | Description |
|------|-------------|
| `api-documenter` | Expert API documenter specializing in creating comprehensive, developer-friendly API documentation. Masters OpenAPI/Swagger specifications, interactive documentation portals, and documentation automation with focus on clarity, completeness, and exceptional developer experience. |
| `architect-reviewer` | Expert architecture reviewer specializing in system design validation, architectural patterns, and technical decision assessment. Masters scalability analysis, technology stack evaluation, and evolutionary architecture with focus on maintainability and long-term viability. |

## 🚀 Quick Start

```bash
# Install clsync
npm install -g clsync

# Pull this repository
clsync pull workromancer/my-claude-settings

# Apply all settings to user scope (~/.claude)
clsync apply -a -s workromancer/my-claude-settings -u

# Or apply specific item
clsync apply <item-name> -s workromancer/my-claude-settings -u
```

## 📁 Structure

```
workromancer/my-claude-settings/
├── clsync.json          # Repository metadata
├── README.md            # This file (auto-generated)
├── skills/              # 3 skill(s)
│   ├── project-overview-html/
│   ├── update-project-docs/
│   └── web-load2/
├── agents/              # 2 agent(s)
│   ├── api-documenter.md
│   └── architect-reviewer.md
```

## 👤 Author

workromancer

---

*Auto-generated by [clsync](https://github.com/workromancer/clsync) on 2026-01-04*
