Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
intermediate
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks.
Use when: user knows basics and wants to customize Claude Code.
timequity/plugins 6
-
course-help
Help and navigation for Claude Code Course.
Use when: user asks about the course, lessons, or progress.
Triggers: "help", "course help", "what lessons", "my progress".
timequity/plugins 6
-
progress-manager
Manages course progress tracking in ~/.claude-course/progress.json.
Use when: loading, saving, or displaying course progress.
Internal skill - used by /ccc:course commands.
timequity/plugins 6
-
learning-path
Assess Claude Code knowledge and route to appropriate learning level.
Use when: user wants to learn Claude Code, asks for guidance, or says "teach me".
Triggers: "learn Claude Code", "teach me", "I'm new", "where do I start", "beginner".
timequity/plugins 6
-
subagent-creator
Guide for creating effective subagents (custom agents). Use when users want to create a new subagent that can be dispatched via Task tool for autonomous work. Covers frontmatter fields (name, description, tools, model, permissionMode, skills), prompt design, and when to use subagents vs skills.
timequity/plugins 6
-
backend-rust
Modern Rust backend with Axum, SQLx, tokio + CI/CD automation.
Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation.
Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build",
"cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust ci",
"release build", "rust security", "shuttle", "actix".
timequity/plugins 6
-
test-driven-development
Write failing test first, then minimal code to pass. Red-Green-Refactor cycle.
Use when: implementing features, fixing bugs, refactoring code.
Triggers: "implement", "add feature", "fix bug", "tdd", "test first",
"write tests", "test-driven".
timequity/plugins 6
-
postmortem-writing
Document root cause analysis for team learning. Blameless, actionable, preventive.
timequity/plugins 6
-
terraform-expert
Infrastructure as Code with Terraform - modules, state management, and best practices.
timequity/plugins 6
-
incident-response
Incident management, on-call procedures, and runbook execution.
timequity/plugins 6
-
security-hardening
Infrastructure security, CIS benchmarks, and vulnerability scanning.
timequity/plugins 6
-
kubernetes-ops
Kubernetes deployments, troubleshooting, and operational best practices.
timequity/plugins 6
-
disaster-recovery
Backup strategies, disaster recovery planning, and business continuity.
timequity/plugins 6
-
llm
Access and interact with Large Language Models from the command line using Simon Willison's llm CLI tool. Supports OpenAI, Anthropic, Gemini, Llama, and dozens of other models via plugins. Features include chat sessions, embeddings, structured data extraction with schemas, prompt templates, conversation logging, and tool use. This skill is triggered when the user says things like "run a prompt with llm", "use the llm command", "call an LLM from the command line", "set up llm API keys", "install llm plugins", "create embeddings", or "extract structured data from text".
SecKatie/kmtools
-
yt-dlp
Download audio and video from thousands of websites using yt-dlp. Feature-rich command-line tool supporting format selection, subtitle extraction, playlist handling, metadata embedding, and post-processing. This skill is triggered when the user says things like "download this video", "download from YouTube", "extract audio from video", "download this playlist", "get the mp3 from this video", "download subtitles", or "save this video locally".
SecKatie/kmtools
-
jira-cli
Manage Jira tickets from the command line using jira-cli. Contains essential setup instructions, non-interactive command patterns with required flags (--plain, --raw, etc.), authentication troubleshooting, and comprehensive command reference. This skill is triggered when the user says things like "create a Jira ticket", "list my Jira issues", "update Jira issue", "move Jira ticket to done", "log time in Jira", "add comment to Jira", or "search Jira issues". IMPORTANT - Read this skill before running any jira-cli commands to avoid blocking in interactive mode.
SecKatie/kmtools
-
jj-vcs
Jujutsu (jj) is a powerful Git-compatible version control system with innovative features like automatic rebasing, working-copy-as-a-commit, operation log with undo, and first-class conflict tracking. This skill is triggered when the user says things like "use jj", "run jj commands", "jujutsu version control", "migrate from git to jj", "jj rebase", "jj squash", "jj log", or "help with jj workflow".
SecKatie/kmtools
-
just
just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".
SecKatie/kmtools
-
gh
GitHub CLI (gh) for repository management, rulesets, releases, PRs, and issues. This skill is triggered when the user says things like "create a GitHub PR", "list GitHub issues", "set up branch protection", "create a ruleset", "configure GitHub rulesets", "create a GitHub release", "clone this repo", or "manage GitHub repository settings".
SecKatie/kmtools
-
lola-modules
Create and manage Lola modules for multi-assistant AI context distribution. Use when building portable AI skills with multi-assistant support (Claude Code, Cursor, Gemini CLI). This skill is triggered when users say "create a lola module", "build a lola skill", "write a module.yml", "add slash commands to lola", or "distribute skills to multiple assistants".
SecKatie/kmtools
-
piper
Convert text to speech using Piper, a fast, local, neural text-to-speech system with natural sounding voices. This skill is triggered when the user says things like "convert text to speech", "text to audio", "read this aloud", "create audio from text", "generate speech from text", "make an audio file from this text", or "use piper TTS".
SecKatie/kmtools
-
parakeet
Convert audio files to text using parakeet-mlx, NVIDIA's Parakeet automatic speech recognition model optimized for Apple's MLX framework. Run via uvx for on-device speech-to-text processing with high-quality timestamped transcriptions. Ideal for podcasts, interviews, meetings, and other audio content. This skill is triggered when the user says things like "transcribe this audio", "convert audio to text", "transcribe this podcast", "get text from this recording", "speech to text", or "transcribe this wav/mp3/m4a file".
SecKatie/kmtools
-
jira-wiki
Jira Wiki Markup (Text Formatting Notation) for formatting issue descriptions, comments, and custom fields. NOT Markdown—Jira uses different syntax. Use when formatting Jira text, creating tables/panels/code blocks in Jira, linking users/issues/attachments, writing Jira templates, or when any Jira formatting question arises. Triggers include "Jira markup", "Jira formatting", "Jira table", "Jira code block", "Jira panel", "link in Jira", "format Jira comment/description", "Jira wiki syntax".
SecKatie/kmtools
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations.
SecKatie/kmtools