https://github.com/dkmaker/coding-agent-101
Educational snippets, basic instructions, and test skills for AI coding agents
https://github.com/dkmaker/coding-agent-101
Last synced: 15 days ago
JSON representation
Educational snippets, basic instructions, and test skills for AI coding agents
- Host: GitHub
- URL: https://github.com/dkmaker/coding-agent-101
- Owner: dkmaker
- License: mit
- Created: 2026-04-19T08:29:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-19T08:37:09.000Z (2 months ago)
- Last Synced: 2026-04-19T10:27:23.405Z (about 2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coding-agent-101
Educational snippets, basic instructions, and test skills for AI coding agents.
This repo is a growing collection of small, copy-pasteable artifacts you can
hand to an agent (Claude Code, other CLI coding agents, etc.) to teach it a
pattern, set up a project convention, or demonstrate a skill.
Everything here is intentionally low-ceremony and aimed at beginners —
both humans learning how to direct coding agents, and agents learning
common workflows.
## Structure
- `basic-instructions/` — single-file prompts you can paste into an agent to
make it do something concrete (set up project docs, scaffold a structure,
etc.). Each file is self-contained.
More folders will be added as the collection grows (skills, output styles,
slash-command examples, hook examples, …).
## How to use
### Option 1 — paste directly
Open a file under `basic-instructions/`, copy its full contents, and paste
it into your agent. The file itself is the prompt.
### Option 2 — let the agent fetch it
Tell your agent to fetch the raw file from GitHub and execute it. Example:
```
Hent https://raw.githubusercontent.com/dkmaker/coding-agent-101/main/basic-instructions/projekt-setup-dansk.md
og følg instruktionerne i filen præcist.
```
## License
MIT — free to use, fork, adapt, share.