claudecode-omc 5.5.2 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.local/skills/de-ai-writing/SKILL.md +243 -0
- package/.local/skills/de-ai-writing/references/chinese-patterns.md +152 -0
- package/.local/skills/de-ai-writing/references/chinese-signals.md +121 -0
- package/.local/skills/de-ai-writing/references/domain-playbooks.md +120 -0
- package/.local/skills/de-ai-writing/references/wikipedia-signs.md +196 -0
- package/README.md +102 -10
- package/bundled/manifest.json +3 -2
- package/bundled/upstream/ecc/.omc-source/bundle.json +23 -0
- package/bundled/upstream/ecc/.omc-source/last-plan-apply.json +439 -0
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +47 -0
- package/bundled/upstream/ecc/agents/a11y-architect.md +141 -0
- package/bundled/upstream/ecc/agents/architect.md +211 -0
- package/bundled/upstream/ecc/agents/build-error-resolver.md +114 -0
- package/bundled/upstream/ecc/agents/chief-of-staff.md +151 -0
- package/bundled/upstream/ecc/agents/code-architect.md +71 -0
- package/bundled/upstream/ecc/agents/code-explorer.md +69 -0
- package/bundled/upstream/ecc/agents/code-reviewer.md +237 -0
- package/bundled/upstream/ecc/agents/code-simplifier.md +47 -0
- package/bundled/upstream/ecc/agents/comment-analyzer.md +45 -0
- package/bundled/upstream/ecc/agents/conversation-analyzer.md +52 -0
- package/bundled/upstream/ecc/agents/cpp-build-resolver.md +90 -0
- package/bundled/upstream/ecc/agents/cpp-reviewer.md +72 -0
- package/bundled/upstream/ecc/agents/csharp-reviewer.md +101 -0
- package/bundled/upstream/ecc/agents/dart-build-resolver.md +201 -0
- package/bundled/upstream/ecc/agents/database-reviewer.md +91 -0
- package/bundled/upstream/ecc/agents/doc-updater.md +107 -0
- package/bundled/upstream/ecc/agents/docs-lookup.md +68 -0
- package/bundled/upstream/ecc/agents/e2e-runner.md +107 -0
- package/bundled/upstream/ecc/agents/flutter-reviewer.md +243 -0
- package/bundled/upstream/ecc/agents/gan-evaluator.md +209 -0
- package/bundled/upstream/ecc/agents/gan-generator.md +131 -0
- package/bundled/upstream/ecc/agents/gan-planner.md +99 -0
- package/bundled/upstream/ecc/agents/go-build-resolver.md +94 -0
- package/bundled/upstream/ecc/agents/go-reviewer.md +76 -0
- package/bundled/upstream/ecc/agents/harness-optimizer.md +35 -0
- package/bundled/upstream/ecc/agents/healthcare-reviewer.md +83 -0
- package/bundled/upstream/ecc/agents/java-build-resolver.md +153 -0
- package/bundled/upstream/ecc/agents/java-reviewer.md +92 -0
- package/bundled/upstream/ecc/agents/kotlin-build-resolver.md +118 -0
- package/bundled/upstream/ecc/agents/kotlin-reviewer.md +159 -0
- package/bundled/upstream/ecc/agents/loop-operator.md +36 -0
- package/bundled/upstream/ecc/agents/opensource-forker.md +198 -0
- package/bundled/upstream/ecc/agents/opensource-packager.md +249 -0
- package/bundled/upstream/ecc/agents/opensource-sanitizer.md +188 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +446 -0
- package/bundled/upstream/ecc/agents/planner.md +212 -0
- package/bundled/upstream/ecc/agents/pr-test-analyzer.md +45 -0
- package/bundled/upstream/ecc/agents/python-reviewer.md +98 -0
- package/bundled/upstream/ecc/agents/pytorch-build-resolver.md +120 -0
- package/bundled/upstream/ecc/agents/refactor-cleaner.md +85 -0
- package/bundled/upstream/ecc/agents/rust-build-resolver.md +148 -0
- package/bundled/upstream/ecc/agents/rust-reviewer.md +94 -0
- package/bundled/upstream/ecc/agents/security-reviewer.md +108 -0
- package/bundled/upstream/ecc/agents/seo-specialist.md +62 -0
- package/bundled/upstream/ecc/agents/silent-failure-hunter.md +50 -0
- package/bundled/upstream/ecc/agents/tdd-guide.md +91 -0
- package/bundled/upstream/ecc/agents/type-design-analyzer.md +41 -0
- package/bundled/upstream/ecc/agents/typescript-reviewer.md +112 -0
- package/bundled/upstream/ecc/commands/agent-sort.md +23 -0
- package/bundled/upstream/ecc/commands/aside.md +164 -0
- package/bundled/upstream/ecc/commands/build-fix.md +62 -0
- package/bundled/upstream/ecc/commands/checkpoint.md +74 -0
- package/bundled/upstream/ecc/commands/claw.md +23 -0
- package/bundled/upstream/ecc/commands/code-review.md +289 -0
- package/bundled/upstream/ecc/commands/context-budget.md +23 -0
- package/bundled/upstream/ecc/commands/cpp-build.md +173 -0
- package/bundled/upstream/ecc/commands/cpp-review.md +132 -0
- package/bundled/upstream/ecc/commands/cpp-test.md +251 -0
- package/bundled/upstream/ecc/commands/devfleet.md +23 -0
- package/bundled/upstream/ecc/commands/docs.md +23 -0
- package/bundled/upstream/ecc/commands/e2e.md +268 -0
- package/bundled/upstream/ecc/commands/eval.md +23 -0
- package/bundled/upstream/ecc/commands/evolve.md +178 -0
- package/bundled/upstream/ecc/commands/feature-dev.md +49 -0
- package/bundled/upstream/ecc/commands/flutter-build.md +164 -0
- package/bundled/upstream/ecc/commands/flutter-review.md +116 -0
- package/bundled/upstream/ecc/commands/flutter-test.md +144 -0
- package/bundled/upstream/ecc/commands/gan-build.md +99 -0
- package/bundled/upstream/ecc/commands/gan-design.md +35 -0
- package/bundled/upstream/ecc/commands/go-build.md +183 -0
- package/bundled/upstream/ecc/commands/go-review.md +148 -0
- package/bundled/upstream/ecc/commands/go-test.md +268 -0
- package/bundled/upstream/ecc/commands/gradle-build.md +70 -0
- package/bundled/upstream/ecc/commands/harness-audit.md +73 -0
- package/bundled/upstream/ecc/commands/hookify-configure.md +14 -0
- package/bundled/upstream/ecc/commands/hookify-help.md +46 -0
- package/bundled/upstream/ecc/commands/hookify-list.md +21 -0
- package/bundled/upstream/ecc/commands/hookify.md +50 -0
- package/bundled/upstream/ecc/commands/instinct-export.md +66 -0
- package/bundled/upstream/ecc/commands/instinct-import.md +114 -0
- package/bundled/upstream/ecc/commands/instinct-status.md +59 -0
- package/bundled/upstream/ecc/commands/jira.md +106 -0
- package/bundled/upstream/ecc/commands/kotlin-build.md +174 -0
- package/bundled/upstream/ecc/commands/kotlin-review.md +140 -0
- package/bundled/upstream/ecc/commands/kotlin-test.md +312 -0
- package/bundled/upstream/ecc/commands/learn-eval.md +116 -0
- package/bundled/upstream/ecc/commands/learn.md +70 -0
- package/bundled/upstream/ecc/commands/loop-start.md +32 -0
- package/bundled/upstream/ecc/commands/loop-status.md +24 -0
- package/bundled/upstream/ecc/commands/model-route.md +26 -0
- package/bundled/upstream/ecc/commands/multi-backend.md +158 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +315 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +158 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +268 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +191 -0
- package/bundled/upstream/ecc/commands/orchestrate.md +135 -0
- package/bundled/upstream/ecc/commands/plan.md +117 -0
- package/bundled/upstream/ecc/commands/pm2.md +272 -0
- package/bundled/upstream/ecc/commands/projects.md +39 -0
- package/bundled/upstream/ecc/commands/promote.md +41 -0
- package/bundled/upstream/ecc/commands/prompt-optimize.md +23 -0
- package/bundled/upstream/ecc/commands/prp-commit.md +112 -0
- package/bundled/upstream/ecc/commands/prp-implement.md +385 -0
- package/bundled/upstream/ecc/commands/prp-plan.md +502 -0
- package/bundled/upstream/ecc/commands/prp-pr.md +184 -0
- package/bundled/upstream/ecc/commands/prp-prd.md +447 -0
- package/bundled/upstream/ecc/commands/prune.md +31 -0
- package/bundled/upstream/ecc/commands/python-review.md +297 -0
- package/bundled/upstream/ecc/commands/quality-gate.md +29 -0
- package/bundled/upstream/ecc/commands/refactor-clean.md +80 -0
- package/bundled/upstream/ecc/commands/resume-session.md +156 -0
- package/bundled/upstream/ecc/commands/review-pr.md +37 -0
- package/bundled/upstream/ecc/commands/rules-distill.md +20 -0
- package/bundled/upstream/ecc/commands/rust-build.md +187 -0
- package/bundled/upstream/ecc/commands/rust-review.md +142 -0
- package/bundled/upstream/ecc/commands/rust-test.md +308 -0
- package/bundled/upstream/ecc/commands/santa-loop.md +175 -0
- package/bundled/upstream/ecc/commands/save-session.md +275 -0
- package/bundled/upstream/ecc/commands/sessions.md +339 -0
- package/bundled/upstream/ecc/commands/setup-pm.md +80 -0
- package/bundled/upstream/ecc/commands/skill-create.md +174 -0
- package/bundled/upstream/ecc/commands/skill-health.md +54 -0
- package/bundled/upstream/ecc/commands/tdd.md +231 -0
- package/bundled/upstream/ecc/commands/test-coverage.md +69 -0
- package/bundled/upstream/ecc/commands/update-codemaps.md +72 -0
- package/bundled/upstream/ecc/commands/update-docs.md +84 -0
- package/bundled/upstream/ecc/commands/verify.md +23 -0
- package/bundled/upstream/ecc/hooks/README.md +237 -0
- package/bundled/upstream/ecc/hooks/hooks.json +330 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +146 -0
- package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +73 -0
- package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +153 -0
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +178 -0
- package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +215 -0
- package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +63 -0
- package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +51 -0
- package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +385 -0
- package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +339 -0
- package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +120 -0
- package/bundled/upstream/ecc/skills/api-design/SKILL.md +523 -0
- package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +179 -0
- package/bundled/upstream/ecc/skills/article-writing/SKILL.md +79 -0
- package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +142 -0
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +267 -0
- package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +610 -0
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +598 -0
- package/bundled/upstream/ecc/skills/benchmark/SKILL.md +93 -0
- package/bundled/upstream/ecc/skills/blueprint/SKILL.md +105 -0
- package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +97 -0
- package/bundled/upstream/ecc/skills/brand-voice/references/voice-profile-schema.md +55 -0
- package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +87 -0
- package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +84 -0
- package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +99 -0
- package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +212 -0
- package/bundled/upstream/ecc/skills/ck/SKILL.md +147 -0
- package/bundled/upstream/ecc/skills/ck/commands/forget.mjs +44 -0
- package/bundled/upstream/ecc/skills/ck/commands/info.mjs +24 -0
- package/bundled/upstream/ecc/skills/ck/commands/init.mjs +143 -0
- package/bundled/upstream/ecc/skills/ck/commands/list.mjs +40 -0
- package/bundled/upstream/ecc/skills/ck/commands/migrate.mjs +202 -0
- package/bundled/upstream/ecc/skills/ck/commands/resume.mjs +36 -0
- package/bundled/upstream/ecc/skills/ck/commands/save.mjs +210 -0
- package/bundled/upstream/ecc/skills/ck/commands/shared.mjs +387 -0
- package/bundled/upstream/ecc/skills/ck/hooks/session-start.mjs +224 -0
- package/bundled/upstream/ecc/skills/claude-api/SKILL.md +337 -0
- package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +103 -0
- package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +244 -0
- package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +439 -0
- package/bundled/upstream/ecc/skills/code-tour/SKILL.md +236 -0
- package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +233 -0
- package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +549 -0
- package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +299 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +367 -0
- package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +189 -0
- package/bundled/upstream/ecc/skills/content-engine/SKILL.md +131 -0
- package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/bundled/upstream/ecc/skills/context-budget/SKILL.md +135 -0
- package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +45 -0
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +123 -0
- package/bundled/upstream/ecc/skills/continuous-learning/config.json +18 -0
- package/bundled/upstream/ecc/skills/continuous-learning/evaluate-session.sh +69 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +346 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +282 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer.md +198 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/start-observer.sh +244 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/config.json +8 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +460 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +243 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +1426 -0
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +984 -0
- package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/bundled/upstream/ecc/skills/council/SKILL.md +203 -0
- package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +723 -0
- package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +324 -0
- package/bundled/upstream/ecc/skills/crosspost/SKILL.md +111 -0
- package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +321 -0
- package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +140 -0
- package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +263 -0
- package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +563 -0
- package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +108 -0
- package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +764 -0
- package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +429 -0
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +155 -0
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +160 -0
- package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +427 -0
- package/bundled/upstream/ecc/skills/design-system/SKILL.md +82 -0
- package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +734 -0
- package/bundled/upstream/ecc/skills/django-security/SKILL.md +593 -0
- package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +729 -0
- package/bundled/upstream/ecc/skills/django-verification/SKILL.md +469 -0
- package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +191 -0
- package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +364 -0
- package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +90 -0
- package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +321 -0
- package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +326 -0
- package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +160 -0
- package/bundled/upstream/ecc/skills/email-ops/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +228 -0
- package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +50 -0
- package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +270 -0
- package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +130 -0
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +103 -0
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +284 -0
- package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +127 -0
- package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +435 -0
- package/bundled/upstream/ecc/skills/foundation-models-on-device/SKILL.md +243 -0
- package/bundled/upstream/ecc/skills/frontend-design/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +642 -0
- package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +184 -0
- package/bundled/upstream/ecc/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +278 -0
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +715 -0
- package/bundled/upstream/ecc/skills/github-ops/SKILL.md +144 -0
- package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +674 -0
- package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +720 -0
- package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +95 -0
- package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +245 -0
- package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +159 -0
- package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +207 -0
- package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +276 -0
- package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +78 -0
- package/bundled/upstream/ecc/skills/hookify-rules/SKILL.md +128 -0
- package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +247 -0
- package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +96 -0
- package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +91 -0
- package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +211 -0
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +147 -0
- package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +293 -0
- package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +151 -0
- package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +154 -0
- package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +284 -0
- package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +719 -0
- package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +689 -0
- package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +711 -0
- package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +824 -0
- package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +415 -0
- package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +229 -0
- package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +285 -0
- package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +283 -0
- package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +179 -0
- package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +321 -0
- package/bundled/upstream/ecc/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
- package/bundled/upstream/ecc/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
- package/bundled/upstream/ecc/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
- package/bundled/upstream/ecc/skills/lead-intelligence/agents/signal-scorer.md +60 -0
- package/bundled/upstream/ecc/skills/liquid-glass-design/SKILL.md +279 -0
- package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +146 -0
- package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +222 -0
- package/bundled/upstream/ecc/skills/manim-video/SKILL.md +89 -0
- package/bundled/upstream/ecc/skills/manim-video/assets/network_graph_scene.py +52 -0
- package/bundled/upstream/ecc/skills/market-research/SKILL.md +75 -0
- package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +69 -0
- package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +104 -0
- package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +33 -0
- package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +230 -0
- package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +44 -0
- package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +102 -0
- package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +100 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +296 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/gacha.py +224 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/gacha.sh +5 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/error-handling.md +53 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/naming-system.md +39 -0
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/references/output-template.md +166 -0
- package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +255 -0
- package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +504 -0
- package/bundled/upstream/ecc/skills/perl-security/SKILL.md +503 -0
- package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +475 -0
- package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +236 -0
- package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +147 -0
- package/bundled/upstream/ecc/skills/product-capability/SKILL.md +141 -0
- package/bundled/upstream/ecc/skills/product-lens/SKILL.md +92 -0
- package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +238 -0
- package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +111 -0
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +397 -0
- package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +750 -0
- package/bundled/upstream/ecc/skills/python-testing/SKILL.md +816 -0
- package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +396 -0
- package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +260 -0
- package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
- package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/3d.md +86 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/animations.md +29 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/assets.md +78 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/audio.md +172 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/can-decode.md +75 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/charts.md +58 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/compositions.md +146 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/display-captions.md +126 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/extract-frames.md +229 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/fonts.md +152 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/gifs.md +138 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/images.md +130 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/lottie.md +67 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/measuring-text.md +143 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/sequencing.md +106 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/tailwind.md +11 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/text-animations.md +20 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/timing.md +179 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/transitions.md +122 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/trimming.md +52 -0
- package/bundled/upstream/ecc/skills/remotion-video-creation/rules/videos.md +171 -0
- package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +78 -0
- package/bundled/upstream/ecc/skills/research-ops/SKILL.md +112 -0
- package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +240 -0
- package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +264 -0
- package/bundled/upstream/ecc/skills/rules-distill/scripts/scan-rules.sh +58 -0
- package/bundled/upstream/ecc/skills/rules-distill/scripts/scan-skills.sh +129 -0
- package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +499 -0
- package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +500 -0
- package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +75 -0
- package/bundled/upstream/ecc/skills/santa-method/SKILL.md +306 -0
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +161 -0
- package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +99 -0
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +495 -0
- package/bundled/upstream/ecc/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/bundled/upstream/ecc/skills/security-scan/SKILL.md +165 -0
- package/bundled/upstream/ecc/skills/seo/SKILL.md +154 -0
- package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +58 -0
- package/bundled/upstream/ecc/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
- package/bundled/upstream/ecc/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
- package/bundled/upstream/ecc/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
- package/bundled/upstream/ecc/skills/skill-comply/prompts/classifier.md +24 -0
- package/bundled/upstream/ecc/skills/skill-comply/prompts/scenario_generator.md +62 -0
- package/bundled/upstream/ecc/skills/skill-comply/prompts/spec_generator.md +42 -0
- package/bundled/upstream/ecc/skills/skill-comply/pyproject.toml +15 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/__init__.py +0 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/classifier.py +85 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/grader.py +124 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/parser.py +107 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/report.py +170 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/run.py +127 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +161 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/scenario_generator.py +70 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/spec_generator.py +72 -0
- package/bundled/upstream/ecc/skills/skill-comply/scripts/utils.py +13 -0
- package/bundled/upstream/ecc/skills/skill-comply/tests/test_grader.py +197 -0
- package/bundled/upstream/ecc/skills/skill-comply/tests/test_parser.py +90 -0
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +193 -0
- package/bundled/upstream/ecc/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/bundled/upstream/ecc/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/bundled/upstream/ecc/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +154 -0
- package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +314 -0
- package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +272 -0
- package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +158 -0
- package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +231 -0
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +131 -0
- package/bundled/upstream/ecc/skills/strategic-compact/suggest-compact.sh +54 -0
- package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +143 -0
- package/bundled/upstream/ecc/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/bundled/upstream/ecc/skills/swiftui-patterns/SKILL.md +259 -0
- package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +463 -0
- package/bundled/upstream/ecc/skills/team-builder/SKILL.md +168 -0
- package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +109 -0
- package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +133 -0
- package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +465 -0
- package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +187 -0
- package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +126 -0
- package/bundled/upstream/ecc/skills/video-editing/SKILL.md +310 -0
- package/bundled/upstream/ecc/skills/videodb/SKILL.md +374 -0
- package/bundled/upstream/ecc/skills/videodb/reference/api-reference.md +550 -0
- package/bundled/upstream/ecc/skills/videodb/reference/capture-reference.md +407 -0
- package/bundled/upstream/ecc/skills/videodb/reference/capture.md +101 -0
- package/bundled/upstream/ecc/skills/videodb/reference/editor.md +443 -0
- package/bundled/upstream/ecc/skills/videodb/reference/generative.md +331 -0
- package/bundled/upstream/ecc/skills/videodb/reference/rtstream-reference.md +564 -0
- package/bundled/upstream/ecc/skills/videodb/reference/rtstream.md +65 -0
- package/bundled/upstream/ecc/skills/videodb/reference/search.md +230 -0
- package/bundled/upstream/ecc/skills/videodb/reference/streaming.md +406 -0
- package/bundled/upstream/ecc/skills/videodb/reference/use-cases.md +118 -0
- package/bundled/upstream/ecc/skills/videodb/scripts/ws_listener.py +282 -0
- package/bundled/upstream/ecc/skills/visa-doc-translate/README.md +86 -0
- package/bundled/upstream/ecc/skills/visa-doc-translate/SKILL.md +117 -0
- package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +125 -0
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +230 -0
- package/bundled/upstream/superpowers/.omc-source/last-plan-apply.json +22 -0
- package/package.json +3 -1
- package/src/catalog/source-catalog.js +391 -0
- package/src/cli/artifact.js +3 -2
- package/src/cli/doctor.js +25 -4
- package/src/cli/index.js +19 -0
- package/src/cli/plan.js +220 -0
- package/src/cli/setup.js +209 -12
- package/src/cli/source.js +110 -3
- package/src/config/paths.js +31 -0
- package/src/config/sources.js +103 -10
- package/src/merge/hook-merger.js +1 -0
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
# Wikipedia "Signs of AI writing" — 本地工作清单
|
|
2
|
+
|
|
3
|
+
本文件改写自 Wikipedia WikiProject AI Cleanup 维护的 *Signs of AI writing*:
|
|
4
|
+
<https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing>
|
|
5
|
+
|
|
6
|
+
每次执行 de-ai-writing 都必须按 Group A → D 走一遍,**逐组打勾**判断哪些信号在响。
|
|
7
|
+
不要把所有命中都改写,挑 3–5 条最强的下手。
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 使用方式
|
|
12
|
+
|
|
13
|
+
1. 读完原文一遍,先不要急着改。
|
|
14
|
+
2. 沿 A→D 顺序扫描,每组在心里打√/×,命中就抄一句原文片段做证据。
|
|
15
|
+
3. 把命中数量收敛到 3–5 条最强信号,写进 `## AI味诊断`。
|
|
16
|
+
4. 改写时只针对这些信号下手。
|
|
17
|
+
5. 改完再用同一份清单回扫一次,确认没有把信号搬到新位置。
|
|
18
|
+
|
|
19
|
+
> 本地清单是 Wikipedia 分类法的快照(截至本仓库更新时)。
|
|
20
|
+
> 如果 Wikipedia 上游列出了新条目,应回写到这个文件,而不是在 SKILL.md 里堆。
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Group A — 内容层(Content)
|
|
25
|
+
|
|
26
|
+
围绕“**说什么**”出问题:把对象说得过于重要、列罗辑而非分析、用模糊归因装作权威。
|
|
27
|
+
|
|
28
|
+
### A1. Inflated significance(虚高重要性)
|
|
29
|
+
- 信号:随手给对象贴“开创性 / 革命性 / 里程碑 / 标志着新时代 / 深远影响”。
|
|
30
|
+
- 中文等价:极具开创性意义、具有划时代地位、深刻改变了……格局。
|
|
31
|
+
- 改写动作:删形容词;用具体动作或后果代替(比如“把延迟从 600ms 降到 80ms”)。
|
|
32
|
+
|
|
33
|
+
### A2. Notability listing(罗列“知名度”)
|
|
34
|
+
- 信号:堆作品、奖项、合作方来证明对象“值得写”。
|
|
35
|
+
- 中文等价:曾参与/合作/出席/受邀……(一长串)。
|
|
36
|
+
- 改写动作:保留与论点相关的 1–2 项;把剩下的删掉,不要换成“等”。
|
|
37
|
+
|
|
38
|
+
### A3. "-ing" superficial analysis(动名词式表面分析)
|
|
39
|
+
- 信号:英文里 “highlighting…, showcasing…, reflecting…, underscoring…”。
|
|
40
|
+
- 中文等价:……展示了……、……体现了……、……彰显了……、……折射出……。
|
|
41
|
+
- 改写动作:把“展示/体现/折射”换成具体机制:是谁、做了什么、产生了什么后果。
|
|
42
|
+
|
|
43
|
+
### A4. Promotional language(公关腔)
|
|
44
|
+
- 信号:广告/营销页式赞美。
|
|
45
|
+
- 中文等价:堪称行业标杆、用户口碑爆棚、完美解决、极致体验、强强联合。
|
|
46
|
+
- 改写动作:换成限定(“在 X 场景下表现稳定”),允许说出短板。
|
|
47
|
+
|
|
48
|
+
### A5. Vague attribution(模糊归因)
|
|
49
|
+
- 信号:“some critics say / scholars argue / it is widely believed”。
|
|
50
|
+
- 中文等价:业界普遍认为、有评论指出、不少专家表示、众所周知。
|
|
51
|
+
- 改写动作:能指名就指名,不能就直接陈述判断 + 证据;删“众所周知”。
|
|
52
|
+
|
|
53
|
+
### A6. Outline-style “challenges and future”(机械化的“挑战与展望”)
|
|
54
|
+
- 信号:“面临的挑战 / 未来展望 / 启示与思考”这种 AI 收尾标配。
|
|
55
|
+
- 改写动作:要么不写这一段;要么改成具体悬而未决的问题,不要做万金油总结。
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Group B — 语言层(Language)
|
|
60
|
+
|
|
61
|
+
围绕“**怎么遣词**”出问题:高密度 AI 偏好词、为避免“是”而扭曲句法、对偶/三段式上瘾。
|
|
62
|
+
|
|
63
|
+
### B1. AI vocabulary density(AI 偏好词高密度)
|
|
64
|
+
英文高频:delve, tapestry, navigate, leverage, robust, seamless, holistic, foster, paramount, intricate, nuance, embark, journey, realm, landscape, ever-evolving, transformative。
|
|
65
|
+
|
|
66
|
+
中文高频(必查):
|
|
67
|
+
- 赋能、抓手、闭环、生态、链路、底层逻辑、心智、范式
|
|
68
|
+
- 极简、极致、深度、全面、系统化、结构化
|
|
69
|
+
- 拥抱、洞察、解码、激发、点亮、照亮、释放
|
|
70
|
+
- 旅程、画卷、版图、宇宙、生态位
|
|
71
|
+
- 不仅……更……、既……又……、不止于……
|
|
72
|
+
|
|
73
|
+
> 单独出现 1–2 个不算问题;密度上来或扎堆同段就要清。
|
|
74
|
+
|
|
75
|
+
### B2. Copulative avoidance(回避“是”/“有”)
|
|
76
|
+
- 信号:刻意不用最简单的连接动词,用各种花式替代。
|
|
77
|
+
- 中文等价:过度使用“构成 / 呈现出 / 彰显出 / 演绎着 / 诠释为”代替“是”。
|
|
78
|
+
- 改写动作:能用“是 / 不是 / 有 / 没有”就直接用。
|
|
79
|
+
|
|
80
|
+
### B3. Negative parallelism(负向平行)
|
|
81
|
+
- 信号:“not just X, but Y” 的反复使用。
|
|
82
|
+
- 中文等价:不仅是……更是……、不只是……而是……、与其说是……不如说是……。
|
|
83
|
+
- 改写动作:选一个角度直接说;不要为了对仗硬凑后半句。
|
|
84
|
+
|
|
85
|
+
### B4. Rule of three(三段式上瘾)
|
|
86
|
+
- 信号:三个并列形容词、三段式列举、ABC 三步法。
|
|
87
|
+
- 中文等价:清晰、准确、有力;快速、稳定、可控;本质上是……、根本上是……、最终是……。
|
|
88
|
+
- 改写动作:改成两项或四项;或把三项中重复的删掉。
|
|
89
|
+
|
|
90
|
+
### B5. Elegant variation(雅致替换)
|
|
91
|
+
- 信号:同一概念在一段内被换三种说法假装“不重复”。
|
|
92
|
+
- 中文等价:一段里 “模型 / 系统 / 框架 / 方案” 互换指同一对象。
|
|
93
|
+
- 改写动作:除非语义真不同,否则统一称呼;专业语境下重复术语 ≠ 啰嗦。
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Group C — 形式与版面(Style & Format)
|
|
98
|
+
|
|
99
|
+
围绕“**怎么排版**”出问题:标点过度、加粗满天飞、模板化排版。
|
|
100
|
+
|
|
101
|
+
### C1. Em-dash overuse(破折号上瘾)
|
|
102
|
+
- 信号:每段都靠 `——` 制造“揭示感”。
|
|
103
|
+
- 改写动作:保留 1 处真正必要的;其余改逗号、句号或拆句。
|
|
104
|
+
|
|
105
|
+
### C2. Bold overuse(加粗滥用)
|
|
106
|
+
- 信号:把整句、整段重要观点全加粗,导致“没有重点”。
|
|
107
|
+
- 改写动作:一段最多 1 个加粗;非术语 / 非关键名词不加粗。
|
|
108
|
+
|
|
109
|
+
### C3. Inline-header lists(行内伪标题)
|
|
110
|
+
- 信号:列表每条以 `**关键词:**` 开头,全文像模板填空。
|
|
111
|
+
- 改写动作:要么改成正常段落叙述;要么允许长度不一的自由项。
|
|
112
|
+
|
|
113
|
+
### C4. Emoji bullets(emoji 项目符号)
|
|
114
|
+
- 信号:✅⚡🚀✨ 当作小标题或列表点。
|
|
115
|
+
- 改写动作:技术稿/讲道稿默认全删;公众号稿保留 ≤2 个有功能性的。
|
|
116
|
+
|
|
117
|
+
### C5. Curly quotes / 全角混乱
|
|
118
|
+
- 信号:英文里出现 Word 风格 “…” 智能引号、全角半角混排。
|
|
119
|
+
- 改写动作:统一为目标语种的标准引号。中文用「」或“”,不要混。
|
|
120
|
+
|
|
121
|
+
### C6. Title-case headings(英文标题滥用 Title Case)
|
|
122
|
+
- 信号:英文小标题里每个词首字母大写。
|
|
123
|
+
- 中文等价:所有小标题都做成名词短语 + 冒号开头的对仗结构。
|
|
124
|
+
- 改写动作:允许小标题长度参差;不要强求节奏。
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Group D — 沟通姿态(Communication)
|
|
129
|
+
|
|
130
|
+
围绕“**对读者讲话的姿态**”出问题:讨好、套话收尾、过度限定。
|
|
131
|
+
|
|
132
|
+
### D1. Sycophancy(讨好)
|
|
133
|
+
- 信号:“Great question!”、“你这个问题问得非常关键”。
|
|
134
|
+
- 中文等价:你说得太对了、这个问题确实非常值得思考、感谢你提出这么好的问题。
|
|
135
|
+
- 改写动作:直接进入回答;删讨好句。
|
|
136
|
+
|
|
137
|
+
### D2. Canned closures(罐头收尾)
|
|
138
|
+
- 信号:In conclusion, To sum up, In summary, Hope this helps。
|
|
139
|
+
- 中文等价:综上所述、总而言之、希望这能帮到你、以上就是关于……的全部内容。
|
|
140
|
+
- 改写动作:删;如果真需要收束,改成一个判断句或一个未解的问题。
|
|
141
|
+
|
|
142
|
+
### D3. Knowledge-cutoff disclaimers(知识截止时间声明)
|
|
143
|
+
- 信号:“截至我的最新知识 / 截至 20XX 年 X 月 / 据我所知最新情况”。
|
|
144
|
+
- 改写动作:除非用户明确要求声明数据时效,否则删。
|
|
145
|
+
|
|
146
|
+
### D4. Filler phrases(空填充)
|
|
147
|
+
- 信号:“值得注意的是、需要指出的是、不可忽视的是、众所周知、毋庸置疑”。
|
|
148
|
+
- 改写动作:删。要表达“注意”可以直接给那句结论。
|
|
149
|
+
|
|
150
|
+
### D5. Over-qualification(过度限定)
|
|
151
|
+
- 信号:一句话里堆 3+ 个软化词:“可能、也许、在某种程度上、相对而言、通常来说”。
|
|
152
|
+
- 改写动作:保留 ≤1 个限定;不确定就改成承认范围(“在 X 条件下成立”)而不是“可能也许大概”。
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## 快速回扫表(改完后用)
|
|
157
|
+
|
|
158
|
+
按住下面这张表把改写稿再过一次,每条问“这条还在吗”:
|
|
159
|
+
|
|
160
|
+
| Group | 信号 | 改完后是否还在 |
|
|
161
|
+
|-------|------|----------------|
|
|
162
|
+
| A1 | 虚高重要性形容词 | ☐ |
|
|
163
|
+
| A2 | 知名度堆列 | ☐ |
|
|
164
|
+
| A3 | -ing / 展示体现折射 | ☐ |
|
|
165
|
+
| A4 | 公关腔 | ☐ |
|
|
166
|
+
| A5 | 模糊归因 | ☐ |
|
|
167
|
+
| A6 | 挑战/展望模板 | ☐ |
|
|
168
|
+
| B1 | AI 偏好词扎堆 | ☐ |
|
|
169
|
+
| B2 | 回避“是” | ☐ |
|
|
170
|
+
| B3 | 负向平行 | ☐ |
|
|
171
|
+
| B4 | 三段式 | ☐ |
|
|
172
|
+
| B5 | 雅致替换 | ☐ |
|
|
173
|
+
| C1 | 破折号过载 | ☐ |
|
|
174
|
+
| C2 | 加粗满天飞 | ☐ |
|
|
175
|
+
| C3 | 行内伪标题列表 | ☐ |
|
|
176
|
+
| C4 | emoji 项目符号 | ☐ |
|
|
177
|
+
| C5 | 引号 / 全角混乱 | ☐ |
|
|
178
|
+
| C6 | Title-case / 对仗小标题 | ☐ |
|
|
179
|
+
| D1 | 讨好开场 | ☐ |
|
|
180
|
+
| D2 | 罐头收尾 | ☐ |
|
|
181
|
+
| D3 | 知识截止声明 | ☐ |
|
|
182
|
+
| D4 | 空填充 | ☐ |
|
|
183
|
+
| D5 | 过度限定 | ☐ |
|
|
184
|
+
|
|
185
|
+
如果回扫表里仍有 ≥3 项被标记,说明改写不彻底,需要再做一轮。
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## 与中文清单的关系
|
|
190
|
+
|
|
191
|
+
- 本文件是**判断层**:决定“哪些 AI 信号在响”。
|
|
192
|
+
- `chinese-patterns.md` 是**改写层**:给出中文具体套话的替换写法。
|
|
193
|
+
- `chinese-signals.md` 是**词频层**:高频 AI 词典,做扫描用。
|
|
194
|
+
- `domain-playbooks.md` 是**领域护栏**:技术稿 / 讲道稿不能动哪些。
|
|
195
|
+
|
|
196
|
+
调用顺序:本文件先用 → chinese-signals 做词频比对 → chinese-patterns 找替换 → domain-playbooks 复核保护项。
|
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ omc-manage setup
|
|
|
13
13
|
|
|
14
14
|
## What Gets Installed
|
|
15
15
|
|
|
16
|
+
Defaults (only the bundled sources, no extras):
|
|
17
|
+
|
|
16
18
|
| Artifact | Count | Sources |
|
|
17
19
|
|----------|-------|---------|
|
|
18
20
|
| Skills | ~62 | oh-my-claudecode + superpowers |
|
|
@@ -22,6 +24,9 @@ omc-manage setup
|
|
|
22
24
|
| Guidelines | 1 | local coding discipline prompt guidelines |
|
|
23
25
|
|
|
24
26
|
All artifacts are installed to `~/.claude/` where Claude Code discovers them automatically.
|
|
27
|
+
Adding a curated subset of [everything-claude-code](https://github.com/affaan-m/everything-claude-code)
|
|
28
|
+
on top can take totals to ~94 skills / ~35 agents / ~26 commands — see
|
|
29
|
+
[Distribution-Repo Sources](#distribution-repo-sources) below.
|
|
25
30
|
|
|
26
31
|
The bundled guidelines install into `~/.claude/CLAUDE.md` and add lightweight
|
|
27
32
|
coding discipline rules
|
|
@@ -33,11 +38,15 @@ completion with concrete evidence.
|
|
|
33
38
|
|
|
34
39
|
| Command | Description |
|
|
35
40
|
|---------|-------------|
|
|
36
|
-
| `omc-manage setup [--force] [--dry-run] [--type <type>]` | Install merged artifacts |
|
|
37
|
-
| `omc-manage doctor` | Health checks |
|
|
41
|
+
| `omc-manage setup [--force] [--dry-run] [--type <type>] [--source <name>]` | Install merged artifacts |
|
|
42
|
+
| `omc-manage doctor` | Health checks; reports each source's `kind`, `profile`, and `allowlist`, and flags `staged` distribution sources awaiting `plan apply` |
|
|
38
43
|
| `omc-manage source list` | Show configured sources |
|
|
39
|
-
| `omc-manage source sync` | Update upstream sources to latest |
|
|
40
|
-
| `omc-manage source add <name> <url
|
|
44
|
+
| `omc-manage source sync [<name>]` | Update upstream sources to latest |
|
|
45
|
+
| `omc-manage source add <name> <url> [--kind ...] [--artifacts ...] [--manifests ...] [--profiles ...]` | Add a new source, including `guidelines` and `distribution-repo` sources |
|
|
46
|
+
| `omc-manage source remove <name>` | Remove a registered source |
|
|
47
|
+
| `omc-manage source inspect <name>` | Inspect a source as a bundle/catalog instead of only as flat artifacts |
|
|
48
|
+
| `omc-manage plan install <source> --profile <name>` | Build a profile-driven install plan for a source |
|
|
49
|
+
| `omc-manage plan apply <source> --profile <name> [--selection-file <path>]` | Materialize a reviewed plan into source activation state, optionally curating an item-level allowlist |
|
|
41
50
|
| `omc-manage artifact list [--type <type>]` | List merged artifacts |
|
|
42
51
|
| `omc-manage artifact conflicts [--type <type>]` | Show conflict report |
|
|
43
52
|
| `omc-manage guidelines optimize [source...]` | Build maintainer-only guideline optimization artifacts |
|
|
@@ -45,13 +54,15 @@ completion with concrete evidence.
|
|
|
45
54
|
|
|
46
55
|
## Sources & Priority
|
|
47
56
|
|
|
48
|
-
| Source | Priority | Description |
|
|
49
|
-
|
|
50
|
-
| local | 1 (highest) | Your custom artifacts in `~/.omc-manage/local/` |
|
|
51
|
-
| oh-my-claudecode | 2 | Multi-agent orchestration framework |
|
|
52
|
-
| superpowers | 3 | Engineering process guardrails (TDD, debugging, etc.) |
|
|
57
|
+
| Source | Priority | Default? | Description |
|
|
58
|
+
|--------|----------|----------|-------------|
|
|
59
|
+
| local | 1 (highest) | yes | Your custom artifacts in `~/.omc-manage/local/` |
|
|
60
|
+
| oh-my-claudecode | 2 | yes | Multi-agent orchestration framework |
|
|
61
|
+
| superpowers | 3 | yes | Engineering process guardrails (TDD, debugging, etc.) |
|
|
62
|
+
| ecc / your own | 4+ | opt-in | Distribution-style repos added via `source add --kind distribution-repo` |
|
|
53
63
|
|
|
54
|
-
Local artifacts always win conflicts.
|
|
64
|
+
Local artifacts always win conflicts. Sources added via `source add` are
|
|
65
|
+
appended at the next free priority. Add your own skills:
|
|
55
66
|
|
|
56
67
|
```bash
|
|
57
68
|
mkdir -p ~/.omc-manage/local/skills/my-skill
|
|
@@ -70,6 +81,76 @@ omc-manage source sync karpathy
|
|
|
70
81
|
omc-manage setup --type guidelines
|
|
71
82
|
```
|
|
72
83
|
|
|
84
|
+
<a id="distribution-repo-sources"></a>
|
|
85
|
+
### Distribution-Repo Sources
|
|
86
|
+
|
|
87
|
+
Distribution repos (e.g. [everything-claude-code](https://github.com/affaan-m/everything-claude-code))
|
|
88
|
+
publish multiple harness surfaces, manifests, and reference material alongside
|
|
89
|
+
installable Claude artifacts. OMC absorbs them in four stages so you can pick
|
|
90
|
+
exactly what reaches `~/.claude/`:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# 1. Register — sync the full repo into project metadata, install nothing yet.
|
|
94
|
+
omc-manage source add ecc https://github.com/affaan-m/everything-claude-code.git \
|
|
95
|
+
--artifacts skills,agents,hooks,commands \
|
|
96
|
+
--kind distribution-repo \
|
|
97
|
+
--install-mode planned \
|
|
98
|
+
--harnesses claude,codex,cursor,gemini,opencode \
|
|
99
|
+
--manifests package.json,.claude-plugin/plugin.json,agent.yaml \
|
|
100
|
+
--profiles claude-runtime,reference-only
|
|
101
|
+
|
|
102
|
+
# 2. Sync — clones into .upstream/<source>/ and reads declared manifests.
|
|
103
|
+
omc-manage source sync ecc
|
|
104
|
+
|
|
105
|
+
# 3. Inspect — normalized catalog of runtime / harness / reference surfaces.
|
|
106
|
+
omc-manage source inspect ecc
|
|
107
|
+
|
|
108
|
+
# 4. Plan — preview what a profile would activate.
|
|
109
|
+
omc-manage plan install ecc --profile claude-runtime
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
At this point nothing has been installed. `doctor` shows the source as
|
|
113
|
+
`staged, run "omc-manage plan apply <name>"` so you don't lose track of it.
|
|
114
|
+
|
|
115
|
+
To activate, choose one of:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
# All runtime artifacts the profile selected (no item-level curation):
|
|
119
|
+
omc-manage plan apply ecc --profile claude-runtime
|
|
120
|
+
|
|
121
|
+
# Reference-only — keep the repo synced locally, install nothing:
|
|
122
|
+
omc-manage plan apply ecc --profile reference-only
|
|
123
|
+
|
|
124
|
+
# Curated subset via selection file (recommended for large repos):
|
|
125
|
+
omc-manage plan apply ecc \
|
|
126
|
+
--profile claude-runtime \
|
|
127
|
+
--selection-file /absolute/path/to/selection.json
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
A selection file is a per-artifact-type allowlist:
|
|
131
|
+
|
|
132
|
+
```json
|
|
133
|
+
{
|
|
134
|
+
"skills": ["agent-eval", "santa-method", "prompt-optimizer"],
|
|
135
|
+
"agents": ["harness-optimizer", "opensource-sanitizer"],
|
|
136
|
+
"commands": ["prp-prd", "prp-plan", "harness-audit"]
|
|
137
|
+
}
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
When the synced source exposes an item directory, OMC validates the names
|
|
141
|
+
against the catalog; for manifest-only surfaces it accepts the allowlist with a
|
|
142
|
+
warning and the real filtering happens in `setup` against on-disk content. The
|
|
143
|
+
allowlist becomes part of the source config in `~/.omc-manage/sources.json` and
|
|
144
|
+
is enforced on every subsequent `omc-manage setup`.
|
|
145
|
+
|
|
146
|
+
After `plan apply`, finalize with:
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
omc-manage setup --dry-run --source ecc # confirm scope
|
|
150
|
+
omc-manage setup --source ecc # install only this source
|
|
151
|
+
omc-manage doctor # verify allowlist counts
|
|
152
|
+
```
|
|
153
|
+
|
|
73
154
|
## Maintainer Guideline Optimization
|
|
74
155
|
|
|
75
156
|
OMC now treats runtime prompt guidance as a first-class `guidelines` artifact,
|
|
@@ -122,6 +203,17 @@ When the same artifact exists in multiple sources:
|
|
|
122
203
|
3. **Local priority** — local always wins
|
|
123
204
|
4. **Source priority** — lower priority number wins
|
|
124
205
|
|
|
206
|
+
## Source Kinds
|
|
207
|
+
|
|
208
|
+
OMC distinguishes two source shapes:
|
|
209
|
+
|
|
210
|
+
- `content-repo` — already shaped like OMC artifact directories (`skills/`,
|
|
211
|
+
`agents/`, etc.); installed as-is.
|
|
212
|
+
- `distribution-repo` — publishes multiple harness surfaces, manifests, and
|
|
213
|
+
reference material; defaults to `installMode=planned` so ordinary `setup`
|
|
214
|
+
and `artifact list` flows do not absorb it automatically. Activate it
|
|
215
|
+
through the [Distribution-Repo Sources](#distribution-repo-sources) flow.
|
|
216
|
+
|
|
125
217
|
## License
|
|
126
218
|
|
|
127
219
|
MIT
|
package/bundled/manifest.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundledAt": "2026-04-
|
|
2
|
+
"bundledAt": "2026-04-29T02:22:02Z",
|
|
3
3
|
"sources": {
|
|
4
4
|
"anthropic-skills": { "artifacts": 2 },
|
|
5
|
+
"ecc": { "artifacts": 131 },
|
|
5
6
|
"oh-my-claudecode": { "artifacts": 21 },
|
|
6
|
-
"superpowers": { "artifacts":
|
|
7
|
+
"superpowers": { "artifacts": 9 }
|
|
7
8
|
}
|
|
8
9
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"syncedAt": "2026-04-27T10:50:37.766Z",
|
|
3
|
+
"sourceName": "ecc",
|
|
4
|
+
"remote": "https://github.com/affaan-m/everything-claude-code.git",
|
|
5
|
+
"ref": "main",
|
|
6
|
+
"kind": "distribution-repo",
|
|
7
|
+
"harnesses": [
|
|
8
|
+
"claude"
|
|
9
|
+
],
|
|
10
|
+
"artifacts": [
|
|
11
|
+
"skills",
|
|
12
|
+
"agents",
|
|
13
|
+
"commands",
|
|
14
|
+
"hooks"
|
|
15
|
+
],
|
|
16
|
+
"manifests": [
|
|
17
|
+
".claude-plugin/marketplace.json"
|
|
18
|
+
],
|
|
19
|
+
"profiles": [
|
|
20
|
+
"claude-runtime",
|
|
21
|
+
"reference-only"
|
|
22
|
+
]
|
|
23
|
+
}
|