一键导入
architecture-refinement
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.
Detect, create, and manage the AI-Memory fleet communication channel. Fires on bootstrap, session start (announcements), and feedback writes.
Generate on-brand Alex — ACT Edition SVG banners for documents (READMEs, plans, notes, release artifacts)
Patterns for fiction, narrative structure, character development, dialogue, and storytelling craft.
Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | architecture-refinement |
| description | Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction. |
| tier | standard |
| applyTo | **/*refine*,**/*evolve*,**/*architecture*,**/*meta* |
| currency | "2026-04-22T00:00:00.000Z" |
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
This skill enables Alex to:
Trigger this skill when:
Before session ends, ask:
| Question | If Yes → Action |
|---|---|
| Did we solve a problem that could recur? | Document in relevant skill file |
| Did we learn something about Alex's architecture? | Update relevant .github/ documentation |
| Did a file get created/deleted/consolidated? | Update migration trackers |
| Did user correct AI behavior? | Add to skill's Anti-Patterns + document principle |
| Did the skill itself get improved during use? | Commit the refinement immediately |
| What You Learned | Where to Document | Audience |
|---|---|---|
| Technical skill pattern | .github/skills/{name}/SKILL.md | Alex (AI) |
| Important concepts for user | .github/skills/{name}/SKILL.md | Human + AI |
| Process improvement | .github/instructions/*.instructions.md | Alex (AI) |
| Complex workflow | .github/prompts/*.prompt.md | Alex (AI) |
| Domain expertise | .github/skills/{name}/SKILL.md | Alex (AI) |
Key Distinction:
.github/skills/ = Operational reference during work (Alex + user)When documenting a learned pattern:
### [Pattern Name]
**Pattern**: [One-sentence description of what to do]
**Example**: [Concrete instance from the session]
**Why**:
- [Reason 1]
- [Reason 2]
**Anti-pattern**: [What NOT to do, if applicable]
Before committing documentation updates:
| Don't | Do Instead |
|---|---|
| Document every minor fix | Only architecture-worthy insights |
| Create new file for each learning | Consolidate into existing structure |
| Wait until end of session | Document as patterns emerge |
| Over-document obvious things | Focus on non-obvious learnings |
| Skip human feedback | Capture corrective principles explicitly |
User corrections = high-value learning.
Protocol: Acknowledge → Fix → Extract principle → Document in skill → Commit
| AI Tendency | User Correction | Extracted Principle |
|---|---|---|
| Over-centralize | "Don't dump in one file" | Distribute to appropriate locations |
| Over-simplify | "You lost context" | Preserve nuance when consolidating |
| Skip validation | "Did you check it?" | Always verify (lint, count chars) |
| Assume completion | "What about X?" | Follow through on all aspects |
| Add diagrams to skills | "KISS them goodbye" | Skills are for AI, not visual learners |
Learn → Coach → Extract → Document → Consolidate