ワンクリックで
cc_plugins
cc_plugins には TashanGKD から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
个人笔记记录助手。自动以 JSON 格式记录想法、学习笔记、会议纪要到 ~/.note,支持标签分类和全文搜索。
对话归档技能。将当前对话流程提取并生成可重用的 skill 文件。
行为驱动开发(BDD)流程助手。用 Given-When-Then 描述验收标准,包含 Feature 文件管理、步骤定义实现。用户提到 BDD、验收测试、Gherkin 时使用。
活文档维护。智能分析项目代码,维护 docs/ 核心文档和 README.md,包含健康检查、自动更新、质量评分功能。用户提到更新文档、同步文档时使用。
GitHub CLI 专家助手,提供 gh 命令的场景化指导。用户提到 gh、GitHub CLI、创建 PR、管理 Issue 时使用。
Commit 历史整理与合并。将 TDD 循环产生的多个细碎 commit 合并为有意义的功能 commit,包含安全检查、交互式 rebase 指导。用户提到 squash、整理 commit 时使用。
测试驱动开发(TDD)流程助手。严格遵循红-绿-重构循环,包含会话状态管理、测试运行策略、Git 提交规范。用户提到 TDD、测试先行、红绿重构时使用。
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.
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).
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.