paulund

AI

15 notes

  • AI Job Interviews

    Here's something most hiring managers haven't caught up with yet: the way we interview software engi...

  • 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...

  • Software Engineering Isn't Dead. AI Just Changed Where the Hard Part Is.

    AI coding tools in 2026 are genuinely impressive. They write boilerplate instantly, scaffold feature...

Claude Example Workflows

Spec Driven Development

Spec Driven Development Templates