chore(ms-ai-architect): sanitize all private references for open-source

README.md: badges updated (1.7.0/387/12), installation URL updated to
ktg-plugin-marketplace, added ai-act-assessor to agent table, updated skill
ref counts, updated hooks section, updated category-skill-map path.

CLAUDE.md: fix agent model column (sonnet->opus), remove Linear section,
fix manual test path to generic placeholder.

commands/generate-skills.md: orchestrator paths updated to scripts/skill-gen.
commands/export.md: add Bash scope guardrail (security scan finding).

docs: replace GitHub and ktg-privat URLs with Forgejo, replace personal paths.
scripts/skill-gen/manifest.json: rename ktg-privat ID.
skills: remove Linear tagging reference, add supply chain warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-07 17:27:10 +02:00
commit bd22b29a21
10 changed files with 55 additions and 58 deletions

View file

@ -16,7 +16,7 @@ Open PowerShell:
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.claude\plugins\marketplaces"
# Clone
git clone https://github.com/guttormsen108/ktg-privat.git "$env:USERPROFILE\.claude\plugins\marketplaces\ktg-privat"
git clone https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git "$env:USERPROFILE\.claude\plugins\marketplaces\ktg-plugin-marketplace"
```
Edit `%USERPROFILE%\.claude\settings.json` (create if it doesn't exist):
@ -24,7 +24,7 @@ Edit `%USERPROFILE%\.claude\settings.json` (create if it doesn't exist):
```json
{
"enabledPlugins": {
"ms-ai-architect@ktg-privat": true
"ms-ai-architect@ktg-plugin-marketplace": true
},
"mcpServers": {
"microsoft-learn": {
@ -40,7 +40,7 @@ Edit `%USERPROFILE%\.claude\settings.json` (create if it doesn't exist):
## Step 2: Verify
```powershell
cd "$env:USERPROFILE\.claude\plugins\marketplaces\ktg-privat"
cd "$env:USERPROFILE\.claude\plugins\marketplaces\ktg-plugin-marketplace"
claude
```
@ -103,7 +103,7 @@ After implementation, run validation in **Git Bash** (not PowerShell — the tes
```bash
# Open Git Bash from Start menu, then:
cd ~/.claude/plugins/marketplaces/ktg-privat
cd ~/.claude/plugins/marketplaces/ktg-plugin-marketplace
# Plugin structure validation
bash plugins/ms-ai-architect/tests/validate-plugin.sh