🧠
AI EngineeringPython

Agent Common

by romiluz13

Agent Common is an AI Engineering 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 Agent Common
Copy Agent Common 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/agent-common ~/.claude/skills/agent-common

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/agent-common/SKILL.md in romiluz13/cc10x
Installs to
~/.claude/skills/agent-common
Collection
One of 21 skills cataloged from this repository
Category
AI Engineering3670 skills

What Agent Common does

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.

Agent Common is cataloged under AI Engineering on DirSkills. Agent Common comes from a repository tagged agent-harness, claude-code, claude-code-plugin, context-engineering and harness-engineering.

Documentation

README

Agent Common (Shared Preamble)

Memory First (CRITICAL — DO NOT SKIP)

Read memory before any work:

Bash(command="mkdir -p .cc10x")
Read(file_path=".cc10x/activeContext.md")
Read(file_path=".cc10x/patterns.md")
Read(file_path=".cc10x/progress.md")

Memory contains prior decisions, known gotchas, and current context. Without it, you work blind.

Narrower agent protocols win: if your agent doc deliberately narrows this protocol (anti-anchoring reviewers such as code-reviewer skip activeContext.md; plan-gap-reviewer reads no memory at all), follow the agent doc — the narrowing is intentional, not an omission.

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

Frequently asked about Agent Common

  • What else does romiluz13 publish alongside Agent Common?

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

  • How does Agent Common compare to other AI Engineering skills?

    Agent Common ranks #3372 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Agent Common against them. Open each page to compare what they document and how they install.

More from romiluz13/cc10x

Agent Common is one of 21 skills cataloged on DirSkills from romiluz13/cc10x.

See all 21 skills