← all plugins

Coding

by @auto-skiller · plugin · 8 skills

Coding from Auto-Skiller/plugboot.

Install the whole plugin (CLI)
npx skillmds add auto-skiller/refactoring npx skillmds add auto-skiller/codemap-sync npx skillmds add auto-skiller/tdd-methodology npx skillmds add auto-skiller/code-exploration npx skillmds add auto-skiller/ubiquitous-language npx skillmds add auto-skiller/scaffold-exercises npx skillmds add auto-skiller/coding-rules-enforcer npx skillmds add auto-skiller/verification-patterns
⬇ Download

Skills in this plugin

  1. refactoring · auto-skiller
    Identifies and removes dead code safely, with test verification at each step and categorization of risk levels.
    1
    repo stars
  2. codemap-sync · auto-skiller
    Analyzes codebase structure and generates token-lean architecture documentation in codemap files, with diff detection and metadata tracking.
    1
    repo stars
  3. tdd-methodology · auto-skiller
    Guides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
    1
    repo stars
  4. code-exploration · auto-skiller
    Analyzes codebases to understand existing features, tracing entry points, execution paths, architecture layers, patterns, and dependencies before new development.
    1
    repo stars
  5. ubiquitous-language · auto-skiller
    Extracts and formalizes domain terminology from a conversation into a consistent glossary saved to a local file.
    1
    repo stars
  6. scaffold-exercises · auto-skiller bundle
    Create exercise directory structures with sections, problems, solutions, and explainers that pass linting, then commit with git.
    1
    repo stars
  7. coding-rules-enforcer · auto-skiller bundle
    Enforces language-specific coding rules, style guidelines, patterns, security, and testing standards by referencing a built-in guidelines bank.
    1
    repo stars
  8. verification-patterns · auto-skiller
    Provides grep-based patterns to verify that code artifacts are real implementations rather than stubs or placeholders, covering React components, API routes, database schemas, and hooks.
    1
    repo stars