fj/claude/.claude-plugin/plugin.json
Stephen Way 0a65a8eed8
Some checks are pending
ci / check (push) Waiting to run
docs: add Claude Code plugin (skill: fj)
Source of truth for the plugin lives in claude/ inside this repo. A
canonical mirror is at github.com/rasterandstate/fj-claude-plugin.

The skill activates when the user mentions fj, Forgejo, Gitea, or any
forge-side action. SKILL.md documents:
* the auto-detect convention (`-R` optional inside a clone)
* global flags (`--host`, `--debug`, `--no-pager`, `--json-fields`)
* the `--jq` syntax for `fj api`
* common workflows (PR review, issue triage, releases, code search)
* sharp edges (token TTY guard, --body in CI, gh-equivalence gaps)
* links back to docs/{architecture,gh-to-fj,compatibility,jq,troubleshooting}.md

Install in any Claude Code session:

  /plugin install rasterandstate/fj-claude-plugin

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 16:12:36 -07:00

20 lines
387 B
JSON

{
"name": "fj",
"version": "0.1.0",
"description": "Teach Claude Code to use fj, a CLI for Forgejo in the spirit of gh",
"author": {
"name": "Raster & State",
"url": "https://rasterstate.com"
},
"license": "MIT",
"keywords": [
"fj",
"forgejo",
"gitea",
"git",
"cli",
"code-review"
],
"homepage": "https://rasterhub.com/rasterstate/fj"
}