Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
merge-diff-arc-agi-task
Guidance for solving ARC-AGI style pattern recognition tasks that involve git operations (fetching bundles, merging branches) and implementing algorithmic transformations. This skill applies when tasks require merging git branches containing different implementations of pattern-based algorithms, analyzing input-output examples to discover transformation rules, and implementing correct solutions. (project)
majiayu000/claude-skill-registry 163
-
meta
Guide for writing and improving Claude Code skills. Use when creating new skills, debugging why skills aren't activating, or improving skill descriptions and structure.
majiayu000/claude-skill-registry 163
-
observability-standards
Prometheus metrics and observability standards. Use when writing, generating, or reviewing code with metrics or instrumentation.
majiayu000/claude-skill-registry 163
-
distributed-workers
Use when working on worker implementation, ServiceOrchestrator patterns, WorkerAPIBase, operation dispatch, progress tracking, cancellation, backend-to-worker communication, or adding new worker types.
majiayu000/claude-skill-registry 163
-
issue-management
Work with GitHub issues - create, list, update, comment, and search issues using gh CLI
majiayu000/claude-skill-registry 163
-
form-workflows
Master complex multi-step form workflows. Learn wizard forms, conditional logic, cross-step validation, progress tracking, and data persistence. Essential for building registration flows, checkout processes, and surveys.
majiayu000/claude-skill-registry 163
-
git-workflow-enforcer
Enforce git commits after every phase and task to enable rollback and prevent lost work. Auto-trigger when completing phases, tasks, or when detecting uncommitted changes. Auto-commit with Conventional Commits format. Verify branch safety, check for merge conflicts, enforce clean working tree. Block completion if changes not committed.
majiayu000/claude-skill-registry 163
-
Slint GUI Expert
Comprehensive Slint GUI development expert based on official source code. Covers Rust integration, component design, layouts, styling, animations, cross-platform deployment, and performance optimization. Use when working with Slint UI toolkit, building native GUI applications, or when mentioning Slint, GUI development, or Rust user interfaces. Built with official documentation and examples.
majiayu000/claude-skill-registry 163
-
deploy-phoenix-client
Deploy the shot-client-next frontend to Fly.io using PHOENIX BACKEND configuration (shot-client-phoenix app). Use this skill when deploying the production frontend that connects to the Elixir/Phoenix backend at shot-elixir.fly.dev.
majiayu000/claude-skill-registry 163
-
diff-doc-sync
majiayu000/claude-skill-registry 163
-
shared-patterns
Reusable patterns and templates for Claude Code skill and hook development.
Triggers: validation patterns, error handling, testing templates, workflow patterns,
shared patterns, reusable templates, DRY patterns, common workflows
Use when: creating new skills or hooks that need consistent patterns, implementing
validation logic, setting up error handling, creating test scaffolding,
referencing standard workflow structures
DO NOT use when: pattern is specific to one skill only.
DO NOT use when: pattern is still evolving - wait for stability.
DO NOT use when: pattern is context-dependent requiring variations.
Reference these patterns to validate consistency across the ecosystem.
majiayu000/claude-skill-registry 163
-
actionable-review-format-standards
Standardized output format for code reviews with severity labels, file:line references, and fix code snippets. Use when generating review reports that need consistent, actionable feedback structure.
majiayu000/claude-skill-registry 163
-
slim-license
Detect project type and add appropriate NASA/Open Source licenses
majiayu000/claude-skill-registry 163
-
modular-refactoring-pattern
Guides systematic file refactoring following @j0kz/mcp-agents modular architecture pattern to maintain files under 300 LOC through constants/, helpers/, utils/ extraction with proven results from 2...
majiayu000/claude-skill-registry 163
-
github-issue-implementer
You are an implementer of GitHub issues. You are an Agent who has been assigned an issue to work on.
majiayu000/claude-skill-registry 163
-
reporter
プラグインに関する要望、改善提案、バグ報告を作成する。「バグを報告」「要望を送りたい」「改善提案」「Issue を報告」「フィードバック」「機能リクエスト」「不具合報告」「プラグインの要望」「改善してほしい」「バグがある」「問題を報告」などで起動。shiiman/claude-code-plugins に Issue を作成。
majiayu000/claude-skill-registry 163
-
foundry-setup
First-time setup for the foundry plugin (plugin:foundry@claude-foundry)
majiayu000/claude-skill-registry 163
-
coderabbit-fix
Implement fixes for specific CodeRabbit review issues. Runs in isolated subagent context with focused task. Verifies fixes with tests before returning. Use one per issue from triage task list.
majiayu000/claude-skill-registry 163
-
axiom-rejection-protocol
Reject axioms that violate established ground truth.
majiayu000/claude-skill-registry 163
-
convex-authentication
Set up and manage user authentication using Convex Auth with login, signup, password reset, and user profile initialization. Use when implementing auth flows, managing user sessions, initializing user profiles, or handling authentication state.
majiayu000/claude-skill-registry 163
-
scratch-workspace
Use when creating temporary files, drafts, experiments, or any content that should not be committed to version control. Ensures proper placement in .claude/.scratch with gitignore configuration.
majiayu000/claude-skill-registry 163
-
gh-run-failure
Use to analyze failures in GitHub pipelines or jobs.
majiayu000/claude-skill-registry 163
-
code-change-approval
Request approval before modifying files and verify changes are necessary
majiayu000/claude-skill-registry 163
-
precommit-setup
Configure pre-commit hooks for code formatting, linting, and security checks
majiayu000/claude-skill-registry 163