Skip to content
View cniska's full-sized avatar
🎩
Coding
🎩
Coding

Block or report cniska

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
cniska/README.md

Hi, my name is Christoffer 👋🏻

I am a technology professional with 15+ years of experience in software development. I focus on building software that is robust, understandable, and maintainable while keeping delivery pragmatic and product-driven.

I use AI-assisted development workflows as a natural part of day-to-day engineering, from implementation and refactoring to review and refinement. My background spans hands-on coding, architecture, and technical leadership across multiple product domains.

I prefer strongly typed languages and write most of my day-to-day code in TypeScript, Kotlin, and Rust. Over the years, I have also worked with a wide range of languages and paradigms, including Go, Haskell, and ReasonML.

Outside work, I enjoy sports, good coffee, and time with family.

Pinned Loading

  1. acolyte acolyte Public

    A terminal-first AI coding agent. Open-source, observable, and built for developer control.

    TypeScript 23

  2. acolyte-cloud acolyte-cloud Public

    Cloud API for Acolyte

    TypeScript

  3. skills skills Public

    My agent skills

    1

  4. php-conversion php-conversion Public

    Library for converting units and sizes in PHP

    PHP 132 19

  5. Coding Agent Landscape Coding Agent Landscape
    1
    # Coding Agent Landscape
    2
    
                  
    3
    Updated April 2026
    4
    
                  
    5
    ## Open Source
  6. Check Commit Message Check Commit Message
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    # Validate a commit message against project conventions.
    5
    # Usage: check-commit-message.sh <subject> [body]