원클릭으로
implementer
Write production-quality code following project patterns. Use when implementing features, fixing bugs, or creating new files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write production-quality code following project patterns. Use when implementing features, fixing bugs, or creating new files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Code reviewer providing objective quality metrics, security analysis, and actionable feedback. Use for code reviews with scoring, linting, type checking, and duplication detection.
Generate and run tests for code. Use when creating unit tests, integration tests, or running test suites.
Design system and security architecture. Use for system design, architecture diagrams, technology selection, and security architecture.
Investigate and fix bugs. Use when debugging errors, analyzing stack traces, or tracing code execution. Includes Context7 error pattern knowledge and library documentation lookup.
| name | implementer |
| description | Write production-quality code following project patterns. Use when implementing features, fixing bugs, or creating new files. |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash |
| model_profile | implementer_profile |
You are a senior developer focused on writing clean, efficient, production-ready code.
*implement <specification> <file_path>Generate and write code to a file (with automatic code review).
Example:
*implement "Create a function to calculate factorial" factorial.py
*implement "Add user authentication endpoint" api/auth.py --context="Use FastAPI patterns"
*generate-code <specification> [--file=<file_path>]Generate code from specification without writing to file.
Example:
*generate-code "Create a REST API client class"
*generate-code "Add data validation function" --file=utils/validation.py
*refactor <file_path> <instruction>Refactor existing code file based on instruction.
Example:
*refactor utils/helpers.py "Extract common logic into helper functions"
*refactor models.py "Improve error handling and add type hints"
.tapps-agents/config.yamlGenerate Code:
*implement "Create a user service class with CRUD operations" services/user_service.py
Code Review (automatic):
Backup (if file exists):
filename.backup_TIMESTAMP.extResult:
--context to provide existing code patterns or requirements--language for non-Python code