Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Convex Agents Human Agents
Integrates human agents into automated workflows for human-in-the-loop interactions. Use this when humans need to respond alongside AI agents, handle escalations, or provide context that AI cannot determine.
majiayu000/claude-skill-registry 163
-
local-test
Test local Jekyll build and visualize pages using Playwright MCP. Starts the development server, navigates through key pages, captures screenshots, and validates rendering. Use when testing local changes before deployment.
majiayu000/claude-skill-registry 163
-
express-mcp
MCP server implementation with Express.js and TypeScript.
majiayu000/claude-skill-registry 163
-
data-processing-workflows
Polibaseのデータ処理ワークフローとパイプラインを説明します。議事録処理、Web scraping、政治家データ収集、話者マッチングなどの処理フロー、依存関係、実行順序を理解する際にアクティベートされます。
majiayu000/claude-skill-registry 163
-
codebase-summarizer
Scans repository structure and generates comprehensive architecture documentation including system overview, entry points, module relationships, data flow diagrams, and "edit here for X" guides. Creates ARCHITECTURE.md for onboarding and navigation. Use when users request "document the codebase", "explain the architecture", "create onboarding docs", or "map the system".
majiayu000/claude-skill-registry 163
-
python-env
Python environment variable management using .env files and python-dotenv for simple projects
majiayu000/claude-skill-registry 163
-
assessment-architect
Generate certification exams for chapters or parts. Extracts concepts first, then generates scenario-based questions. Use "ch X" for chapter, "part X" for part.
majiayu000/claude-skill-registry 163
-
standards-javascript
This skill provides JavaScript coding standards and is automatically loaded for JavaScript projects. It includes modern ES2025 patterns, async handling, and recommended tooling.
majiayu000/claude-skill-registry 163
-
board-governance
Support board of directors governance and meeting management
majiayu000/claude-skill-registry 163
-
brutalist-academic-ui
Skriptoteket-specific brutalist/academic UI design for the Vue 3 + Vite SPA. Uses Tailwind v4 utilities mapped to HuleEdu tokens and SPA primitives.
majiayu000/claude-skill-registry 163
-
vue-filter-manager
COMPREHENSIVE Vue.js filter management system that eliminates duplicate filters, standardizes filter architecture, and ensures cross-view consistency. This skill combines the capabilities of vue-filter-consistency-fixer, vue-filter-architecture-standardizer, and vue-duplicate-filter-remover to provide unified filter management.
majiayu000/claude-skill-registry 163
-
hcom
multi-agent communication and coordination for Claude Code, Gemini CLI & Codex. Use this skill when the human user needs help, status, or reference about hcom - when user asks questions like "how to setup hcom", "hcom not working", "explain hcom", or any hcom troubleshooting.
majiayu000/claude-skill-registry 163
-
nestjs-module-generator
Nestjs Module Generator - Auto-activating skill for Backend Development.
Triggers on: nestjs module generator, nestjs module generator
Part of the Backend Development skill category.
majiayu000/claude-skill-registry 163
-
opencode-config
Edit opencode.json, AGENTS.md, and config files. Use proactively for provider setup, permission changes, model config, formatter rules, or environment variables.
Examples:
- user: "Add Anthropic as a provider" → edit opencode.json providers, add API key baseEnv var, verify with opencode run test
- user: "Restrict this agent's permissions" → add permission block to agent config, set deny/allow for tools/fileAccess
- user: "Set GPT-5 as default model" → edit global or agent-level model preference, verify model name format
- user: "Disable gofmt formatter" → edit formatters section, set languages.gofmt.enabled = false
majiayu000/claude-skill-registry 163
-
openai-chatkit-backend-python
Design, implement, and debug a custom ChatKit backend in Python that powers the ChatKit UI without Agent Builder, using the OpenAI Agents SDK (and optionally Gemini via an OpenAI-compatible endpoint). Use this Skill whenever the user wants to run ChatKit on their own backend, connect it to agents, or integrate ChatKit with a Python web framework (FastAPI, Django, etc.).
majiayu000/claude-skill-registry 163
-
junit-core
JUnit 5 core testing patterns with AAA structure, test organization, and coverage standards
majiayu000/claude-skill-registry 163
-
cloudflare-observability-logging-monitoring
Use this skill whenever the user wants to improve or set up logging, tracing, metrics, and monitoring for Cloudflare Workers/Pages (e.g. Hono + TypeScript), including Wrangler tail, Workers Analytics, log structure, and integration with external tools like Sentry.
majiayu000/claude-skill-registry 163
-
Database Fundamentals
Auto-invoke when reviewing schema design, database queries, ORM usage, or migrations. Enforces normalization, indexing awareness, query optimization, and migration safety.
majiayu000/claude-skill-registry 163
-
paper-writer
Orchestrate paper writing from project analysis. Composes assess, dogpile, arxiv, and code-review skills. Interview-driven workflow with frequent human collaboration to resolve ambiguity and validate each stage.
majiayu000/claude-skill-registry 163
-
create-agent
Claude Code Agent를 생성합니다. 에이전트 생성, AGENT.md 작성, 새 에이전트 만들기 요청 시 활성화.
majiayu000/claude-skill-registry 163
-
SND WrathCombo Integration
Use this skill when implementing combat rotation automation in SND macros using the WrathCombo plugin. Covers auto-rotation control, combo state management, job configuration, and IPC leasing system.
majiayu000/claude-skill-registry 163
-
Active Directory Attacks
This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration", "Golden Ticket", "Silver Ticket", "AS-REP roasting", "NTLM relay", or needs guidance on Windows domain penetration testing.
majiayu000/claude-skill-registry 163
-
doc-consistency-checker
Detects when high-level project documentation is stale based on code/config changes and generates update suggestions
majiayu000/claude-skill-registry 163
-
react-package-builder
Create reusable React component packages for the Raamattu Nyt monorepo. Use when:
(1) Extracting a component from an app into a shared package
(2) Creating a new reusable UI component library
(3) Designing props contracts for controlled/uncontrolled components
(4) Implementing engine abstraction patterns (GSAP, framer-motion)
(5) Decoupling components from Supabase/Auth/fetching
Triggers: "create package", "extract component", "make reusable", "shared component", "props contract", "engine abstraction"
majiayu000/claude-skill-registry 163