Skip to content

Instantly share code, notes, and snippets.

@benabraham
benabraham / simple-statusline.sh
Last active December 9, 2025 16:35
Claude Code StatusLine Script shows only context usage/progress information
#!/usr/bin/env bash
# Simple Claude Code StatusLine Script
# Shows only context usage/progress information
# System-agnostic version using Python instead of jq
# add to your .claude/settings.json (I use it as global)
#
# {
# …,
# "statusLine": {
@ruvnet
ruvnet / *claude.md
Last active December 10, 2025 14:46
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