Harness Sync
Description
--- description: 把 cc-configs/ 内 skills/commands/agents 分发到各项目 .claude/ + 跨项目漂移 audit(status/sync/init/audit 4 子命令) --- # /harness-sync — 跨项目分发 显式入口给用户手键;不再 skill auto-trigger(主动维护操作,对话中误触发风险高,降级为 command)。 **trigger keywords**(供 README 检索,不进 auto-trigger):同步 skills / 分发 skills / cc-configs 改了推到所有项目 / 跨项目 skill 一致性 / .claude/skills 漂移 / 新项目初始化 .claude/ / 审计项目 CC 配置 ## 调用 ```bash /harness-sync [status|sync|init|audit] # ↓ 实质执行 python3 ~/Dev/tools/cc-configs/tools/harness/harness.py <subcmd>
Installation
Installs to ~/.claude/skills/zengtianli-cc-configs-harness-sync/SKILL.md
mkdir -p ~/.claude/skills/zengtianli-cc-configs-harness-sync && curl -fsSL https://raw.githubusercontent.com/zengtianli/cc-configs/HEAD/commands/harness-sync.md -o ~/.claude/skills/zengtianli-cc-configs-harness-sync/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,