{
  "markdown": "# tungnt-ai-skills\n\nA collection of skills for Claude Code, Codex, GitHub Copilot CLI, Gemini CLI, Antigravity, and OpenCode.\nEach session automatically loads `using-tungnt-ai-skills`, then selects the appropriate\nworkflow for investigation, brainstorming, planning, implementation, and review.\n\n## Quick installation\n\nRequirement: Node.js with `npm exec` or `npx`.\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install\n```\n\nThe command above installs the plugin for all supported agents. To install it for one agent only:\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --agent codex\n```\n\nValid agents: `claude`, `codex`, `copilot`, `gemini`, `opencode`, `agy`, `antigravity`,\n`antigravity-ide`, `antigravity-all`.\n\nPreview the changes without writing files:\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --dry-run\n```\n\n## Native install mode\n\nAdd `--native` to have the installer use the agent's native install flow:\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --agent claude --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --agent codex --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --agent copilot --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills install --agent opencode --native\n```\n\n`--native` applies to Claude Code, Codex, GitHub Copilot CLI, and OpenCode. Gemini and Antigravity use\nfile copies managed by the installer.\n\nTo install without `npx`, run the following commands directly:\n\n```bash\n# Claude Code\nclaude plugin marketplace add tungnt1405/tungnt-ai-skills-marketplace\nclaude plugin install tungnt-ai-skills@tungnt-ai-skills-marketplace\nclaude plugin enable tungnt-ai-skills@tungnt-ai-skills-marketplace\n\n# Codex\ncodex plugin marketplace add tungnt1405/tungnt-ai-skills-marketplace\ncodex plugin add tungnt-ai-skills@tungnt-ai-skills-marketplace\n\n# GitHub Copilot CLI\ncopilot plugin marketplace add tungnt1405/tungnt-ai-skills-marketplace\ncopilot plugin install tungnt-ai-skills@tungnt-ai-skills-marketplace\n```\n\n## Update\n\nUpdate all installations managed by the installer:\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills update\n```\n\nUpdate one native plugin:\n\n```bash\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills update --agent claude --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills update --agent codex --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills update --agent copilot --native\nnpm exec --yes --package=github:tungnt1405/tungnt-ai-skills-marketplace -- tungnt-ai-skills update --agent opencode --native\n```\n\nTo update natively without `npx`, run the following commands directly:\n\n```bash\n# Claude Code\nclaude plugin marketplace update tungnt-ai-skills-marketplace\nclaude plugin update tungnt-ai-skills@tungnt-ai-skills-marketplace\n\n# Codex: refresh the marketplace, then reinstall the plugin\ncodex plugin marketplace upgrade tungnt-ai-skills-marketplace\ncodex plugin remove tungnt-ai-skills@tungnt-ai-skills-marketplace\ncodex plugin add tungnt-ai-skills@tungnt-ai-skills-marketplace\n\n# GitHub Copilot CLI\ncopilot plugin marketplace update tungnt-ai-skills-marketplace\ncopilot plugin update tungnt-ai-skills@tungnt-ai-skills-marketplace\n```\n\n## Manual installation without npm/npx\n\nClone the repository, then copy the entire package to the agent's plugin directory:\n\n| Agent | Directory |\n| --- | --- |\n| Claude Code | `~/.claude/plugins/cache/tungnt-ai-skills-marketplace` |\n| Codex | `~/.codex/plugins/tungnt-ai-skills-marketplace` |\n| GitHub Copilot CLI | `~/.copilot/installed-plugins/tungnt-ai-skills-marketplace/tungnt-ai-skills` |\n| Gemini CLI | `~/.gemini/extensions/tungnt-ai-skills` |\n| Antigravity CLI | `~/.gemini/antigravity-cli/plugins/tungnt-ai-skills` |\n| Antigravity IDE | `~/.gemini/config/plugins/tungnt-ai-skills` |\n| OpenCode | `~/.config/opencode/tungnt-ai-skills` + `~/.config/opencode/plugins/tungnt-ai-skills.js` |\n\nFor OpenCode details, see [docs/README.opencode.md](docs/README.opencode.md).\n`--native` registers the plugin through OpenCode's own global config\n(`~/.config/opencode/opencode.json`) because `opencode plugin add` accepts npm registry packages only.\n\n## Verification\n\nStart a new session and request a coding task. The plugin is working correctly when the agent\nautomatically loads `using-tungnt-ai-skills` before selecting the next skill.\n\nFor configuration details, see [docs/setting-configuration.md](docs/setting-configuration.md).\n\n## License\n\nMIT. Forked from [obra/superpowers](https://github.com/obra/superpowers).\n",
  "bytes": 5015,
  "sha": "05f132d0c640bf9e0a0623fdf75478d2c509cfd2acd3ffedc76df94add8bad8c",
  "repo_slug": "tungnt1405/tungnt-ai-skills-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_tungnt1405_tungnt_ai_skills_marketplace_4797dcfb/readme"
}