coder

Automate code writing and modification with lint and type-check verification.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill coder-semicolon-devteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder
Source: https://github.com/semicolon-devteam/semo/tree/main/semo-skills/coder
Command: npx skills add https://github.com/semicolon-devteam/semo --skill coder-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill group centralizes all code-related tasks, from initial implementation and scaffolding to comprehensive code reviews and verification, significantly accelerating development cycles and ensuring code quality.

Core Features & Use Cases

  • Code Implementation: Generates code based on requirements and platform.
  • Domain/Component Scaffolding: Creates boilerplate code for new features or components.
  • Code Review: Analyzes code for quality, best practices, and potential issues.
  • Implementation Verification: Validates if the implemented code meets specifications.
  • Use Case: To quickly start a new feature, you can ask "댓글 기능 구현해줘" and the skill will automatically route to the correct platform-specific implementation.

Quick Start

Implement a feature: "댓글 기능 구현해줘" Scaffold a new domain: "새 도메인 스캐폴딩해줘"

Frequently Asked Questions about coder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation for new features?

Code generation automates writing implementation logic based on requirements. This Skill generates code across languages for feature additions, bug fixes, and refactors, then validates output through lint and type checks to ensure quality and consistency.

Can I use this for scaffolding boilerplate code?

Yes. Scaffolding creates boilerplate structure for new domains and components automatically. The Skill generates platform-specific templates and enforces style consistency across your codebase.

What code review capabilities does this provide?

Code review analyzes implementation for quality, best practices, and potential issues. It checks against style guidelines, type safety, and minimal change footprint to catch defects early.

How does the Skill verify that implemented code meets specifications?

Implementation verification runs automated Bash-based linting and type checks after code is written. This validates that the generated code adheres to requirements, maintains type safety, and passes quality gates.

Does this work across multiple programming languages?

Yes. The Skill handles code writing and modification across languages, applying the same verification rigor—lint checks and type validation—regardless of platform or language choice.

What happens if generated code doesn't pass validation?

The Skill enforces automated validation through type checking and linting before output. If issues arise, the verification step catches them; constraints include dependency on correct lint and type-checker configuration.