Instructions file CodexOpenCode
Instructions for swarmauri/swarmauri-sdk, covering contribution guide and swarmauri & tigrbl package requirements.
Instructions file CodexOpenCode
Instructions for swarmauri/swarmauri-sdk, covering contribution guide and swarmauri & tigrbl package requirements.
Skill Claude CodeCodex
Packaged dummy filesystem skill.
Skill Claude CodeCodex
Packaged dummy local skill.
Skill Claude CodeCodex
Golden filesystem skill fixture.
Skill Claude CodeCodex
Golden local skill fixture.
Skill Claude CodeCodex
Add or update a Swarmauri SDK base class in pkgs/base/swarmauribase. Use when Codex needs to implement a base class over a core interface, update ResourceTypes, wire InterfaceRegistry, set ComponentBase registration, exports, and focused tests.
Skill Claude CodeCodex
Add or update a Swarmauri SDK base mixin in pkgs/base/swarmauribase. Use when Codex needs reusable mixin behavior tied to existing interfaces or base classes, with correct Pydantic inheritance, exports, and tests without unnecessary registry entries.
Skill Claude CodeCodex
Add a second-class standalone Swarmauri package under pkgs/community. Use when Codex needs community package scaffolding, workspace membership, pyproject metadata, README branding, entry points, second-class citizenship rows, exports, tests, and validation.
Skill Claude CodeCodex
Add or update a Swarmauri SDK core interface in pkgs/core/swarmauricore. Use when Codex needs to create interface protocols or ABCs, update package exports, add focused tests, or prepare a new resource kind for later base-class and registry wiring.
Skill Claude CodeCodex
Add an experimental standalone Swarmauri package under pkgs/experimental. Use when Codex needs experimental package scaffolding, planning-stage metadata, optional workspace membership, README branding, entry points when discoverable, registry decisions, tests, and validation.
Skill Claude CodeCodex
Add a Swarmauri plugin package under pkgs/plugins. Use when Codex needs plugin package scaffolding, swarmauri.plugins or explicit resource entry points, third-class citizenship when appropriate, README branding, pyproject metadata, tests, and validation.
Skill Claude CodeCodex
Add a first-class standalone Swarmauri package under pkgs/standards. Use when Codex needs package scaffolding, workspace membership, pyproject metadata, Swarmauri or Tigrbl branding, entry points, first-class citizenship registry rows, exports, tests, and validation.
Skill Claude CodeCodex
Add or update a concrete component inside pkgs/swarmauristandard. Use when Codex needs to implement a first-party standard concrete over an existing base class, update exports, register ComponentBase type metadata, and wire first-class citizenship when discoverable through the swarmauri facade.