Agent Plugins Marketplace
All plugins

gitian-docs

v0.4.0

gitian documentation discipline: keep @gitian annotations and paired docs/ files in sync as code changes, with a SessionStart cue and a PostToolUse nudge that fire only in repos already instrumented with gitian.

Claude Code1 Skill

By GitianDocsLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install gitian-docs for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gitian-docs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/GitianDocs/gitian-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gitian-docs/.

Plugin files

plugins/gitian-docs/
├── .claude-plugin/plugin.json
└── skills/gitian-docs/SKILL.md

Included Skills1

gitian-docsskills/gitian-docs/SKILL.md

Use when changing code in a repo instrumented with gitian (a `.gitian/` directory or `@gitian` annotations present) — keep annotations and paired docs in sync as part of the change — and when adopting gitian documentation in a repo.

Plugin manifests1

plugins/gitian-docs/.claude-plugin/plugin.json
{
  "name": "gitian-docs",
  "description": "gitian documentation discipline: keep @gitian annotations and paired docs/ files in sync as code changes, with a SessionStart cue and a PostToolUse nudge that fire only in repos already instrumented with gitian.",
  "version": "0.4.0",
  "author": {
    "name": "GitianDocs"
  },
  "homepage": "https://gitian.dev",
  "repository": "https://github.com/GitianDocs/gitian-tools",
  "license": "MIT",
  "keywords": [
    "gitian",
    "documentation",
    "annotations",
    "hooks"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gitian-docs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gitian-docs)