Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mo-cc-plugins

mo-cc-plugins 收录了来自 mocraimer 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
2
更新
2026-03-15
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

review-tower
软件质量保证分析师与测试员

Gamified code review that turns PRs into towers with floors. Choose Challenge mode (independent review, 2x multiplier) or Scout mode (AI-guided, 1x). Earn XP, RPG titles, and session badges. Triggers: /review-tower, gamify code review, review PR as a game, tower review

2026-03-15
ambient-researcher
软件开发工程师

Context-aware research assistant that reads your current development context (git, imports, dependencies), suggests relevant research topics, and only researches what you opt into. Tracks declined topics so they're never re-suggested. Designed for /loop — runs periodically to surface useful knowledge. Use this skill when the user wants proactive research suggestions while coding, mentions wanting to learn about libraries they're using, asks for background knowledge surfacing, wants best practices or pitfalls for their tech stack surfaced automatically, or says they keep discovering useful patterns too late. Not for direct research requests — this suggests topics and waits for approval. Usage: /loop 15m /ambient-researcher

2026-03-09
changelog-writer
软件开发工程师

Changelog generator that analyzes git diffs (not just commit messages) to produce human-readable entries in Keep-a-Changelog format. Accumulates across sessions without overwriting. Designed for /loop — runs periodically to capture changes as they happen. Use this skill when the user wants automatic changelog tracking, mentions forgetting to update CHANGELOG.md, wants release notes generated from commits, asks for a running record of what changed, or needs continuous changelog generation during development. Not for one-time release notes — this is a recurring background writer. Usage: /loop 30m /changelog-writer

2026-03-09
check-plugins
软件开发工程师

Plugin health monitor that validates installed Claude Code plugins, checks for marketplace updates, and surfaces issues by severity with delta reporting. Designed for /loop — runs periodically to keep your plugins healthy. Usage: /loop 1h /check-plugins

2026-03-09
content-pipeline
软件开发工程师

Social media content pipeline that monitors git activity and Claude Code sessions to generate Reddit/LinkedIn-ready drafts in a review queue. Never auto-posts. Designed for /loop — runs periodically to capture development stories as they happen. Usage: /loop 30m /content-pipeline

2026-03-09
daily-briefing
软件开发工程师

Development briefing generator that pulls from git activity, GitHub PRs/issues, Gmail (optional), and environment health to produce a comprehensive daily briefing written to file. Supports user-configurable custom checks. Designed for /loop — runs periodically to keep you informed. Use this skill when the user wants a morning check-in, asks to catch up on what happened overnight, wants a project status summary, mentions monitoring PRs/issues/commits/emails periodically, or asks for a recurring development dashboard. Usage: /loop 4h /daily-briefing

2026-03-09
dep-sentinel
信息安全分析师

Dependency security monitor that auto-detects project ecosystems (Node.js, Python, Rust, Go, Ruby, Java, PHP), runs security audits and outdated checks, classifies findings by severity, and uses delta reporting to only alert on new issues. Designed for /loop — runs periodically to watch your dependencies. Use this skill when the user wants continuous vulnerability scanning, mentions CVE monitoring, asks about dependency security or outdated packages on a recurring basis, wants automated npm audit/pip-audit/cargo-audit, or mentions security review compliance. Not for one-time audits — use npm audit directly for that. Usage: /loop 1h /dep-sentinel

2026-03-09
dispatch-work
软件开发工程师

Proactive work dispatcher that triages open GitHub issues and suggests delegating suitable ones to isolated worktree agents. Requires confirmation before dispatching. Designed for /loop — periodically scans for actionable issues. Usage: /loop 10m /dispatch-work

2026-03-09
learn-preferences
软件开发工程师

Manifest preference learner that reads /define manifests and discovery logs, extracts recurring user preference patterns, and suggests CLAUDE.md updates after multi-session confirmation. Designed for /loop — runs periodically to learn from your workflow. Usage: /loop 1h /learn-preferences

2026-03-09
self-heal
软件质量保证分析师与测试员

Self-healing debugger that autonomously reproduces a bug, analyzes errors, and attempts fixes in isolated worktrees. Designed for /loop — runs iteratively until the test passes or 5 attempts are exhausted. Usage: /loop 2m /self-heal npm test -- --grep 'failing test'

2026-03-09
workhorse
软件开发工程师

General-purpose autonomous task agent that takes arbitrary development tasks, plans them via /define, executes via /do, and manages a persistent task queue with human approval gates. Simulates OpenClaw-like autonomous agent behavior within /loop. Usage: /loop 10m /workhorse 'build user auth' — or /workhorse status

2026-03-09
focus-guardian
软件开发工程师

Scope drift detector that compares recent file changes against your declared task, nudging you when work drifts off-scope. Respectful, non-blocking alerts via AskUserQuestion with dismiss tracking. Designed for /loop — runs periodically to keep you focused. Use this skill when the user wants to stay focused on a task, mentions scope drift or getting distracted, wants to avoid touching unrelated files, asks for something to keep them on track, or mentions PRs getting rejected for including unrelated changes. Usage: /loop 5m /focus-guardian 'implement user auth for login page'

2026-03-07