Showing 30 of 12,154

Sorted by quality
hive.terminal-tools-pty-sessions
Claude Codeby aden-hive
74

Use when you need state across calls — building env vars, navigating with cd, driving REPLs (python -i, mysql, psql, node), or responding to interactive prompts (sudo password, ssh host-key confirmation, mysql connection). Teaches the prompt-sentinel exec pattern (default mode), raw I/O for REPLs (…

Coding / 软件开发
Shell
Scanned
db-migrator
Claude Codeby laolaoshiren
74

数据库迁移助手 - Schema 对比、迁移脚本生成

Data / 数据分析
Safe-ish
Scanned
mmx-cli
Claude Codeby agentscope-ai
74

Generate text, images, video, speech, and music via the MiniMax AI platform. Covers text generation (MiniMax-M3 model), image generation (image-01), video generation (Hailuo-2.3), speech synthesis (speech-2.8-hd, 300+ voices), music generation (music-2.6 with lyrics, cover, and instrumental), and w…

Creative / 创意娱乐
Safe-ish
Scanned
changelog-gen
Claude Codeby laolaoshiren
74

Changelog 生成器 - 从 Git 历史自动生成 CHANGELOG

Safe-ish
Scanned
zh-docgen
Claude Codeby laolaoshiren
74

中文文档生成器 - 从代码库自动生成中文技术文档

Coding / 软件开发
Safe-ish
Scanned
i18n-helper
Claude Codeby laolaoshiren
74

国际化/本地化助手 — 扫描代码中的硬编码文本、生成 i18n 配置、批量翻译

Coding / 软件开发
Safe-ish
Scanned
Advertisement
interview-framework
Claude Codeby tzachbon
74

This skill should be used when running an interactive interview before a spec phase, gathering requirements through dialogue, asking the user clarifying questions before delegating to a subagent, or when any Ralph phase command (research, requirements, design, tasks) needs adaptive brainstorming di…

Research / 研究
Safe-ish
Scanned
code-review-expert
Claude Codeby dtsola
74

Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.

Coding / 软件开发
Safe-ish
Scanned
ralph-specum-tasks
Claude Codeby tzachbon
74

This skill should be used only when the user explicitly asks to use `$ralph-specum-tasks`, or explicitly asks Ralph Specum in Codex to run the tasks phase.

Safe-ish
Scanned
hive.terminal-tools-fs-search
Claude Codeby aden-hive
74

Use terminal_rg / terminal_find when you need raw filesystem search outside the project tree — system configs, /var/log, /etc, archive contents — or when files-tools.search_files is too project-scoped. Teaches the rg vs find vs terminal_exec("ls/du/tree") split, common rg flag combos for code/logs/…

Coding / 软件开发
Safe-ish
Scanned
ralph-specum-requirements
Claude Codeby tzachbon
74

This skill should be used only when the user explicitly asks to use `$ralph-specum-requirements`, or explicitly asks Ralph Specum in Codex to run the requirements phase.

Safe-ish
Scanned
ss-build
Claude Codeby bitjaru
74

Build a screen with StyleSeed's composed design method — choose or compile an output grammar, apply domain/page/profile/lock constraints, then run the code and pixel gates before presenting.

Writing / 写作
Safe-ish
Scanned
rl-reward
Claude Codeby agentscope-ai
74

Build RL reward signals using the OpenJudge framework. Covers choosing between pointwise and pairwise reward strategies based on RL algorithm, task type, and cost; aggregating multi-dimensional pointwise scores into a scalar reward; pairwise tournament reward for GRPO on subjective tasks (net win r…

Coding / 软件开发
Safe-ish
Scanned
better-icons
Claude Codeby dtsola
74

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search <query>` to find icons, `better-icons get <id>` to get SVG. Also available as MCP server for AI agents.

MCP & Tools / 工具连接器
Safe-ish
Scanned
paper-writing-bench
Claude Codeby Ar9av
74

Reverse-engineer raw materials (Sparse idea, Dense idea, experimental log) from an existing AI research paper to build a benchmark case for evaluating paper-writing pipelines. Replicates the PaperWritingBench dataset construction procedure from arXiv:2604.05018 §3 / App. C. TRIGGER when the user as…

Data / 数据分析
Safe-ish
Scanned
distill-protocol
Claude Codeby agenmod
74

蒸馏协议:为个人数字资料生成人类可读条款与机器可读 manifest;戏称「牛马保护法」仅为传播梗,非法律意见。

Safe-ish
Scanned
alphaear-signal-tracker
Claude Codeby RKiding
74

Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.

Safe-ish
Scanned
timeline-creator
Claude Codeby mhattingpete
74

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

Data / 数据分析
Safe-ish
Scanned
triage-issue
Claude Codeby aden-hive
74

Analyze a GitHub issue, verify claims against the codebase, and close invalid issues with a technical response.

Coding / 软件开发
Safe-ish
Scanned
academic-humanizer
Claude Codeby dongshuyan
74

Draft, audit, or minimally revise English- or Chinese-language academic prose to reduce formulaic, vacuous, mechanically repetitive, or process-leaking language while preserving claims, evidence strength, logical relations, manuscript-wide terminology identity, document-level pattern variation, and…

Research / 研究
Safe-ish
Scanned
alphaear-predictor
Claude Codeby RKiding
74

Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.

Data / 数据分析
Safe-ish
Scanned
test-reporting
Claude Codeby aden-hive
74

Run the Level 2 dummy agent integration test suite and produce a detailed HTML report with per-test input → outcome analysis.

Coding / 软件开发
Safe-ish
Scanned
nanoresearch-planning
Claude Codeby OpenRaiser
74

Produce an experiment blueprint from a research hypothesis

Research / 研究
Safe-ish
Scanned
perf-profiler
Claude Codeby laolaoshiren
74

基于可复现基线和 profiler 证据分析性能问题。用于用户要求定位慢接口、慢任务、慢查询、内存或网络瓶颈,制定优化方案,或验证优化收益时;区分实测结论与静态推断,不虚构耗时和提升比例,生产环境操作需明确授权。

Safe-ish
Scanned
ss-pattern
Claude Codeby bitjaru
74

Generate a composed UI pattern (card layout, list, form section, grid, etc.) using design system primitives

Design / 设计
Safe-ish
Scanned
subagent-driven-development
Claude Codeby GanyuanRan
74

Use when executing implementation plans with independent tasks in the current session

Coding / 软件开发
Safe-ish
Scanned
test-driven-development
Claude Codeby GanyuanRan
74

→ False-positive entry on a native-direct-skill host? → Exit immediately unless the user explicitly asked for TDD or the conversation already contains TDD Route: strict. In off mode, do not start RED / GREEN / REFACTOR from generic bugfix, contract, shared-module, or risky-code wording alone. Hand …

Coding / 软件开发
Safe-ish
Scanned
ss-tokens
Claude Codeby bitjaru
74

View, add, or modify design tokens in the StyleSeed design system

Design / 设计
Safe-ish
Scanned
ss-component
Claude Codeby bitjaru
74

Generate a new UI component following the StyleSeed design conventions

Design / 设计
Safe-ish
Scanned
delegation-principle
Claude Codeby tzachbon
74

Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.

Safe-ish
Scanned