Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

jj (Jujutsu) — Version Control for Agent Workflows

poronevcat·onevcat· v1.0.0 · atualizado em 2026-04-11
82
Score

Utilize jj (Jujutsu) for local version control instead of Git. Activate this skill when a repository contains a `.jj/` directory, the user or project configuration specifies jj, the user explicitly requests 'use jj', or any version control operation is required within a jj-managed repository. Also, use this skill when the user requests commit, branch, stash, rebase, or any Git-like operation in a jj repository. If the repository type is uncertain, verify the existence of a `.jj/` directory.

version-controljjjujutsugitcode-managementbranchingcommit
Linguagens
multi-language
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdonevcat-jj/workflow
1. Detect if the repository is a jj repository by checking for the existence of a `.jj/` directory.
2. Based on the user's request (e.g., commit, branch, rebase), determine the appropriate jj command.
3. If needed, fetch updates from the remote repository using `jj git fetch`.
4. Execute the jj command with the appropriate arguments.
5. If pushing to remote, create a bookmark (branch) using `jj bookmark create`.
6. Push the changes to the remote repository using `jj git push`.
7. Verify the operation's success and inform the user.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aGit Workflows Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aPush
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←Project Workspace Cleaner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Land
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←Pull
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
76

Árvore do Skill

jj (Jujutsu) — Version Control for Agent Workflows
onevcat-jj
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers10
use jj for version controlperform a commit using jjcreate a branch with jjstash changes using jjrebase with jjmanage a jj repositoryhow do I use jj?use jujutsu instead of gitversion control with jujutsuperform git operations in a jj repo

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download onevcat-jj
$ synaptic skills detail onevcat-jj
$ synaptic skills live onevcat-jj

Links

GitHub Repository