🔄
DevOpsPython

Cc10X Update

by romiluz13

Cc10X Update is a DevOps skill for Claude Code, published by romiluz13 in cc10x.

164 stars25 forkson romiluz13/cc10xAdded 2026/09/08Repository updated 2026/08/03
agent-harnessclaude-codeclaude-code-plugincontext-engineeringharness-engineeringllm-agentsloop-engineeringorchestrationtest-honesty
Install in seconds
Install Cc10X Update
Copy Cc10X Update into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/update ~/.claude/skills/update

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/romiluz13/cc10x.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/cc10x/skills/update/SKILL.md in romiluz13/cc10x
Installs to
~/.claude/skills/update
Collection
One of 21 skills cataloged from this repository
Category
DevOps1075 skills

What Cc10X Update does

Cc10X Update safely upgrades cc10x while preserving local changes. Use it to check for new versions, pull upstream, rebuild the cache, and reapply patches.

Cc10X Update is cataloged under DevOps on DirSkills. Cc10X Update comes from a repository tagged agent-harness, claude-code, claude-code-plugin, context-engineering and harness-engineering.

Documentation

README

cc10x Update

Safe upgrade that preserves your local modifications to cached skill files.

Workflow: Discover versions → Stash local diffs → Pull upstream → Rebuild cache → Rebase patches → Verify.

Paths (Resolve Once)

REGISTRY="$HOME/.claude/plugins/installed_plugins.json"
KNOWN_MARKETPLACES="$HOME/.claude/plugins/known_marketplaces.json"
CACHE_ROOT="$HOME/.claude/plugins/cache/cc10x/cc10x"
BACKUP_DIR="$HOME/.claude/plugins/cache/cc10x/_backup_$(date +%Y%m%d_%H%M%S)"

Read installed_plugins.json → extract cc10x@cc10x entry. If missing → STOP. Read known_marketplaces.json → extract cc10x.installLocationMARKETPLACE_ROOT. Verify $MARKETPLACE_ROOT/.git exists. If missing → STOP.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cc10X Update

  • What else does romiluz13 publish alongside Cc10X Update?

    Cc10X Update is one of 21 skills that DirSkills catalogs from romiluz13/cc10x, the repository it ships in. Its siblings there include Agent Common, Architecture and Building. Each one is a separate skill with its own page in this directory, installs the same way Cc10X Update does, and is maintained by romiluz13 in that same repository. The rest of the collection is listed on the romiluz13/cc10x page.

  • How does Cc10X Update compare to other DevOps skills?

    Cc10X Update ranks #1001 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cc10X Update against them. Open each page to compare what they document and how they install.

More from romiluz13/cc10x

Cc10X Update is one of 21 skills cataloged on DirSkills from romiluz13/cc10x.

See all 21 skills
🧠
1h ago

Agent Common

Agent Common provides the shared preamble for cc10x agents, including memory loading, contract formatting, and output rules. Use it when an agent needs the standard workflow and read-only domain glossary.
AI Engineering
16425
🏗️
1h ago

Architecture

Architecture designs greenfield systems by mapping functionality flows, components, APIs, dependencies, and observability. Use it for new systems or major multi-component features; for existing code with shallow modules, use codebase-hygiene instead.
AI Engineering
16425
🛠️
1h ago

Building

Building writes production code with test-first discipline using RED-GREEN-REFACTOR, vertical slicing, and safe refactoring. Use it when implementing features or fixes that need reliable tests and code generation patterns.
Quality
16425
📘
1h ago

Cc10x Guide

Cc10x Guide answers questions about cc10x itself, including installation, configuration, workflows, memory, hooks, and troubleshooting. It is for explanation only; setup, updates, and work requests route to other skills.
Writing
16425
🧭
1h ago

Cc10x Router

Cc10x Router routes code requests into build, debug, review, plan, triage, or orient workflows. Use it when a request needs immediate orchestration, task execution, validation, and persistence.
AI Engineering
16425
🧐
1h ago

Code Review

Code Review runs adversarial diff reviews with confidence-scored findings and file:line evidence. It also supports receiving review by checking external feedback before agreeing or acting on it.
Quality
16425