{
  "markdown": "# Agent Skills\n\nPortable agent skills packaged once and exposed through multiple installation surfaces.\n\n## Included Skills\n\n| Skill | Purpose |\n| --- | --- |\n| `test-challenger` | Review tests for coverage, false positives, reliability, and framework-specific gaps. |\n| `comprehensive-pr-review` | Run a structured multi-agent PR review before merge. |\n\n`test-challenger` is the normalized packaged name for the original `test-challenge` source skill.\n\n## Repository Layout\n\n```text\n.agents/skills/              # Canonical portable skills\n.claude/agents/              # Generated Claude Code subagents\ncommands/skills/             # Generated Gemini CLI commands\nscripts/install_skills.py    # Cross-runtime local installer\nscripts/sync_adapters.py     # Regenerates Claude/Gemini adapters\n```\n\n## Quick Install\n\n### Codex\n\n```bash\npython3 scripts/install_skills.py --target codex all\n```\n\n### Claude-compatible Skills\n\n```bash\npython3 scripts/install_skills.py --target claude-skills all\n```\n\n### Claude Code Subagents\n\n```bash\npython3 scripts/install_skills.py --target claude-subagents all\n```\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/MV011/agent-skills\n```\n\nThis installs the extension-backed commands:\n\n- `/skills:test-challenger`\n- `/skills:comprehensive-pr-review`\n\n### Universal / Open Agent Skills\n\n```bash\npython3 scripts/install_skills.py --target universal all\n```\n\nThat copies the canonical skills into `~/.agents/skills/`, which is the shared install surface used by the open Agent Skills convention and similar toolchains.\n\n## Keeping Adapters In Sync\n\nAfter changing any `SKILL.md`, regenerate the Claude and Gemini wrappers:\n\n```bash\npython3 scripts/sync_adapters.py\n```\n\n## More\n\nDetailed install notes and upstream documentation links live in `docs/install.md`.\n",
  "bytes": 1812,
  "sha": "50ded0186f07a7e05211a4021a8405a3e20725378a5f796fdcb6039ba949450e",
  "repo_slug": "mv011/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mv011_agent_skills_0500d582/readme"
}