Expose ranger skill as a Claude Code plugin
Assisted-by: Claude Opus 4.7 (1M context) via Claude Code
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
new file mode 100644
index 0000000..2c637b3
--- /dev/null
+++ b/.claude-plugin/marketplace.json
@@ -0,0 +1,17 @@
+{
+ "name": "ranger",
+ "owner": {
+ "name": "Alpha Chen"
+ },
+ "plugins": [
+ {
+ "name": "ranger",
+ "source": "./",
+ "version": "2026.05.06",
+ "description": "Skill for managing tasks with the ranger CLI",
+ "author": {
+ "name": "Alpha Chen"
+ }
+ }
+ ]
+}
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
new file mode 100644
index 0000000..c5dc29f
--- /dev/null
+++ b/.claude-plugin/plugin.json
@@ -0,0 +1,11 @@
+{
+ "name": "ranger",
+ "version": "2026.05.06",
+ "description": "Skill for managing tasks with the ranger CLI — backlogs, queueing, prioritizing, and the ranger PM workflow",
+ "author": {
+ "name": "Alpha Chen"
+ },
+ "homepage": "https://github.com/kejadlen/ranger",
+ "repository": "https://github.com/kejadlen/ranger.git",
+ "license": "MIT"
+}