Signing you in...

Please wait while we verify your authentication

Article · Sunday, May 31, 2026

Agentic Coding

Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.

By Marius BongartsTech27 editions
← See today's latest
Editions10 / 27
Generated by AI overnight from public sources, refreshed daily.
Agentic Coding
Sunday, May 31, 2026
AI Agents - Agentic Coding

System prompts decoded, skill debugging fixed, memory architecture patterns surface

1 min read

Claude Code system prompts exposed

You can now read exactly what Claude Code tells itself before you type anything.

A freshly updated repository documents every system prompt, sub-agent instruction, and utility prompt Claude Code uses internally—complete with token counts for each component [Source: GitHub]. The coordinator mode prompt alone runs 3,526 tokens for orchestrating worker agents. You'll find the Plan mode subagent at 715 tokens, memory consolidation instructions, and the security monitoring prompts that govern autonomous actions. The changelog tracks 193 versions of changes.

Study these before writing your next AGENTS.md—you'll see what patterns Anthropic already baked in.

Skill debugging patterns

Most skills fail because they never trigger—not because they're broken.

A new field guide confirms what you've probably suspected: vague descriptions and missing test evaluations kill skills before they run [Source: Substack]. The fix is writing evaluations before the skill itself, using Anthropic's updated skill-creator tool that runs separate agents for execution and grading. Keep skill bodies under 500 lines, push reference material one level deep into linked files, and use plan-validate-execute for anything risky. PM OS ships pre-tested workflows so you skip rebuilding common patterns from scratch.

Build the eval first—everything else follows.

Three-layer memory architecture

Your CLAUDE.md is only one layer of a three-tier system.

A curated skills repository surfaces the claude-code-dna project, which implements a behavioral operating system with memory architecture inspired by mem0 and GraphRAG [Source: GitHub]. You'll also find sober-coding offering 27 quality rules across seven dimensions for catching AI-native code smells, and slice-skills that transform feature ideas into validated design docs through multi-agent orchestration. The debugging patterns from obra/superpowers complement what you've been tracking.

Worth pulling these into your next session setup.

Session discipline checklist

Six setup habits separate consistent output from daily frustration.

A practical guide emphasizes creating CLAUDE.md before your second session, keeping each session focused on one bounded task, and maintaining MEMORY.md to document decisions across weeks [Source: Agent Builder]. When context gets messy, start fresh rather than correcting—the cleanup costs more than restarting. Organize documentation in /docs so Claude references files independently. Specific output format descriptions eliminate back-and-forth iterations.

These compound fast—the payoff hits by week two.

Sources
Piebald-AI/claude-code-system-prompts - GitHub
Piebald-AI/claude-code-system-prompts - GitHub
12 hours ago ... ... memory files and collapsing duplicates in the memory directory. Agent ... Claude API including tool definitions, tool choice, and best practices. Data ...
github.com
AI Summary

This repository contains Claude Code's system prompts and related documentation, recently updated in January 2026 to include ~40 system reminders. The content details all of Claude Code's prompts, their token counts, and a comprehensive changelog tracking changes across 193 versions. It also documents the Piebald tool for advanced agentic development. For your specific interests, the repository provides system prompt documentation for advanced agentic workflows. Key relevant items include: Agent Prompt for agent creation architect (1110 tokens) for building custom AI agents, System Prompt for coordinator mode orchestration (3526 tokens) for delegating work to worker agents, and comprehensive memory instructions and consolidation prompts for maintaining persistent context. The repository also covers Plan mode (715 tokens) for enhanced planning subagents and detailed security monitoring prompts for autonomous agent actions. For PRD-based workflows, there are prompts for CLAUDE.md creation (384 tokens) analyzing codebases and agent-focused skill definitions. The documentation includes debugging guidance through the Debugging skill (417 tokens) and extensive tool descriptions for orchestrating complex agentic workflows, though it focuses on system prompt structure rather than best practices guides or video content.

Visit source
How to Create Claude Skills That Work: A Field Guide for Product ...
How to Create Claude Skills That Work: A Field Guide for Product ...
18 hours ago ... When a skill gets bigger, you add folders next to SKILL.md . A scripts/ folder holds code Claude can run. A references/ folder holds documents Claude reads only ...
nurijanian.substack.com
AI Summary

The content covers best practices for creating effective Claude skills, which directly aligns with your interest in advanced work with AI agents. Key takeaways include structuring skills with a SKILL.md file containing metadata and instructions, using layered loading to keep only necessary information in context, and writing specific skill descriptions that tell Claude when to use them. The article emphasizes that most skills fail because they have vague descriptions or don't trigger reliably, not because they're technically complex. Critical practices include keeping skill bodies under five hundred lines, pushing detailed reference material into separate files linked one level deep, using the plan-validate-execute pattern for risky operations, and most importantly—building test evaluations before writing the skill itself. Anthropic's updated skill-creator tool now automates this evaluation loop with separate agents for execution and grading, allowing you to measure whether a skill actually improves performance against baseline scenarios. The piece also mentions security considerations when installing skills from untrusted sources, and introduces PM OS as a pre-built library of tested workflows and skills that eliminates the need to rebuild your agentic operating layer from scratch for common tasks like PRD reviews.

Visit source
GetBindu/awesome-claude-code-and-skills - GitHub
GetBindu/awesome-claude-code-and-skills - GitHub
17 hours ago ... Context and expertise: Domain-specific knowledge and best practices; Workflows: Step-by-step processes for complex tasks; Templates: Reusable patterns for ...
github.com
AI Summary

Claude Code memory files best practices, agentic coding PRD workflow setup, and AI pair programming debugging techniques are all well-represented in this curated repository. For memory files, see resources like `claude-md-templates` which provides CLAUDE.md best practices and project-specific configurations, and `claude-code-dna` which offers a behavioral OS with three-layer memory architecture inspired by mem0 and GraphRAG. For PRD workflow setup with agents, examine `mattpocock/skills` which includes PRD writing and `arun-mosai/claude-code-slice-skills` that transforms feature ideas into validated design docs through multi-agent orchestration. For debugging techniques in pair programming, `obra/superpowers` provides battle-tested debugging patterns and collaboration tools, while `sober-coding` offers a post-generation quality analyzer with 27 rules across seven dimensions targeting AI-native code smells. Additional resources include `voidborne-d/sober-coding` for code quality analysis and `disler/claude-code-hooks-mastery` for deterministic control and advanced debugging workflows. The repository emphasizes production-ready, actively maintained projects with clear documentation across all three areas of your interest.

Visit source
Claude Code Best Practices: What Keeps Output Consistent
Claude Code Best Practices: What Keeps Output Consistent
20 hours ago ... Every new session, Claude Code starts without memory. Without a configuration file to read, every session is the same as the first - generic, uninformed, ...
agentbuilderacademy.com
AI Summary

The article describes six best practices for consistent Claude Code output across sessions. Key recommendations include creating a CLAUDE.md file before your second session to capture project rules and coding standards, keeping each session focused on a single bounded task to maintain output quality, and maintaining a MEMORY.md file to document decisions made during each session so knowledge persists across weeks. Additional practices emphasized are starting fresh with a clean session when context becomes messy rather than continuing to correct, providing specific output format descriptions instead of vague requests to minimize back-and-forth iterations, and organizing project documentation in a /docs folder so Claude Code can reference information independently. These practices compound over multiple sessions, with the setup reportedly enabling faster development than months of unstructured use.

Visit source
Compiled overnight by MorningMail.aiDelivered at 04:55 AM