No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-04 11:47:35 +02:00
git-orchestrator git-orchestrator: verify PR is closed after merge 2026-06-04 11:47:35 +02:00
html-output initial: llm prompt engineering research, skills, and AGENTS.md 2026-05-15 17:34:26 +02:00
prompt-maker Update prompt-maker/SKILL.md 2026-05-20 14:49:59 +02:00
research initial: llm prompt engineering research, skills, and AGENTS.md 2026-05-15 17:34:26 +02:00
AGENTS.md initial: llm prompt engineering research, skills, and AGENTS.md 2026-05-15 17:34:26 +02:00
README.md Update README.md 2026-05-20 15:19:12 +02:00

Agent Research Files

Prompt Maker Skill

Research-backed principles for writing effective LLM prompts. Distilled from academic papers and Anthropic best practices. Focuses on permission-not-tutorial, context-first/task-last, positive framing with rationales, escape hatches, and prompt sensitivity testing.

HTML Output Skill

Rules for producing structured visual content as self-contained HTML files with light/dark toggle. Includes design system for font pairing, limited palette, cards over text walls, responsive layouts, and micro-interactions.

Research Files

Research.md

High-level agent systems research covering prompting, orchestration, tool-use, automation loops, and evaluation. The starting point for understanding the research landscape.

Research-prompt.md

Deep dive into single-agent prompting strategies: system prompt design, reasoning strategies, tool use, structured output, reliability, and uncertainty policy.

Research-orchestration.md

Agent orchestration and system design: workflows, multi-agent pipelines, memory, context management, error recovery, evaluation, and infrastructure patterns.