{"name":"specgit Document Agent","description":"Agent tools for reading, commenting on, and reviewing GitHub-hosted documents through specgit. GitHub remains the source of truth; saves are commits, comments are PR review threads, and publish is a merge.","version":"1.0.0","provider":{"organization":"Fn First Holdings LLC","url":"https://specgit.com/"},"documentationUrl":"https://specgit.com/auth.md","iconUrl":"https://specgit.com/apple-touch-icon.png","supportedInterfaces":[{"url":"https://specgit.com/api/agent","protocolBinding":"HTTP+JSON","transport":"HTTP+JSON","protocolVersion":"1.0"}],"capabilities":{"streaming":false,"pushNotifications":false,"extendedAgentCard":false},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"read-document","name":"Read document","description":"Read a GitHub-hosted document's current source and metadata through specgit.","tags":["docs","github","read","markdown"],"examples":["Read docs/PRD.md from owner/repo on the main branch."],"inputModes":["application/json"],"outputModes":["application/json","text/plain"]},{"id":"list-threads","name":"List review threads","description":"List open and resolved PR review threads for a document, re-anchored to the current content.","tags":["docs","review","comments","github"],"examples":["List open review threads on specs/auth.md."],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"create-comment","name":"Create review comment","description":"Create an anchored review thread on a line range in a GitHub-hosted document.","tags":["docs","review","comments","github"],"examples":["Comment on lines 12-18 of docs/onboarding.md asking for acceptance criteria."],"inputModes":["application/json","text/plain"],"outputModes":["application/json"]},{"id":"reply-thread","name":"Reply to review thread","description":"Reply to an existing review thread on a document.","tags":["docs","review","comments","github"],"examples":["Reply to thread thr_123 agreeing with the suggested rewrite."],"inputModes":["application/json","text/plain"],"outputModes":["application/json"]},{"id":"resolve-thread","name":"Resolve review thread","description":"Resolve or reopen a review thread on a document.","tags":["docs","review","comments","github"],"examples":["Resolve thread thr_123 after the requested edits landed."],"inputModes":["application/json"],"outputModes":["application/json"]}]}