M00agents
by @m00sp · plugin · 12 skills
M00agents from m00sp/m00agents.
Install the whole plugin (CLI)
npx skillmds add m00sp/refactor
npx skillmds add m00sp/create-readme
npx skillmds add m00sp/refactor-plan
npx skillmds add m00sp/generate-image
npx skillmds add m00sp/create-agentsmd
npx skillmds add m00sp/markdown-to-html
npx skillmds add m00sp/arch-linux-triage
npx skillmds add m00sp/debian-linux-triage
npx skillmds add m00sp/mkdocs-translations
npx skillmds add m00sp/documentation-writer
npx skillmds add m00sp/update-markdown-file-index
npx skillmds add m00sp/refactor-method-complexity-reduceSkills in this plugin
- ▌ refactor · m00spSurgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.
- ▌
- ▌
- ▌ generate-image · m00spGenerate images using AI. Use when asked to generate, create, or make images, textures, icons, sprites, artwork, visual assets, or mockups. Supports OpenAI (gpt-image-2) and Google Gemini (Nano Banana). Requires an API key for the chosen provider.
- ▌
- ▌ markdown-to-html · m00sp bundleConvert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.
- ▌ arch-linux-triage · m00spTriage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
- ▌ debian-linux-triage · m00spTriage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
- ▌
- ▌ documentation-writer · m00spDiátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
- ▌ update-markdown-file-index · m00spUpdate a markdown file section with an index/table of files from a specified folder.
- ▌ refactor-method-complexity-reduce · m00spRefactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.