patterns

Provide standardized agent patterns and templates for Claude Code.

2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/tianzecn/myclaudecode --skill patterns-tianzecn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: patterns
Source: https://github.com/tianzecn/myclaudecode/tree/main/plugins/agentdev/skills/patterns
Command: npx skills add https://github.com/tianzecn/myclaudecode --skill patterns-tianzecn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claudemem, and includes references (resource) components.

What problem does it solve?

This Skill consolidates common agent templates and proxy patterns to help new agents bootstrap quickly and consistently.

Core Features & Use Cases

  • Proxy Mode Pattern: guidance for delegating tasks to external models.
  • TodoWrite Pattern: integrated workflow tracking.
  • Quality Gates: standardized checks for code quality.

Quick Start

Use the Proxy Mode Pattern to route a simple task to an external model and capture results.

Frequently Asked Questions about patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement proxy mode delegation for agent tasks?

Proxy mode delegation routes tasks to external models while maintaining audit trails. This Skill provides standardized templates for safely delegating work, capturing results, and tracking execution through integrated workflow patterns, enabling consistent agent-to-agent communication.

What are common agent template patterns for quality checks?

Agent templates in this Skill include automated quality gates—formatting, linting, type checking, and tests—organized into structured phases: reviewer, workflow, and orchestrator. These standardized patterns accelerate setup and ensure consistent code validation across implementations.

How do I track workflow execution in agent implementations?

TodoWrite-driven workflow tracking integrates lifecycle management directly into agent templates. This Skill provides XML and Markdown templates that log task progression, decisions, and quality checkpoints, creating auditable records of agent execution from start to finish.

Can I use these agent patterns with existing Claude Code workflows?

Yes. This Skill's templates and proxy patterns integrate with Claude Code through claudemem dependency, enabling safe delegation and consistent auditing within existing workflows without architectural changes.

What's the difference between proxy patterns and direct agent implementation?

Proxy patterns delegate execution to external models with structured handoff, result capture, and audit logging. Direct implementation embeds logic inline. Proxy mode provides isolation, auditability, and reusability—key for complex multi-agent systems requiring transparent decision tracking.

Do I need prior agent design experience to use these templates?

No. These templates are designed for bootstrap—they provide standardized structures for proxy delegation, quality gates, and workflow tracking so new agents follow proven patterns immediately, reducing design decisions and setup time.