
majiayu000/claude-skill-registry-data
clipboard-manager
@majiayu000/claude-skill-registry-data
复制和粘贴文本/文件到剪贴板,支持历史记录和格式转换。
posting-linkedin
@majiayu000/claude-skill-registry-data
Post content to LinkedIn using Playwright browser automation. Use when publishing LinkedIn posts, configuring posting schedule, troubleshooting LinkedIn authentication, or managing post queue. NOT when generating post content (use generating-ceo-briefing for metrics).
discover-history
@majiayu000/claude-skill-registry-data
Search archived tickets by keywords to find related historical context.
asking-codex
@majiayu000/claude-skill-registry-data
Code review, security audits, bug detection, alternative implementations, second opinions via OpenAI Codex. Use when user asks for code review, security analysis, implementation advice, bug detection, code patterns, or wants a second opinion on code. Supports uncommitted changes review. Do not use for architecture design or web searches.
EasyPanel DevOps
@majiayu000/claude-skill-registry-data
Experto en Dockerización, Docker Compose y despliegue en EasyPanel.
solid-principles
@majiayu000/claude-skill-registry-data
SOLID principles for object-oriented design. Use when reviewing code quality, refactoring, designing classes or interfaces, or discussing architecture patterns.
analyzer
@majiayu000/claude-skill-registry-data
A code analyzer skill that helps with code quality and best practices
cron-scheduler
@majiayu000/claude-skill-registry-data
解析、验证和解释cron表达式,计算下次运行时间。
scienceworld-tool-user
@majiayu000/claude-skill-registry-data
Uses a tool from inventory on a target object or location to perform a specific environmental interaction, such as digging or cutting. Activate this skill when a task requires modifying the environment or manipulating materials, like using a shovel to dig soil. It takes the tool and target as inputs and outputs the result of the interaction, enabling physical task progression.
offline-sync
@majiayu000/claude-skill-registry-data
Use when implementing offline-first patterns with MMKV storage and React Query persistence in React Native.
forms-create
@majiayu000/claude-skill-registry-data
Google Forms フォームを新規作成する。「フォーム作成」「Forms 作成」「新しいフォーム」「アンケート作成」「フォームを作って」などで起動。
gsd:map-codebase
@majiayu000/claude-skill-registry-data
Analyze codebase with parallel mapper agents
go-errors
@majiayu000/claude-skill-registry-data
Go error handling patterns. Routes to specific patterns.
tavily-web
@majiayu000/claude-skill-registry-data
Web search, content extraction, crawling, and research capabilities using Tavily API
stagehand
@majiayu000/claude-skill-registry-data
Stagehand automation patterns and best practices. Scripted browser flows, data seeding, and test orchestration. Trigger: When automating browser flows or test setup with Stagehand.
demo
@majiayu000/claude-skill-registry-data
Alias for /tour - Interactive walkthrough of Product Org OS
switch-worktree
@majiayu000/claude-skill-registry-data
Switch the current session to work in an existing git worktree
patterns/command
@majiayu000/claude-skill-registry-data
Command Pattern pattern for C development
using-hyperlend-adapter
@majiayu000/claude-skill-registry-data
How to read Hyperlend markets/time-series and execute lend/withdraw flows in Wayfinder Paths (inputs/outputs, unit handling, and safety).
using-moonwell-adapter
@majiayu000/claude-skill-registry-data
How to use the Moonwell adapter for lending/borrowing on Base (market discovery, APYs, collateral management, and common gotchas).
spec-driven-development
@majiayu000/claude-skill-registry-data
Enforces strict Spec-Driven Development. Prevents direct coding and ensures spec → generate → review loops.
agentuity-cli-cloud-thread-delete
@majiayu000/claude-skill-registry-data
Delete a thread. Requires authentication. Use for Agentuity cloud platform operations
lux-create-pull-request
@majiayu000/claude-skill-registry-data
Guidelines and checklists for creating a PR for Luxor.
sysop-kernel
@majiayu000/claude-skill-registry-data
Run the SYSopGPTWSL operator kernel (repeatable sysop pipeline + diffable report + learning ledger). Use when asked to run sysop checks, collect Windows/WSL snapshots, benchmark, or produce the operator report.
start-feature
@majiayu000/claude-skill-registry-data
Start new feature branch
playwright-browser-navigate-back
@majiayu000/claude-skill-registry-data
To go back in browser history, navigate to the previous page from the current page.
agentuity-cli-project-list
@majiayu000/claude-skill-registry-data
List all projects. Requires authentication. Use for project management operations
helmet-config-generator
@majiayu000/claude-skill-registry-data
Generate Helmet.js security middleware configuration for Express applications. Triggers on "create helmet config", "generate helmet configuration", "express security headers", "helmet setup".
dynamic-budget-orchestrator
@majiayu000/claude-skill-registry-data
Dynamically scale model token budgets using resource telemetry, prompt size, and profile presets. Use when token limits must adapt to hardware constraints, per-request size, or safe/fast/quality modes.
uloop-clear-console
@majiayu000/claude-skill-registry-data
Clear Unity console logs via uloop CLI. Use when you need to: (1) Clear the console before running tests, (2) Start a fresh debugging session, (3) Clean up log output for better readability.
artifact-management
@majiayu000/claude-skill-registry-data
Artifact repositories with Nexus, Artifactory, and container registries for build artifact storage
learning-faq-generator
@majiayu000/claude-skill-registry-data
Generate comprehensive FAQs from common learner questions, analytics, discussion forums, and support tickets. Use for self-service support. Activates on "FAQ", "common questions", "help documentation", or "student support".
search
@majiayu000/claude-skill-registry-data
Search codebase semantically by concept or functionality. Use when looking for code related to a topic, feature, or pattern rather than exact text matches.
schema-validate-resume
@majiayu000/claude-skill-registry-data
Validate resume payloads using strict Pydantic models. Ensures that the resume JSON conforms to the required structure before processing.
changelog-maintenance
@majiayu000/claude-skill-registry-data
Follow Keep a Changelog format with sections: Added, Changed, Deprecated, Removed, Fixed, Security Use when documenting code and APIs. Documentation category skill.
system/model-selector
@majiayu000/claude-skill-registry-data
Select the correct Ollama base model (and adapters) based on task type, resource fit, and registry availability. Use to translate Modelfile FROM/ADAPTER decisions into agent behavior.
parallel-work
@majiayu000/claude-skill-registry-data
Coordinate multiple agents working simultaneously. Use when splitting tasks across agents or when avoiding overlapping diffs with shared files.
Email Communication
@majiayu000/claude-skill-registry-data
Send and read emails via Gmail (User) and Transactional Dispatcher (System).
kakao-rooms-next
@majiayu000/claude-skill-registry-data
카카오톡 다음 채팅방 목록. "카톡 다음 방", "더 보기", "kakao rooms next", "KakaoTalk more rooms" 시 사용.
cleanup-changelog
@majiayu000/claude-skill-registry-data
Format changelog and remove empty sections.
snapshot-testing
@majiayu000/claude-skill-registry-data
Snapshots are useful for detecting unintended UI changes but shouldn't be the only testing strategy Use when writing and organizing tests. Testing category skill.
web-permissions
@majiayu000/claude-skill-registry-data
Trusted domains, security assessment patterns, and domain research standards for WebFetch permissions
docs-consistency
@majiayu000/claude-skill-registry-data
Ensure consistency of documentation files. Use this skill when you made a significant change to the codebase that may affect the documentation (like feature addition), or when you made a significant change to the documentation itself.
triatu-security
@majiayu000/claude-skill-registry-data
Security practices for Triatu. Use when adding data access, Server Actions, logging, or Supabase policies, and when reviewing security risks.
Cost Guardrails
@majiayu000/claude-skill-registry-data
See the main Budget Guardrails skill for comprehensive coverage of cost controls and governance.
youtube-videos
@majiayu000/claude-skill-registry-data
Transcribe and analyze YouTube videos
corpus-review
@majiayu000/claude-skill-registry-data
Strategic review of your Resume Corpus against market data. Identifies high-demand skill gaps and strengthens your career story.
publish-skill
@majiayu000/claude-skill-registry-data
USE WHEN: user wants to publish, port, or share a skill to a marketplace repo. DO NOT USE WHEN: creating new skills, installing skills, or general questions.
refactoring
@majiayu000/claude-skill-registry-data
Refactor code to improve maintainability by consolidating redundant logic and applying DRY principles
jj:bookmark
@majiayu000/claude-skill-registry-data
Create a jj bookmark for the current commit with a descriptive name
