@@ -26,7 +26,6 @@ Install or update MCAF for this repository using the canonical tutorial:
2626Follow the tutorial end-to-end, including template and skill installation steps it references.
2727
2828Rules:
29- - if any legacy skills with prefix mcf- are present, remove them
3029- install only current skills with prefix mcaf-
3130- keep AGENTS.md in the repository root
3231- if this is a multi-project solution, create or update local AGENTS.md files per project
@@ -93,30 +92,6 @@ Get the available skills from:
9392
9493- Skills page: [ https://mcaf.managed-code.com/skills ] ( https://mcaf.managed-code.com/skills )
9594
96- ### 4.0 Remove Legacy ` mcf-* ` Skills (If Present)
97-
98- If your repo previously used old MCF skills, delete folders with prefix ` mcf- ` from your chosen target directory.
99-
100- Codex:
101-
102- ``` bash
103- find .codex/skills -maxdepth 1 -mindepth 1 -type d -name ' mcf-*' -exec rm -rf {} +
104- ```
105-
106- Claude Code:
107-
108- ``` bash
109- find .claude/skills -maxdepth 1 -mindepth 1 -type d -name ' mcf-*' -exec rm -rf {} +
110- ```
111-
112- Optional verification:
113-
114- ``` bash
115- find .codex/skills .claude/skills -maxdepth 1 -mindepth 1 -type d -name ' mcf-*' 2> /dev/null
116- ```
117-
118- The result should be empty.
119-
12095For each selected skill:
12196
122971 . Open the skill entry on the Skills page.
@@ -126,7 +101,7 @@ For each selected skill:
126101
127102This keeps install deterministic without requiring manifests or archives.
128103
129- ### 4.1 Recommended .NET Bundle
104+ ### 4.0 Recommended .NET Bundle
130105
131106For a .NET repository, the usual baseline is:
132107
@@ -165,7 +140,7 @@ Add tool-specific .NET skills only when the repo standardizes on them:
165140- Generated during site build from current ` mcaf-dotnet-* ` folders in ` skills/ ` .
166141<!-- MCAF:DOTNET-OPTIONAL-SKILLS-END -->
167142
168- ### 4.2 Current Skill Catalog (Generated)
143+ ### 4.1 Current Skill Catalog (Generated)
169144
170145The website build generates this list from the actual folders under ` skills/ ` .
171146
@@ -247,7 +222,6 @@ The bootstrap is complete when:
247222
248223- root ` AGENTS.md ` exists
249224- the right skill folders exist in the chosen skills directory
250- - if the repo had old MCF installs, no legacy ` mcf-* ` skill folders remain in the chosen skills directory
251225- local ` AGENTS.md ` files exist for project roots in a multi-project solution
252226- docs and commands are customized to the real repo
253227
0 commit comments