Skip to content

Instantly share code, notes, and snippets.

@osolmaz
osolmaz / poetry_export_requirements.sh
Created September 26, 2022 15:38
Export dependencies with Poetry, only package versions without hashes and platform details, in one line
poetry export --without-hashes --format=requirements.txt | grep -E '^[^# ]' | cut -d ';' -f1 > requirements.txt
@osolmaz
osolmaz / keybindings-copy-github-permalink.json
Last active February 2, 2026 16:14
Set Cmd+Shift+C to copy GitHub Permalink in VS Code and Cursor (Arc-like behavior)
@osolmaz
osolmaz / skillflag.md
Last active January 4, 2026 22:39
Skillflag defines a simple convention for listing/exporting agent skills that are bundled with command line interfaces

Skillflag Specification

Version: 0.1 (draft) Status: Informational + Normative (uses MUST / SHOULD / MAY)

1. Abstract

Skillflag is a CLI convention for exposing “agent skills” (skill directories, not just single markdown files) from a CLI tool via standardized flags, so that:

  • the producing CLI does not contain agent- or editor-specific installation logic, and