🧠
AI EngineeringRust

Ctx

by ctxrs

Ctx is an AI Engineering skill for Claude Code, published by ctxrs in ctx.

1K stars61 forkson ctxrs/ctxAdded 2026/08/21+1% in starsRepository updated 2026/08/21
agentagent-skillsagenticagentic-aiagentic-workflowagentsaiantigravityclaudeclaude-codecodexcoding-agentscursordeveloper-toolsrustworktrees
Install in seconds
Install Ctx
Copy Ctx into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ctxrs/ctx/tree/main/skills/ctx ~/.claude/skills/ctx

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ctxrs/ctx.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ctx/SKILL.md in ctxrs/ctx
Installs to
~/.claude/skills/ctx
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Ctx does

Ctx uses local agent history as working memory for prior decisions, attempts, and evidence. Use it to ground new work, resume investigations, or trace code and Git artifacts back to the agent session that produced them.

Ctx is cataloged under AI Engineering on DirSkills. Ctx comes from a repository tagged agent, agent-skills, agentic, agentic-ai and agentic-workflow.

Documentation

README

ctx

Use ctx to ground your work in relevant prior agent sessions. Search local history for earlier decisions, constraints, attempts, and evidence. When ctx blame is available, use it to trace code and Git artifacts to the agent session that produced them.

ctx retrieves source material; you perform the analysis. Keep every conclusion grounded in the retrieved evidence.

Prerequisites

  • Require the ctx CLI to be installed and set up. If it is missing and installing tools is appropriate for the task, use the installer for the current platform.

    macOS and Linux:

    curl -fsSL https://ctx.rs/install | sh
    

    Windows PowerShell:

    irm https://ctx.rs/install.ps1 | iex
    
  • If ctx is installed but not initialized, run:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Ctx

  • How does Ctx compare to other AI Engineering skills?

    Ctx ranks #1345 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ctx against them. Open each page to compare what they document and how they install.