Skip to content

Commit 66f4342

Browse files
committed
fix: update skill/command names to kebab-case
1 parent c6f1adf commit 66f4342

8 files changed

Lines changed: 17 additions & 13 deletions

File tree

commands/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: github-social:all
2+
name: all
33
description: Run all github-social skills in sequence - metadata, social preview, and README enhancement
44
argument-hint: "[--apply] [--dry-run] [--provider svg|dalle-3|gemini|manual] [--skip-badges] [--skip-infographic] [--dark-mode]"
55
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "MCPSearch", "mcp__github__create_or_update_file", "Skill"]

commands/readme-enhance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: github-social:readme-enhance
2+
name: readme-enhance
33
description: Enhance README.md with marketing badges and a NotebookLM-style infographic
44
argument-hint: "[--provider svg|dalle-3|gemini|manual] [--badges-only] [--infographic-only] [--dark-mode] [--dry-run]"
55
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "mcp__github__create_or_update_file", "Skill"]

commands/repo-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: github-social:repo-metadata
2+
name: repo-metadata
33
description: Generate optimized repository description and topics for GitHub
44
argument-hint: "[--apply]"
55
allowed-tools: Read, Glob, Grep, Bash, Skill

commands/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: github-social:setup
2+
name: setup
33
description: Interactive setup wizard for github-social configuration
44
allowed-tools: Read, Write, Bash, AskUserQuestion, Skill
55
---

commands/social-preview.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
name: github-social:social-preview
2+
allowed-tools: Read, Glob, Grep, Bash, Write, mcp__github__create_or_update_file,
3+
mcp__github__get_file_contents, Skill
4+
argument-hint: '[--provider svg|dalle-3|gemini|manual] [--style minimal|geometric|illustrated]
5+
[--dark-mode] [--upload]'
36
description: Generate a social preview image for the current GitHub repository
4-
argument-hint: "[--provider svg|dalle-3|gemini|manual] [--style minimal|geometric|illustrated] [--dark-mode] [--upload]"
5-
allowed-tools: Read, Glob, Grep, Bash, Write, mcp__github__create_or_update_file, mcp__github__get_file_contents, Skill
7+
name: social-preview
68
---
7-
9+
<!-- BEGIN MNEMONIC PROTOCOL -->
810
## Memory
911

10-
Capture after: `/mnemonic:capture patterns "{REPO} social preview {PROVIDER} style"`
12+
Search first: `/mnemonic:search {relevant_keywords}`
13+
Capture after: `/mnemonic:capture {namespace} "{title}"`
1114

12-
Generate a social preview image for this GitHub repository that captures the project's spirit and purpose.
15+
Run `/mnemonic:list --namespaces` to see available namespaces from loaded ontologies.
16+
<!-- END MNEMONIC PROTOCOL -->
1317

1418
## Task
1519

skills/readme-enhance/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: README Enhancement Generator
2+
name: readme-enhance
33
description: This skill should be used when the user asks to "enhance readme", "add badges to readme", "create readme infographic", "improve readme marketing", "add shields.io badges", "create architecture diagram", "generate project infographic", "make readme more engaging", "add project badges", "create visual overview", or needs to improve README.md with marketing badges and visual infographics that capture project architecture, features, and purpose.
44
---
55

skills/repo-metadata/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Repository Metadata Generator
2+
name: repo-metadata
33
description: This skill should be used when the user asks to "update repo description", "improve repository description", "generate topics", "add labels to repo", "optimize github metadata", "make repo more discoverable", "improve repo SEO", "update project description", or needs to create engaging repository descriptions and topics that improve discoverability. Analyzes project files to generate optimized GitHub metadata.
44
---
55

skills/social-preview/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Social Preview Generator
2+
name: social-preview
33
description: This skill should be used when the user asks to "generate social preview", "create social image", "github social preview", "repository preview image", "og image", "social media card", "create repo image", "github card image", or needs to create an image that captures a project's spirit and purpose for social media sharing. Analyzes project files to understand intent and generates optimized SVG graphics or AI-generated images.
44
---
55

0 commit comments

Comments
 (0)