Skip to content

Instantly share code, notes, and snippets.

View tionis's full-sized avatar
💭
Coding

tionis tionis

💭
Coding
View GitHub Profile
@tionis
tionis / claude-code-tools.md
Created January 14, 2026 17:02 — forked from wong2/claude-code-tools.md
Tools and system prompt of Claude Code

Task

Launch a new agent that has access to the following tools: Bash, Glob, Grep, LS, exit_plan_mode, Read, Edit, MultiEdit, Write, NotebookRead, NotebookEdit, WebFetch, TodoRead, TodoWrite, WebSearch. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use the Agent tool to perform the search for you.

When to use the Agent tool:

  • If you are searching for a keyword like "config" or "logger", or for questions like "which file does X?", the Agent tool is strongly recommended

When NOT to use the Agent tool:

  • If you want to read a specific file path, use the Read or Glob tool instead of the Agent tool, to find the match more quickly
  • If you are searching for a specific class definition like "class Foo", use the Glob tool instead, to find the match more quickly
  • If you are searching for code within a specific file or set of 2-3 files, use the Read tool instead of the Agent tool, to find the match more quickly
#!/usr/bin/env -S uv run --quiet --script
# /// script
# dependencies = [
# "requests>=2.25.0",
# ]
# ///
"""
Maubot management helper script with improved CLI interface
"""
@tionis
tionis / proof.md
Last active November 11, 2024 02:59

This is a proof to connect my gpg key to this github account

openpgp4fpr:60677752bbd86a715aa57bd9a073ea3b1ac3ca70
@tionis
tionis / webcrypto-examples.md
Created July 18, 2024 18:06 — forked from pedrouid/webcrypto-examples.md
Web Cryptography API Examples
@tionis
tionis / keybase.md
Created February 5, 2021 17:39
Keybase Proof

Keybase proof

I hereby claim:

  • I am tionis on github.
  • I am tionis (https://keybase.io/tionis) on keybase.
  • I have a public key whose fingerprint is FE52 06E4 6EA1 C02B 13F8 6183 0FB0 8D46 D65C 0DC6

To claim this, I am signing this object:

@tionis
tionis / README.md
Last active November 1, 2020 14:49
Backup github repos and gists.

Github repo and gist backup

These scripts depend on deno.
Simply execute both script like so: deno run --allow-net --allow-run --unstable --allow-read