Skip to content

Instantly share code, notes, and snippets.

View jrykner's full-sized avatar

Jeremie Rykner jrykner

View GitHub Profile

Personal Knowledge Base & Action Station Setup Prompt

Copy and paste this prompt to start your conversation with Claude:


I want to set up a personal knowledge base and action management system in a local directory that helps me stay organized and maintain continuity between conversations with AI assistants.

This system should:

  1. Help me track what I need to work on

Claude Code Capabilities Report: A Deep Dive into My Inner Workings

Executive Summary

I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.

Core Architecture

1. File System Operations

@intellectronica
intellectronica / 0.README.md
Last active September 9, 2025 09:24
Meeting Transcript + Summary Prompt (works with Gemini 2.5 Flash)

Meeting Notes and Transcript with Gemini

  1. Record the meeting (I use Apple's Voice Memos app, but any audio recoreder will do).
  2. Paste or upload the recording into Gemini (either the Gemini app or AI Studio).
  3. Paste the prompt.
  4. Fill in the RECEIPIENTS at the end.
  5. Use Gemini 2.5 Flash for good enough, Gemini 2.5 Pro for superb.
  6. Get detailed meeting notes and diarised transcript.

@c3founder
c3founder / Auto-Direction.css
Last active March 9, 2021 06:48
Auto Text Direction for Roam Research
/*****RTL*****/
.roam-block-container[data-direction*="RTL"] .rm-block-main,
.rm-block-children .rm-block__children .rm-level-0 .flex-h-box {
direction: rtl;
}
.roam-block-container[data-direction*="RTL"] .rm-block-children
.rm-multibar{
left:unset;
right:1px;
border-right:unset;
@c3founder
c3founder / Math-Multi-Language-OCR.js
Last active November 10, 2024 07:04
Math and Multi Language OCR for Roamresearch
// ==UserScript==
// @name Math and Multi Language OCR for Roamresearch
// @author Connected Cognition Crumbs <c3founder@gmail.com>
// @require Roam42: Wait until Roam42 loads completely
// @version 0.4
// @description Ctrl+click => Math OCR using Mathpix (need to register on mathpix.com and activate the API)
// Shift+click => First Language OCR with Tesseract
// Alt+click => Second Language OCR with Tesseract
// Alt+a c => Replace the image with the OCR result
// @match https://*.roamresearch.com