paulund

AI

13 notes

  • AI Rules

    When you add an AI coding tool such as Claude or Copilot to your project, you need a way of defining...

  • CLAUDE.md File

    Project instructions in Claude work similarly to GitHub Copilot's instruction files. You create a CL...

  • Claude Commands

    Commands are user-invocable shortcuts, typically triggered with slash syntax (such as /commit or /re...

  • Claude Models

    Claude models are the underlying AI language models made by Anthropic that power Claude Code, Claude...

  • Claude Skills

    AI Skills are a concept used across many AI coding tools, including Claude and GitHub Copilot. They...

  • Claude Sub-Agents

    Sub-agents are a core architectural pattern in modern AI coding tools such as Claude Code. Rather th...

  • GitHub Copilot Instructions Template

    This is a reusable template for creating project-specific GitHub Copilot instructions. Copy this fil...

Claude Example Workflows

Spec Driven Development

Spec Driven Development Templates