ccc

Create a GitHub issue with git context and session history.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill ccc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccc
Source: https://github.com/ContentsUS/Agentic-AI-Paji/tree/main/.claude/skills/ccc
Command: npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill ccc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to save the current state and context of your session, making it easy to preserve your work and switch between tasks seamlessly.

Core Features & Use Cases

  • Context Preservation: Automatically gathers git information (branch, status, recent commits) to create a snapshot of your current work.
  • Issue Creation: Generates a GitHub issue with a "context" label to store this snapshot.
  • Use Case: Before starting a complex new feature, you can use ccc to save your current progress on bug fixes, ensuring you can easily return to it later without losing any work.

Quick Start

Use the ccc skill to save the current session context and create a GitHub issue.

Frequently Asked Questions about ccc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save my git session context before switching tasks?

To save your git session context, this Skill gathers your current branch, changed files, and recent commits, then creates a GitHub issue to store a snapshot of your work for later retrieval.

What is the best way to compact conversation history and preserve work state?

Compacting conversation history is done by generating a GitHub issue with a context label, automatically populating it with git information like branch status and recent commits to preserve your current work state.

Can I create a GitHub issue to track uncommitted git changes and recent commits?

Yes, you can create a GitHub issue to track uncommitted changes and recent commits. The Skill automatically extracts your git status and recent commit history to populate the issue body.

How do I add a custom focus description when saving session context to a GitHub issue?

You can add a custom focus description by providing specific text when triggering the save state action, which the Skill then uses to dynamically generate the title for your GitHub issue.

Does this context preservation method require any external dependencies or APIs?

No external dependencies are required to preserve context. The Skill operates using internal scripts to extract git workflow information and interface directly with GitHub issue creation.