Skip to content

RealAdarsh/jj-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jj-skill

Open-source, generic Jujutsu (jj) agent skill repository.

This repo is intentionally just the jj skill payload, plus lightweight adapter files for common agent runtimes.

Repository layout

jj-skill/
├── AGENTS.md
├── CLAUDE.md
├── GEMINI.md
├── LICENSE
├── README.md
├── SKILL.md
├── agents/
│   └── openai.yaml
└── references/
    ├── cheat-sheet.md
    ├── colocated-git.md
    ├── cross-agent.md
    └── sources.md

Skill files

  • SKILL.md: canonical operational instructions
  • references/: supporting docs and command mappings
  • agents/openai.yaml: optional metadata for skill catalogs that support it

Cross-agent adapters

  • AGENTS.md: generic shared agent guidance
  • CLAUDE.md: Claude adapter (imports AGENTS.md)
  • GEMINI.md: Gemini adapter (imports AGENTS.md)

How to use

Codex

mkdir -p ~/.codex/skills/jj
cp -R ./* ~/.codex/skills/jj/

Then invoke the skill with prompts like Use $jj to ....

Claude Code

  1. Copy AGENTS.md and CLAUDE.md into the target project root.
  2. Keep SKILL.md and references/ available in the same repo for detailed guidance.

Gemini CLI

  1. Copy AGENTS.md and GEMINI.md into the target project root.
  2. Keep SKILL.md and references/ available in the same repo for detailed guidance.

skills.sh

npx skills add RealAdarsh/jj-skill

Design goals

  • Prefer jj commands for repository mutations.
  • Keep workflows non-interactive by default for automated agents.
  • Keep instructions portable across agent runtimes.

Sources

Primary references are documented in references/sources.md.

About

Cross-agent Jujutsu (jj) workflow skill for coding agents (Codex, Claude, Gemini, and AGENTS.md-compatible runtimes).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors