This repository owns Organization-wide common coding Agent instructions and reusable Agent execution assets for InKCre.
Reason in English. Communicate with humans in Chinese.
global/: user-scope common instructions that remain safe outside one InKCre checkout.skills/: canonical cross-repository skills owned here.templates/: starting points for new repositories; existing repository instructions remain locally owned and evolve with their code.catalog.json: discovery metadata for assets owned here or intentionally owned by another InKCre delivery surface.tasks/: volatile task packets retained only while their parent task is active.
Do not copy product behavior, repository commands, deployment truth, complete
repository AGENTS.md files, or a package consumer skill into this repository.
A new shared skill requires at least two named consumers and one canonical owner.
- Keep each skill self-contained and follow the Agent Skills
SKILL.mdformat. - Prefer a thin consumer discovery entry over copied skill content.
- Change an externally owned asset in its owner repository first.
- Keep
install.shidempotent and refuse to replace an existing consumer path. - Validate JSON with
python -m json.tool catalog.jsonand patches withgit diff --check; verify the installer with a temporaryHOME. - Require explicit Human authorization before commit, push, publication, or external repository/settings mutation.