
Prickles offers 50 software craft tenets with cited claims and receipts, plus downloadable rule packs for AI coding agents like Claude Code, Cursor, and Copilot.
Code review defense
Each rule is one the author has defended in code review, making it useful for developers who want to justify design decisions.
AI agent training
Developers can copy-paste tenets directly into AI coding agent rules (Claude, Cursor, Copilot) to enforce consistent coding standards.
Software architecture planning
The Architecture pillar (11 tenets) helps teams decide on boundaries and coupling before choosing patterns.
Type system enforcement
The Types & Schema pillar (4 tenets) guides developers on modeling domains and ensuring type safety.
Process discipline
The Process pillar covers the disciplines that make good code writing a repeatable practice.
Learning software craft
The site serves as a reference for developers to study proven principles like Single Responsibility, DRY, and Encapsulation.
50 software craft tenets
A curated set of rules with origins, evidence, and strongest objections for each.
Receipts for each tenet
Every rule includes supporting evidence and citations to defend it in code review.
Copy-paste AI rules
Each tenet provides a ready-to-use version for Claude Code, Cursor, or Copilot.
9 pillars organization
Tenets are grouped into Foundations (6), Architecture (11), Style (4), Types & Schema (4), and Process (7), among others.
Updated weekly
The collection is refreshed weekly under a CC BY-NC 4.0 license.
Implementation counters
The site includes code examples (e.g., TypeScript) that demonstrate violations and correct implementations of tenets like Single Responsibility Principle.
Show/hide functionality
Users can expand or collapse each pillar to browse tenets at their own pace.
Prickles offers 50 software craft tenets with cited claims and receipts, plus downloadable rule packs for AI coding agents like Claude Code, Cursor, and Copilot.
Category:Prompt tool
Visit Link:https://prickles.org/
Tags:AI coding agents、software engineering rules、developer tools、code quality、Claude Code