ResBook banner
Manavarya09 Manavarya09

ResBook

AI community

Description

A markdown-driven directory for AI tools, agentic workflows, dotfiles, and developer tips. Built with Next.js, React, and Tailwind CSS 4.0.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ResBook

The AI Ops Manual — A curated, opinionated directory of AI tools, executable workflows, and developer configurations. Built with Next.js, React, and Tailwind CSS.

Features

Core

  • Markdown-driven content: All content stored as .mdx files in /content
  • MDX Components: , , , ,
  • Static Site Generation: Pre-rendered pages for optimal performance
  • Search: Client-side search across tools, workflows, and dotfiles
  • Dark Mode: Full dark mode support

New in v2.0

  • Workflow Runner: Track workflow step completion with progress bar and localStorage persistence
  • AI Chat Assistant: Ask natural language questions like "What tool for code review?"
  • Personal Stack Builder: Save tools/workflows and export as Markdown, JSON, or Shell script
  • Analytics Dashboard: View content statistics and breakdowns
  • Community Submissions: Submit tools/workflows/dotfiles via GitHub issues
  • Content Status: Draft, In-Review, Published, Deprecated statuses
  • Endorsements: Community voting on tools

Quick Start

npm install
npm run dev

Open http://localhost:3000

New Features

Workflow Runner

Click "Run Workflow" on any workflow page to track your progress step-by-step. Progress is saved locally.

AI Assistant

On the home page, ask: "What tool for web development?" or "How to build an MVP?"

Personal Stack

Add tools and workflows to your personal stack, then export as:

  • Markdown README
  • JSON config
  • Shell installation script

Submit

Use `/submit` to contribute new tools, workflows, or dotfiles via GitHub issues.

Adding Content

New Tool (content/tools/my-tool.mdx)

---
title: Tool Name
slug: my-tool
description: Brief description
category: LLM | Agent | IDE | CLI
pricing: Free | Freemium | Paid
worthIt: true
dateAdded: 2025-02-20
status: published
---



## Ov