Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

mo-cc-plugins

يحتوي mo-cc-plugins على 12 من skills المجمعة من mocraimer، مع تغطية مهنية على مستوى المستودع وصفحات 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