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-patternsSkills in this plugin
- ▌ refactoring · auto-skillerIdentifies and removes dead code safely, with test verification at each step and categorization of risk levels.
- ▌ codemap-sync · auto-skillerAnalyzes codebase structure and generates token-lean architecture documentation in codemap files, with diff detection and metadata tracking.
- ▌ tdd-methodology · auto-skillerGuides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
- ▌ code-exploration · auto-skillerAnalyzes codebases to understand existing features, tracing entry points, execution paths, architecture layers, patterns, and dependencies before new development.
- ▌ ubiquitous-language · auto-skillerExtracts and formalizes domain terminology from a conversation into a consistent glossary saved to a local file.
- ▌ scaffold-exercises · auto-skiller bundleCreate exercise directory structures with sections, problems, solutions, and explainers that pass linting, then commit with git.
- ▌ coding-rules-enforcer · auto-skiller bundleEnforces language-specific coding rules, style guidelines, patterns, security, and testing standards by referencing a built-in guidelines bank.
- ▌ verification-patterns · auto-skillerProvides 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.