Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
release-note-writer
Generate and update release notes for sanhe-claude-code-plugins. Use when user wants to create or update release notes, document version changes, or prepare for a new release. Reads git commit history, pyproject.toml version, and follows the standardized format.
MacHu-GWU/sanhe-claude-code-plugins
-
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
MacHu-GWU/sanhe-claude-code-plugins
-
command-creator
Create custom slash commands for Claude Code
MacHu-GWU/sanhe-claude-code-plugins
-
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
MacHu-GWU/sanhe-claude-code-plugins
-
enrich-citations
Find and add authoritative source links for all facts, citations, and references in markdown documents
MacHu-GWU/sanhe-claude-code-plugins
-
transcribe-audio-to-text
Transcribe audio files to text using audinota cli
MacHu-GWU/sanhe-claude-code-plugins
-
audio-transcription-cleanup
Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning
MacHu-GWU/sanhe-claude-code-plugins
-
youtube-video-to-audio
Download YouTube videos as audio files using yt-dlp
MacHu-GWU/sanhe-claude-code-plugins
-
mini-kanban
File-based task management with shai-tix CLI. Use when user mentions kanban, ticket, planning, task tracking, or references tickets by [id] or #id format. MUST run via: uvx --from shai-tix==0.1.3 shai-tix <cmd>. Data stored in .tix/ directory (NOT .shai-tix/).
MacHu-GWU/sanhe-claude-code-plugins
-
detect-python-version
Detects the Python major and minor version of the current repository
MacHu-GWU/sanhe-claude-code-plugins
-
python-test-strategy
Python unit testing patterns for pytest, including test file structure, fixtures, mocks, and coverage strategy. Use when asked to write tests (unit/integration) for any Python module, function, class, or method.
MacHu-GWU/sanhe-claude-code-plugins
-
path-reference
Create properly formatted references to paths (files or folders) in a git repository. Use when writing docs that need to link to any path in the repo.
MacHu-GWU/sanhe-claude-code-plugins
-
python-project-metadata
Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, version, pyproject.toml).
MacHu-GWU/sanhe-claude-code-plugins
-
GLM Prompting Guide
GLM-4.7 모델을 효과적으로 활용하는 방법을 안내합니다.
사용자가 "GLM 사용법", "GLM 프롬프트", "GLM 최적화" 등을 질문할 때 활성화됩니다.
m16khb/glm-ensemble
-
himalaya
Use when the user asks to read, send, search, or manage email from the terminal. Himalaya is a CLI email client supporting IMAP, Maildir, Notmuch, SMTP, and Sendmail backends. Trigger on: email, inbox, send email, check mail, reply to email, forward email, email folders.
jjeremycai/claudekit
-
gh-fix-ci
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
jjeremycai/claudekit
-
yeet
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
jjeremycai/claudekit
-
ashby
This skill should be used when the user asks about "Ashby API", "how to use Ashby tools", "Ashby authentication", "recruiting workflows", "candidate pipeline", "interview scheduling", "hiring process", "move candidate through pipeline", "schedule an interview", "manage applications", "track hiring progress", "source candidates", or "advance to next stage". Provides complete API reference and recruiting workflow guidance for the Ashby ATS integration.
jjeremycai/claudekit
-
skill-installer
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
jjeremycai/claudekit
-
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 Codex's capabilities with specialized knowledge, workflows, or tool integrations.
jjeremycai/claudekit
-
github
Use when working with GitHub PRs via the gh CLI: fixing failing CI checks, addressing review comments, inspecting PR status, or debugging GitHub Actions workflows. Trigger on: fix CI, failing checks, PR comments, address review, GitHub Actions.
jjeremycai/claudekit
-
figma
Translate Figma designs into production-ready code using the Figma MCP server. Trigger on: Figma URLs, node IDs, 'implement design', 'design to code', Figma MCP setup/troubleshooting, or any Figma-related task.
jjeremycai/claudekit
-
cloudflare
Build, deploy, and operate on the Cloudflare platform. Use when the user asks to:
deploy/host/publish to Cloudflare (Workers, Pages, or any platform service),
run untrusted code in a sandboxed environment (Sandbox SDK),
or build AI agents with MCP client connections in Cloudflare Workers.
jjeremycai/claudekit
-
pdf
Use when tasks involve reading, creating, reviewing, filling, or signing PDF/Word documents. Covers rendering (Poppler), generation (reportlab), extraction (pdfplumber, pypdf), form filling (pymupdf), and e-signature placement. Also trigger on: fill this form, sign this document, complete this PDF.
jjeremycai/claudekit