🧩
AutomationPython

Process Capture

by zqiren

Process Capture is an Automation skill for Claude Code, published by zqiren in Orbital.

251 stars17 forkson zqiren/OrbitalAdded 2026/09/02+7% in starsRepository updated 2026/09/01
agentagent-frameworkagent-managementagent-memoryagent-orchestrationagentsai-agentautonomous-agents
Install in seconds
Install Process Capture
Copy Process Capture 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/zqiren/Orbital/tree/main/agent_os/default_skills/process-capture ~/.claude/skills/process-capture

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/zqiren/Orbital.git

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

In this catalog

Source file
agent_os/default_skills/process-capture/SKILL.md in zqiren/Orbital
Installs to
~/.claude/skills/process-capture
Collection
One of 4 skills cataloged from this repository
Category
Automation1648 skills

What Process Capture does

Process Capture records successful multi-step workflows as reusable skills. Use it after a repeated task with three or more steps so future sessions can replay the same process.

Process Capture is cataloged under Automation on DirSkills. Process Capture comes from a repository tagged agent, agent-framework, agent-management, agent-memory and agent-orchestration.

Documentation

README

Process Capture

Capture successful multi-step workflows as reusable skills so future sessions can replay them.

When to Use

Activate after completing any task that meets ALL of these criteria:

  1. It took 3 or more distinct steps (tool calls).
  2. It is likely to recur -- either the user said so, or the task type is common (deploy, report generation, data pipeline, etc.).
  3. No existing skill already covers it (check skills/ first).

After such a task, ask the user: "This took several steps. Want me to save it as a reusable skill?" If the user agrees (or you are in hands-off autonomy mode), capture the skill.

Approach

Captured skill format

Create skills/{task-name}/SKILL.md with this structure:

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

Frequently asked about Process Capture

  • What else does zqiren publish alongside Process Capture?

    Process Capture is one of 4 skills that DirSkills catalogs from zqiren/Orbital, the repository it ships in. Its siblings there include Efficient Execution, Learning Capture and Task Planning. Each one is a separate skill with its own page in this directory, installs the same way Process Capture does, and is maintained by zqiren in that same repository. The rest of the collection is listed on the zqiren/Orbital page.

  • How does Process Capture compare to other Automation skills?

    Process Capture ranks #1470 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Process Capture against them. Open each page to compare what they document and how they install.