Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Argentine Invoice Processing System
Complete invoice processing system for Argentine utility bills with OCR, classification, and automated organization
majiayu000/claude-skill-registry 163
-
react-native-native-modules
Master native modules - Turbo Modules, JSI, Fabric, and platform bridging
majiayu000/claude-skill-registry 163
-
hono-ddd-guidelines
DDDアーキテクチャでHonoのバックエンドを新規実装または既存コードベースをリファクタリングする際のガイド。レイヤー構成(domain/application/infrastructure/controller)、依存方向、責務境界、Hono公式ミドルウェア/プラグインの活用、Hono OpenAPIプラグイン(hono-openapi)とzod-openapiの必須採用、Drizzle ORMの利用、トランザクション境界、エラーハンドリング、テスト指針、ESLint/Prettierの必須導入を含む。
majiayu000/claude-skill-registry 163
-
docs-keeper
Documentation organization, maintenance, and cleanup.
USE WHEN: organizing docs, cleaning project root, updating documentation,
checking for redundancy, maintaining docs structure.
NOT FOR: technical implementation (use relevant technical skill).
Examples:
<example>
Context: User added documentation to wrong location.
user: "I added a new API doc file to the root directory"
assistant: "I'll use docs-keeper to organize it in the proper docs/ location."
<commentary>File organization is docs-keeper responsibility.</commentary>
</example>
<example>
Context: User needs to update docs after code changes.
user: "I modified the auth system and need to update the docs"
assistant: "I'll use docs-keeper to update the authentication documentation."
<commentary>Documentation updates are docs-keeper responsibility.</commentary>
</example>
majiayu000/claude-skill-registry 163
-
nextjs
Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replaces middleware.ts) and React 19.2.
Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s (missing default.js), or proxy.ts CORS.
majiayu000/claude-skill-registry 163
-
matchms
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
majiayu000/claude-skill-registry 163
-
turn-this-feature-into-a-blog-post
Generates a technical blog post from code implementation. Use when asked to write a blog post about a feature, explain an implementation for a blog, document code as a blog article, or create technical content from source code. Triggers on phrases like "write a blog post about", "turn this into a blog", "create a technical article", or "explain this for a blog".
majiayu000/claude-skill-registry 163
-
secops-hunt
Expert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.
majiayu000/claude-skill-registry 163
-
work-summary
Create factual working journal entries in Notes/WorkingJournal/ after completing analysis work. Use when user asks to "summarize work", "document results", or "create working journal entry". Ensures code is committed, copies figures to attachments, and creates objective summaries with citations.
majiayu000/claude-skill-registry 163
-
flow-resume
Resume interrupted flow:work session from last checkpoint. Reads flow-progress.txt to restore context and continue work.
majiayu000/claude-skill-registry 163
-
autonomous-operation
Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved
majiayu000/claude-skill-registry 163
-
hypothesis-generation
Structured hypothesis formulation from observations. Use when you have experimental observations or data and need to formulate testable hypotheses with predictions, propose mechanisms, and design experiments to test them. Follows scientific method framework. For open-ended ideation use scientific-brainstorming; for automated LLM-driven hypothesis testing on datasets use hypogenic.
majiayu000/claude-skill-registry 163
-
clojure-write
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
majiayu000/claude-skill-registry 163
-
openai-agents-sdk-mcp-backend
Patterns for building AI-powered chatbot backends using OpenAI Agents SDK with MCP (Model Context Protocol) server integration in FastAPI applications. Supports both standalone MCP servers and function tools.
majiayu000/claude-skill-registry 163
-
swiftui-developer
Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.
majiayu000/claude-skill-registry 163
-
recruiter
Think like a skeptical technical recruiter when working on the daily.dev Recruiter platform. Use when reviewing UI/UX, features, or code in webapp/pages/recruiter.
majiayu000/claude-skill-registry 163
-
django-setup
Initialize Django projects for HTTPS development with virtual environments and mkcert SSL certificates
majiayu000/claude-skill-registry 163
-
corgi
Use this skill when working with any UI code
majiayu000/claude-skill-registry 163
-
openrouter-streaming-setup
Implement streaming responses with OpenRouter. Use when building real-time chat interfaces or reducing time-to-first-token. Trigger with phrases like 'openrouter streaming', 'openrouter sse', 'stream response', 'real-time openrouter'.
majiayu000/claude-skill-registry 163
-
git-worktree-workflow
Manage parallel development with git worktree for isolated story branches, conflict prevention, and efficient merge coordination
majiayu000/claude-skill-registry 163
-
PR Review Integration
Review pull requests by integrating GitHub operations with Linear issue tracking. Use when: (1) Validating PR changes against Linear issue requirements, (2) Checking if PR addresses all acceptance criteria from Linear issues, (3) Creating comprehensive PR reviews that link code changes to project requirements, (4) Identifying gaps between PR changes and issue requirements, or (5) Posting review findings to both GitHub PRs and Linear issues. Combines GitHub CLI operations with Linear MCP functions for end-to-end PR review workflows.
majiayu000/claude-skill-registry 163
-
pycharm-refs
This skill should be used when agents need to provide clickable code references to users in reports, investigations, or bug findings. It ensures file references use the simple path:line_number format that Claude Code automatically converts to clickable links. Do not use for general documentation or conceptual explanations.
majiayu000/claude-skill-registry 163
-
reward-ops
Use to run day-to-day loyalty reward catalog management and fulfillment.
majiayu000/claude-skill-registry 163
-
terminal
Execute shell commands in persistent, stateful VT100 terminal sessions. WHEN: User needs to "run a command", "execute shell", "build project", "run tests", "deploy", system administration. WHEN NOT: Simple file operations (use fs_* tools), reading known files (use fs_read_file).
majiayu000/claude-skill-registry 163