promote

Promote proven patterns from auto-memory into persistent CLAUDE.md rule files.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill promote-zhangzhang-111-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promote
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/engineering-team/self-improving-agent/skills/promote
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill promote-zhangzhang-111-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting valuable insights learned by the AI into permanent, enforced rules for the project, ensuring consistency and preventing recurring mistakes.

Core Features & Use Cases

  • Pattern Promotion: Moves proven patterns from temporary auto-memory to persistent rule files (CLAUDE.md or .claude/rules/).
  • Contextual Enforcement: Ensures AI adheres to project conventions, best practices, and specific coding standards.
  • Use Case: After Claude repeatedly makes a mistake regarding the project's package manager, you can use this skill to promote the correct usage instruction into a permanent rule, so Claude never forgets.

Quick Start

Use the promote skill to graduate the pattern about using pnpm instead of npm to CLAUDE.md.

Frequently Asked Questions about promote

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

FAQPage Schema
How do I enforce coding standards and project conventions across AI interactions?

Enforce coding standards by promoting proven patterns from auto-memory into persistent rule files like CLAUDE.md or scoped rule files, ensuring the AI assistant adheres to project conventions.

What's the best way to stop an AI assistant from repeatedly making the same mistake?

Stop recurring mistakes by promoting the correct usage instruction into a permanent, enforced rule. This graduates the pattern from temporary memory to persistent project rules for consistent adherence.

How do I convert learned patterns into persistent project rules?

Convert learned patterns by parsing user-defined patterns from auto-memory and writing them to CLAUDE.md or scoped rule files with optional path restrictions to graduate them into enforced rules.

Can I apply path restrictions when promoting coding standards to rule files?

Yes, you can apply path restrictions when writing proven patterns to scoped rule files. This contextual enforcement ensures AI adheres to specific coding standards only within targeted project directories.

When do I need to promote auto-memory patterns into CLAUDE.md?

Promote auto-memory patterns into CLAUDE.md when a proven pattern or best practice is established and requires permanent, enforced adherence to prevent recurring mistakes across AI interactions.