Putior
Description
Extract workflow diagrams from code annotations across 30+ languages
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
putior 
[](https://github.com/pjt222/putior/actions) [](https://CRAN.R-project.org/package=putior) [](https://cran.r-project.org/package=putior) [](https://opensource.org/licenses/MIT) [](https://lifecycle.r-lib.org/articles/stages.html#stable) [](https://pjt222.github.io/putior/articles/quick-reference.html) [](https://github.com/sponsors/pjt222)
**Extract beautiful workflow diagrams from your code annotations**

**putior** (PUT + Input + Output + R) extracts structured annotations from source code and generates Mermaid flowchart diagrams. Document data pipelines, visualize workflows, and understand complex codebases -- across 30+ programming languages.
TL;DR
# 1. Add annotation to your script
# put label:"Load Data", output:"clean.csv"
# 2. Generate diagram
library(putior)
put_diagram(put("./"))
See result
flowchart TD
node1[Load Data]
artifact_clean_csv[(clean.csv)]
node1 --> artifact_clean_csv
classDef processStyle fill:#ede9fe,stroke:#7c3aed,stroke-width:2px,color:#5b21b6
class node1 processStyle
classDef artifactStyle fill:#f3f4f6,stroke:#6b7280,stroke-width:1px,color:#374151
class artifact_clean_csv artifactStyle
Key Features
- Simple annotations -- o
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity