一键导入
git-sync
Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user requests information lookup, pattern discovery, or knowledge persistence. Developed by ByteRover Inc. (https://byterover.dev/)
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
Essential Docker commands and workflows for container management, image operations, and debugging.
| name | git-sync |
| description | Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically. |
| tags | ["git","sync","backup","version-control"] |
Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.
Commit and push changes.
.gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.Wrapper around git add . && git commit && git push.