Home / shinpr / claude-code-workflows · skills/ai-development-guide/SKILL.md · GitHub

ai-development-guide skillA

This file is byte-identical to the first copy the registry indexed, one of 5 copies on public GitHub. Same content hash, same audit grade.

ai-development-guide is agent-read markdown (skill) from shinpr/claude-code-workflows: Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AI Developer Guide - Technical Decision Criteria and Anti-pattern Collection

## Value-First Engineering

Inspect until the evidence identifies the lowest-total-complexity solution that delivers the required user, operator, or maintainer value while keeping the system correct and maintainable.
- Resolve verified problems within confirmed scope or dependencies required for the outcome; report other findings with their owning boundary and evidence without expanding the active change.
- Introduce capabilities, infrastructure, abstractions, or speculative edge-case handling when a current outcome, verified constraint, or evidence-backed material risk requires them.
- Treat behavior-preserving maintenance inside the confirmed responsibility as current maintainer value when repository evidence shows it reduces change ambiguity, duplicate ownership, defect risk, or future implementation and verification cost without expanding observable product scope.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add shinpr/claude-code-workflows/ai-development-guide@git:20260827.75012a3
Exact content
mdr add shinpr/claude-code-workflows/ai-development-guide@sha256:286e1570a8b818f7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_f3tsnxreo74fcyzh.svg)](https://markdownregistry.com/a/art_f3tsnxreo74fcyzh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260827.75012a3 latest2026-08-27 75012a3 15,564 BA view · diff
git:20260823.056772e2026-08-23 056772e 15,349 BA view · diff
git:20260809.61960dc2026-08-09 61960dc 14,921 BA view · diff
git:20260809.61302722026-08-09 6130272 14,940 BA view · diff
git:20260808.4a0054b2026-08-08 4a0054b 15,542 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (15564 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

shinpr/claude-code-workflows · 684 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_f3tsnxreo74fcyzh
GET https://markdownregistry.com/api/v1/resolve?ref=shinpr/claude-code-workflows/ai-development-guide
GET https://markdownregistry.com/api/v1/blob/286e1570a8b818f7c1e8fef67e231cc54eb0bb6b4639d0d4b30d4e216f041dbd

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from shinpr/claude-code-workflows

ai-development-guide skill
shinpr/claude-code-workflows · dev-skills/skills/ai-development-guide/SKILL.md · Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality…
git:20260827.75012a3 · audit A · 684 stars
coding-principles skill
shinpr/claude-code-workflows · dev-skills/skills/coding-principles/SKILL.md · Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features…
git:20260922.7c4e3a7 · audit A · 684 stars
documentation-criteria skill
shinpr/claude-code-workflows · dev-skills/skills/documentation-criteria/SKILL.md · Determines which of PRD, ADR, UI Spec, Design Doc, and Work Plan a change requires, and where each is stored. Use when…
git:20260915.b4b5611 · audit A · 684 stars
external-resource-context skill
shinpr/claude-code-workflows · dev-skills/skills/external-resource-context/SKILL.md · Records where resources outside the repository live (design source, design system, API schema, IaC source, secret…
git:20260809.6130272 · audit A · 684 stars
frontend-ai-guide skill
shinpr/claude-code-workflows · dev-skills/skills/frontend-ai-guide/SKILL.md · Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality…
git:20260906.fbff90d · audit A · 684 stars
implementation-approach skill
shinpr/claude-code-workflows · dev-skills/skills/implementation-approach/SKILL.md · Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach…
git:20260827.75012a3 · audit A · 684 stars
integration-e2e-testing skill
shinpr/claude-code-workflows · dev-skills/skills/integration-e2e-testing/SKILL.md · Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when…
git:20260905.82cde5e · audit A · 684 stars
llm-friendly-context skill
shinpr/claude-code-workflows · dev-skills/skills/llm-friendly-context/SKILL.md · Clarifies inputs, outputs, success criteria, decisions, and unresolved conditions so downstream consumers can execute…
git:20260917.73d4471 · audit A · 684 stars
requirement-convergence skill
shinpr/claude-code-workflows · dev-skills/skills/requirement-convergence/SKILL.md · Separates the outcome a change must produce from the requirements proposed to reach it, records what the user excluded…
git:20260917.c5b7fa6 · audit A · 684 stars
test-implement skill
shinpr/claude-code-workflows · dev-skills/skills/test-implement/SKILL.md · Implements React/TypeScript unit, integration, and browser E2E tests with the repository's configured runner, mocks…
git:20260806.d8a29d4 · audit A · 684 stars
testing-principles skill
shinpr/claude-code-workflows · dev-skills/skills/testing-principles/SKILL.md · Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use…
git:20260809.6130272 · audit A · 684 stars
typescript-rules skill
shinpr/claude-code-workflows · dev-skills/skills/typescript-rules/SKILL.md · React/TypeScript frontend development rules including type safety, component design, state management, and error…
git:20260728.e9e235b · audit A · 684 stars

Every file in shinpr/claude-code-workflows

Other files named ai-development-guide

ai-development-guide skill
shinpr/claude-code-workflows · dev-workflows-frontend/skills/ai-development-guide/SKILL.md · Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality…
git:20260827.75012a3 · audit A · 684 stars
ai-development-guide skill
shinpr/claude-code-workflows · dev-workflows-fullstack/skills/ai-development-guide/SKILL.md · Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality…
git:20260827.75012a3 · audit A · 684 stars
ai-development-guide skill
shinpr/claude-code-workflows · dev-workflows/skills/ai-development-guide/SKILL.md · Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality…
git:20260827.75012a3 · audit A · 684 stars
ai-development-guide skill
shinpr/claude-code-workflows · dev-skills/skills/ai-development-guide/SKILL.md · Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality…
git:20260827.75012a3 · audit A · 684 stars
ai-development-guide skill
shinpr/codex-workflows · .agents/skills/ai-development-guide/SKILL.md · Root-cause discipline, proportionate impact analysis, and implementation completeness assurance. Use when fixing bugs…
git:20260915.0c8f517 · audit A · 38 stars

Browse by kind, by grade A, or by owner.