Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
pdf
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
majiayu000/claude-skill-registry 163
-
docker-essentials
Docker and Docker Compose patterns - Dockerfile best practices, multi-stage builds, compose networking, and container debugging. Auto-triggers when working with containers.
majiayu000/claude-skill-registry 163
-
christmas-child-portrait-masterpiece
This prompt instructs an AI image generator to create an ultra-realistic, high-end 8K Christmas portrait by using a user-supplied child photo as a strict identity reference, reproducing the child’s face and expression faithfully while placing them in a specified rustic cabin scene sitting on Santa’s lap. It defines exact wardrobe, environment elements, cinematic lighting, camera-style settings, and quality constraints to ensure a natural commercial-photography look, while forbidding stylization, facial changes, artifacts, text/watermarks, or unsafe content, resulting in a polished, family-friendly holiday portrait that matches the child’s real likeness.
majiayu000/claude-skill-registry 163
-
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
majiayu000/claude-skill-registry 163
-
recent-news-article-aggregator
Use AgentPMT external API to run the Recent News Article Aggregator tool with wallet signatures, credits purchase, or credits earned from jobs.
majiayu000/claude-skill-registry 163
-
nl-to-constraints
Transforms natural language requirements (user stories, verbal descriptions, business rules) into formal specifications and constraints. Use when converting informal requirements into structured, testable specifications with explicit constraints. Outputs in multiple formats including BDD-style Given-When-Then, JSON Schema, and structured plain text requirements documents.
majiayu000/claude-skill-registry 163
-
data-visualization
Build mathematically correct, visually prominent data visualizations for time-series charts. Use this skill when creating charts with mathematical overlays (trendlines, patterns, indicators), fixing visual artifacts (wavy lines, domain mismatches), or validating chart correctness. Focuses on technical correctness and progressive validation, not aesthetic design.
majiayu000/claude-skill-registry 163
-
react-native-architecture
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.
majiayu000/claude-skill-registry 163
-
brand-guidelines-enforcer
[Design System] Lightweight brand guidelines enforcement for UI copy and visual motifs. Use when (1) checking UI labels/buttons/error messages against brand tone, (2) validating color usage in specific contexts, (3) ensuring reserved components are used correctly, (4) user asks to 'check brand guidelines', 'validate brand compliance', 'review copy tone', or 'enforce design rules'.
majiayu000/claude-skill-registry 163
-
analyze-dependencies
Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk
majiayu000/claude-skill-registry 163
-
azure-ai-vision-imageanalysis-py
Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.
Triggers: "image analysis", "computer vision", "OCR", "object detection", "ImageAnalysisClient", "image caption".
majiayu000/claude-skill-registry 163
-
refactor
Plan vault restructuring from config changes. Compares config.yaml against derivation.md, identifies dimension shifts, shows restructuring plan, executes on approval. Triggers on "/refactor", "restructure vault".
majiayu000/claude-skill-registry 163
-
ref-hallucination-arena
Benchmark LLM reference recommendation capabilities by verifying every cited paper against Crossref, PubMed, arXiv, and DBLP. Measures hallucination rate, per-field accuracy (title/author/year/DOI), discipline breakdown, and year constraint compliance. Supports tool-augmented (ReAct + web search) mode. Use when the user asks to evaluate, benchmark, or compare models on academic reference hallucination, literature recommendation quality, or citation accuracy.
majiayu000/claude-skill-registry 163
-
stitch-loop
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
majiayu000/claude-skill-registry 163
-
deploy-global
Choose deployment target based on project type. Static sites to CF Pages, APIs to VPS, serverless to Workers.
majiayu000/claude-skill-registry 163
-
visual-content-desc
Generates detailed text descriptions of medical images and charts for accessibility and manuscript writing.
majiayu000/claude-skill-registry 163
-
gsd:workflow:checkpoint
Workflow for managing checkpoints
majiayu000/claude-skill-registry 163
-
docker-patterns
Provides Docker and containerization best practices including multi-stage builds, security hardening, and compose patterns. Use when writing Dockerfiles, optimizing images, setting up containers, or when user mentions 'Docker', 'container', 'Dockerfile', 'docker-compose', 'image'.
majiayu000/claude-skill-registry 163
-
value-stack
Build a value stack table — list every deliverable with its individual value, calculate total value, show the price, show the savings. Includes 3-5 bonus items with names, descriptions, and assigned values. Use when user needs a "value stack", "pricing table", "offer stack", or wants to visualize their product's value vs. price.
majiayu000/claude-skill-registry 163
-
cal-automation
Automate Cal tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
dotnet-devcert-trust
Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate lifecycle from generation to system CA bundle inclusion, with distro-specific guidance for Ubuntu, Fedora, Arch, and WSL2.
majiayu000/claude-skill-registry 163
-
newsletter-subject-lines
Write newsletter subject lines for OpenEd Daily using 15 proven formulas + 10 Commandments evaluation. Generate 10+ options, select best through systematic criteria.
majiayu000/claude-skill-registry 163
-
kb-friendica
Background knowledge about Friendica, the federated social networking platform (Facebook alternative). Covers Friendica's history and lineage (Mistpark 2010, Friendika, Friendica, the Red Matrix/Hubzilla fork), its multi-protocol architecture (ActivityPub, DFRN, Diaspora protocol simultaneously), the DFRN protocol (Distributed Friends and Relations Network — Atom/ActivityStreams XML with public-key crypto handshake, dfrn_notify/dfrn_poll/dfrn_request endpoints), the ActivityPub implementation (Receiver/Processor/Transmitter classes, APDelivery workers, Mastodon-compatible API), the Diaspora protocol integration (reverse-engineered PHP implementation), the addon/plugin system (hook-based with 100+ hooks, Smarty3 templates, module intercept), cross-network connectors (Bluesky bidirectional, Tumblr, GNU Social, email IMAP/SMTP, RSS/Atom, WordPress/LiveJournal/Dreamwidth post-only), privacy controls (ACLs, Circles/Groups, multiple profiles, per-post permissions), content model (200,000-char posts, BBCode, photo albums, events, forums, polls), the database schema (97 tables, hub-and-spoke post model with post/post-user/post-content/post-media separation), the 8-layer architecture (Client/Frontend/Application/Business Logic/ Content Processing/Federation/Data/Background Worker), the tech stack (PHP, MySQL/MariaDB/PostgreSQL, Apache/Nginx, Smarty3, Composer, AGPL-3.0), supported FEPs (group federation, OpenWebAuth, long-form text, FEP-67ff), federation interoperability quirks (bridge role between protocol ecosystems, OStatus dropped in 2024.12), and the relationship to Mike Macgirvin's later projects (Hubzilla, Zot/Nomad protocol, Streams, Forte). Load when the user asks about Friendica federation; implementing a Friendica-compatible ActivityPub server; the DFRN protocol; how Friendica bridges multiple protocol ecosystems; Friendica's addon system; Friendica's privacy model; interoperating with Friendica instances; Friendica's Mastodon API compatibility; the Friendica-to-Hubzilla lineage; or cross-posting from Friendica to Bluesky, Tumblr, Diaspora, or other networks.
majiayu000/claude-skill-registry 163
-
audit-impl
Audit a completed implementation against its originating plan(s). Returns GO (merge approved) or NO GO (generates remediation file for retry). Final gate before merge in any implementation pipeline.
majiayu000/claude-skill-registry 163