{
  "markdown": "# Skills\n\nA cross-platform agent skills directory and Claude Code marketplace — compatible with **Claude Code**, **OpenAI Codex CLI**, **Gemini CLI**, and any tool that follows the [agentskills.io](https://agentskills.io) open standard.\n\n## Skills\n\n| Skill  | Description                                                                                               |\n| ------ | --------------------------------------------------------------------------------------------------------- |\n| **pr** | Open and refine pull requests — gitmoji titles, structured PR bodies, review response, and branch hygiene |\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude plugin marketplace add https://github.com/juftin/skills\nclaude plugin install juftin@juftin\n```\n\nOr install directly:\n\n```bash\nclaude plugin install https://github.com/juftin/skills\n```\n\n### OpenAI Codex\n\n```bash\ncodex plugin marketplace add https://github.com/juftin/skills\ncodex plugin install juftin@juftin\n```\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/juftin/skills\n```\n\n### Cursor\n\nFrom the agent chat:\n\n```\n/add-plugin https://github.com/juftin/skills\n```\n\n## Adding Skills\n\nEach skill is a directory under `skills/` containing a `SKILL.md` file with YAML frontmatter:\n\n```yaml\n---\nname: my-skill\ndescription: \"When to use this skill — write this for the model, not for humans.\"\nallowed-tools: \"Bash, Read, Grep, Glob\"\n---\n```\n\nUpdate the plugin manifests and root configs to list the new skill.\n\n## Structure\n\n```\n├── .claude-plugin/\n│   ├── marketplace.json     # Claude Code marketplace manifest\n│   └── plugin.json          # Claude Code plugin manifest\n├── .codex-plugin/\n│   └── plugin.json          # Codex plugin manifest\n├── gemini-extension.json    # Gemini CLI extension manifest\n├── CLAUDE.md                # Claude Code root config\n├── AGENTS.md                # Codex / Cursor / Copilot / Windsurf root config\n├── GEMINI.md                # Gemini CLI root config\n└── skills/\n    └── pr/\n        └── SKILL.md         # The pr skill\n```\n",
  "bytes": 2041,
  "sha": "531d771f936554fc3f75b682c71d9111fd9d77eb0a2107215a1e50c73f2d7562",
  "repo_slug": "juftin/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_juftin_skills_34268897/readme"
}