Skip to content

uvayankee/uvayankee.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Recipes for Better Coding Agents

This repository hosts a GitHub Pages site that provides examples of workable instructions to constrain AI agents to modern software engineering practices.

About

This site is built using GitHub Pages with Jekyll. It contains a collection of instructions and best practices for working with AI coding assistants.

Structure

  • _pages/: Contains individual instruction pages in Markdown format
  • _config.yml: Jekyll configuration file
  • index.md: Main landing page
  • _layouts/: Contains layout templates for the site

Viewing the Site

The site is available at: https://uvayankee.github.io/

Contributing

To add a new instruction:

  1. Create a new Markdown file in the _pages directory with a descriptive filename: your-instruction-name.md
  2. Include the Jekyll front matter at the top of the file:
    ---
    layout: page
    title: "Your Instruction Title"
    permalink: /your-instruction-name/
    ---
    
  3. Add your content below the front matter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors