Skip to content

Instantly share code, notes, and snippets.

@benabraham
benabraham / simple-statusline.py
Last active January 26, 2026 21:15
Simple Claude Code status line with context usage progress bar (dark/light themes, truecolor/256 fallback)
#!/usr/bin/env python3
"""
This script has moved to GitHub:
https://github.com/benabraham/claude-code-status-line
Please download the latest version from the repo:
curl -o ~/.claude/claude-code-status-line.py https://raw.githubusercontent.com/benabraham/claude-code-status-line/main/claude-code-status-line.py
"""
print("\033[1m\033[38;5;220mThis statusline script has moved to GitHub:\033[0m")
print("\033[1m https://github.com/benabraham/claude-code-status-line\033[0m")
@ruvnet
ruvnet / *claude.md
Last active January 7, 2026 07:40
The Claude-SPARC Automated Development System is a comprehensive, agentic workflow for automated software development using the SPARC methodology with the Claude Code CLI

Claude-SPARC Automated Development System For Claude Code

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.

Features