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

template-repo

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

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

이 저장소의 skills

handoff
소프트웨어 개발자

Compact the current conversation into a handoff document for another agent to pick up.

2026-06-19
migrate-to-shoehorn
소프트웨어 품질 보증 분석가·테스터

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

2026-06-19
pnpm
소프트웨어 개발자

Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects

2026-06-19
setup-matt-pocock-skills
소프트웨어 개발자

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.

2026-06-19
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-19
triage
소프트웨어 개발자

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-06-19
diagnose
소프트웨어 개발자

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-05-15
grill-with-docs
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-05-15
improve-codebase-architecture
소프트웨어 개발자

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-05-15
prototype
소프트웨어 개발자

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

2026-05-15
setup-matt-pocock-skills
소프트웨어 개발자

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.

2026-05-15
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-05-15
triage
프로젝트 관리 전문가

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-05-15
godot-gdscript
소프트웨어 개발자

Godot 4.x GDScript development. Use when writing GDScript code for this project - class structure, signals, autoloads, scene composition, typed variables, enums, @export annotations, state machines, JSON data loading, Godot 4.2 API, and the project's coding conventions. Also use when modifying scripts/battle/, scripts/cards/, scripts/core/, scripts/enemies/, or scripts/ui/ directories.

2026-05-11
godot-battle
소프트웨어 개발자

Battle system for this project. Use when modifying card execution, enemy AI, turn management, damage calculation, status effects, battle state, or win/lose conditions. Covers BattleController, TurnManager, CardExecutor, EffectResolver, DamageCalculator, StatusManager, EnemyAI, and the EventBus signal flow.

2026-05-11
godot-data
데이터베이스 아키텍트

Data-driven design for this project. Use when adding or modifying cards, enemies, game config, JSON data files, or JSON Schema. Covers card effects (damage, block, draw, energy, status, conditional), enemy definitions (intents, moves, regions), data validation schema, and Python validation scripts.

2026-05-11
godot-export
소프트웨어 개발자

Godot export and pipeline. Use when configuring export_presets.cfg, setting up export profiles (Linux/X11, Web), understanding release workflow, managing builds/ output directory, or modifying release.yml. Covers export presets, build targets, Godot CLI export commands, and release automation.

2026-05-11
godot-testing
소프트웨어 품질 보증 분석가·테스터

Testing and CI for this project. Use when running Python validation tests (pytest), modifying validate_json.py, configuring GitHub Actions workflows, adding test cases, or running the Godot headless import check. Covers JSON Schema validation, Python unit tests, CI pipeline (validate.yml), and the smoke test.

2026-05-11
coding
소프트웨어 개발자

代码分析、修改、重构和调试

2026-04-27
log-summary
네트워크·컴퓨터 시스템 관리자

分析日志文件,聚合错误,精简堆栈,提炼高频问题

2026-04-27
writing
소프트웨어 개발자

技术文档、README、API 文档、代码注释撰写

2026-04-27
pnpm
소프트웨어 개발자

Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects

2026-04-26
turborepo
소프트웨어 개발자

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

2026-04-26
vitest
소프트웨어 품질 보증 분석가·테스터

Use when writing unit/integration tests for Vite projects - configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel

2026-04-26
character-design
작가·저자

设计角色。用于主角设定、反派设定、配角设定、角色关系网构建、话风提炼。激活于任何涉及角色创建、细化、关系梳理的小说创作任务。

2026-04-26
consistency-check
편집자

一致性检查。用于检查章节内容与设定的矛盾、伏笔遗漏、逻辑漏洞、角色行为一致性。激活于任何涉及小说审核、修订、质量检查的任务。

2026-04-26
inspiration
작가·저자

灵感发散。用于获取场景灵感、冲突设计、命名、章节标题。激活于任何涉及卡文、需要创意、缺乏方向的小说创作任务。

2026-04-26
polish-prose
작가·저자

润色文笔。用于润色对话、动作描写、心理描写、整体文笔打磨。激活于任何涉及小说文字润色、修改、优化措辞的任务。

2026-04-26
switch-book
작가·저자

切换书籍。用于切换当前激活的小说项目,更新写作上下文。激活于任何涉及切换小说、同时管理多本书的任务。

2026-04-26
worldbuilding
작가·저자

构建世界观。用于设计力量体系、地理设定、势力派系、世界运行规则、术语词典。激活于任何涉及世界观创建、扩展、细化的小说创作任务。

2026-04-26
write-chapter
작가·저자

写小说章节。用于写新章节、续写章节、修改章节内容。激活于任何涉及小说正文创作的任务。

2026-04-26
turborepo
소프트웨어 개발자

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

2026-04-14