feat(settings-audit): Add Claude Code settings optimizer skill
- Add new 00-claude-code-setting skill for token usage optimization - Includes audit scripts for MCP servers, CLAUDE.md, and extensions - Auto-fix capability with backup for serverInstructions and frontmatter - Add YAML frontmatter to 17 command files - Target: keep baseline under 30% of 200K context limit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Gtm Audit command
|
||||
---
|
||||
|
||||
# GTM Audit
|
||||
|
||||
Lightweight Google Tag Manager audit tool.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Gtm Manager command
|
||||
---
|
||||
|
||||
# GTM Manager
|
||||
|
||||
Full GTM management with dataLayer injection and tag generation.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Jamie Audit command
|
||||
---
|
||||
|
||||
# Jamie Brand Audit
|
||||
|
||||
Jamie Clinic content **review and evaluation** tool.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Jamie Editor command
|
||||
---
|
||||
|
||||
# Jamie Brand Editor
|
||||
|
||||
Jamie Clinic content **generation** toolkit.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Notion Organizer command
|
||||
---
|
||||
|
||||
# Notion Organizer
|
||||
|
||||
Notion workspace management agent for organizing, restructuring, and maintaining databases.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Ourdigital Designer command
|
||||
---
|
||||
|
||||
# OurDigital Designer
|
||||
|
||||
Visual storytelling toolkit for blog featured images.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Ourdigital Presentation command
|
||||
---
|
||||
|
||||
# OurDigital Presentation
|
||||
|
||||
Notion-to-presentation workflow for branded slides.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Ourdigital Research command
|
||||
---
|
||||
|
||||
# OurDigital Research
|
||||
|
||||
Research-to-publication workflow for OurDigital blogs.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Gateway Architect command
|
||||
---
|
||||
|
||||
# SEO Gateway Architect
|
||||
|
||||
Keyword strategy and content architecture for gateway pages.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Gateway Builder command
|
||||
---
|
||||
|
||||
# SEO Gateway Builder
|
||||
|
||||
Generate SEO-optimized gateway pages from templates.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Gsc command
|
||||
---
|
||||
|
||||
# SEO Search Console
|
||||
|
||||
Google Search Console data retrieval and analysis.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Local command
|
||||
---
|
||||
|
||||
# SEO Local Audit
|
||||
|
||||
Local SEO audit for NAP consistency, Google Business Profile, and citations.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo On Page command
|
||||
---
|
||||
|
||||
# SEO On-Page Audit
|
||||
|
||||
On-page SEO analysis for meta tags, headings, content, and links.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Schema Generator command
|
||||
---
|
||||
|
||||
# SEO Schema Generator
|
||||
|
||||
Generate JSON-LD structured data markup from templates.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Schema Validator command
|
||||
---
|
||||
|
||||
# SEO Schema Validator
|
||||
|
||||
JSON-LD structured data validation and analysis.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Technical command
|
||||
---
|
||||
|
||||
# SEO Technical Audit
|
||||
|
||||
Technical SEO audit for robots.txt and sitemap validation.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Seo Vitals command
|
||||
---
|
||||
|
||||
# SEO Core Web Vitals
|
||||
|
||||
Google PageSpeed Insights and Core Web Vitals analysis.
|
||||
|
||||
@@ -17,7 +17,10 @@
|
||||
"Bash(ls:*)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git reset:*)"
|
||||
"Bash(git reset:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(chmod:*)",
|
||||
"Bash(python3:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user