What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$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."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- swe_wiki.py
- openai.yaml
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai.codex