Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rails-project-manager
Project management skill that analyzes tasks, breaks them down into stages, coordinates other skills, and ensures proper workflow. Use when planning features, managing complex multi-step implementations, or need help organizing development tasks. Routes work to specialized skills (testing, security, components, etc.).
majiayu000/claude-skill-registry 163
-
local-knowledge
Leverage personal notes and documentation through Terraphim's role-based search.
AI agents can search developer's local knowledge organized by domain (Rust, frontend, architecture)
using the terraphim-agent REPL commands.
majiayu000/claude-skill-registry 163
-
Sermon Features Expert
Work with Leavn sermon features - recording, transcription, analysis, playback, import, church directory
majiayu000/claude-skill-registry 163
-
task-search
Provides fast, case-insensitive text search across task titles, descriptions, and tags with debounced input, relevance ranking, and highlighted matching text. Uses AND logic for multi-token queries and limits results to top 50 for performance.
majiayu000/claude-skill-registry 163
-
nushell-plugin-builder
Guide for creating Nushell plugins in Rust using nu_plugin and nu_protocol crates. Use when users want to build custom Nushell commands, extend Nushell with new functionality, create data transformations, or integrate external tools/APIs into Nushell. Covers project setup, command implementation, streaming data, custom values, and testing.
majiayu000/claude-skill-registry 163
-
python-fundamentals-313
majiayu000/claude-skill-registry 163
-
docker-cleanup
Clean up Docker resources including volumes, containers, images, and networks. Use this skill when asked to "clean docker", "prune volumes", "remove unused containers", "free disk space from docker", "docker cleanup", "remove dangling images", or when troubleshooting Docker Desktop issues like unresponsive daemon, hanging commands, or VM problems. Covers volume pruning, identifying dangling/unused resources, container/image removal, Docker Desktop troubleshooting (restart procedures, VM issues), and system-wide cleanup.
majiayu000/claude-skill-registry 163
-
Preserving Productive Tensions
Recognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
majiayu000/claude-skill-registry 163
-
tdd-flow
RED-GREEN-REFACTOR 워크플로우를 강제하는 TDD 개발 스킬
majiayu000/claude-skill-registry 163
-
project-organization
Expert guidance for setting up and organizing research software projects following Sam Abbott's established patterns for R packages, Julia packages, and research projects
majiayu000/claude-skill-registry 163
-
implementing-tls
Configure TLS certificates and encryption for secure communications. Use when setting up HTTPS, securing service-to-service connections, implementing mutual TLS (mTLS), or debugging certificate issues.
majiayu000/claude-skill-registry 163
-
brand-guardrails
Use to review voice, visual, legal, and partner requirements before publishing social content.
majiayu000/claude-skill-registry 163
-
ingest-book
Manage book library via Readarr, search for books, and monitor downloads. Handles service health checks and API interactions. Part of Horus's learning pipeline.
majiayu000/claude-skill-registry 163
-
66-agentic-function-calling
majiayu000/claude-skill-registry 163
-
phoenix-liveview
Phoenix Framework with LiveView on the BEAM
majiayu000/claude-skill-registry 163
-
readme-writer
Write effective README files following SOTA 2026 conventions.
Use when: (1) creating new README.md, (2) improving existing README,
(3) reviewing README quality. Covers badges, ToC, quick start,
GIF demos, CLI documentation patterns.
majiayu000/claude-skill-registry 163
-
ticket-status
Programmatic verification of KB state: tickets, phases, tests, integrity.
Provides scripts for automated checking at each workflow stage.
SCRIPTS:
- check_ticket.py: Ticket docs, tests, final status → next step
- check_phase.py: Phase progress, all tickets complete?
- check_tests.py: Trajectory, RED verification, coverage vs spec
- check_integrity.py: Index.md matches dirs, roadmap has all active items
Use when:
- Checking ticket/phase completion
- Validating before commit/archive
- CI/CD automation
- User says "status", "check", "verify"
majiayu000/claude-skill-registry 163
-
wt
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
majiayu000/claude-skill-registry 163
-
tenant-relief-from-eviction-analysis
majiayu000/claude-skill-registry 163
-
Sidekiq & Async Patterns
Complete guide to background job processing with Sidekiq in Ruby on Rails. Use this skill when: (1) Creating background jobs, (2) Configuring queues and workers, (3) Implementing retry logic and error handling, (4) Designing idempotent jobs, (5) Setting up scheduled/recurring jobs, (6) Optimizing job performance.
majiayu000/claude-skill-registry 163
-
figure-ground
El cerebro separa elementos en primer plano y fondo. Use cuando diseñe modales, overlays, focus states, o jerarquía visual de capas.
majiayu000/claude-skill-registry 163
-
kolmogorov-codex-quest
Kolmogorov Codex Quest
majiayu000/claude-skill-registry 163
-
rust-dependency-analysis
Use this skill when the user asks about Rust module dependencies, dependency graphs,
architecture visualization, cycle detection, DAG analysis, or module structure. Activate
when you see phrases like "show module structure", "dependency graph", "visualize
architecture", "check for circular dependencies", or "Mermaid diagram of modules".
majiayu000/claude-skill-registry 163
-
trpc-router-creating
BoxLogのtRPC v11ルーターを作成。サービス層分離、Zodバリデーション、エラーハンドリングを適用。
majiayu000/claude-skill-registry 163