Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Daniel Covington b049d469e2 init pirms 6 dienas
.ai init pirms 6 dienas
examples init pirms 6 dienas
references init pirms 6 dienas
templates init pirms 6 dienas
tools init pirms 6 dienas
AGENTS.md init pirms 6 dienas
README.md init pirms 6 dienas

README.md

Commodore 64 / 6510 AI Agent Pack

This pack turns the uploaded Commodore 64 reference texts into a practical AI-coding-agent workspace. It is designed for agents helping with C64 BASIC V2, 6510 assembly, KERNAL jump-table calls, memory-map work, VIC-II graphics, SID sound, CIA I/O, interrupts, and debugging.

Layout

AGENTS.md                         Root agent operating instructions
.ai/SKILLS.md                     Skill router and index
.ai/skills/*/SKILL.md             Focused C64 skills loaded on demand
references/c64-quick-reference.md Memory, KERNAL, BASIC, and hardware tables
examples/basic/*                  BASIC examples
examples/assembly/*               6510 assembly examples
templates/c64-task-brief.md       Prompt template for future C64 tasks
tools/address-cheatsheet.json     Machine-readable address table

How to use

Place this folder in the root of a Commodore 64 project. An AI coding agent should read AGENTS.md first, then follow .ai/SKILLS.md to load only the skill files relevant to the task.

The material is summarized and transformed into working rules, not a copy of the source books. Verify timing-sensitive raster, IRQ, banking, and device behavior on an emulator or real C64.

Powered by TurnKey Linux.