Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
scienceworld-object-locator
This skill searches for a specific target object across multiple rooms by systematically teleporting to likely locations and examining each room. It should be triggered when the agent needs to find an object whose exact location is unknown. The skill involves iterating through candidate rooms, using room exploration to check for the object, and continues until the target is found, providing the object's location as output.
majiayu000/claude-skill-registry 163
-
bash-script-quality
Use when creating or editing any bash script (.sh) - ensures shellcheck passes after every edit with zero warnings
majiayu000/claude-skill-registry 163
-
python-agent-development
Python Agent 开发规范(Windows wxauto v4),包括项目结构、模块化、wxauto 使用、IPC 集成、错误处理、测试和部署。
majiayu000/claude-skill-registry 163
-
swoole-doc
majiayu000/claude-skill-registry 163
-
implement-track-management
Plan and implement Stage 5 Track Management with CRUD endpoints, soft-delete, and lifecycle worker (plan)
majiayu000/claude-skill-registry 163
-
background-process-run-command-sync
To run a short command and wait for the result, execute a synchronous shell command via the manager and return full output.
majiayu000/claude-skill-registry 163
-
complex-orchestrator
Orchestrates multi-file tasks by delegating to parallel sub-agents. Use when a task spans multiple files or components and can benefit from parallel execution to save context and time.
majiayu000/claude-skill-registry 163
-
form-validation-with-zod
Enforces the use of Zod for form validation throughout the project.
majiayu000/claude-skill-registry 163
-
totalaud-brand
Use when building UI for totalaud.io - enforces brand colours, typography, and calm aesthetic
majiayu000/claude-skill-registry 163
-
hipaa-guardian
This skill should be used when the user asks to "scan for PHI", "detect PII", "HIPAA compliance check", "audit for protected health information", "find sensitive healthcare data", "generate HIPAA audit report", "check code for PHI leakage", "scan logs for PHI", "check authentication on PHI endpoints", or mentions PHI detection, HIPAA compliance, healthcare data privacy, medical record security, logging PHI violations, or authentication checks for health data.
majiayu000/claude-skill-registry 163
-
obsidian-catalog
Sync Claude conversations to Obsidian vault. Use when user asks to: sync conversations, export chat history, catalog sessions, generate summaries, review past work, search conversation history, or asks what was discussed on a specific date or about a specific topic.
majiayu000/claude-skill-registry 163
-
google-gemini-file-search
Build document Q&A with Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats, query with natural language.
Use when: document Q&A, searchable knowledge bases, semantic search. Troubleshoot: document immutability, storage quota (3x), chunking config, metadata limits (20 max), polling timeouts, displayName dropped (Blob uploads), grounding lost (JSON mode), tool conflicts (googleSearch + fileSearch).
majiayu000/claude-skill-registry 163
-
ears-translator
Translate user stories and informal requirements into EARS (Easy Approach to Requirements Syntax) format. Use when Claude needs to (1) convert user stories to formal requirements, (2) transform informal requirements into structured EARS format, (3) review and improve existing requirements using EARS patterns, (4) create testable, unambiguous system requirements. Triggers on requests like "convert to EARS", "write requirements", "formalize these user stories", "EARS format".
majiayu000/claude-skill-registry 163
-
documentation-guide
引導文件結構、內容需求和專案文件最佳實踐。
使用時機:建立 README、文件、docs 目錄、專案設定、技術文件。
關鍵字:README, docs, documentation, CONTRIBUTING, CHANGELOG, ARCHITECTURE, API docs, 文件, 說明文件, 技術文件.
majiayu000/claude-skill-registry 163
-
recommender-system
智能推荐系统分析工具,提供多种推荐算法实现、评估框架和可视化分析。使用时需要用户行为数据、商品信息或评分数据,支持协同过滤、矩阵分解等推荐算法,生成个性化推荐结果和评估报告。
majiayu000/claude-skill-registry 163
-
cloudflare-vectorize
Build semantic search with Cloudflare Vectorize V2. Covers async mutations, 5M vectors/index, 31ms latency, returnMetadata enum changes, and V1 deprecation. Prevents 14 errors including dimension mismatches, TypeScript types, testing setup.
Use when: building RAG or semantic search, troubleshooting returnMetadata, V2 timing, metadata index, dimension errors, vitest setup, or wrangler --json output.
majiayu000/claude-skill-registry 163
-
session-intelligence-harvester
This skill should be used after productive sessions to extract learnings and route them to appropriate Reusable Intelligence Infrastructure (RII) components. Use when corrections were made, format drift was fixed, new patterns emerged, or the user explicitly asks to "harvest learnings" or "capture session intelligence". Transforms one-time fixes into permanent organizational knowledge by implementing updates across multiple files.
majiayu000/claude-skill-registry 163
-
ln-221-story-creator
Creates Stories from IDEAL plan (CREATE) or appends user-requested Stories (ADD). Generates 8-section documents, validates INVEST, creates in Linear. Invoked by ln-220.
majiayu000/claude-skill-registry 163
-
lsp-implementation
Use when implementing Language Server Protocol features - covers completions, hover, diagnostics, and navigation
majiayu000/claude-skill-registry 163
-
Pre-push Verification
Execute lint, test, and build checks before pushing code
majiayu000/claude-skill-registry 163
-
content-research-writer
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
majiayu000/claude-skill-registry 163
-
rspack
Provides comprehensive guidance for Rspack bundler including configuration, plugins, loaders, optimization, and Webpack compatibility. Use when the user asks about Rspack, needs to configure Rspack, optimize build performance, or migrate from Webpack.
majiayu000/claude-skill-registry 163
-
project-workflow
Nine integrated slash commands for complete project lifecycle: /explore-idea, /plan-project, /plan-feature, /wrap-session, /continue-session, /workflow, /release, /brief, /reflect.
Use when starting projects, managing sessions across context windows, capturing learnings, or preparing releases. Saves 35-55 minutes per lifecycle.
majiayu000/claude-skill-registry 163
-
loadingrnafromseurat
Load pre-existing Seurat objects into the immunopipe pipeline instead of starting from raw count matrices via SampleInfo. This enables analysis on already processed single-cell RNA-seq data stored in Seurat R objects.
majiayu000/claude-skill-registry 163