Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jacobpevans.com/llms.txt

Use this file to discover all available pages before exploring further.

File an issue, grab coffee, come back to a PR. Not quite there yet — but close enough to be dangerous.
The AI development surface is opinionated, not magical. Each model has a sweet spot. Each tool has a role. Universal configuration lives in one place so every IDE, every agent, every CLI reads the same rules.

The tools landscape

Model routing

  • Claude — multi-file refactors, deep reasoning, agentic loops. Default for non-trivial work.
  • Gemini — second opinions, code review, broad context.
  • GitHub Copilot — line-level completions inside the editor. Cheap for high-volume routine work.
  • Local MLX — typo fixes, quick edits, anything where burning cloud tokens makes no sense.
Routing rules live in ~/CLAUDE.md and AGENTS.md, sourced from ai-assistant-instructions.

Repos in this section

RepoWhat it does
ai-assistant-instructionsUniversal AI configuration layer. Rules, permissions, workflows, agents. Loaded by every AI tool.
claude-code-pluginsCommands, skills, hooks, agents for Claude Code. Extends the base CLI with project-specific automation.
claude-code-routinesScheduled remote-agent routines on Claude.ai. Cron-driven Claude tasks for GitHub ops.
ai-workflowsReusable GitHub Copilot agentic workflows. Repo-level Copilot agent recipes.
raycast-smart-issueRaycast extension. AI-drafted GitHub issues via a local MLX model.
See AI development pipeline for how these fit into the issue → PR → ship flow.