Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
typescript-patterns
TypeScript best practices. Use when writing TypeScript code for backend services, API handlers, or shared utilities. Applies async/await patterns, typed errors, and strict type safety.
majiayu000/claude-skill-registry 163
-
prose-writer
Write `output/DRAFT.md` (or `output/SNAPSHOT.md`) from an approved outline and evidence packs, using only verified citation keys from `citations/ref.bib`.
**Trigger**: write draft, prose writer, snapshot, survey writing, 写综述, 生成草稿, section-by-section drafting.
**Use when**: structure is approved (`DECISIONS.md` has `Approve C2`) and evidence packs exist (`outline/subsection_briefs.jsonl`, `outline/evidence_drafts.jsonl`).
**Skip if**: approvals are missing, or evidence packs are incomplete / scaffolded (missing-fields, TODO markers).
**Network**: none.
**Guardrail**: do not invent facts or citations; only cite keys present in `citations/ref.bib`; avoid pipeline-jargon leakage in final prose.
majiayu000/claude-skill-registry 163
-
git-message-guide
コミットメッセージとPRメッセージのガイドライン。Conventional Commits形式での日本語コミットメッセージ作成、PRの概要・レビュー観点・関連Issue記載をサポート。git commit、PR作成、コミットメッセージの書き方を聞かれた時に使用する。
majiayu000/claude-skill-registry 163
-
refactoring-packages
パッケージ/モジュール構造の分析とリファクタリング支援。循環依存の検出、責務分離の提案、移行計画の作成を行う。「パッケージ構造を見直したい」「モジュールの依存関係が複雑」「ファイル配置を整理したい」「循環依存を解消したい」といった構造改善リクエストで起動。
majiayu000/claude-skill-registry 163
-
vibecoder-guide-legacy
Guides VibeCoder (non-technical users) through natural language development (legacy). Use when user mentions どうすればいい, 次は何, 使い方, 困った, help, what should I do. Do NOT load for: 技術者向け作業, 直接的な実装指示, レビュー.
majiayu000/claude-skill-registry 163
-
tuist
Best practices for Tuist projects. Use when working with Tuist manifests, generating projects, or building with xcodebuild in Tuist projects.
majiayu000/claude-skill-registry 163
-
flox-sharing
Sharing and composing Flox environments. Use for environment composition, remote environments, FloxHub, and team collaboration patterns.
majiayu000/claude-skill-registry 163
-
cloudflare-browser-rendering
Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)
majiayu000/claude-skill-registry 163
-
chitti-mcp
Use this skill when you need to start or call Chitti's MCP server (chitti.decide/recall/policy/audit) from Codex, keeping tool details out of context until invoked.
majiayu000/claude-skill-registry 163
-
playwright-browser-type
To type text into an editable field, enter text into inputs or textareas.
majiayu000/claude-skill-registry 163
-
ideate
아이디어 탐색부터 Epic 생성까지 원스톱 워크플로우. Use when (1) 러프한 아이디어가 있을 때,
(2) 새 기능/프로젝트 구상 시, (3) "뭔가 만들고 싶어", (4) 가설 수립 및 검증 필요 시.
majiayu000/claude-skill-registry 163
-
hypothesis-debugging
Structured code debugging through hypothesis formation and falsification planning. Use when diagnosing bugs, unexpected behaviour, or system failures where the root cause is unclear. Produces a hypothesis document for execution by another agent rather than performing the investigation directly. Triggers on requests to debug issues, diagnose problems, investigate failures, or create debugging plans.
majiayu000/claude-skill-registry 163
-
responsive-breakpoint-analyzer
Responsive Breakpoint Analyzer - Auto-activating skill for Frontend Development.
Triggers on: responsive breakpoint analyzer, responsive breakpoint analyzer
Part of the Frontend Development skill category.
majiayu000/claude-skill-registry 163
-
unknown-majiayu000-claude-skill-registr-44
majiayu000/claude-skill-registry 163
-
agent-sdk-development
Central authority for Claude Agent SDK (TypeScript and Python SDKs). Covers SDK installation, authentication (Anthropic key, Bedrock, Vertex), sessions and resumption, forking sessions, streaming vs single mode, custom tools, permissions (allowedTools, disallowedTools, permissionMode), MCP integration, system prompts (CLAUDE.md, appendSystemPrompt, outputStyle), cost tracking, todo tracking, structured outputs, hosting patterns, plugins, and SDK branding guidelines. Assists with building custom agents, configuring SDK options, and troubleshooting SDK issues. Delegates 100% to docs-management skill for official documentation.
majiayu000/claude-skill-registry 163
-
mac-appstore-prep
Mac App Store申請前のチェックリスト。Sandbox必須、スクリーンショット、Notarization、権限説明を確認。Use when: Mac App Store、macOS申請、Mac審査 を依頼された時。
majiayu000/claude-skill-registry 163
-
secret-code
Reveal the secret code by reading the asset and running the script
majiayu000/claude-skill-registry 163
-
custom-statusline
Set up custom Claude Code status line with Nerd Font icons, colors, git status, usage tracking, system info, and project context. NO EMOJIS - only Nerd Font icons and symbols. Use when configuring statusline, setting up status bar, or customizing Claude UI. Triggers with statusline, status bar, custom theme.
majiayu000/claude-skill-registry 163
-
repo-sweep
Comprehensive pre-production repository audit for preparing repos for public release. Use when the user wants to perform a "final sweep", "production check", "pre-release audit", or prepare a repository to be made public. Audits metadata files across all project types (Fabric mods, Node/npm, Go, Python, etc.) for correct username/organization, checks README links, and identifies leftover development artifacts like planning docs, test scripts, and temporary files. Interactive cleanup with user confirmation.
majiayu000/claude-skill-registry 163
-
zustand-store-generator
Generate Zustand store files with TypeScript and middleware. Triggers on "create zustand store", "generate zustand state", "zustand slice", "state management".
majiayu000/claude-skill-registry 163
-
implement
Guided workflow for implementing features with quality gates. Use when building new features - includes spec, test-first, implementation, and verification steps.
majiayu000/claude-skill-registry 163
-
apc-code-samples
TypeScript and Node.js code samples for APC Mini MK2 development. Use when user needs "code example", "implementation", "easymidi", "@julusian/midi", "sample code", "how to implement", or wants working code for LED control, button handling, or MIDI communication.
majiayu000/claude-skill-registry 163
-
bdg-browser-debug
Browser debugging and telemetry via Chrome DevTools Protocol. Use when testing the Astro dev server, inspecting network requests, debugging console errors, capturing screenshots, or interacting with DOM elements on localhost:4321.
majiayu000/claude-skill-registry 163
-
maker-orchestrator
MAKER Framework orchestration skill - automatically activates when complex
development tasks are detected. Triggers on keywords: create, build, implement,
add, develop, make, set up, configure, refactor, migrate. Decomposes tasks
into atomic steps and coordinates execution through specialized agents.
majiayu000/claude-skill-registry 163