Compare commits

..

No commits in common. "main" and "v2.8.0" have entirely different histories.
main ... v2.8.0

3076 changed files with 44987 additions and 204611 deletions

View file

@ -0,0 +1,36 @@
# Experiment: Skill Description SEO Optimization
## Objective
Optimize the `description` field in each skill's SKILL.md frontmatter to maximize:
1. **SEO discoverability** — include high-volume keywords: "agent skill", "plugin", "Claude Code", "Codex", "Gemini CLI", "Cursor"
2. **Trigger accuracy** — the description must accurately describe when the skill activates
3. **Clarity** — one read should convey what the skill does and who it's for
4. **Cross-platform appeal** — mention multi-tool compatibility where natural
## Constraints
- Description must be under 200 characters (plugin.json limit)
- Must NOT be spammy or keyword-stuffed — natural language only
- Must preserve the skill's actual purpose and capabilities
- Do NOT modify anything outside the `description:` field in frontmatter
- One skill per experiment iteration
## Strategy
- Start with the top 10 most-viewed skills (from GitHub traffic)
- For each: read current description → rewrite with SEO keywords → evaluate
- Terms to naturally incorporate: "agent skill", "plugin", "coding agent", tool names
- Avoid: generic filler, "AI-powered", "comprehensive solution"
## Target Skills (in priority order)
1. marketing-skill/SKILL.md (all sub-skills)
2. engineering-team/SKILL.md (all sub-skills)
3. engineering/SKILL.md (all sub-skills)
4. c-level-advisor/SKILL.md (all sub-skills)
5. finance/SKILL.md (all sub-skills)
6. business-growth/SKILL.md (all sub-skills)
7. product-team/SKILL.md (all sub-skills)
8. project-management/SKILL.md (all sub-skills)
## Evaluation
Use llm_judge_content evaluator customized for SEO scoring.
Metric: seo_quality_score (0-100)
Direction: higher is better

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
---
description: "Deep-dive feature repair — systematically fix an entire feature/module. Usage: /focused-fix <feature-path>"
description: Deep-dive feature repair — systematically fix an entire feature/module. Usage: /focused-fix <feature-path>
---
Systematically repair the feature/module at `$ARGUMENTS` using the focused-fix 5-phase protocol.

View file

@ -37,7 +37,7 @@ For each file with YAML frontmatter:
Run SEO checker on built HTML pages:
```bash
python3 marketing-skill/skills/seo-audit/scripts/seo_checker.py --file site/{path}/index.html
python3 marketing-skill/seo-audit/scripts/seo_checker.py --file site/{path}/index.html
```
## Phase 3: Content Quality
@ -46,13 +46,13 @@ python3 marketing-skill/skills/seo-audit/scripts/seo_checker.py --file site/{pat
**Readability:** Run content scorer:
```bash
python3 marketing-skill/skills/content-production/scripts/content_scorer.py {file}
python3 marketing-skill/content-production/scripts/content_scorer.py {file}
```
Target: readability ≥ 70, structure ≥ 60.
**AI detection** (on non-generated files only):
```bash
python3 marketing-skill/skills/content-humanizer/scripts/humanizer_scorer.py {file}
python3 marketing-skill/content-humanizer/scripts/humanizer_scorer.py {file}
```
Flag pages < 50. Fix AI clichés: "delve", "leverage", "it's important to note", "comprehensive".
@ -87,7 +87,7 @@ mkdocs build
Analyze the sitemap:
```bash
python3 marketing-skill/skills/site-architecture/scripts/sitemap_analyzer.py site/sitemap.xml
python3 marketing-skill/site-architecture/scripts/sitemap_analyzer.py site/sitemap.xml
```
Verify all pages appear, no duplicates, no broken URLs.

View file

@ -1,14 +0,0 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"extraKnownMarketplaces": {
"ecc": {
"source": {
"source": "github",
"repo": "affaan-m/ECC"
}
}
},
"enabledPlugins": {
"ecc@ecc": true
}
}

View file

@ -1,7 +1,7 @@
{
"name": "claude-code-skills",
"version": "2.12.0",
"description": "388 production-ready skills across 20 domains — engineering, marketing, product, compliance, C-level advisory, research, business operations, and more. 727 Python tools, 842 reference guides, 118 agents (cs-* + personas), 150 slash commands, 99 marketplace plugins. The largest open-source skills library for AI coding agents.",
"version": "2.2.0",
"description": "223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, C-level advisory, and more. The largest open-source skills library for AI coding agents.",
"author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
@ -27,8 +27,8 @@
"type": "cli",
"composerIcon": "./assets/icon.png",
"displayName": "Claude Code Skills",
"shortDescription": "388 production-ready skills for AI coding agents across 20 domains",
"longDescription": "The largest open-source skills library for AI coding agents. 388 skills covering engineering (architecture, DevOps, security, AI/ML, agent tooling), marketing (SEO, AEO, CRO, content), product management, C-level advisory, regulatory compliance (ISO 13485, SOC 2, GDPR), project management, research and research operations, business operations, commercial, finance, and personal productivity. Includes 727 stdlib-only Python CLI tools, 842 reference guides, 118 orchestration agents, and 150 slash commands. Works with Codex, Claude Code, Gemini CLI, Cursor, Hermes Agent, Mistral Vibe, and 7 more tools.",
"shortDescription": "223 production-ready skills for AI coding agents across 9 domains",
"longDescription": "The largest open-source skills library for AI coding agents. 223 skills covering engineering (architecture, DevOps, security, AI/ML), marketing (SEO, CRO, content), product management, C-level advisory, regulatory compliance (ISO 13485, SOC 2, GDPR), project management, business growth, and finance. Includes 298 stdlib-only Python CLI tools, 416 reference guides, 23 orchestration agents, and 22 slash commands. Works with Codex, Claude Code, Gemini CLI, Cursor, Aider, Windsurf, and 5 more tools.",
"developerName": "Alireza Rezvani",
"category": "Coding",
"capabilities": [

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
../../ra-qm-team/skills/agent-decision-receipts

View file

@ -1 +0,0 @@
../../engineering/agent-harness/skills/agent-harness

View file

@ -1 +0,0 @@
../../agent-launcher/skills/agent-launcher-orchestrator

View file

@ -1 +0,0 @@
../../engineering/agent-memory/skills/agent-memory

View file

@ -1 +0,0 @@
../../compliance-os/skills/ai-act-readiness

1
.codex/skills/ai-seo Symbolic link
View file

@ -0,0 +1 @@
../../marketing-skill/skills/ai-seo

View file

@ -1 +0,0 @@
../../compliance-os/skills/aims-audit

View file

@ -1 +0,0 @@
../../productivity/andreessen/skills/andreessen

View file

@ -1 +0,0 @@
../../engineering/autoresearch-agent/skills/ar-resume

View file

@ -1 +0,0 @@
../../engineering/autoresearch-agent/skills/ar-status

View file

@ -1 +0,0 @@
../../c-level-advisor/arquiteto-de-empresa/skills/arquiteto-de-empresa

View file

@ -1 +1 @@
../../c-level-agents/skills/boardroom
../../c-level-advisor/c-level-agents/skills/boardroom

View file

@ -1 +0,0 @@
../../engineering/book-to-skill/skills/book-to-skill

View file

@ -1 +0,0 @@
../../engineering/boost-asio-pro

View file

@ -1 +1 @@
../../c-level-agents/skills/brief
../../c-level-advisor/c-level-agents/skills/brief

View file

@ -1 +0,0 @@
../../marketing-skill/skills/business-name-fit

View file

@ -1 +0,0 @@
../../business-operations/skills/business-operations-skills

View file

@ -1 +1 @@
../../c-level-agents/skills/c-level-agents
../../c-level-advisor/c-level-agents/skills/c-level-agents

View file

@ -1 +1 @@
../../c-level-agents/skills/caio-review
../../c-level-advisor/c-level-agents/skills/caio-review

View file

@ -1 +0,0 @@
../../business-operations/skills/capacity-planner

View file

@ -1 +1 @@
../../c-level-agents/skills/cco-review
../../c-level-advisor/c-level-agents/skills/cco-review

View file

@ -1 +1 @@
../../c-level-agents/skills/cdo-review
../../c-level-advisor/c-level-agents/skills/cdo-review

View file

@ -1 +1 @@
../../c-level-agents/skills/cfo-review
../../c-level-advisor/c-level-agents/skills/cfo-review

View file

@ -1 +0,0 @@
../../commercial/skills/channel-economics

View file

@ -1 +1 @@
../../c-level-agents/skills/ciso-review
../../c-level-advisor/c-level-agents/skills/ciso-review

View file

@ -1 +0,0 @@
../../engineering/claude-coach/skills/claude-coach

View file

@ -1 +0,0 @@
../../research-ops/skills/clinical-research

View file

@ -1 +1 @@
../../c-level-agents/skills/cmo-review
../../c-level-advisor/c-level-agents/skills/cmo-review

View file

@ -1 +0,0 @@
../../engineering/collab-proof/skills/collab-proof

1
.codex/skills/command-guide Symbolic link
View file

@ -0,0 +1 @@
../../engineering/skills/command-guide

View file

@ -1 +0,0 @@
../../commercial/skills/commercial-forecaster

View file

@ -1 +0,0 @@
../../commercial/skills/commercial-policy

View file

@ -1 +0,0 @@
../../commercial/skills/commercial-skills

View file

@ -1 +0,0 @@
../../compliance-os/skills/compliance-os

View file

@ -1 +0,0 @@
../../compliance-os/skills/compliance-readiness

View file

@ -1 +1 @@
../../c-level-agents/skills/cpo-review
../../c-level-advisor/c-level-agents/skills/cpo-review

View file

@ -1 +1 @@
../../c-level-agents/skills/cro-review
../../c-level-advisor/c-level-agents/skills/cro-review

View file

@ -1 +1 @@
../../c-level-agents/skills/cross-eval
../../c-level-advisor/c-level-agents/skills/cross-eval

View file

@ -1 +1 @@
../../c-level-agents/skills/cto-review
../../c-level-advisor/c-level-agents/skills/cto-review

View file

@ -1 +0,0 @@
../../commercial/skills/deal-desk

View file

@ -1 +1 @@
../../c-level-agents/skills/decide
../../c-level-advisor/c-level-agents/skills/decide

View file

@ -1 +0,0 @@
../../engineering/deep-learning-book/skills/deep-learning-book

View file

@ -1 +0,0 @@
../../research/deep-research/skills/deep-research

View file

@ -1 +0,0 @@
../../productivity/deep-work/skills/deep-work

View file

@ -1 +0,0 @@
../../research/deepread

View file

@ -1 +0,0 @@
../../markdown-html/skills/design-system

View file

@ -1 +0,0 @@
../../research/dsh-deepread

View file

@ -1 +0,0 @@
../../engineering-team/skills/embedded-iot-mentor

View file

@ -1 +1 @@
../../c-level-agents/skills/execute
../../c-level-advisor/c-level-agents/skills/execute

View file

@ -1 +0,0 @@
../../productivity/fable-goal/skills/fable-goal

View file

@ -1 +0,0 @@
../../compliance-os/skills/fda-qsr-audit-prep

View file

@ -1 +1 @@
../../c-level-agents/skills/founder-mode
../../c-level-advisor/c-level-agents/skills/founder-mode

View file

@ -1 +1 @@
../../c-level-agents/skills/freeze
../../c-level-advisor/c-level-agents/skills/freeze

View file

@ -1 +1 @@
../../c-level-agents/skills/gc-review
../../c-level-advisor/c-level-agents/skills/gc-review

View file

@ -1 +0,0 @@
../../compliance-os/skills/gdpr-audit-prep

View file

@ -1 +0,0 @@
../../agent-launcher/skills/grade-iterate

View file

@ -1 +1 @@
../../productivity/handoff/skills/handoff
../../engineering/handoff/skills/handoff

View file

@ -1 +0,0 @@
../../engineering/hivemind

View file

@ -1 +0,0 @@
../../engineering/agenthub/skills/hub-init

View file

@ -1 +0,0 @@
../../engineering/agenthub/skills/hub-status

View file

@ -1 +0,0 @@
../../engineering/human-gate/skills/human-gate

1
.codex/skills/init Symbolic link
View file

@ -0,0 +1 @@
../../engineering/agenthub/skills/init

View file

@ -1 +0,0 @@
../../business-operations/skills/internal-comms

View file

@ -1 +0,0 @@
../../agent-launcher/skills/interview

View file

@ -1 +0,0 @@
../../compliance-os/skills/iso13485-audit-prep

View file

@ -1 +0,0 @@
../../compliance-os/skills/iso27001-audit-prep

View file

@ -1 +0,0 @@
../../business-operations/skills/knowledge-ops

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-analytics

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-content

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-engagement

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-profile

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-skills

View file

@ -1 +0,0 @@
../../marketing/linkedin/skills/linkedin-strategy

View file

@ -1 +0,0 @@
../../marketing-skill/skills/local-seo-manager

View file

@ -1 +0,0 @@
../../markdown-html/skills/markdown-html-orchestrator

View file

@ -1 +0,0 @@
../../research-ops/skills/market-research

View file

@ -1 +0,0 @@
../../markdown-html/skills/md-document

View file

@ -1 +0,0 @@
../../markdown-html/skills/md-review

View file

@ -1 +0,0 @@
../../markdown-html/skills/md-slides

View file

@ -1 +0,0 @@
../../productivity/meetings/skills/meetings

View file

@ -1 +0,0 @@
../../engineering/memory-engineering/skills/memory-engineering

View file

@ -1 +0,0 @@
../../engineering-team/self-improving-agent/skills/memory-review

View file

@ -1 +0,0 @@
../../engineering-team/self-improving-agent/skills/memory-status

View file

@ -1 +0,0 @@
../../engineering/minimalist

View file

@ -1 +0,0 @@
../../engineering-team/skills/named-persona-adversarial-review

View file

@ -1 +1 @@
../../c-level-agents/skills/office-hours
../../c-level-advisor/c-level-agents/skills/office-hours

View file

@ -1 +1 @@
../../c-level-agents/skills/onboard
../../c-level-advisor/c-level-agents/skills/onboard

View file

@ -1 +0,0 @@
../../commercial/skills/partnerships-architect

View file

@ -1 +1 @@
../../c-level-agents/skills/post-mortem
../../c-level-advisor/c-level-agents/skills/post-mortem

View file

@ -1 +0,0 @@
../../commercial/skills/pricing-strategist

View file

@ -1 +0,0 @@
../../business-operations/skills/process-mapper

View file

@ -1 +0,0 @@
../../business-operations/skills/procurement-optimizer

View file

@ -1 +0,0 @@
../../research-ops/skills/product-research

Some files were not shown because too many files have changed in this diff Show more