dev-general
v0.1.0General dev tools: code-explain, doc-generate.
By phenatesLicense: MIT0 GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 →
Get the plugin
git clone https://github.com/phenates/phenates-agents-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dev-general/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/code-explain/SKILL.md└── skills/doc-generate/SKILL.md
Included Skills2
Code explanation and analysis — turns complex code, algorithms, or design patterns into clear narratives, visual diagrams (Mermaid flowcharts/class diagrams), step-by-step breakdowns, and learning resources. Use this skill whenever the user asks to explain, understand, break down, walk through, or teach a piece of code, an algorithm, a design pattern, or how a system works — even if they just paste a code block and ask "what does this do?" or "how does this work?".
Automated documentation generation from a codebase — API docs (OpenAPI/Swagger), architecture diagrams (Mermaid/PlantUML), code documentation (docstrings, README), user guides, and documentation CI/CD. Use this skill whenever the user asks to generate, write, or create documentation, README files, API references, architecture diagrams, user guides, or documentation coverage/automation for a codebase — even if they just say "document this" or "write docs for this project" without naming a specific format.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dev-general",
"description": "General dev tools: code-explain, doc-generate.",
"version": "0.1.0",
"author": {
"name": "phenates"
},
"repository": "https://github.com/phenates/phenates-agents-plugins/tree/main/dev-general",
"license": "MIT",
"keywords": [
"engineering"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dev-general on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-general)