Skip to content
View CodeBlackwell's full-sized avatar
💭
What to build Next..
💭
What to build Next..

Block or report CodeBlackwell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PROVE PROVE Public

    Portfolio Reasoning Over Verified Evidence - Your resume says you know Python. PROVE shows the code. Ingests repos via tree-sitter → Sonnet classification → Voyage embeddings → Neo4j knowledge grap…

    JavaScript

  2. PANEL PANEL Public

    Multi-agent AI system that stress-tests your ideas before you write a line of code and creates a hardened PRD. 13 specialized agents debate architecture, security, and UX 3 judges score the result …

    Python

  3. C.R.A.C.K. C.R.A.C.K. Public

    C.R.A.C.K. — Comprehensive Recon & Attack Creation Kit. A modular pentesting toolkit featuring 700+ commands, 50+ attack chains, and Neo4j-powered attack path visualization. Because methodology bea…

    Python

  4. T-W-M-B-W-C/BetterPrompts T-W-M-B-W-C/BetterPrompts Public

    Democratizing prompt wizardry - turning your word salad into AI Prompt Gold since 2025

    Python 1

  5. Atuin setup — install, config, zsh h... Atuin setup — install, config, zsh history 10M, Claude Code hooks with timing
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    # --- Output helpers ---
    5
    info()  { printf '\033[32m[INFO]\033[0m %s\n' "$*"; }
  6. Ralph's Army: Multi-Agent Orchestrat... Ralph's Army: Multi-Agent Orchestration for Claude Code
    1
    #!/usr/bin/env python3
    2
    """
    3
    Ralph - Autonomous Coding Agent Runner
    4
    5
    Runs Claude CLI in a loop to complete tasks from a PRD file.