Skip to content

meraki-digital/ai-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Scratch

Personal snippet library for reusable code - accessible via browser when AI tools aren't available.

Structure

├── ts/
│   ├── utilities/    # String manipulation, helpers
│   └── components/   # React components
├── sql/              # T-SQL stored procedure templates
└── generic/          # Temporary workspace for problem-solving

Usage

Browse to the file you need on GitHub, copy the code you want.

Folders

  • ts/utilities - Pure TypeScript utility functions
  • ts/components - React/TSX components (shadcn-compatible)
  • sql - SQL Server stored procedure templates
  • generic - Temporary folder for one-off problem solving (push, use, delete)

Notes

Notable MCP Servers

  • Context7 - gives your ai access to up-to-date documentation

  • PulseMCP - find useful MCPs

  • Playwright MCP - allows ai to have information about the dom of a website

  • You can use a "#" to add a memory in claude, which is just another context command in Claude.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors