jjagent is a claude code plugin that tracks session changes as jj-vcs commits. It isolates edits from other sessions, improving code management for developers using Claude and Jujutsu.
git clone https://github.com/schpet/jjagent.gitjjagent is a claude code plugin that tracks session changes as jj-vcs commits. It isolates edits from other sessions, improving code management for developers using Claude and Jujutsu.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/schpet/jjagentCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm working on a [PROJECT_NAME] for [COMPANY] in the [INDUSTRY] sector. I need to track changes made during this Claude session as a separate commit using jjagent. Here's the current state of my [DATA_TYPE]: [DATA_SNIPPET]. Please make the necessary changes and ensure jjagent tracks them properly.
# Changes Made During Session
## File: `src/main.py`
```python
# Added new function to handle API requests
def process_api_request(request_data):
# Validate input data
if not validate_data(request_data):
raise ValueError("Invalid input data")
# Process data
processed_data = transform_data(request_data)
return save_to_database(processed_data)
```
## File: `tests/test_main.py`
```python
def test_process_api_request():
test_data = {"key": "value"}
result = process_api_request(test_data)
assert result == "success"
```
# Commit Message
- Added API request processing function
- Included unit test for new functionality
- Updated documentation to reflect changes
# Session Summary
This session focused on implementing a new API request processing function. The changes were tracked using jjagent to maintain a clear history of modifications.AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan