{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "swe-wiki", "version": "0.2.1", "description": "Domain-first, Git-synced software engineering knowledge base for Codex.", "author": { "name": "Bao Dang", "url": "https://github.com/dtgbao" }, "repository": "https://github.com/dtgbao/agent-skills", "extensions": { "com.openai.codex": { "interface": { "displayName": "SWE Wiki", "shortDescription": "Maintain and sync a software engineering wiki.", "longDescription": "Build a domain-first Markdown knowledge base with local indexes for architecture decisions, blueprints, best practices, code conventions, and reusable engineering knowledge, synchronized safely through Git.", "developerName": "dtgbao", "category": "Productivity", "capabilities": [ "Interactive", "Read", "Write" ], "websiteURL": "https://github.com/dtgbao/agent-skills", "composerIcon": "./assets/composer-icon.png", "logo": "./assets/logo.png", "defaultPrompt": [ "Set up my SWE wiki and connect it to my Git repository.", "Ingest this source into my SWE wiki: [URL or file path]", "Search my SWE wiki for [topic] and cite the relevant pages." ] } } } }