Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Effective Go
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
majiayu000/claude-skill-registry 163
-
load-conversation
Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
majiayu000/claude-skill-registry 163
-
performance-optimization
Performance optimization playbook (measure → diagnose → fix → verify) for this repo (React + R3F + Three.js + Vite). Use when asked to improve FPS, reduce jank, lower draw calls, optimize loading/bundle size, or investigate CPU/GPU/memory bottlenecks.
majiayu000/claude-skill-registry 163
-
github-issue-helper
GitHub 이슈 작성 도우미. 사용자가 이슈 초안이나 아이디어를 제시하면 고품질 GitHub 이슈로 개선. Use when user asks to (1) write/create/draft a GitHub issue, (2) improve/refine an issue draft, (3) convert an idea into a proper issue format, (4) review issue quality. Supports bug reports, feature requests, and improvement proposals. Communicates in Korean but produces final issues in English.
majiayu000/claude-skill-registry 163
-
Understanding Jujutsu Log and Visibility
Understand what commits are visible in jj log, elided revisions, and how to display different views. Use when commits seem missing, understanding log output, comparing jj log to git log, or seeing "elided" in log output.
majiayu000/claude-skill-registry 163
-
git-absorb
Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bugs in feature branches, or maintaining atomic commit history without manual interactive rebasing. Particularly useful for making corrections to recent commits without creating messy "fixes" commits.
majiayu000/claude-skill-registry 163
-
latency-tracker-barissozen-claude
majiayu000/claude-skill-registry 163
-
training-code-verification
Checklist for editing training code. Trigger when: (1) modifying training notebook, (2) changing GPUEnvConfig, (3) changing reward functions, (4) ANY training-related code changes.
majiayu000/claude-skill-registry 163
-
protoc
Re-generates the project's code from protobuf source. Use when .proto files are changed.
majiayu000/claude-skill-registry 163
-
podcast-analysis
Analyze podcast episodes from transcripts, audio URLs, or audio files. Use when the user mentions podcast, episode, audio transcript, interview, or provides a podcast file/URL.
majiayu000/claude-skill-registry 163
-
change-maintenance-specification
Specifies bugs, upgrades, refactors, and behavioral changes as explicit deltas against existing feature specifications, preserving original intent while defining what changes, what remains unchanged, and how correctness is verified.
majiayu000/claude-skill-registry 163
-
phoenix-waterfall-ledger-semantics
Waterfall ledger semantics and clawback behavior for the Phoenix VC fund model. Use when working on tier or ledger waterfall code, clawback behavior, or waterfall truth cases.
majiayu000/claude-skill-registry 163
-
timezone
REQUIRED for ANY date/time code - prevents timezone bugs by enforcing Mountain Time utilities instead of native Date objects. Use when working with dates, times, timestamps, scheduling, cutoffs, date inputs, or API date serialization.
majiayu000/claude-skill-registry 163
-
github-manage
Manage operations concerning GitHub on behalf of user
majiayu000/claude-skill-registry 163
-
skills-novusaevum-dev-agents-orchestr
majiayu000/claude-skill-registry 163
-
nomos-compilation-debugging
Systematic debugging guide for Nomos compilation failures. Use this when compilation fails, providers won't start, references are unresolved, or builds produce unexpected output.
majiayu000/claude-skill-registry 163
-
sdd-tdd-workflow
Guide AI agents through Specification-Driven Development (SDD) + Test-Driven Development (TDD) integrated workflow. Use when implementing complex features, making architectural decisions, or conducting large-scale refactoring that requires clear specifications and test-first development.
majiayu000/claude-skill-registry 163
-
variableskill-md
majiayu000/claude-skill-registry 163
-
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
majiayu000/claude-skill-registry 163
-
side-channels
Timing attacks and other side-channel exploitation techniques
majiayu000/claude-skill-registry 163
-
repo-knowledge-lookup
knowledgeca がプロジェクト内一次情報と外部公式ドキュメントに当たって回答する手順。
majiayu000/claude-skill-registry 163
-
setup-assistant
Detect when user is working in an un-indexed project and proactively suggest enabling semantic memory. Activates on first code question in new projects to guide users through initial setup.
majiayu000/claude-skill-registry 163
-
add-project
Automatically add a GitHub project to the Current Projects section. Fetches repo info, generates an emoji and one-line description, then updates README. Use when the user provides a GitHub URL.
majiayu000/claude-skill-registry 163
-
change-impact-analyzer
Determine what needs modification and identify potential side effects of changes. Use before implementing changes to understand full scope and prevent breaking existing functionality.
majiayu000/claude-skill-registry 163