Skip to content

Instantly share code, notes, and snippets.

View jannismain's full-sized avatar
📖

Jannis Mainczyk jannismain

📖
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Agent Capabilities Dashboard - Jannis Mainczyk</title>
<!-- Premium Typography -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@jannismain
jannismain / reflect.md
Created May 18, 2026 11:37
Claude Code Reflection Command

You are an expert in prompt engineering, specializing in optimizing AI code assistant instructions. Your task is to analyze and improve the instructions for Claude Code, including main instructions and subagent-specific instructions.

Follow these steps carefully:

  1. Target Selection Phase: First, determine what instructions to update:
  • CLAUDE.md: Main project instructions that apply to all contexts
  • Subagent: Instructions specific to a subagent (located at .claude/agents/[agent-name].md)
  • Slash Command: Instructions specific to a custom slash command (located at .claude/commands/[command-name].md)
@jannismain
jannismain / claude_code_agent_teams-20260310.html
Created March 11, 2026 09:30
Agent session: claude_code_agent_teams - Implement doodle jump in Python. Create an agent team to tackle this problem. The engineer should fo...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>claude_code_agent_teams - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / skilled_agents_factory_doodle_jumpy-20260306.html
Created March 9, 2026 12:50
Agent session: skilled_agents_factory_doodle_jumpy - continue
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skilled_agents_factory_doodle_jumpy - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / skilled_agents_factory_doodle_jumpy-20260306.html
Created March 6, 2026 14:30
Agent session: skilled_agents_factory_doodle_jumpy -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skilled_agents_factory_doodle_jumpy - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / skilled_agents_factory-20260306.html
Created March 6, 2026 14:28
Agent session: skilled_agents_factory -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skilled_agents_factory - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / skilled_agents_factory-20260306.html
Created March 6, 2026 14:23
Agent session: skilled_agents_factory -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skilled_agents_factory - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / skilled_agents_factory-20260306.html
Created March 6, 2026 14:21
Agent session: skilled_agents_factory -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skilled_agents_factory - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@jannismain
jannismain / includex-2026-01-07.html
Created January 21, 2026 10:32
Agent session: includex - `hatch run test` fails. How can I fix it?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>includex - Agent Session</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@jannismain
jannismain / google_docstrings_markdown_example.py
Last active January 12, 2025 13:54
Google Docstrings Example
​"""Example Google style docstrings.
This module demonstrates documentation as specified by the `Google Python
Style Guide <http://google.github.io/styleguide/pyguide.html>`_.
Docstrings may extend over multiple lines. Sections are created
with a section header and a colon followed by a block of indented text.
Example:
Examples can be given using either the ``Example`` or ``Examples``
sections. Sections support any reStructuredText formatting, including