Unoplat Code Confluence CLI

CLI wrapper for the Unoplat Code Confluence app: repo onboarding and AGENTS.md generation with auto-PR.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · cf4e76e

Fetched the real SKILL.md and its referenced CLI README, both resolve cleanly; the workflow correctly gates destructive `service destroy` and token/credential printing behind explicit user confirmation instead of just doing it.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Unoplat Code Confluence CLI does

Drives the `ucc` CLI to start the local Unoplat Code Confluence Docker stack, configure repository/model providers, add a repo, and generate AGENTS.md artifacts that the backend auto-publishes as a pull request. Triggers on mentions of Unoplat, Code Confluence, ucc, repository onboarding, or agent-md workflows.

How to install Unoplat Code Confluence CLI

git clone https://github.com/unoplat/unoplat-code-confluence
cd unoplat-code-confluence
mkdir -p ~/.claude/skills
cp -r skills/unoplat-code-confluence-cli ~/.claude/skills/unoplat-code-confluence-cli
# also requires: uv tool install "git+https://github.com/unoplat/unoplat-code-confluence.git#subdirectory=unoplat-code-confluence-cli"

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Unoplat Code Confluence CLI

  • /unoplat-code-confluence-cli CLI wrapper for the Unoplat Code Confluence app: repo onboarding and AGENTS.md generation with auto-PR.

It also activates on plain-language prompts like these:

  • Onboard this repo into Code Confluence and generate its AGENTS.md
  • Start the Unoplat Docker stack and add my repository
  • Generate an AGENTS.md for my repo and open a PR with it

Frequently asked questions

Is the Unoplat Code Confluence CLI skill free?
Yes. The skill itself is free from unoplat/unoplat-code-confluence. SkillProof publishes the install command and an independent test verdict at no cost.
Does Unoplat Code Confluence CLI work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Fetched the real SKILL.md and its referenced CLI README, both resolve cleanly; the workflow correctly gates destructive `service destroy` and token/credential printing behind explicit user confirmation instead of just doing it.
What is the Unoplat Code Confluence CLI SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Unoplat Code Confluence CLI?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Unoplat Code Confluence CLI with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.