Personal Claude Code plugins and agent skills curated by ashwch.
npx claudepluginhub ashwch/ashwch-agent-skills-marketplaceConvert Sony ARW photos into high-quality JPEGs using exact or profiled workflows with EXIF timestamp preservation and validation.
Personal marketplace of reusable agent skills for both Claude Code and OpenAI Codex.
.claude-plugin/marketplace.json + plugins/*.plugins/<plugin>/skills/<plugin>/ into ${CODEX_HOME:-$HOME/.codex}/skills.Use user-level install by default for both tools.
--scope project.${CODEX_HOME:-$HOME/.codex}/skills.ashwch-agent-skills-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── sony-raw-styled-jpeg/
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ │ ├── convert.md
│ │ ├── exact.md
│ │ └── profiled.md
│ └── skills/
│ └── sony-raw-styled-jpeg/
│ ├── SKILL.md
│ ├── README.md
│ ├── agents/openai.yaml
│ ├── scripts/
│ └── references/
├── scripts/
│ ├── install-skill.sh
│ ├── install-all.sh
│ ├── uninstall-skill.sh
│ ├── uninstall-all.sh
│ ├── claude-install.sh
│ └── claude-uninstall.sh
├── AGENTS.md
├── CLAUDE.md
├── CONTRIBUTING.md
└── README.md
| Name | Purpose |
|---|---|
sony-raw-styled-jpeg | Convert Sony .ARW images into high-quality JPEGs using either exact one-pass conversion or a profiled adaptive workflow, while preserving EXIF and validating timestamps. |
claude plugin marketplace add ashwch/ashwch-agent-skills-marketplace
claude plugin install sony-raw-styled-jpeg@ashwch
/sony-raw-styled-jpeg:convert
/sony-raw-styled-jpeg:exact
/sony-raw-styled-jpeg:profiled
Optional helper:
bash scripts/claude-install.sh
User scope:
claude plugin uninstall sony-raw-styled-jpeg@ashwch
If it was installed in project scope accidentally:
claude plugin uninstall sony-raw-styled-jpeg@ashwch --scope project
Optional helper:
bash scripts/claude-uninstall.sh
From local clone:
gh repo clone ashwch/ashwch-agent-skills-marketplace
cd ashwch-agent-skills-marketplace
bash scripts/install-skill.sh sony-raw-styled-jpeg
Install all plugin-backed skills:
bash scripts/install-all.sh
Direct from GitHub with skill installer:
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo ashwch/ashwch-agent-skills-marketplace \
--ref main \
--path plugins/sony-raw-styled-jpeg/skills/sony-raw-styled-jpeg
Use in Codex:
Use $sony-raw-styled-jpeg to choose between exact and profiled ARW conversion, optionally add subtle mood shaping, and validate EXIF timestamps.
Uninstall one:
bash scripts/uninstall-skill.sh sony-raw-styled-jpeg
Uninstall all skills from this repo:
bash scripts/uninstall-all.sh
Manual fallback:
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
rm -rf "$CODEX_HOME/skills/sony-raw-styled-jpeg"
<output>/MONxxxxx.jpg<output>/style_report.csv or <output>/profiled_style_report.csv<output>/exif_validation.txt<input>/profiling/raw_profile.csv for profiled mode<input>/profiling/raw_profile_summary.txt for profiled modeDetails:
plugins/sony-raw-styled-jpeg/skills/sony-raw-styled-jpeg/README.mdplugins/sony-raw-styled-jpeg/skills/sony-raw-styled-jpeg/references/PIPELINE_FIRST_PRINCIPLES.mdMIT - see LICENSE.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations