Rename /codify to /compound and codify-docs to compound-docs
The new names better reflect the compounding engineering philosophy: each documented solution compounds your team's knowledge. - /codify → /compound (old command shows deprecation notice) - codify-docs → compound-docs skill - Updated all docs, philosophy sections, and references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -272,14 +272,14 @@
|
||||
<div class="pillar">
|
||||
<div class="pillar-icon"><i class="fa-solid fa-book"></i></div>
|
||||
<div class="pillar-content">
|
||||
<h3>Codify</h3>
|
||||
<h3>Compound</h3>
|
||||
<p class="pillar-tagline">Make sure you never solve the same bug twice</p>
|
||||
<p class="pillar-description">
|
||||
Remember that CORS issue you debugged for three hours last month? Neither do I. That's the problem. Run <code>/codify</code> right after you fix something and it captures the solution as searchable documentation with YAML frontmatter. Next time someone hits the same issue, they grep for "CORS production" and find your answer in five seconds instead of re-debugging for three hours. That's how you compound.
|
||||
Remember that CORS issue you debugged for three hours last month? Neither do I. That's the problem. Run <code>/compound</code> right after you fix something and it captures the solution as searchable documentation with YAML frontmatter. Next time someone hits the same issue, they grep for "CORS production" and find your answer in five seconds instead of re-debugging for three hours. That's how you compound.
|
||||
</p>
|
||||
<div class="pillar-tools">
|
||||
<span class="tool-tag">/codify</span>
|
||||
<span class="tool-tag">codify-docs skill</span>
|
||||
<span class="tool-tag">/compound</span>
|
||||
<span class="tool-tag">compound-docs skill</span>
|
||||
<span class="tool-tag">file-todos skill</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -557,10 +557,10 @@
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-header">
|
||||
<code class="command-name">/codify</code>
|
||||
<code class="command-name">/compound</code>
|
||||
<span class="command-type-badge">core</span>
|
||||
</div>
|
||||
<p class="command-description">Document solved problems for the knowledge base. Turn learnings into reusable patterns.</p>
|
||||
<p class="command-description">Document solved problems to compound team knowledge. Turn learnings into reusable patterns.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -736,11 +736,11 @@
|
||||
</div>
|
||||
<div class="skill-card">
|
||||
<div class="skill-header">
|
||||
<span class="skill-name">codify-docs</span>
|
||||
<span class="skill-name">compound-docs</span>
|
||||
<span class="skill-badge">Docs</span>
|
||||
</div>
|
||||
<p class="skill-description">Capture solved problems as categorized documentation with YAML schema.</p>
|
||||
<code class="skill-usage">skill: codify-docs</code>
|
||||
<code class="skill-usage">skill: compound-docs</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user