Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
managing-tags
Manage and consolidate tags. Use when asked to "clean up tags", "consolidate tags", "tag audit", "merge tags", or "rename tag".
majiayu000/claude-skill-registry 163
-
plan-adjuster
Recomputes upcoming workouts based on recent runs and user feedback. Use when recent performance deviates from plan, user provides negative feedback, or recovery signals indicate adjustment needed with deterministic safety caps.
majiayu000/claude-skill-registry 163
-
schema-apply
Apply inferred conventions to incomplete notes. Triggers on "apply schema", "add missing fields", "complete notes", "fix frontmatter".
majiayu000/claude-skill-registry 163
-
api-validation
majiayu000/claude-skill-registry 163
-
conversation-logger
This skill should be used when users need to save, search, or retrieve Claude Code conversation transcripts. Use this skill when users ask to save the current conversation, search through past conversations for context, or retrieve information from previous sessions. Also use when appropriate to proactively save important conversations at natural breakpoints (e.g., after completing a major feature, fixing a critical bug, or when the user indicates they're done with a session).
majiayu000/claude-skill-registry 163
-
swift-style
Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting, naming, organization, and idiomatic patterns.
majiayu000/claude-skill-registry 163
-
templates
文档模板集合;创建Wiki或方案包文件时读取;包含所有知识库模板和方案文件模板
majiayu000/claude-skill-registry 163
-
btr-capture
Save to LOCAL BTR context tree (NOT ByteRover/brv).
Capture code snippets, patterns, and context from the current conversation and store them in the BTR context tree.
PROACTIVE TRIGGER: Automatically suggest saving when the user confirms something works ("That works!", "Perfect!", "It's working now", "Thanks, that fixed it!"), after fixing a bug, making an architecture decision, establishing a pattern, or solving a complex problem.
Also use when the user explicitly says "save this", "remember this pattern", "capture this context", "save to BTR", "save this to BTR", or "add to BTR".
majiayu000/claude-skill-registry 163
-
docker-containerization
Provides guidance and templates for containerizing applications using Docker. Use when a user wants to create Dockerfiles, optimize images, set up multi-container applications with docker-compose, or follow best practices for containerization. Includes templates for frontend (Next.js), backend (FastAPI), workers, and databases.
majiayu000/claude-skill-registry 163
-
server-actions-and-routes
Next.js App Router における Server Actions と Route Handlers の使い分け、セキュリティ、および実装規約。
majiayu000/claude-skill-registry 163
-
comment-detailed
Pythonファイルの挙動を理解するために、挙動を変えずに解説コメントとdocstringを追加する。ユーザーが「XXX.pyについて、動作を理解したいから細かくコメント入れて」「挙動は変えずにコメントを足して」「このPythonファイルに解説を入れて」などと言ったときに使う。
majiayu000/claude-skill-registry 163
-
nextjs-devtools
Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.
Use when working on Next.js applications, debugging routing, or inspecting app structure.
NOT for general React or non-Next.js projects.
majiayu000/claude-skill-registry 163
-
Vercel CLI Management
Deploy, manage environment variables, view logs, and configure cron jobs with Vercel CLI. Use when deploying to Vercel, managing env vars (add/update/remove), viewing runtime/build logs, or configuring scheduled tasks in vercel.json.
majiayu000/claude-skill-registry 163
-
coding-python
When python, flask, or jinja are being written or edited.
majiayu000/claude-skill-registry 163
-
post-game-press-conference-simulator
Generate realistic coach/player interview responses for wins, losses, controversies, injuries. Authentic coachspeak and player personalities.
majiayu000/claude-skill-registry 163
-
create-ticket
Creates GitHub issues to capture work that needs to be done. Records intent with context about the codebase, not implementation plans. Use when the user wants to track work, create a ticket, log a task, or says "we want to do X" or "we need to X".
majiayu000/claude-skill-registry 163
-
github-gist-api
GitHub Gist API を使用したコードを書く際に使用。Gist作成、GistHack URL変換、ky/zod を使った実装パターンを提供。
majiayu000/claude-skill-registry 163
-
demo-skill
A simple demonstration skill that greets users and provides helpful information
majiayu000/claude-skill-registry 163
-
ru
Repo Updater - automation-friendly CLI for synchronizing GitHub repositories. Keep dozens or hundreds of repos in sync with a single command. Pure Bash with git plumbing, JSON output, meaningful exit codes, parallel sync, and conflict resolution.
majiayu000/claude-skill-registry 163
-
gh-sub-issue
Manage GitHub parent-child issue relationships using the gh-sub-issue extension. Link existing issues as sub-tasks, create new sub-issues, list relationships, and remove links. Use when working with GitHub issue hierarchies, Epic breakdowns, phased development, or when users mention sub-issues, sub-tasks, parent issues, or issue hierarchies.
majiayu000/claude-skill-registry 163
-
coaching
Learn By Doing coaching methodology for guided development. Use when coaching a developer through any implementation phase.
majiayu000/claude-skill-registry 163
-
springboot-patterns
Spring Boot and Java best practices for SpecFlux backend. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, OpenAPI-first workflow, transaction management, and test-driven development.
majiayu000/claude-skill-registry 163
-
debian-packaging
Expert Debian package builder specializing in git-buildpackage, debhelper, and Debian Policy compliance. Use for .deb packaging, debian/ directory work, dpkg operations, and package maintenance. Triggers on "Debian", ".deb", "dpkg", "debhelper", "gbp", "pbuilder", "lintian", "dch".
majiayu000/claude-skill-registry 163
-
type-project-organization
规范类型项目(apps/type)的代码组织方式、导出语法和文件结构。用于解决类型导出冲突、创建统一导出入口、处理重复导出等问题。适用于类型项目开发、类型错误修复、代码规范实施场景。在处理类型项目的代码写法时,请使用本技能。
majiayu000/claude-skill-registry 163