Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

template-backend

template-backend에는 herzceo에서 수집한 skills 22개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
22
Stars
6
업데이트
2026-06-13
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-endpoint
소프트웨어 개발자

Add a complete REST endpoint from command to controller route. Use when building new API endpoints.

2026-06-13
front
소프트웨어 개발자

Summarize the API interface changes made during THIS session for the frontend, then optionally spawn an agent to implement them in the frontend repo. Use after changing endpoints, request/response DTOs, or auth.

2026-06-13
specialize
소프트웨어 개발자

One-shot guided session — prunes unused code, scaffolds new entities/endpoints, updates project identity config, and replaces the init migration for a specific project.

2026-06-06
caveman-compress
소프트웨어 개발자

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

2026-06-06
impl
소프트웨어 개발자

Implement a change with a pipeline scaled to its complexity. Single entry point for all code changes — auto-detects effort or accepts small|mid|tuff override.

2026-05-21
task
소프트웨어 개발자

Run a Linear task end-to-end — creates an isolated tmux session + worktree, starts a Claude agent to implement it, opens a PR, and watches for review feedback automatically.

2026-05-13
add-event
소프트웨어 개발자

Add a new domain event with its publisher call and background event handler. Use for async side effects.

2026-05-12
add-handler
소프트웨어 개발자

Add a new command and handler for a use case. Use when adding business logic for an existing entity.

2026-05-12
add-service
소프트웨어 개발자

Add an application service for complex business logic shared across handlers. Use when logic is too complex for a single handler or is reused.

2026-05-12
chat
소프트웨어 개발자

Design consultation — explore approaches, trade-offs, and patterns before committing to an implementation. No code written. Outputs a structured comparison and a recommended next step.

2026-05-10
help
소프트웨어 개발자

Show an overview of this template — what it is, available commands, and how to start.

2026-05-10
explain
접수원 및 정보 사무원

Answer a quick question about the template using only .claude/ docs — no codebase scan

2026-05-07
debug-failing-test
소프트웨어 품질 보증 분석가·테스터

Diagnose a failing integration or unit test using project-specific recipes. Walks through known failure categories from rules/testing.md before suggesting a fix.

2026-05-06
run-tests
소프트웨어 품질 보증 분석가·테스터

Run integration or unit tests scoped to a domain, file, or category. Faster feedback than `just test`. Reports failures and points to /debug-failing-test.

2026-05-06
add-entity
데이터베이스 아키텍트

Add a new domain entity with SQLAlchemy mixins and generate an Alembic migration. Use when defining new database tables.

2026-04-29
add-http-client
소프트웨어 개발자

Add a new external HTTP client with config, endpoints, IO types, and an adapter. Use when integrating a new external API.

2026-04-29
add-migration
데이터베이스 아키텍트

Generate and apply an Alembic migration. Use after modifying entities or when schema changes are needed.

2026-04-29
add-port
소프트웨어 개발자

Add a new port (Protocol interface) and its adapter implementation with DI wiring. Use when adding external capabilities.

2026-04-29
add-repository
소프트웨어 개발자

Add a new repository protocol and implementation with gateway registration. Use after creating a new entity.

2026-04-29
plan
소프트웨어 개발자

Produce a detailed implementation plan for a feature. MUST be used before implementing any non-trivial change. Outputs a structured plan — does NOT write code.

2026-04-29
research
소프트웨어 개발자

Thoroughly investigate a part of the codebase before making changes. Use to understand existing patterns, trace data flows, and find reusable code.

2026-04-29
update-knowledge
소프트웨어 개발자

Review and update .claude/ configuration to reflect the current state of the project. Use after adding new domains, patterns, conventions, or when the user corrects an approach.

2026-04-29