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
-
Add A New Page
What you do: Ask Claude to add a user dashboard page following the existing patterns.
-
Researching a Feature Implementation
What you do: Ask Claude a question such as "How should we implement real-time notifications?&qu...
-
Reviewing a Pull Request
What you do: Run /review-pr 123.
Spec Driven Development
-
Spec-Driven Development with AI
Spec-driven development is a systematic approach to building software that starts with detailed spec...
Spec Driven Development Templates
-
Task: [Feature Name]
Date: YYYY-MM-DD Status: Pending
-
Tasks Directory
Task specifications for spec-driven development. All tasks live in this directory with a Status prop...