Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cc_plugins

cc_plugins contains 10 collected skills from TashanGKD, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
3
updated
2026-01-15
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

note
office-and-administrative-support-workers-all-other

个人笔记记录助手。自动以 JSON 格式记录想法、学习笔记、会议纪要到 ~/.note,支持标签分类和全文搜索。

2026-01-15
archive-skill
software-developers

对话归档技能。将当前对话流程提取并生成可重用的 skill 文件。

2026-01-15
bdd
software-quality-assurance-analysts-and-testers

行为驱动开发(BDD)流程助手。用 Given-When-Then 描述验收标准,包含 Feature 文件管理、步骤定义实现。用户提到 BDD、验收测试、Gherkin 时使用。

2026-01-13
docs
software-developers

活文档维护。智能分析项目代码,维护 docs/ 核心文档和 README.md,包含健康检查、自动更新、质量评分功能。用户提到更新文档、同步文档时使用。

2026-01-13
gh
software-developers

GitHub CLI 专家助手,提供 gh 命令的场景化指导。用户提到 gh、GitHub CLI、创建 PR、管理 Issue 时使用。

2026-01-13
squash
software-developers

Commit 历史整理与合并。将 TDD 循环产生的多个细碎 commit 合并为有意义的功能 commit,包含安全检查、交互式 rebase 指导。用户提到 squash、整理 commit 时使用。

2026-01-13
tdd
software-quality-assurance-analysts-and-testers

测试驱动开发(TDD)流程助手。严格遵循红-绿-重构循环,包含会话状态管理、测试运行策略、Git 提交规范。用户提到 TDD、测试先行、红绿重构时使用。

2026-01-13
manim-builder
software-developers

Compile and render Manim scenes to video files. Use when user has a .py scene file that needs to be rendered to mp4/gif, or when previewing animation results. Handles: rendering scenes, quality settings (4k, high, medium, low), exporting to different formats (mp4, gif, png), and previewing results.

2025-12-26
manim-generator
software-developers

Generate Manim Python code from natural language descriptions. Use when user asks to create mathematical animations, visualize functions, plot graphs, or generate scene code for Manim. Handles: function plotting (sin, cos, derivative, integral), geometric shapes (circle, square, triangle), animations (transform, fade, morph), and math formulas (LaTeX).

2025-12-26
manim-tools
software-developers

Reusable Manim tool functions for quick animation creation. Use when user needs ready-to-use functions for geometric shapes, function plotting, animations, or math formulas. Import: from tools.tools import *. Provides: create_circle(), create_square(), plot_sine(), plot_derivative(), fade_in_transform(), create_formula(), and more.

2025-12-26