feature-injection-rules

Define rules and templates for injecting features into existing codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chkim-su/serena-refactor-marketplace --skill feature-injection-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-injection-rules
Source: https://github.com/chkim-su/serena-refactor-marketplace/tree/main/skills/feature-injection-rules
Command: npx skills add https://github.com/chkim-su/serena-refactor-marketplace --skill feature-injection-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill defines rules and patterns to inject new features into existing codebases while preserving architecture, conventions, and SOLID principles.

Core Features & Use Cases

  • Pre-Injection Checklist: Ensure knowledge, conventions, and impact scope are ready before injection.
  • Injection Types Summary: Create new symbols, extend classes, implement interfaces, or modify existing code using templates.
  • Post-Injection Verification: Validate syntax, imports, references, and tests impact.

Quick Start

Use the templates in references/code-templates.md to generate code and insert into the target module, following the injection workflow and templates.