Explains polyglot-agent-harness layout: Claude Code plugin-dir vs .claude copy, Trae skills symlink install, Cursor rules bridge, Codex instructions_file; points to AGENTS.md and docs/PORTABILITY.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/polyglot-agent-harness:harness-overviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This repository is a **portable AI development harness** meant to work across:
This repository is a portable AI development harness meant to work across:
claude --plugin-dir /path/to/polyglot-agent-harness or copy contents into .claude/ (see plugin.json)..trae/skills/<skill>/SKILL.md; use scripts/install-into-project.sh from a consumer repo..cursor/rules/*.mdc plus root AGENTS.md.docs/codex.md and AGENTS.md.AGENTS.md — Single narrative for humans and agents (Cursor/Codex-first).CLAUDE.md — Short pointer for Claude Code sessions in this repo.docs/PORTABILITY.md — Per-tool install matrix and paths.| Path | Role |
|---|---|
skills/*/SKILL.md | Reusable workflows (YAML frontmatter) |
agents/*.md | Subagent-style prompts with frontmatter |
commands/*.md | Slash-command bodies for Claude Code |
hooks/ | Optional lifecycle hooks |
scripts/docker-check.py | Preflight: docker info (standalone) or --pre-tool-use gate for Bash |
scripts/install-into-project.sh | Wire harness into another Git repo |
When unsure which skill applies, prefer experiment-guard before risky git operations, then pr-workflow for delivery.
Delivery policy — pr-workflow owns the full PR gate (fmt → clippy → tests → E2E), manual upstream submission by default, and draft location. Save PR drafts outside git repos at 操作系统/pr-drafts/<repo-or-feature>-pr-draft.md (not inside consumer projects like tgoskits/).
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jiaxin2006/polyglot-agent-harness --plugin polyglot-agent-harness