Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rails-basecamp-engineer
This skill provides expert guidance on implementing Ruby on Rails applications using 37signals (Basecamp/HEY) patterns and conventions. Use when building Rails features, implementing authentication, authorization, multi-tenancy, background jobs, or Hotwire/Turbo/Stimulus following 37signals patterns.
majiayu000/claude-skill-registry 163
-
role-code-reviewer
Role definition for code reviewer agents. Defines review criteria, feedback patterns, and approval workflows. Use to understand how to review PRs and provide constructive feedback.
majiayu000/claude-skill-registry 163
-
bootstrap-loop
Coordinate the recursive improvement loop between Prompt Forge and Skill Forge with a frozen evaluation harness and auditable checkpoints.
majiayu000/claude-skill-registry 163
-
sbt-benchmark
Use PROACTIVELY for JMH benchmarks in this Spark protobuf project. Handles sbt commands, always cleans before benchmarking, saves output to /tmp logs, and uses log-reader agent to parse results.
majiayu000/claude-skill-registry 163
-
when-to-query
Decision guide for when to query Bluera Knowledge stores vs using Grep/Read on current project. Query BK for library/dependency questions and reference material. Use Grep/Read for current project code, debugging, and implementation details. Includes setup instructions and mental model.
majiayu000/claude-skill-registry 163
-
nextjs-best-practices
Next.js App Router principles. Server Components, data fetching, routing patterns.
majiayu000/claude-skill-registry 163
-
aws-lambda-functions
Build optimized serverless functions with Lambda
majiayu000/claude-skill-registry 163
-
professional-commit-workflow
Erstellt professionelle Git-Commits mit automatischen Pre-Commit-Checks für Java, Python, React und Dokumentation. Generiert Emoji Conventional Commit-Nachrichten und analysiert Staging-Status. Atomare Commits nach Best Practices.
majiayu000/claude-skill-registry 163
-
vue-component-dev
majiayu000/claude-skill-registry 163
-
nix-module-expert
Expert in Nix module architecture, placement, and best practices. Automatically analyzes module structure, detects antipatterns (with pkgs, hardcoded values, wrong placement), and provides detailed recommendations. Use when creating, reviewing, or refactoring Nix modules, or when module placement questions arise.
majiayu000/claude-skill-registry 163
-
codex-search
Search the web using OpenAI Codex CLI to find current documentation, best practices, solutions, and technical information. Use when the user needs to research libraries, find API documentation, troubleshoot errors, or learn about new technologies. Requires Codex CLI installed.
majiayu000/claude-skill-registry 163
-
agent-skills
Create, use, and manage Agent Skills for Claude. Use when working with Skills, creating custom capabilities, or understanding how Skills extend Claude's functionality. Covers Skill architecture, file structure, and best practices.
majiayu000/claude-skill-registry 163
-
roi-benchmark-library
Reference benchmarks for CAC, CPL, ROAS, and payback across channels and segments.
majiayu000/claude-skill-registry 163
-
odin-install
Install and configure the Odin programming language. Use when:
- Setting up Odin on a new machine
- Updating Odin to latest version
- Configuring Odin language server (ols)
majiayu000/claude-skill-registry 163
-
add-opencode-model
Fetch OpenCode Zen model details and provide guidance for adding models to acai-ts provider configuration.
majiayu000/claude-skill-registry 163
-
theater-detection-audit
Performs comprehensive audits to detect placeholder code, mock data, TODO markers, and incomplete implementations in codebases. Use this skill when you need to find all instances of "theater" in code such as hardcoded mock responses, stub functions, commented-out production logic, or fake data that needs to be replaced with real implementations. The skill systematically identifies these instances, reads their full context, and completes them with production-quality code.
majiayu000/claude-skill-registry 163
-
debugging-flux-deployments
Diagnoses and resolves issues with Flux GitOps deployments, Kubernetes pods, services, and HelmReleases in the Superbloom cluster
majiayu000/claude-skill-registry 163
-
fintech-patterns
Common fintech customer patterns, objections, and success stories. Compliance handling, long conversation management, and case studies.
majiayu000/claude-skill-registry 163
-
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
majiayu000/claude-skill-registry 163
-
python-analyzer
Format and analyze Python code using ruff (formatting/linting) and ty (static type checking). Use when the user asks to format Python code, run linting, check types, fix code style issues, or analyze Python code quality.
majiayu000/claude-skill-registry 163
-
symfony:api-platform-versioning
Implement API versioning strategies in API Platform including URI, header, and query parameter approaches
majiayu000/claude-skill-registry 163
-
Python Standards
Apply Python tooling standards including uv package management, pytest testing, ruff/basedpyright code quality, one-line docstrings, and self-documenting code practices. Use this skill when working with Python backend code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, type checking, adding docstrings, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any Python development task requiring adherence to tooling standards and best practices.
majiayu000/claude-skill-registry 163
-
unused-code-cleanup
Systematically identify and remove unused imports, variables, and dead code from TypeScript/React projects using --noUnusedLocals and --noUnusedParameters compiler flags
majiayu000/claude-skill-registry 163
-
routing-performance-implementation
Configure routing with lazy loading, implement route guards, set up preloading strategies, optimize change detection, analyze bundles, and implement performance optimizations.
majiayu000/claude-skill-registry 163