๐Ÿงฉ
AutomationTypeScript

Editing Cordis Compositions

by blitzdotdev

Editing Cordis Compositions is an Automation skill for Claude Code, published by blitzdotdev in blitzos.

179 stars21 forkson blitzdotdev/blitzosAdded 2026/09/07Repository updated 2026/09/06
Install in seconds
Install Editing Cordis Compositions
Copy Editing Cordis Compositions 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/blitzdotdev/BlitzOS/tree/main/vendor/lody-adapters/dsh/presets/cordis/skills/editing-cordis-compositions ~/.claude/skills/editing-cordis-compositions

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/blitzdotdev/BlitzOS.git

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

In this catalog

Source file
vendor/lody-adapters/dsh/presets/cordis/skills/editing-cordis-compositions/SKILL.md in blitzdotdev/blitzos
Installs to
~/.claude/skills/editing-cordis-compositions
Collection
One of 4 skills cataloged from this repository
Category
Automation โ€” 2109 skills

What Editing Cordis Compositions does

Editing Cordis Compositions helps you create, change, and validate Cordis compositions for this harness. Use it when editing agent presets, adding or removing plugin rows, or checking whether a preset mounts and contributes as expected.

Editing Cordis Compositions is cataloged under Automation on DirSkills.

Documentation

README

Editing Cordis compositions

Every capability in this harness is a plugin row in a cordis.yml. There is no separate configuration language: changing what an agent can do means changing which rows are composed for it.

Off-limits

Never edit, delete, or overwrite a preset that ships with the deployment โ€” the agent-presets directory beside the deployment's own config, which supplies standard, code, minimal, and cordis. Never escalate the sandbox to reach it, even when a change there looks quicker. An upgrade overwrites that install, and corrupting cordis disables preset authoring itself. Reading a shipped composition is the intended way to start; writing to one is not, and neither is editing the host composition to work around a preset limitation.

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

Frequently asked about Editing Cordis Compositions

  • What else does blitzdotdev publish alongside Editing Cordis Compositions?

    Editing Cordis Compositions is one of 4 skills that DirSkills catalogs from blitzdotdev/blitzos, the repository it ships in. Its siblings there include Codex Update Compat, Cordis Plugin Development and Run Real Codex Test. Each one is a separate skill with its own page in this directory, installs the same way Editing Cordis Compositions does, and is maintained by blitzdotdev in that same repository. The rest of the collection is listed on the blitzdotdev/blitzos page.

  • How does Editing Cordis Compositions compare to other Automation skills?

    Editing Cordis Compositions ranks #1921 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Editing Cordis Compositions against them. Open each page to compare what they document and how they install.