Hash Prompts banner
dimitritholen dimitritholen

Hash Prompts

AI community

Description

AI prompts for better results during ideation, planning and development.

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

Hash Prompts - Claude Code Command Collection

A powerful collection of specialized prompts designed to guide AI assistants into specific operational modes for enhanced productivity and output quality. Named "Hash Prompts" for their distinctive `/#:` command syntax.

Why Hash Prompts?

The name "Hash Prompts" comes from our unique command syntax `/#:` where:

  • / starts a Claude command
  • # provides a short, memorable namespace
  • : separates namespace from command name

This creates commands like `/#:brainstorm` and `/#:architect` that are easy to type and remember while avoiding conflicts with other command systems.

**Key Features**:

  • πŸš€ Complete development pipeline from idea to deployment
  • πŸ€– Automatic generation of project-specific AI agents
  • πŸ“ Persistent file outputs for cross-session continuity
  • πŸ›‘οΈ Built-in SLC (Simple, Lovable, Complete) framework to prevent over-engineering
  • πŸ”„ Seamless workflow orchestration with quality gates
  • πŸ“¦ Modular architecture with reusable components

Quick Installation

Option 1: One-Line Install (Recommended)

**Unix/Linux/macOS:**

curl -sSL https://raw.githubusercontent.com/dimitritholen/hash-prompts/main/scripts/install.sh | bash

**Windows (PowerShell):**

irm https://raw.githubusercontent.com/dimitritholen/hash-prompts/main/scripts/install.ps1 | iex

Option 2: Clone and Install

git clone https://github.com/dimitritholen/hash-prompts.git
cd prompts

# Unix/Linux/macOS
./scripts/install.sh

# Windows
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1

Getting Started

The easiest way to get started is to just run:

/#:pipeline start

This will guide you through the entire development pipeline from idea to deployment, automatically transitioning between the appropriate modes and generating specialized AI agents for your project.

You can always type `/#:help` to see all available commands and their descriptions.

What Gets I