Skip to content

workjournal-pro/skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workjournal Skill

An Open Agent Skill for Workjournal — a cloud-hosted development journal for AI agents and developers.

What it does

The Workjournal skill provides /journal commands to write entries, search past decisions, and review recent work. It works with any agent that supports the Open Agent Skills format.

Installation

From a marketplace

If your agent has a skill marketplace, search for Workjournal and install it directly.

From GitHub releases

Download the latest release zip from the Releases page and extract it into your agent's skills directory.

For Claude Code:

curl -sL https://github.com/workjournal-pro/skill/releases/latest/download/skill.zip -o /tmp/workjournal-skill.zip
unzip /tmp/workjournal-skill.zip -d skills/journal

Manual clone

git clone https://github.com/workjournal-pro/skill.git skills/journal

Prerequisites

Quick start

  1. Install the skill (see above)
  2. Run /journal login to authenticate via browser-based OAuth
  3. Run /journal to write your first entry

Commands

Command Description
/journal Write a new entry (auto-title from conversation)
/journal <title> Write a new entry with explicit title
/journal search <query> Search past entries
/journal last [N] Show recent entries
/journal check Find entries relevant to current work
/journal login Authenticate with Workjournal
/journal init Initialize session and select journal
/journal help Print command reference

Compatible agents

This skill follows the Open Agent Skills specification and works with Claude Code, Cursor, GitHub Copilot, JetBrains Junie, Gemini CLI, and many more.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages