mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
Compare commits
No commits in common. "main" and "v2.8.0" have entirely different histories.
3076 changed files with 44987 additions and 204611 deletions
36
.autoresearch/seo/skill-descriptions/program.md
Normal file
36
.autoresearch/seo/skill-descriptions/program.md
Normal 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
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
../../ra-qm-team/skills/agent-decision-receipts
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/agent-harness/skills/agent-harness
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../agent-launcher/skills/agent-launcher-orchestrator
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/agent-memory/skills/agent-memory
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/ai-act-readiness
|
||||
1
.codex/skills/ai-seo
Symbolic link
1
.codex/skills/ai-seo
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../marketing-skill/skills/ai-seo
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/aims-audit
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../productivity/andreessen/skills/andreessen
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/autoresearch-agent/skills/ar-resume
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/autoresearch-agent/skills/ar-status
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../c-level-advisor/arquiteto-de-empresa/skills/arquiteto-de-empresa
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/boardroom
|
||||
../../c-level-advisor/c-level-agents/skills/boardroom
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/book-to-skill/skills/book-to-skill
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/boost-asio-pro
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/brief
|
||||
../../c-level-advisor/c-level-agents/skills/brief
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing-skill/skills/business-name-fit
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/business-operations-skills
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/c-level-agents
|
||||
../../c-level-advisor/c-level-agents/skills/c-level-agents
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/caio-review
|
||||
../../c-level-advisor/c-level-agents/skills/caio-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/capacity-planner
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cco-review
|
||||
../../c-level-advisor/c-level-agents/skills/cco-review
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cdo-review
|
||||
../../c-level-advisor/c-level-agents/skills/cdo-review
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cfo-review
|
||||
../../c-level-advisor/c-level-agents/skills/cfo-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/channel-economics
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/ciso-review
|
||||
../../c-level-advisor/c-level-agents/skills/ciso-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/claude-coach/skills/claude-coach
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research-ops/skills/clinical-research
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cmo-review
|
||||
../../c-level-advisor/c-level-agents/skills/cmo-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/collab-proof/skills/collab-proof
|
||||
1
.codex/skills/command-guide
Symbolic link
1
.codex/skills/command-guide
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../engineering/skills/command-guide
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/commercial-forecaster
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/commercial-policy
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/commercial-skills
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/compliance-os
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/compliance-readiness
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cpo-review
|
||||
../../c-level-advisor/c-level-agents/skills/cpo-review
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cro-review
|
||||
../../c-level-advisor/c-level-agents/skills/cro-review
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cross-eval
|
||||
../../c-level-advisor/c-level-agents/skills/cross-eval
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/cto-review
|
||||
../../c-level-advisor/c-level-agents/skills/cto-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/deal-desk
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/decide
|
||||
../../c-level-advisor/c-level-agents/skills/decide
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/deep-learning-book/skills/deep-learning-book
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research/deep-research/skills/deep-research
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../productivity/deep-work/skills/deep-work
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research/deepread
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../markdown-html/skills/design-system
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research/dsh-deepread
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering-team/skills/embedded-iot-mentor
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/execute
|
||||
../../c-level-advisor/c-level-agents/skills/execute
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../productivity/fable-goal/skills/fable-goal
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/fda-qsr-audit-prep
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/founder-mode
|
||||
../../c-level-advisor/c-level-agents/skills/founder-mode
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/freeze
|
||||
../../c-level-advisor/c-level-agents/skills/freeze
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/gc-review
|
||||
../../c-level-advisor/c-level-agents/skills/gc-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/gdpr-audit-prep
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../agent-launcher/skills/grade-iterate
|
||||
|
|
@ -1 +1 @@
|
|||
../../productivity/handoff/skills/handoff
|
||||
../../engineering/handoff/skills/handoff
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/hivemind
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/agenthub/skills/hub-init
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/agenthub/skills/hub-status
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/human-gate/skills/human-gate
|
||||
1
.codex/skills/init
Symbolic link
1
.codex/skills/init
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../engineering/agenthub/skills/init
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/internal-comms
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../agent-launcher/skills/interview
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/iso13485-audit-prep
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../compliance-os/skills/iso27001-audit-prep
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/knowledge-ops
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-analytics
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-content
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-engagement
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-profile
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-skills
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing/linkedin/skills/linkedin-strategy
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../marketing-skill/skills/local-seo-manager
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../markdown-html/skills/markdown-html-orchestrator
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research-ops/skills/market-research
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../markdown-html/skills/md-document
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../markdown-html/skills/md-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../markdown-html/skills/md-slides
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../productivity/meetings/skills/meetings
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/memory-engineering/skills/memory-engineering
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering-team/self-improving-agent/skills/memory-review
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering-team/self-improving-agent/skills/memory-status
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering/minimalist
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../engineering-team/skills/named-persona-adversarial-review
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/office-hours
|
||||
../../c-level-advisor/c-level-agents/skills/office-hours
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/onboard
|
||||
../../c-level-advisor/c-level-agents/skills/onboard
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/partnerships-architect
|
||||
|
|
@ -1 +1 @@
|
|||
../../c-level-agents/skills/post-mortem
|
||||
../../c-level-advisor/c-level-agents/skills/post-mortem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../commercial/skills/pricing-strategist
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/process-mapper
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../business-operations/skills/procurement-optimizer
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../research-ops/skills/product-research
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue