Find the perfect skill
E-LearningWebApp Expert Assistant
Development
Expert assistant for a multi-tenant school LMS with Django backend, Next.js frontend, Expo mobile app, and AI engine. Provides context-aware help for all project tasks.
Agent Restore Context
Productivity
Manage restore context files so skills can survive /clear and /compact. Use to write, delete, check, or list .agent-restore-context-* files.
Blog Reference for Claude
Documentation
Quick reference guide for this blog's technical structure, style patterns, and conventions. Use this file to avoid re-exploring the codebase in new sessions.
Monorepo Setup Wizard
Development
Configure monorepo tooling with Turborepo, Nx, or pnpm workspaces including shared packages and CI optimization.
Orient Release Testing
Testing
Comprehensive testing guide for Orient releases before shipping. Covers unit tests, local installer E2E, CLI verification, integration tests, eval tests, and success criteria validation. Use to validate a new version or verify the installer.
Skill Development for Claude Code
Development
Provides step-by-step guidance for creating, editing, and organizing modular skills that extend Claude's capabilities. Covers skill anatomy (SKILL.md, references, examples, scripts), progressive disclosure for efficient context use, and validation best practices. Use when developing or improving skills for Claude Code plugins or personal workflows.
Jetson BSP Image Validation
Testing
Validates a customized BSP image after flashing, including static checks and on-target smoke/regression tests.
WeChat Backup Decryptor
Security
Decrypt and extract WeChat backup database (.xb files) from NAS/Android backups.
Workflow Bridge
Development
Invoked by processing skills when a pipeline phase ends, this skill runs a discovery script to identify the next phase based on work type (greenfield, feature, bugfix) and topic. It then creates a deterministic plan-mode handoff that survives context compaction for a seamless continuation.
Systematic Design Improvement
Design & Creativity
Systematic design optimization for a personal website, applying a defined color palette, typography hierarchy, and responsive layout principles. It ensures consistency and professional appearance using Tailwind utilities and Framer Motion animations. Helpful when design issues like poor spacing, broken responsiveness, or brand violations are detected.
miniextendr Serde Integration
Development
Use when the user asks about serializing Rust types to R without writing TryFromSexp or IntoR by hand, how serde Serialize/Deserialize maps to R lists and vectors, and related concepts.
Advanced Evaluation
Testing
This skill covers production-grade techniques for evaluating LLM outputs using LLMs as judges, including bias mitigation and evaluation pipeline construction.