Skip to content

sammcj/agentic-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sam's Agentic Coding Rules, Templates and Examples

A collection of coding rules, templates, MCP servers and examples for working with Agentic Coding tools (Cline, Github Copilot etc...)


Agentic Coding Tools

  • Cline: IMO The best agentic coding tool.

MCP Servers

  • MVP / Always On
    • Context7: Used to fetch documentation.
    • Fetch: Used to fetch URLs.
    • Brave Search: Provides web search (free Brave Search AI API key required).
    • Package Version: Used to get up to date package versions.
    • Github: Used to fetch information from GitHub repositories, Github Issues & PRs.
  • Sometimes Used
    • Firecrawl: Provides web scraping and markdown conversion (Self hosted Firecrawl, or Firecrawl API key required).
    • Markdownify: Converts documents to markdown.
    • Browser Use: Gives access to a browser.
    • SearXNG: Provides web search (Self hosted SearXNG required).
    • Magic MCP: Provides frontend UI components.

MCP-Servers


Rules

I tend to try and write my rules in pseudo-XML format as some LLMs (such as Anthropic Claude) are specifically trained on XML which can result in better results and prompt adherence.

Cline

clinerules setting

  • My global clinerules.
  • Always enabled across different projects.
  • Implements Cline's 'new task tool'.
  • Always enabled across different projects.

Patterns

Setup -> Plan -> Act -> Review & Iterate

Links

License

Languages