Claude Code Setup banner
MalekAG MalekAG

Claude Code Setup

Communication community

Description

Claude Code power-user setup: 5 agents, 32 skills, notification hooks, workflow rules

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

Claude Code Power-User Setup

A battle-tested Claude Code configuration with 5 custom agents, 32 skills, notification hooks, and workflow rules. Built over months of daily use for software engineering, lead generation, content creation, and business automation.

What's Inside

Category Count Description
Agents 5 code-reviewer, qa, research, project-init, market-research
Skills 32 Lead gen, cold email, content, video editing, security, dev tools
Rules 3 Code style, workflow (self-anneal + build loop), project docs standard
Hooks 4 Desktop/SSH notifications on Stop and AskUserQuestion events
Scripts 1 DuckDuckGo web search (bypasses Claude Code's geo-restriction)
Status Line 1 Shows model, folder name, and context usage with color-coded progress bar

Quick Start

Option A: Let Claude Install It

git clone https://github.com/MalekAG/claude-code-setup.git
cd claude-code-setup
# Open Claude Code here — it reads CLAUDE.md and knows how to install everything

Option B: Run the Installer

git clone https://github.com/MalekAG/claude-code-setup.git
cd claude-code-setup
bash install.sh

Option C: Manual Installation

See [docs/SETUP-GUIDE.md](docs/SETUP-GUIDE.md) for step-by-step instructions.

Prerequisites

  • Claude Code CLI (installed and authenticated)
  • Git Bash (Windows only — install via Git for Windows)
  • Python 3 (optional — only needed for web-search.py and some skill scripts)
  • jq (for the status line script — usually pre-installed on Mac/Linux)

The Build Loop

The core workflow this setup enforces:

Write code → code-reviewer (reports issues) → qa (runs tests) → Fix → Ship

Both agents run in parallel. You only ship after both pass. This catches bugs before they reach production without slowing you down.

Agents

| Agent | Model | Purpose | |--