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

stank-bot

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

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

이 저장소의 skills

stank-e2e-workflow
소프트웨어 품질 보증 분석가·테스터

Browser automation, UX review, frontend debugging, E2E test writing, mock endpoint catalog. Trigger when asked to review UX, debug the dashboard, write E2E tests, take screenshots, or inspect pages. Also trigger when `stank-frontend-patterns` fires and introduces new components/pages/test-ids.

2026-05-26
stank-db-migrations
소프트웨어 개발자

Enforces Alembic migration conventions when creating or editing migrations, models, or running alembic commands. Trigger when touching migrations/versions/, db/models.py, or adding/removing columns.

2026-05-26
stank-scoring-math
소프트웨어 개발자

Enforces stank-bot scoring invariants when editing scoring_service.py, chain_service.py, or scoring-related settings. Trigger when modifying SP/PP formulas, position bonuses, finish bonus, Team Player, or ScoringConfig.

2026-05-26
stank-embed-templates
소프트웨어 개발자

Conventions for stank-bot's per-guild embed templates (board, record, session-start/end, points, cooldown). Trigger when editing src/stankbot/services/template_engine.py, board_renderer.py, template_store.py, embed_builders.py, default template strings, or dashboard routes that author templates.

2026-05-03
stank-frontend-patterns
소프트웨어 개발자

Enforces stank-bot's SvelteKit frontend conventions — component hierarchy, store barrel, shared utilities, testing patterns. Trigger when editing any file under src/stankbot/web/frontend/src/ or creating new Svelte/TS modules there.

2026-05-03
stank-ws-protocol
소프트웨어 개발자

WebSocket message type constants (frontend MsgType enum vs backend MSG_TYPE_* in ws.py) must stay in sync. Trigger when editing src/stankbot/web/ws.py, src/stankbot/web/frontend/src/lib/ws.ts, or src/stankbot/web/frontend/src/lib/ws.test.ts.

2026-04-27
stank-event-sourcing
소프트웨어 개발자

Enforces stank-bot's event-sourcing invariants when writing code that mutates domain state. Trigger when adding/editing any code path that changes player totals, chain state, sessions, records, or achievements — i.e. anything in src/stankbot/services/* or repositories that writes to the DB. Also trigger when writing rebuild/backfill scripts that touch totals.

2026-04-22
stank-service-purity
소프트웨어 개발자

Enforces stank-bot's layer boundaries — services framework-agnostic, cogs handle Discord, web imports services directly. Trigger when editing any file under src/stankbot/services/, src/stankbot/cogs/, or src/stankbot/web/, or when creating new modules in those layers.

2026-04-22