refactor: rename skill dirs to verb-based names to reduce autocomplete redundancy

Plugin:skill pairs now read as noun:verb commands instead of repeating
the plugin name. Also added concise descriptions to all SKILL.md frontmatter.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-19 13:57:19 -05:00
parent 7d8aad5554
commit e02eb28e98
40 changed files with 22 additions and 20 deletions

View File

@ -1,6 +1,6 @@
---
name: backlog
description: Check Gitea repo for open issues and surface the next task to work on. Scans for TODOs in the codebase if no issues exist, creates issues for them, then offers options. USE WHEN user says "backlog", "what should I work on", "next task", "open issues", "check issues", "/backlog", or wants to find work to do.
name: next
description: Check Gitea for open issues and surface the next task to work on
---
# Backlog - Find Next Task

View File

@ -1,6 +1,6 @@
---
name: create-scheduled-task
description: Create, manage, or debug headless Claude scheduled tasks that run on systemd timers. USE WHEN user says "create a scheduled task", "add a cron job for Claude", "schedule a task", "new scheduled task", "manage scheduled tasks", or wants Claude to do something automatically on a timer.
name: create
description: Create, manage, or debug headless Claude scheduled tasks on systemd timers
---
# Create Scheduled Task

View File

@ -1,6 +1,7 @@
# json-pretty
Simple JSON prettifier CLI tool for formatting JSON without using external online services.
---
name: format
description: Format, validate, or minify JSON without external online services
---
## When to Use

View File

@ -1,6 +1,6 @@
---
name: optimise-claude
description: Guide for writing and optimizing CLAUDE.md files for maximum Claude Code performance. Use when creating new CLAUDE.md, reviewing existing ones, or when user asks about CLAUDE.md best practices. Covers structure, content, pruning, and common mistakes.
name: review
description: Review and optimize CLAUDE.md files for maximum Claude Code performance
---
# CLAUDE.md Optimization Guide

View File

@ -1,6 +1,6 @@
---
name: playwright-cli
description: Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
name: browse
description: Automate browser interactions for web testing, screenshots, and data extraction
allowed-tools: Bash(playwright-cli:*)
---

View File

@ -1,6 +1,6 @@
---
name: project-plan
description: Generate comprehensive PROJECT_PLAN.json files for any project. Analyzes codebase to identify tasks, technical debt, features, or refactoring needs. USE WHEN user says "/project-plan", "create a project plan", "document technical debt", "create refactoring plan", or "feature implementation plan".
name: generate
description: Analyze codebase and generate comprehensive PROJECT_PLAN.json task files
---
# Project Plan Generator

View File

@ -1,6 +1,6 @@
---
name: resume-tailoring
description: Use when creating tailored resumes for job applications - researches company/role, creates optimized templates, conducts branching experience discovery to surface undocumented skills, and generates professional multi-format resumes from user's resume library while maintaining factual integrity
name: tailor
description: Research company/role and generate tailored multi-format resumes
---
# Resume Tailoring Skill

View File

@ -1,6 +1,7 @@
---
name: save
allowed-tools: Read,Write,Edit,Glob,Grep,Bash
description: Save documentation to the knowledge base
description: Save documentation to the knowledge base with proper frontmatter
user-invocable: true
---

View File

@ -1,6 +1,6 @@
---
name: youtube-transcriber
description: Transcribe YouTube videos of any length using OpenAI's GPT-4o-transcribe model. Supports parallel processing for multiple videos and automatic chunking for long content. USE WHEN user says 'transcribe video', 'transcribe youtube', 'get transcript', or provides YouTube URLs.
name: transcribe
description: Transcribe YouTube videos of any length using GPT-4o-transcribe
---
# YouTube Transcriber - High-Quality Video Transcription

View File

@ -1,6 +1,6 @@
---
name: z-image
description: Generate images from text prompts using the Z-Image Turbo model (Tongyi-MAI) with local GPU inference. USE WHEN user says "generate an image", "create a picture", "make an image of", "z-image", or describes something they want visualized.
name: generate
description: Generate images from text prompts using local GPU inference
allowed-tools: Bash(z-image:*)
---