Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
collaborating-with-coco
Delegates coding tasks to Coco CLI (Codebase Copilot) for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
majiayu000/claude-skill-registry 163
-
github-pr-merge
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.
majiayu000/claude-skill-registry 163
-
aspnet-core-fundamentals
Master ASP.NET Core fundamentals including C#, project structure, routing, middleware, and basic API development. Essential skills for all ASP.NET Core developers.
majiayu000/claude-skill-registry 163
-
eslint-configuration
Use when eSLint configuration including config files, extends, plugins, and environment setup.
majiayu000/claude-skill-registry 163
-
save-to-memo
直近の内容を markdown 形式で保存
majiayu000/claude-skill-registry 163
-
save-transcript
Use when the user asks to save, export, or record the conversation transcript.
majiayu000/claude-skill-registry 163
-
infographic-template-updater
Update template catalogs and UI prompts after adding new infographic templates (src/templates/*.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.
majiayu000/claude-skill-registry 163
-
HyperFleet Architecture
Answers questions about HyperFleet architecture, design patterns, versioning strategies, cluster lifecycle, event-driven architecture, adapter framework, and git workflow by fetching docs from the openshift-hyperfleet/architecture GitHub repository.
majiayu000/claude-skill-registry 163
-
brave-search
Brave Search API via curl. Use this skill for privacy-focused web, image, video, and news search with no tracking.
majiayu000/claude-skill-registry 163
-
Understanding Jujutsu Bookmarks and Remotes
Understand how bookmarks work in jj, why they don't auto-move, and how to push changes to git remotes. Use when bookmarks don't move after jj new/commit, when push says "Nothing changed", or when working with git remotes.
majiayu000/claude-skill-registry 163
-
specify
Generate a specification template for non-trivial changes using Spec-Driven Development. Creates GitHub issue + spec file following the 4-stage workflow (Specify → Clarify → Tasks → Implement).
majiayu000/claude-skill-registry 163
-
skill-hwanyong-mcp-debug-tools
majiayu000/claude-skill-registry 163
-
codex-exec
Execute development tasks using OpenAI Codex CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs, or generate tests. Requires Codex CLI installed.
majiayu000/claude-skill-registry 163
-
novelty-matrix
Create a novelty/prior-work matrix comparing the submission’s contributions against related work (overlaps vs deltas).
**Trigger**: novelty matrix, prior-work matrix, overlap/delta, 相关工作对比, 新颖性矩阵.
**Use when**: peer review 中评估 novelty/positioning,需要把贡献与相关工作逐项对齐并写出差异点证据。
**Skip if**: 缺少 claims(先跑 `claims-extractor`)或你不打算做新颖性定位分析。
**Network**: none (retrieval of additional related work is out-of-scope unless provided).
**Guardrail**: 明确 overlap 与 delta;尽量给出可追溯证据来源(来自稿件/引用/作者陈述)。
majiayu000/claude-skill-registry 163
-
critical-thinking-partner
Acts as an intellectual sparring partner to critique, challenge, and refine thinking through Socratic questioning and alternative perspectives. Activates automatically when detecting complex decision-making, strategic planning, or multi-consideration problems where critical evaluation adds value. Also activates when user explicitly asks to "challenge my thinking", "critique this idea", "what am I missing", "play devil's advocate", or similar requests for critical analysis. Includes synthesis mode to integrate feedback into refined positions.
majiayu000/claude-skill-registry 163
-
guest-blogger
基于项目内容分析主题和关键词,生成客座博客搜索策略。提供 Google 高级搜索语法、客座博客资源列表(从 resources/guest-blog-sources.md 读取)和投稿邮件模板(从 templates/guest-blog-pitch.md 读取)。自动评估客座博客质量(DA、相关性、流量),提供个性化的投稿建议和优先级排序。
majiayu000/claude-skill-registry 163
-
just-fucking-cancel
Analyze bank transaction CSVs to find recurring charges, categorize subscriptions, and cancel what you don't need. Use when user says "cancel subscriptions", "audit subscriptions", "find recurring charges", or "what am I paying for". Supports Apple Card, Chase, Mint, and generic CSV formats. Outputs interactive HTML audit with copy-to-cancel workflow.
majiayu000/claude-skill-registry 163
-
locating-code
Finds WHERE code lives in a codebase - locates files by topic/feature, categorizes by purpose, organizes findings. Super grep/glob/ls tool for navigating unfamiliar codebases.
majiayu000/claude-skill-registry 163
-
generate-vanilla-source
Generate vanilla Minecraft source code.
majiayu000/claude-skill-registry 163
-
microsoft-graph
Orchestration hub for Microsoft Graph API across Microsoft 365 services. Use for Graph API integrations, querying Microsoft 365 data, and building applications that interact with Azure AD.
majiayu000/claude-skill-registry 163
-
protocol-writer
Write a systematic review protocol into `output/PROTOCOL.md` (databases, queries, inclusion/exclusion, time window, extraction fields).
**Trigger**: protocol, PRISMA, systematic review, inclusion/exclusion, 检索式, 纳入排除.
**Use when**: systematic review pipeline 的起点(C1),需要先锁定 protocol 再开始 screening/extraction。
**Skip if**: 不是做 systematic review(或 protocol 已经锁定且不允许修改)。
**Network**: none.
**Guardrail**: protocol 必须包含可执行的检索与筛选规则;需要 HUMAN 签字后才能进入 screening。
majiayu000/claude-skill-registry 163
-
run-tests
Run the test suite and identify new tests needed for recent code changes. Use when verifying changes work correctly or when asked to run tests.
majiayu000/claude-skill-registry 163
-
GitHub for Beginners
This skill provides comprehensive guidance for learning and using GitHub, from fundamental concepts through practical workflows. Designed for complete beginners, this skill should be used when teaching GitHub concepts, explaining git workflows, debugging git/GitHub issues, or guiding through practical GitHub tasks like creating branches, commits, pull requests, and merging code.
majiayu000/claude-skill-registry 163
-
godot-visual-bug-diagnosis
Debug visual and spatial bugs in Godot games through user observation, Godot-specific diagnosis, and test-driven fixes. Use when debugging visual or input issues in Godot where the user can observe the game but you cannot, when bugs involve rendering, positioning, animation, or coordinate systems, or when "what user sees" differs from expected behavior. For pure logic bugs use Systematic Debugging instead
majiayu000/claude-skill-registry 163