claudecode-omc 5.11.0 → 5.13.0
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/prompt-pilot/SKILL.md +258 -0
- package/bundled/manifest.json +3 -3
- package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +2 -2
- package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +394 -390
- package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +60 -29
- package/bundled/upstream/anthropic-skills/skills/claude-api/csharp/claude-api.md +46 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/go/claude-api.md +23 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +32 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +123 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +13 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +7 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +18 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +9 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/anthropic-cli.md +246 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/claude-platform-on-aws.md +59 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +24 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +8 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +48 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +15 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +10 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +25 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +48 -18
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +8 -5
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-scheduled-deployments.md +144 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +2 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +46 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +259 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +17 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +55 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/token-counting.md +56 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +22 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +45 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +10 -12
- package/bundled/upstream/anthropic-skills/skills/frontend-design/SKILL.md +39 -26
- package/bundled/upstream/ecc/.omc-source/bundle.json +2 -2
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +2 -2
- package/bundled/upstream/ecc/.omc-source/provenance.json +602 -550
- package/bundled/upstream/ecc/agents/agent-evaluator.md +206 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -9
- package/bundled/upstream/ecc/agents/php-reviewer.md +109 -0
- package/bundled/upstream/ecc/agents/spec-miner.md +217 -0
- package/bundled/upstream/ecc/agents/vue-reviewer.md +206 -0
- package/bundled/upstream/ecc/commands/cost-report.md +58 -84
- package/bundled/upstream/ecc/commands/epic-claim.md +26 -0
- package/bundled/upstream/ecc/commands/epic-decompose.md +23 -0
- package/bundled/upstream/ecc/commands/epic-publish.md +23 -0
- package/bundled/upstream/ecc/commands/epic-review.md +23 -0
- package/bundled/upstream/ecc/commands/epic-sync.md +23 -0
- package/bundled/upstream/ecc/commands/epic-unblock.md +22 -0
- package/bundled/upstream/ecc/commands/epic-validate.md +22 -0
- package/bundled/upstream/ecc/commands/instinct-status.md +8 -8
- package/bundled/upstream/ecc/commands/multi-backend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +2 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +2 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +2 -0
- package/bundled/upstream/ecc/commands/orch-add-feature.md +36 -0
- package/bundled/upstream/ecc/commands/orch-build-mvp.md +36 -0
- package/bundled/upstream/ecc/commands/orch-change-feature.md +38 -0
- package/bundled/upstream/ecc/commands/orch-fix-defect.md +38 -0
- package/bundled/upstream/ecc/commands/orch-refine-code.md +39 -0
- package/bundled/upstream/ecc/commands/quality-gate.md +34 -16
- package/bundled/upstream/ecc/commands/vue-review.md +174 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-self-evaluation/SKILL.md +182 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/hook-integration.md +64 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
- package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-design/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/article-writing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark-methodology/SKILL.md +190 -0
- package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blueprint/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/brand-discovery/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/10_purpose-why.md +40 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/20_positioning.md +44 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/30_audience-niche.md +52 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/40_personality-archetype.md +57 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/50_voice-tone.md +59 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/60_narrative-story.md +50 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/70_founder-tension.md +49 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
- package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +22 -4
- package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ck/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +11 -2
- package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/code-tour/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codehealth-mcp/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +4 -2
- package/bundled/upstream/ecc/skills/competitive-platform-analysis/SKILL.md +214 -0
- package/bundled/upstream/ecc/skills/competitive-report-structure/SKILL.md +162 -0
- package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/config-gc/SKILL.md +120 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-engine/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/context-budget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +14 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -7
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +90 -2
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +27 -0
- package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +58 -108
- package/bundled/upstream/ecc/skills/council/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/crosspost/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/design-system/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-celery/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/email-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/error-handling/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +375 -188
- package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +3 -3
- package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +23 -8
- package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +1 -1
- package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +9 -1
- package/bundled/upstream/ecc/skills/generating-python-installer/SKILL.md +820 -0
- package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/github-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +10 -9
- package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/inherit-legacy-style/SKILL.md +157 -0
- package/bundled/upstream/ecc/skills/intent-driven-development/SKILL.md +360 -0
- package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +17 -7
- package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kubernetes-patterns/SKILL.md +756 -0
- package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +826 -163
- package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +541 -149
- package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/manim-video/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/market-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ml-adoption-playbook/SKILL.md +57 -0
- package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +1 -2
- package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/orch-add-feature/SKILL.md +45 -0
- package/bundled/upstream/ecc/skills/orch-build-mvp/SKILL.md +49 -0
- package/bundled/upstream/ecc/skills/orch-change-feature/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-fix-defect/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-pipeline/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/orch-refine-code/SKILL.md +44 -0
- package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-capability/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-lens/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/python-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +51 -50
- package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +25 -24
- package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +73 -72
- package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +8 -7
- package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-performance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +64 -63
- package/bundled/upstream/ecc/skills/research-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/santa-method/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-scan/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/seo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +8 -0
- package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +17 -2
- package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +10 -5
- package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/taste/SKILL.md +264 -0
- package/bundled/upstream/ecc/skills/taste/references/genre-taxonomy.md +87 -0
- package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +64 -1
- package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/team-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +77 -1
- package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/uncloud/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/video-editing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/videodb/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vue-patterns/SKILL.md +471 -0
- package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +9 -8
- package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +2 -1
- package/bundled/upstream/impeccable/.omc-source/bundle.json +2 -2
- package/bundled/upstream/impeccable/.omc-source/provenance.json +30 -25
- package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +2 -2
- package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +10 -8
- package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +1 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +707 -26
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +202 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +57 -11
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/design-system.mjs +750 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +231 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +7 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +29 -4
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +20 -4
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +2 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +27 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +29 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +148 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +135 -48
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +5 -2
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +375 -29
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +8 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-config.mjs +638 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +37 -35
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/target-args.mjs +42 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +159 -72
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +16 -11
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +9 -8
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-target.mjs +30 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +1 -1
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +72 -21
- package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -2
- package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +103 -103
- package/bundled/upstream/oh-my-claudecode/agents/analyst.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/architect.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/critic.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/debugger.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/tracer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/verifier.md +7 -0
- package/bundled/upstream/oh-my-claudecode/hooks/hooks.json +9 -2
- package/bundled/upstream/oh-my-claudecode/skills/ask/SKILL.md +15 -4
- package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +30 -1
- package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +29 -35
- package/bundled/upstream/oh-my-claudecode/skills/ccg/SKILL.md +20 -9
- package/bundled/upstream/oh-my-claudecode/skills/configure-notifications/SKILL.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +6 -4
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +2 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +29 -18
- package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +127 -165
- package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -2
- package/bundled/upstream/superpowers/.omc-source/provenance.json +59 -52
- package/bundled/upstream/superpowers/hooks/hooks-codex.json +16 -0
- package/bundled/upstream/superpowers/hooks/session-start +4 -12
- package/bundled/upstream/superpowers/hooks/session-start-codex +26 -0
- package/bundled/upstream/superpowers/skills/brainstorming/SKILL.md +5 -10
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/frame-template.html +25 -26
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/helper.js +101 -22
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/server.cjs +399 -30
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/start-server.sh +70 -9
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/stop-server.sh +66 -2
- package/bundled/upstream/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/brainstorming/visual-companion.md +33 -22
- package/bundled/upstream/superpowers/skills/dispatching-parallel-agents/SKILL.md +9 -6
- package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +2 -12
- package/bundled/upstream/superpowers/skills/receiving-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +15 -11
- package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +206 -67
- package/bundled/upstream/superpowers/skills/subagent-driven-development/implementer-prompt.md +30 -4
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/review-package +44 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +22 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/task-brief +40 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +188 -0
- package/bundled/upstream/superpowers/skills/systematic-debugging/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/test-driven-development/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +9 -22
- package/bundled/upstream/superpowers/skills/using-superpowers/SKILL.md +19 -15
- package/bundled/upstream/superpowers/skills/using-superpowers/references/antigravity-tools.md +96 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/claude-code-tools.md +50 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +25 -12
- package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +27 -20
- package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +44 -32
- package/bundled/upstream/superpowers/skills/using-superpowers/references/pi-tools.md +28 -0
- package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +22 -0
- package/bundled/upstream/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/writing-skills/SKILL.md +52 -18
- package/bundled/upstream/superpowers/skills/writing-skills/anthropic-best-practices.md +88 -88
- package/bundled/upstream/superpowers/skills/writing-skills/persuasion-principles.md +3 -3
- package/package.json +1 -1
- package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
- package/bundled/upstream/superpowers/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: competitive-platform-analysis
|
|
3
|
+
description: >-
|
|
4
|
+
Use when scoping a competitive landscape — identifying, categorising, and
|
|
5
|
+
score-filtering a competitor set before any benchmarking begins. Decides who
|
|
6
|
+
counts as a competitor, which tier they belong to, and which sources to mine.
|
|
7
|
+
First step in the three-skill competitive pipeline; precedes
|
|
8
|
+
benchmark-methodology.
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Competitive Platform Analysis
|
|
12
|
+
|
|
13
|
+
Use this skill to decide **who to benchmark** and **where to find them** before
|
|
14
|
+
any scoring begins. A competitive analysis is only as good as its frame: the
|
|
15
|
+
wrong set makes the client look either unbeatable or doomed. The goal is a
|
|
16
|
+
defensible, decision-relevant set — not an exhaustive census.
|
|
17
|
+
|
|
18
|
+
## When to Activate
|
|
19
|
+
|
|
20
|
+
- About to start a competitive benchmarking project and need to define the competitor set first.
|
|
21
|
+
- Unsure which companies belong in Direct / Adjacent / Aspirational tiers.
|
|
22
|
+
- Need a defensible, pruned scope for a market landscape report.
|
|
23
|
+
- Has a positioning brief and wants to identify who contests that position.
|
|
24
|
+
- First step before running benchmark-methodology.
|
|
25
|
+
|
|
26
|
+
## Client positioning brief (establish first)
|
|
27
|
+
|
|
28
|
+
Before scoping the set, establish the client's positioning brief. If you don't
|
|
29
|
+
already have it, run a short brand-discovery interview to elicit it — do **not**
|
|
30
|
+
invent one and do **not** scope the set blind. The brief supplies:
|
|
31
|
+
|
|
32
|
+
- **Identity / aesthetic register** — what kind of studio or company this is and
|
|
33
|
+
how it presents itself.
|
|
34
|
+
- **Offer** — what services or products it delivers.
|
|
35
|
+
- **Target clients** — who it sells to.
|
|
36
|
+
- **Differentiator** — the moat or positioning argument the client believes in.
|
|
37
|
+
- **Scoping consequence** — the implication for how to weight competitors (e.g.,
|
|
38
|
+
prioritize by distinctiveness vs. capability overlap vs. price).
|
|
39
|
+
- **Strategic tension** — the paired axes that define the client's white-space
|
|
40
|
+
(e.g., memorability × hireability).
|
|
41
|
+
|
|
42
|
+
**Do not proceed without the positioning brief.** A competitor list scoped
|
|
43
|
+
without the client's lens is noise, not intelligence. The scoping consequence in
|
|
44
|
+
particular determines which competitors are *strong* rivals (those that contest
|
|
45
|
+
the client's moat) vs. merely overlapping on service menu.
|
|
46
|
+
|
|
47
|
+
## Selection criteria
|
|
48
|
+
|
|
49
|
+
For each candidate, capture these axes — they decide both inclusion and tier:
|
|
50
|
+
|
|
51
|
+
- **Size / model** — solo, micro-studio (2–8), boutique (sub-30), mid-size
|
|
52
|
+
agency. Match the client's own band; same-band studios are the realistic
|
|
53
|
+
head-to-head set.
|
|
54
|
+
- **Niche / specialization** — how closely the candidate's focus overlaps with
|
|
55
|
+
the client's offer. Tighter overlap = more direct.
|
|
56
|
+
- **Geography / market** — EU vs US vs global-remote; language; time-zone reach.
|
|
57
|
+
Note whether they win the same clients the client targets.
|
|
58
|
+
- **Pricing & engagement model** — productized sprints, retainer, project,
|
|
59
|
+
day-rate; transparent vs "contact us". Signals positioning maturity.
|
|
60
|
+
- **Portfolio style** — generic vs. opinionated/editorial vs. contrarian. Closer
|
|
61
|
+
to the client's aesthetic register = more they contest the client's
|
|
62
|
+
distinctiveness.
|
|
63
|
+
- **Technical depth / craft maturity** — relevant if the client's credibility
|
|
64
|
+
story includes public process work, open tooling, or documented systems.
|
|
65
|
+
- **Brand strength** — does the studio have an ownable verbal/visual identity, or
|
|
66
|
+
is it interchangeable? Weight this per the client's scoping consequence.
|
|
67
|
+
|
|
68
|
+
## Player taxonomy — axes to populate across
|
|
69
|
+
|
|
70
|
+
Don't sort competitors into niche-specific buckets; sort them along a few
|
|
71
|
+
generic axes so the landscape isn't skewed toward one archetype. These axes
|
|
72
|
+
apply to any creative-service market (design, motion, copywriting, branding,
|
|
73
|
+
content, film, etc.). Aim for breadth across each axis first, then prune to the
|
|
74
|
+
most instructive.
|
|
75
|
+
|
|
76
|
+
1. **Positioning stance** — *brand-led / editorial* (competes on identity,
|
|
77
|
+
voice, POV) vs *capability-led* (competes on craft, throughput, outcomes).
|
|
78
|
+
Populate both poles; the client's closest mirror sits at its own end.
|
|
79
|
+
2. **Specialization** — *specialist* (one tight discipline or vertical) vs
|
|
80
|
+
*generalist* (broad service menu). Tighter overlap with the client's focus =
|
|
81
|
+
more direct.
|
|
82
|
+
3. **Size / model** — *solo / micro* vs *boutique* vs *mid-size* vs
|
|
83
|
+
*enterprise-scale*. Same-band players are the realistic head-to-head; larger
|
|
84
|
+
bands are the aspirational/commercial-maturity reference.
|
|
85
|
+
4. **Engagement format** — *productized* (named sprints, audits, fixed packages)
|
|
86
|
+
vs *bespoke* (custom project / retainer). Signals positioning maturity.
|
|
87
|
+
5. **Distinctiveness posture** — *conventional / safe* vs *contrarian /
|
|
88
|
+
manifesto-driven*. The opinionated end is key for distinctiveness
|
|
89
|
+
benchmarking in any niche.
|
|
90
|
+
6. **Evidence / credibility model** — *outcome-led* (metrics, named clients,
|
|
91
|
+
case depth) vs *aesthetic-led* (portfolio, awards). Tells you how each player
|
|
92
|
+
earns trust.
|
|
93
|
+
7. **Brand strength of the operator** — *interchangeable* vs *cult / ownable
|
|
94
|
+
identity* (including senior independents who prove the "memorable solo brand"
|
|
95
|
+
model).
|
|
96
|
+
8. **Market / reach** — *local / regional* vs *global-remote*; note whether they
|
|
97
|
+
win the same clients the client targets.
|
|
98
|
+
|
|
99
|
+
Plot each candidate on the relevant axes; a competitor is *direct* when it sits
|
|
100
|
+
near the client on positioning, specialization, size, and market at once.
|
|
101
|
+
|
|
102
|
+
## Competitive tiers (how the set resolves)
|
|
103
|
+
|
|
104
|
+
Group the final set into three tiers — this structure carries through to the
|
|
105
|
+
report:
|
|
106
|
+
|
|
107
|
+
- **Direct** — same band, overlapping offer, same client targets. The realistic
|
|
108
|
+
head-to-head.
|
|
109
|
+
- **Adjacent** — partial overlap (one capability, or a different client size)
|
|
110
|
+
that pressures at the edges.
|
|
111
|
+
- **Aspirational** — players the client is not competing with today but whose
|
|
112
|
+
brand or commercial maturity sets the bar to aim at.
|
|
113
|
+
- *(Watch also for substitutes: no-code/AI tools, in-house teams, generalist
|
|
114
|
+
freelancers — note as a threat vector, not a profiled competitor unless
|
|
115
|
+
materially relevant.)*
|
|
116
|
+
|
|
117
|
+
## Data sources (where to look)
|
|
118
|
+
|
|
119
|
+
Match the source to the dimension you need. The platform *types* below are
|
|
120
|
+
generic; substitute the ones native to the client's niche (e.g. Dribbble/Behance
|
|
121
|
+
for design, showreel/Vimeo for motion, writing samples/published work for copy):
|
|
122
|
+
|
|
123
|
+
- **Portfolio / craft platforms** — craft quality, range, aesthetic register
|
|
124
|
+
(e.g. Dribbble, Behance, Vimeo, or the niche's equivalent showcase).
|
|
125
|
+
- **Awards / curated showcases** — craft ambition and editorial recognition;
|
|
126
|
+
over-indexes on flashy, so cross-check commercial credibility (e.g. Awwwards,
|
|
127
|
+
industry award lists).
|
|
128
|
+
- **Competitor's own site** — primary source for positioning, voice, offer
|
|
129
|
+
packaging, pricing posture, named clients, manifesto/POV.
|
|
130
|
+
- **LinkedIn** — team size/model, founder narrative, post cadence, client logos,
|
|
131
|
+
geography.
|
|
132
|
+
- **Review directories** — reviews, named clients, project sizes, engagement
|
|
133
|
+
models; strongest signal for commercial credibility and enterprise-readiness
|
|
134
|
+
(e.g. Clutch.co or the niche's equivalent).
|
|
135
|
+
- **Open / public work** — process repos, published samples, open creative
|
|
136
|
+
output: depth and craft-transparency evidence.
|
|
137
|
+
- **Conference talks / podcasts / newsletters** — thought-leadership depth and
|
|
138
|
+
POV ownership.
|
|
139
|
+
|
|
140
|
+
Always **verify claims across at least two sources** before treating a competitor
|
|
141
|
+
attribute as fact (self-reported site copy ≠ verified outcome). Carry an
|
|
142
|
+
adversarial-verification discipline into every profile.
|
|
143
|
+
|
|
144
|
+
## Scoring matrix template (selection stage)
|
|
145
|
+
|
|
146
|
+
A lightweight pre-filter to decide who graduates into full benchmarking. Score
|
|
147
|
+
1–5; keep candidates that score high on **either** distinctiveness **or**
|
|
148
|
+
credibility — the client's strategic tension means both poles are instructive.
|
|
149
|
+
|
|
150
|
+
| Candidate | Positioning stance | Specialization | Size band | Tier | Offer overlap (1–5) | Distinctiveness (1–5) | Commercial credibility (1–5) | Craft proximity (1–5) | Include? |
|
|
151
|
+
|-----------|--------------------|----------------|-----------|------|---------------------|------------------------|------------------------------|------------------------|----------|
|
|
152
|
+
|
|
153
|
+
Rules of thumb (apply per the client's scoping consequence in the positioning brief):
|
|
154
|
+
|
|
155
|
+
- High distinctiveness **and** high credibility → must-profile (proves the
|
|
156
|
+
client's target tension is achievable).
|
|
157
|
+
- High distinctiveness, low credibility → cautionary case (memorable but
|
|
158
|
+
un-hireable — a potential failure mode to learn from).
|
|
159
|
+
- High credibility, low distinctiveness → "competent but forgettable" mass the
|
|
160
|
+
client defines itself against.
|
|
161
|
+
- Low on both → drop unless needed for landscape breadth.
|
|
162
|
+
|
|
163
|
+
## Output of this stage
|
|
164
|
+
|
|
165
|
+
A scoped, tiered competitor set (typically 10–18 candidates → 8–12 profiled),
|
|
166
|
+
each tagged with its axis positions, tier, and source links, ready to hand to
|
|
167
|
+
`benchmark-methodology`.
|
|
168
|
+
|
|
169
|
+
## Anti-Patterns
|
|
170
|
+
|
|
171
|
+
- **Scoping without a positioning brief.** A competitor list built without the client's lens is noise. The brief determines what counts as a real rival.
|
|
172
|
+
- **Listing every similar company.** The goal is a defensible 10–18 candidate set, not a census. Breadth without pruning makes benchmarking unmanageable.
|
|
173
|
+
- **Blurring the Direct/Adjacent/Aspirational tiers.** These tiers serve different strategic purposes. Mixing them produces a flat list that can't drive decisions.
|
|
174
|
+
- **Relying on a single source per competitor.** Self-reported site copy is marketing, not fact. Verify attributes across at least two sources.
|
|
175
|
+
- **Jumping straight to scoring.** This skill scopes and tiers the set. Benchmark-methodology handles scoring. Don't conflate the two steps.
|
|
176
|
+
|
|
177
|
+
## Examples
|
|
178
|
+
|
|
179
|
+
**Scenario:** A boutique brand-identity studio (2-person, EU-remote, productized
|
|
180
|
+
sprints, contrarian/manifesto-driven aesthetic) wants to scope its competitive
|
|
181
|
+
set before benchmarking. The strategic tension from the positioning brief is
|
|
182
|
+
*memorability × hireability*.
|
|
183
|
+
|
|
184
|
+
**Step 1 — eight-axis population (sample candidates):**
|
|
185
|
+
|
|
186
|
+
| Candidate | Positioning stance | Specialization | Size band | Engagement | Distinctiveness | Evidence model | Brand strength | Market |
|
|
187
|
+
|---|---|---|---|---|---|---|---|---|
|
|
188
|
+
| Studio A | brand-led / editorial | identity only | micro | productized | contrarian | aesthetic-led | cult | global-remote |
|
|
189
|
+
| Studio B | capability-led | broad DS+motion | boutique | bespoke | conventional | outcome-led | interchangeable | US |
|
|
190
|
+
| Agency C | capability-led | brand+digital | mid-size | retainer | conventional | outcome-led | interchangeable | EU |
|
|
191
|
+
| Freelancer D | brand-led | brand voice only | solo | day-rate | editorial | aesthetic-led | ownable | global |
|
|
192
|
+
| Studio E | brand-led | brand strategy | micro | productized | manifesto-driven | outcome-led | cult | EU-remote |
|
|
193
|
+
|
|
194
|
+
**Step 2 — pre-filter scoring (client scoping consequence: weight distinctiveness
|
|
195
|
+
because the client's moat is POV-first, not capability breadth):**
|
|
196
|
+
|
|
197
|
+
| Candidate | Offer overlap (1–5) | Distinctiveness (1–5) | Commercial credibility (1–5) | Craft proximity (1–5) | Tier | Include? |
|
|
198
|
+
|---|---|---|---|---|---|---|
|
|
199
|
+
| Studio A | 5 | 5 | 3 | 5 | Direct | ✓ must-profile |
|
|
200
|
+
| Studio B | 3 | 2 | 5 | 3 | Adjacent | ✓ credibility anchor |
|
|
201
|
+
| Agency C | 2 | 1 | 5 | 2 | Aspirational | ✓ scale reference |
|
|
202
|
+
| Freelancer D | 4 | 4 | 2 | 4 | Direct | ✓ cautionary case |
|
|
203
|
+
| Studio E | 5 | 5 | 4 | 4 | Direct | ✓ must-profile |
|
|
204
|
+
|
|
205
|
+
**Step 3 — output handed to `benchmark-methodology`:**
|
|
206
|
+
Five candidates (3 Direct, 1 Adjacent, 1 Aspirational), each tagged with
|
|
207
|
+
axis positions, tier, and source links. Studio A and Studio E are the
|
|
208
|
+
sharpest head-to-head rivals; Freelancer D is the "memorable but
|
|
209
|
+
un-hireable" cautionary case to learn from.
|
|
210
|
+
|
|
211
|
+
## Related Skills
|
|
212
|
+
|
|
213
|
+
- `brand-discovery` — use first to establish the positioning brief and strategic tension that scopes the competitor set.
|
|
214
|
+
- `benchmark-methodology` — the next step; takes the tiered set and scores each competitor across nine dimensions.
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: competitive-report-structure
|
|
3
|
+
description: >-
|
|
4
|
+
Use after benchmark-methodology has produced scored competitor profile cards.
|
|
5
|
+
Assembles findings into a decision-grade report: landscape map, competitor
|
|
6
|
+
profiles, benchmarking matrix, white-space analysis, strategic recommendations,
|
|
7
|
+
and team alignment trigger questions. Final step in the three-skill competitive
|
|
8
|
+
pipeline.
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Competitive Report Structure
|
|
12
|
+
|
|
13
|
+
Use this skill to assemble scored competitor cards into a decision-grade report.
|
|
14
|
+
The report must answer three questions for the client: **who do we compete with,
|
|
15
|
+
how do we compete, and where is our defensible white-space?** Every section
|
|
16
|
+
earns its place by moving toward those answers — cut anything that doesn't.
|
|
17
|
+
|
|
18
|
+
## When to Activate
|
|
19
|
+
|
|
20
|
+
- All competitor profile cards from benchmark-methodology are complete and ready to assemble.
|
|
21
|
+
- Need to present competitive findings to a founder, leadership team, or board.
|
|
22
|
+
- The report must drive decisions (who to compete with, how, where the moat is) — not just document the landscape.
|
|
23
|
+
- Preparing a client deliverable that must be auditable and defensible.
|
|
24
|
+
|
|
25
|
+
## Client positioning brief (establish first)
|
|
26
|
+
|
|
27
|
+
Before assembling the report, establish the client's positioning brief. It
|
|
28
|
+
supplies:
|
|
29
|
+
|
|
30
|
+
- **Strategic tension** — the paired axes (e.g., memorability × hireability)
|
|
31
|
+
that define the client's target white-space. All maps and synthesis resolve
|
|
32
|
+
back to this tension.
|
|
33
|
+
- **Brand balance** — the intended proportional mix of the client's strategic
|
|
34
|
+
emphases (e.g., 60% strategy/evidence, 25% distinctiveness, 15% craft).
|
|
35
|
+
Every recommendation must be checked against this balance; flag any that
|
|
36
|
+
would shift it.
|
|
37
|
+
- **Differentiator** — the framing principle for the executive summary and
|
|
38
|
+
white-space section.
|
|
39
|
+
- **Target quadrant** — where the client intends to sit in the tension map;
|
|
40
|
+
confirming whether that quadrant is genuinely open is the report's central
|
|
41
|
+
empirical question.
|
|
42
|
+
|
|
43
|
+
## Framing principle
|
|
44
|
+
|
|
45
|
+
The whole report is organized around the client's strategic tension and
|
|
46
|
+
recommendations resolve back to the client's deliberate brand balance.
|
|
47
|
+
Recommendations that would break that balance must be flagged against it
|
|
48
|
+
explicitly — "this move shifts the balance from X/Y/Z toward A/B/C; confirm
|
|
49
|
+
intent."
|
|
50
|
+
|
|
51
|
+
## Report sections
|
|
52
|
+
|
|
53
|
+
### 1. Executive summary
|
|
54
|
+
3–5 takeaways, decision-first. State the most important findings in plain
|
|
55
|
+
language: where the client is strong, where it's exposed, who occupies its
|
|
56
|
+
target white-space, and the top 2–3 moves. Written so a founder/PM reads only
|
|
57
|
+
this and knows what to do. No methodology here.
|
|
58
|
+
|
|
59
|
+
### 2. Market landscape & category framing
|
|
60
|
+
Define the category and map it. Use a **multi-axis map** — at minimum a 2×2
|
|
61
|
+
(e.g., *brand-led <-> capability-led* × *boutique <-> enterprise-scale*), and
|
|
62
|
+
ideally the **client's tension plot** from `benchmark-methodology` as the
|
|
63
|
+
headline map. Place every profiled competitor and the client. The map should
|
|
64
|
+
make the client's intended position visually obvious and show how crowded (or
|
|
65
|
+
empty) it is.
|
|
66
|
+
|
|
67
|
+
### 3. Competitor tiers
|
|
68
|
+
Organize the set into **Direct / Adjacent / Aspirational** (from
|
|
69
|
+
`competitive-platform-analysis`). One short paragraph per tier explaining who's
|
|
70
|
+
in it and why it matters to the client. This sets reader expectations before
|
|
71
|
+
the detail.
|
|
72
|
+
|
|
73
|
+
### 4. Benchmarking matrix
|
|
74
|
+
The full **competitors × dimensions** table — the quantitative spine. Rows =
|
|
75
|
+
competitors (grouped by tier), columns = the nine benchmark dimensions (note:
|
|
76
|
+
dimension 9 — strategic tension — has two poles (e.g., Memorability and
|
|
77
|
+
Hireability for a brand-studio client; substitute the client's own paired axes);
|
|
78
|
+
represent them as two separate sub-columns rather than averaging them). Include
|
|
79
|
+
the client's own honest self-assessment as a row for contrast. Use a **heatmap**
|
|
80
|
+
(color or symbol scale) so strength/weakness patterns are scannable. Do **not**
|
|
81
|
+
add a blended total column — report dimensions separately (per the bias
|
|
82
|
+
controls). Call out the columns where the client leads and where it trails.
|
|
83
|
+
|
|
84
|
+
### 5. Deep dives
|
|
85
|
+
3–5 most instructive competitors in narrative form (from their profile cards).
|
|
86
|
+
Choose for instruction, not ranking: the best exemplar of the target tension
|
|
87
|
+
(high on both poles), the cautionary "one pole only" case, the "competent but
|
|
88
|
+
forgettable" archetype the client defines against, plus any direct threat. Each
|
|
89
|
+
deep dive: what they do, what the client should learn, what the client should
|
|
90
|
+
avoid.
|
|
91
|
+
|
|
92
|
+
### 6. White-space & threats
|
|
93
|
+
The strategic heart. Two parts:
|
|
94
|
+
|
|
95
|
+
- **White-space:** the position the client can own that rivals don't — argued
|
|
96
|
+
from the maps and matrix, not asserted. Confirm whether the target quadrant
|
|
97
|
+
(from the positioning brief) is genuinely open.
|
|
98
|
+
- **Threats:** who/what pressures the client — a rival closing the gap,
|
|
99
|
+
substitutes (no-code/AI tools, in-house teams, generalist freelancers), or
|
|
100
|
+
category shifts. Be honest about the client's own risks (e.g., a bold identity
|
|
101
|
+
reading as un-serious to risk-averse buyers).
|
|
102
|
+
|
|
103
|
+
### 7. Strategic recommendations
|
|
104
|
+
Concrete, prioritized moves: who the client competes with, how it differentiates,
|
|
105
|
+
and where to invest (offer packaging, evidence/case studies, thought leadership,
|
|
106
|
+
brand sharpening). **Tie every recommendation back to the brand balance from the
|
|
107
|
+
positioning brief** and flag any that would shift it. Sequence by impact ×
|
|
108
|
+
effort.
|
|
109
|
+
|
|
110
|
+
### 8. Sources / methodology appendix
|
|
111
|
+
The dimensions, weights, rubrics, the scoped set with tiers, source links per
|
|
112
|
+
competitor, and verification notes (asserted vs proven). This is what makes the
|
|
113
|
+
report auditable and defensible — carry the adversarial citation discipline
|
|
114
|
+
through.
|
|
115
|
+
|
|
116
|
+
## How to present data
|
|
117
|
+
|
|
118
|
+
- **2×2 / positioning maps** — for landscape and the tension plot. Lead with
|
|
119
|
+
these; they carry the argument faster than prose.
|
|
120
|
+
- **Heatmap matrix** — for the competitors × dimensions comparison (section 4).
|
|
121
|
+
- **Profile cards** — the source unit feeding deep dives (section 5).
|
|
122
|
+
- **Quadrant callouts** — name who sits in each quadrant explicitly, especially
|
|
123
|
+
the client's target one.
|
|
124
|
+
- Keep tables scannable; push raw evidence and links to the appendix.
|
|
125
|
+
|
|
126
|
+
## Decision framework (the report must resolve these)
|
|
127
|
+
|
|
128
|
+
- **Who do we compete with?** — Name the Direct tier specifically; that's the
|
|
129
|
+
real fight.
|
|
130
|
+
- **How do we compete?** — State the client's differentiator in one sentence,
|
|
131
|
+
grounded in the matrix (which dimensions the client owns).
|
|
132
|
+
- **Where are our differentiators defensible?** — Identify the
|
|
133
|
+
dimensions/quadrant rivals can't easily copy (the moat), vs. the ones that
|
|
134
|
+
are table-stakes.
|
|
135
|
+
|
|
136
|
+
## Trigger questions for the team alignment session
|
|
137
|
+
|
|
138
|
+
End with questions that force decisions, not admiration of the analysis:
|
|
139
|
+
|
|
140
|
+
- Is the target quadrant truly open, or is a rival already moving in?
|
|
141
|
+
- Which Direct competitor is the sharpest threat in the next 12 months, and
|
|
142
|
+
what's the counter?
|
|
143
|
+
- Does the brand balance still hold given the landscape — should any emphasis
|
|
144
|
+
shift?
|
|
145
|
+
- Which dimension where the client trails is worth closing, and which to
|
|
146
|
+
deliberately concede?
|
|
147
|
+
- What's the one move that most widens distinctiveness *without* costing
|
|
148
|
+
hireability / credibility?
|
|
149
|
+
|
|
150
|
+
## Anti-Patterns
|
|
151
|
+
|
|
152
|
+
- **Leading with methodology.** The executive summary opens with the most important finding, not an explanation of how the benchmark was run. Methodology belongs in the appendix.
|
|
153
|
+
- **Presenting scores without the tension plot.** The 2×2 tension map is the headline artefact. A table of numbers without the map buries the strategic insight.
|
|
154
|
+
- **Omitting the decision framework.** The report must resolve the three questions (who to compete with, how, where the moat is). Leaving these unanswered turns the report into a literature review.
|
|
155
|
+
- **Starting before all profile cards are complete.** Benchmark-methodology must finish before assembly begins. Partial data produces gaps that undermine the heatmap and white-space analysis.
|
|
156
|
+
- **Adding a blended total column to the matrix.** Explicitly excluded — it creates a false composite that obscures the asymmetry the client needs to act on.
|
|
157
|
+
|
|
158
|
+
## Related Skills
|
|
159
|
+
|
|
160
|
+
- `benchmark-methodology` — the prerequisite; produces the scored competitor profile cards this skill assembles.
|
|
161
|
+
- `competitive-platform-analysis` — provides the tier structure (Direct / Adjacent / Aspirational) used in Section 3.
|
|
162
|
+
- `brand-discovery` — use to establish the client's positioning brief if it hasn't been defined.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: compose-multiplatform-patterns
|
|
3
3
|
description: Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Compose Multiplatform Patterns
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: config-gc
|
|
3
|
+
description: Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Config GC — Garbage Collection for Claude Code Setups
|
|
9
|
+
|
|
10
|
+
Borrowed from runtime garbage collection: periodically scan for objects that are no longer referenced, redundant, expired, or low-value, and reclaim the space. The critical difference: **here, collection requires a human in the loop. Never delete autonomously.**
|
|
11
|
+
|
|
12
|
+
## When to Activate
|
|
13
|
+
|
|
14
|
+
- The user asks to clean up, audit, or slim down their Claude Code configuration
|
|
15
|
+
- The user complains about too many skills, noisy hooks, or slow session startup
|
|
16
|
+
- A monthly/periodic config review is due
|
|
17
|
+
- After installing a large skill pack (e.g. this repo), to reconcile overlaps with existing setup
|
|
18
|
+
|
|
19
|
+
Do NOT activate for: cleaning project source code (that's refactoring), clearing chat history, or uninstalling Claude Code itself.
|
|
20
|
+
|
|
21
|
+
## Design Philosophy
|
|
22
|
+
|
|
23
|
+
1. **Append-only configs leak.** Skills, memory files, hooks, and permission entries only ever get added. Without periodic review they rot silently.
|
|
24
|
+
2. **Regular audits beat one-time purges.** Scan every ~30 days, propose a small batch of candidates each time.
|
|
25
|
+
3. **Per-channel strategies.** Each accumulation type (skills, hooks, permissions, ...) has its own staleness signals — don't apply one rule everywhere.
|
|
26
|
+
4. **Soft-delete first.** Rename to `.disabled` > move to `~/.claude/_gc_trash/` > real deletion. Always keep an undo path.
|
|
27
|
+
5. **Forced human-in-the-loop.** Every candidate gets its own `[y/n/skip]` confirmation. No "yes to all" shortcut.
|
|
28
|
+
6. **Keep a log.** Every GC run appends to `~/.claude/gc_log.md`: what was touched, why, and how to undo it.
|
|
29
|
+
|
|
30
|
+
## Scan Channels
|
|
31
|
+
|
|
32
|
+
| # | Channel | Path | Staleness / redundancy signals |
|
|
33
|
+
|---|---------|------|--------------------------------|
|
|
34
|
+
| 1 | Skills | `~/.claude/skills/*/` | Heavily overlapping names; never triggered in recent transcripts; domain mismatch with the user's actual work; broken or empty SKILL.md |
|
|
35
|
+
| 2 | Memory | `~/.claude/**/memory/*.md` + its index | Multiple index entries for one topic; contents contradicting newer entries; dates that have passed; orphan files missing from the index; sub-100-word fragments that should merge |
|
|
36
|
+
| 3 | Hooks | `~/.claude/hooks/` + settings | Scripts present on disk but referenced by no hook config; old versions superseded by rewrites |
|
|
37
|
+
| 4 | Permissions | `permissions.allow` in `settings.json` / `settings.local.json` | Duplicate entries; specific entries already covered by a wildcard (e.g. `Bash(git push)` when `Bash(*)` is allowed); one-off grants from past experiments |
|
|
38
|
+
| 5 | MCP servers | `~/.claude.json` or project `.mcp.json` | Servers that fail to connect; functional duplicates; long-unused |
|
|
39
|
+
| 6 | Scheduled reminders / jobs | wherever the user keeps them | Fired one-shots older than 30 days; jobs whose target scripts no longer exist |
|
|
40
|
+
| 7 | Project history | `~/.claude/projects/*/` | Stale handoff snapshots; session records superseded by newer state |
|
|
41
|
+
| 8 | Runtime caches | `cache/`, `file-history/`, `logs/`, `shell-snapshots/` | Sort by size and mtime; propose items >30 days old and large |
|
|
42
|
+
|
|
43
|
+
## Workflow
|
|
44
|
+
|
|
45
|
+
1. **Scan** all channels (or the subset the user names). Collect candidates with: path, channel, signal that flagged it, size, last-modified.
|
|
46
|
+
2. **Rank** by confidence (broken/orphaned = high; merely old = low) and present as a numbered table. Cap each run at ~20 candidates — GC is periodic, not exhaustive.
|
|
47
|
+
3. **Confirm one by one.** For each candidate show the evidence, then ask `[y/n/skip]`. The user can stop at any point.
|
|
48
|
+
4. **Soft-delete confirmed items**: prefer `.disabled` rename for skills/hooks and `_gc_trash/<date>/` move for files. Permission entries live in JSON (no comments possible): back up the settings file, record each removed entry verbatim in `gc_log.md`, then remove it from the `allow` array with `jq`. Only hard-delete when the user explicitly asks.
|
|
49
|
+
5. **Log** the run to `~/.claude/gc_log.md`: timestamp, items actioned, undo instructions.
|
|
50
|
+
6. **Report**: reclaimed size, channels still healthy, suggested next review date.
|
|
51
|
+
|
|
52
|
+
## Example Scan Commands
|
|
53
|
+
|
|
54
|
+
Orphaned hook scripts (channel 3) — scripts on disk that no hook config references:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
for f in ~/.claude/hooks/*; do
|
|
58
|
+
name=$(basename "$f")
|
|
59
|
+
grep -rq "$name" ~/.claude/settings.json ~/.claude/settings.local.json 2>/dev/null \
|
|
60
|
+
|| echo "ORPHAN: $f"
|
|
61
|
+
done
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Redundant permission entries (channel 4) — duplicates, and specific grants shadowed by a wildcard:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
jq -r '.permissions.allow[]' ~/.claude/settings.local.json | sort | uniq -d
|
|
68
|
+
if jq -e '.permissions.allow | index("Bash(*)")' ~/.claude/settings.local.json >/dev/null; then
|
|
69
|
+
jq -r '.permissions.allow[]' ~/.claude/settings.local.json \
|
|
70
|
+
| grep '^Bash(' | grep -vF 'Bash(*)'
|
|
71
|
+
fi
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Largest stale caches (channel 8) — `du -k` instead of GNU-only `find -printf`, so it works on macOS/BSD too:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
find ~/.claude/file-history ~/.claude/shell-snapshots -type f -mtime +30 \
|
|
78
|
+
-exec du -k {} + 2>/dev/null | sort -rn | head -20
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Soft-delete with undo path (capture the date once so the log can't disagree with the directory):
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
gc_date=$(date +%Y-%m-%d)
|
|
85
|
+
mkdir -p ~/.claude/_gc_trash/$gc_date
|
|
86
|
+
mv ~/.claude/skills/dead-skill ~/.claude/_gc_trash/$gc_date/
|
|
87
|
+
echo "$(date -Iseconds) moved skills/dead-skill -> _gc_trash/$gc_date/ (undo: mv back)" >> ~/.claude/gc_log.md
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Removing a confirmed-redundant permission entry (JSON has no comments — back up, log, then edit):
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
cp ~/.claude/settings.local.json ~/.claude/settings.local.json.bak
|
|
94
|
+
echo "$(date -Iseconds) removed permission entry: Bash(git push) (undo: restore from .bak or re-add)" >> ~/.claude/gc_log.md
|
|
95
|
+
jq '.permissions.allow -= ["Bash(git push)"]' ~/.claude/settings.local.json.bak \
|
|
96
|
+
> ~/.claude/settings.local.json
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Anti-Patterns
|
|
100
|
+
|
|
101
|
+
- **Bulk approval.** Asking "delete all 15? [y/n]" defeats the design. One item, one decision.
|
|
102
|
+
- **Hard-deleting on first pass.** If there's no `_gc_trash/` copy or `.disabled` rename, you did it wrong.
|
|
103
|
+
- **Treating "old" as "dead".** A skill untouched for 60 days may be seasonal (tax season, quarterly reviews). Age is a signal, not a verdict — that's why a human confirms.
|
|
104
|
+
- **Cleaning memory by truncation.** Merging two contradicting memory files requires reading both and keeping the newer truth, not deleting the longer one.
|
|
105
|
+
- **Touching anything outside `~/.claude`** (or the project's `.claude/`). Config GC never wanders into source trees.
|
|
106
|
+
|
|
107
|
+
## Best Practices
|
|
108
|
+
|
|
109
|
+
- Run after big additions, not just on a calendar: installing a 50-skill pack is exactly when overlap with existing skills appears.
|
|
110
|
+
- When two skills overlap, prefer disabling the one with the weaker trigger description — it's the one that was probably never firing anyway.
|
|
111
|
+
- Permission cleanup is the highest-value channel per minute spent: redundant allow-entries make security review harder.
|
|
112
|
+
- Keep `gc_log.md` forever. It's tiny, and "when did I disable that hook and why" comes up more often than you'd think.
|
|
113
|
+
|
|
114
|
+
## Related Skills
|
|
115
|
+
|
|
116
|
+
- `skill-stocktake` — audits skill *quality*; config-gc audits skill *existence*. Run stocktake on what survives GC.
|
|
117
|
+
- `workspace-surface-audit` — the additive counterpart: recommends what to install. config-gc is the subtractive half of the same lifecycle.
|
|
118
|
+
- `configure-ecc` — after installing skills with it, run config-gc to reconcile overlaps with your pre-existing setup.
|
|
119
|
+
- `continuous-learning` — produces the memory files this skill later audits.
|
|
120
|
+
- `security-review` — pairs well with the permissions channel.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: configure-ecc
|
|
3
3
|
description: Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Configure Everything Claude Code (ECC)
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: connections-optimizer
|
|
3
3
|
description: Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Connections Optimizer
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content-engine
|
|
3
3
|
description: Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Content Engine
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content-hash-cache-pattern
|
|
3
3
|
description: Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Content-Hash File Cache Pattern
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: context-budget
|
|
3
3
|
description: Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Context Budget
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: continuous-learning
|
|
3
3
|
description: "[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2."
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# Continuous Learning Skill - DEPRECATED
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: continuous-learning-v2
|
|
3
3
|
description: Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
|
|
4
|
-
|
|
4
|
+
metadata:
|
|
5
|
+
origin: ECC
|
|
5
6
|
version: 2.1.0
|
|
6
7
|
---
|
|
7
8
|
|
|
@@ -205,9 +205,22 @@ PROMPT
|
|
|
205
205
|
fi
|
|
206
206
|
|
|
207
207
|
timeout_seconds="${ECC_OBSERVER_TIMEOUT_SECONDS:-120}"
|
|
208
|
-
max_turns
|
|
208
|
+
# Auto-scale max_turns proportional to analysis batch size when not explicitly set.
|
|
209
|
+
# The old hardcoded default of 20 is insufficient for the 500-line MAX_ANALYSIS_LINES
|
|
210
|
+
# default: Claude hits --max-turns before it can write all discovered instinct files.
|
|
211
|
+
# Formula: 1 turn per 10 analysis lines, floor 20, cap 100. (#2035)
|
|
212
|
+
if [ -n "${ECC_OBSERVER_MAX_TURNS:-}" ]; then
|
|
213
|
+
max_turns="${ECC_OBSERVER_MAX_TURNS}"
|
|
214
|
+
else
|
|
215
|
+
max_turns=$(( analysis_count / 10 ))
|
|
216
|
+
if [ "$max_turns" -lt 20 ]; then max_turns=20; fi
|
|
217
|
+
if [ "$max_turns" -gt 100 ]; then max_turns=100; fi
|
|
218
|
+
fi
|
|
209
219
|
exit_code=0
|
|
210
220
|
|
|
221
|
+
# Sanitize max_turns. The auto-scaled path above always yields a valid value >=20,
|
|
222
|
+
# but an explicit ECC_OBSERVER_MAX_TURNS override may be non-numeric, empty, or too
|
|
223
|
+
# small, so guard here and fall back to the safe default of 20.
|
|
211
224
|
case "$max_turns" in
|
|
212
225
|
''|*[!0-9]*)
|
|
213
226
|
max_turns=20
|