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

cc-plugins

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

已收集 skills
50
Stars
9
更新
2026-05-13
Forks
2
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

baseline
信息安全分析师

Create or update the project security baseline, profile, suppressions file, and gitignore entries for security scans

2026-05-13
fix
信息安全分析师

Fix or guide remediation for a specific security finding from the latest scan report

2026-05-13
scan
信息安全分析师

Run a security assessment using deterministic static analysis tools with LLM-powered triage

2026-05-13
setup
信息安全分析师

Inspect and optionally install security scanning tools for the security plugin

2026-05-13
recall
软件开发工程师

Query ctx memory and inject results into context

2026-05-11
status
软件开发工程师

Show ctx memory status (node counts, types, tiers, tokens)

2026-05-11
using-ctx
软件开发工程师

MANDATORY persistent memory system for decisions, facts, patterns, and observations.

2026-05-11
epic
项目管理专家

Create a multi-phase epic plan with TDD structure for large features

2026-04-21
fresh
软件开发工程师

Save current plan state and prepare for fresh context restart

2026-04-21
git-hygiene
软件开发工程师

This skill should be used for commit strategy, branch naming, conventional commits, PR workflow, and merge decisions in devloop

2026-04-21
help
软件开发工程师

Learn how to use devloop - interactive guide to commands, workflow, and best practices

2026-04-21
run-epic
项目管理专家

Execute an epic plan phase-by-phase, inline by default with opt-in worker spawns per task annotation

2026-04-21
local-config
软件开发工程师

This skill should be used for configuring devloop project settings via .devloop/local.md, git workflow preferences, commit settings, review options

2026-04-15
plan
项目管理专家

Create a devloop workflow plan with autonomous exploration and task breakdown

2026-04-15
run
软件开发工程师

Execute plan tasks autonomously until completion

2026-04-15
run-swarm
软件开发工程师

Execute plan tasks via fresh-context subagents (swarm mode)

2026-04-15
devloop-audit
软件开发工程师

Audit devloop against Claude Code updates to identify integration opportunities. Use after Claude Code releases, monthly maintenance, or when exploring new features.

2026-04-15
agent-cli
软件开发工程师

This skill should be used when building, creating, or modifying any CLI tool or command-line application in any language or framework. The convention is language-agnostic. Reference implementations for Go (Cobra), Python (Click), Rust (Clap), Node (Commander) included but the pattern applies to any CLI framework (argparse, Thor, Picocli, Commander, etc.). Provides the --agent-help convention: structured, token-minimal help output that LLM agents can parse efficiently. Use when adding help text, designing CLI command structure, creating a new command-line tool, adding subcommands, implementing --help, or making CLI tools usable by AI agents.

2026-04-12
plan-management
项目管理专家

This skill should be used when creating, reading, or updating devloop plans in .devloop/plan.md, task tracking, progress logs, phase management, PR feedback

2026-04-08
devloop
软件开发工程师

Start development workflow - lightweight entry point

2026-04-08
archive
软件开发工程师

Archive a completed plan to .devloop/archive/

2026-04-07
ship
软件开发工程师

Devloop commit and PR creation with validation for completed plan work

2026-04-07
statusline
软件开发工程师

Configure the devloop statusline for Claude Code

2026-04-07
lint
软件质量保证分析师与测试员

Lint and audit a Claude Code plugin, skill, or hook for correctness, token efficiency, and quality. Runs static analysis against verified Claude Code internals, then delegates to skill-creator for description optimization and eval benchmarking. Use when reviewing plugin changes, writing new hooks/skills, debugging a hook that silently does nothing, or before merging to main.

2026-04-05
pr-feedback
软件开发工程师

This skill should be used for integrating PR review comments back into devloop plan, parsing review feedback, addressing reviewer concerns

2026-04-05
cleanup
软件开发工程师

This skill should be used when the user asks to "clean up memory", "sync ctx and memory", "review memory", "deduplicate nodes", "fix memory conflicts", "ctx cleanup", "memory maintenance", "reconcile memory systems", or mentions stale nodes, memory bloat, or keeping ctx and MEMORY.md in sync.

2026-04-05
setup
软件开发工程师

Install, upgrade, or verify ctx persistent memory system

2026-04-05
setup
软件开发工程师

Install, build, and configure the Forge agent job runner. Verify the binary, start the daemon, and validate everything works.

2026-04-05
use
软件开发工程师

How to use Forge to submit headless agent jobs, check status, and retrieve output via MCP tools. Use when the user wants to delegate work to a background agent, run a task on another LLM, or interact with forge.

2026-04-05
svg
网页开发工程师

Generate professional-quality diagrams as raw SVG. Use when the diagram-router selects SVG, or when the user needs pixel-precise control, custom visuals, threat models, comparisons, Venn diagrams, or any diagram type that other formats cannot handle well. SVG is the most expressive format -- unlimited visual possibilities, browser-native rendering.

2026-03-28
diagram-router
软件开发工程师

Automatically select the best diagram format (SVG, Mermaid, Excalidraw, D2) and diagram type based on user intent. Use when the user asks to create, draw, visualize, or diagram something and has not specified a format. Routes to the appropriate format-specific skill.

2026-03-28
excalidraw
网页与数字界面设计师

Generate diagrams with a hand-drawn whiteboard aesthetic by writing .excalidraw files directly. Use when the user wants informal sketches, whiteboard-style visuals, or diagrams they can open and edit in Excalidraw. Saves a local .excalidraw file -- viewing/rendering is handled separately.

2026-03-28
d2
网页开发工程师

Generate diagrams using D2 (Terrastruct) -- a modern, clean diagram scripting language with excellent auto-layout. Use when the diagram-router selects D2, or when the user wants clean architecture diagrams, nested containers, or prefers D2's aesthetic. Requires the d2 CLI binary.

2026-03-28
design-system
平面设计师

Shared design principles for all diagram formats -- color theory, composition, typography, accessibility, and quality standards. Referenced by format-specific skills (svg, mermaid, excalidraw, d2). Use when generating any visual diagram to ensure professional quality.

2026-03-28
mermaid
软件开发工程师

Generate diagrams using Mermaid syntax -- the most LLM-friendly text-based diagram format. Use when the diagram-router selects Mermaid, or when diagrams will live in GitHub/GitLab markdown, documentation, or when quick generation with broad diagram type coverage is needed. Renders natively on major platforms.

2026-03-28
results
信息安全分析师

View the most recent security scan results without re-running the scan

2026-03-14
review
软件开发工程师

Quick inline code review for devloop plan changes or PR diffs

2026-03-14
blog
作家与作者

Interview-driven blog post creator that writes in your voice and strips AI tells

2026-03-13
issues
软件开发工程师

List GitHub issues for the current repository

2026-03-13
new
软件开发工程师

Create a GitHub issue (or local issue with --local)

2026-03-13
当前展示该仓库 Top 40 / 50 个已收集 skills。