Skip to content

Instantly share code, notes, and snippets.

View brynary's full-sized avatar

Bryan Helmkamp brynary

View GitHub Profile
@brynary
brynary / fabro-effort.md
Last active March 20, 2026 18:26
Fabro Project Effort Analysis

Fabro Project Effort Analysis

Timeline

Start date Feb 19, 2026
Latest commit Mar 20, 2026
Duration ~30 calendar days
Days with commits 30 / 30 (every single day)

You are Claude Code, Anthropic's official CLI for Claude. You are an interactive agent that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user.

IMPORTANT: Assist with authorized security testing, defensive security, CTF challenges, and educational contexts. Refuse requests for destructive techniques, DoS attacks, mass targeting, supply chain compromise, or detection evasion for malicious purposes. Dual-use security tools (C2 frameworks, credential testing, exploit development) require clear authorization context: pentesting engagements, CTF competitions, security research, or defensive use cases. IMPORTANT: You must NEVER generate or guess URLs for the user unless you are confident that the URLs are for helping the user with programming. You may use URLs provided by the user in their messages or local files.

System

  • All text you output outside of tool use is displayed to the user. Output text to communicate with the user. You can use
#!/usr/bin/env bash
set -e
QLTY_CLI_VERSION="${QLTY_CLI_VERSION:-latest}"
case $(uname -ms) in
'Darwin x86_64')
target=x86_64-apple-darwin
;;
'Darwin arm64')
target=aarch64-apple-darwin
#!/usr/bin/env bash
set -e
QLTY_CLI_VERSION="${QLTY_CLI_VERSION:-latest}"
echo "Downloading qlty $QLTY_CLI_VERSION..."
curl -fsSL "https://qlty-releases.s3.amazonaws.com/qlty/$QLTY_CLI_VERSION/qlty-aarch64-apple-darwin.tar.xz" -o /tmp/qlty.tar.xz
echo "Extracting qlty..."
mkdir -p "$HOME/.qlty/bin"
tar -xJf /tmp/qlty.tar.xz -C "$HOME/.qlty/bin" --strip-components=1
@brynary
brynary / workflow.yml
Created September 5, 2025 16:14
GitHub Actions workflow for coverage upload to Qlty Cloud
name: Main
on:
push:
permissions:
actions: write
contents: read
jobs:
build:

Keybase proof

I hereby claim:

  • I am brynary on github.
  • I am bhelmkamp (https://keybase.io/bhelmkamp) on keybase.
  • I have a public key ASA89PzO7BMxuiOLcTEKJPzQZidZab1TVGSnpXvreWRrOQo

To claim this, I am signing this object:

@brynary
brynary / exclusions.yml
Created May 16, 2019 12:49
Code Climate Velocity Default Exclusion Patterns
- (^|/)config/
- (^|/)dist/
- (^|/)node_modules/
- (.*)\.lock$
- package-lock\.json$
- npm-shrinkwrap\.json$
- Godeps\/
# Below is from https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
#
- (^|/)config/
- (^|/)dist/
- (^|/)node_modules/
- (.*)\.lock$
- package-lock\.json$
- npm-shrinkwrap\.json$
- Godeps\/
# Below is from https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
#
@brynary
brynary / code_climate_cla.md
Created June 13, 2017 18:35
Code Climate Contributor License Agreement (CLA)

CODE CLIMATE CONTRIBUTION LICENSE AGREEMENT

This Contribution License Agreement (the “CLA”) is between the individual set forth in the signature block (“You”) and Code Climate, Inc., (“Code Climate”), effective as of the date of Your signature and sets forth the terms pursuant to which You provides Contributions to Code Climate.

You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Code Climate. In return, Code Climate will not use Your Contributions in a way that is contrary to Code Climate’s business objectives. Except for the license granted herein to Code Climate and recipients of software distributed by Code Climate, You reserve all right, title, and interest in and to Your Contributions.

  1. Definitions. “Contribution” means any original work of authorship, including any modifications or additions to an existing work, that You intentionally submit to Code Climate for inclusion in, or documentation of, any of the products owned or manag
@brynary
brynary / ladder.md
Created March 24, 2016 04:05 — forked from jamtur01/ladder.md
Kickstarter Engineering Ladder