← all plugins

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-reduce
⬇ Download

Skills in this plugin

  1. refactor · m00sp
    Surgical 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.
    0
    repo stars
  2. create-readme · m00sp
    Create a README.md file for the project
    0
    repo stars
  3. refactor-plan · m00sp
    Plan a multi-file refactor with proper sequencing and rollback steps
    0
    repo stars
  4. generate-image · m00sp
    Generate 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.
    0
    repo stars
  5. create-agentsmd · m00sp
    Prompt for generating an AGENTS.md file for a repository
    0
    repo stars
  6. markdown-to-html · m00sp bundle
    Convert 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.
    0
    repo stars
  7. arch-linux-triage · m00sp
    Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
    0
    repo stars
  8. debian-linux-triage · m00sp
    Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
    0
    repo stars
  9. mkdocs-translations · m00sp
    Generate a language translation for a mkdocs documentation stack.
    0
    repo stars
  10. documentation-writer · m00sp
    Diá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.
    0
    repo stars
  11. update-markdown-file-index · m00sp
    Update a markdown file section with an index/table of files from a specified folder.
    0
    repo stars
  12. refactor-method-complexity-reduce · m00sp
    Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
    0
    repo stars