Skip to main content
GitHub 저장소

project-twelve

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

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

이 저장소의 skills

unity-tests
소프트웨어 품질 보증 분석가·테스터

Run ProjectTwelve Unity batch validation and EditMode/PlayMode test suites via Unity 6000.5.1f1. Use when the user or ticket asks to run Unity tests, EditMode fixtures, batchmode validation, or verify test results from TestResults/*.xml.

2026-07-22
agent-memory
소프트웨어 개발자

Log agent sessions, consolidate project memory (dream), promote reviewed memory, and load context for new chats. Use when ending a session, improving cross-session recall, or when the user mentions agent memory, dream, log-session, or memory.md.

2026-07-19
backlog-queue
프로젝트 관리 전문가

Wiki tickets under docs/wiki/tickets/ are the canonical task queue, each linked to a GitHub issue. Use when picking work, claiming an issue, or preparing PR references.

2026-07-19
pick-next-task
프로젝트 관리 전문가

Recommend the next open wiki ticket to work on, ranked by phase then priority, without claiming or mutating anything. Use when the user asks "what's next", to pick the next task, or to start work without a specific ticket in hand.

2026-07-19
repo-sync
소프트웨어 개발자

Sync project-twelve with the Assets/_Licensed submodule via fetch_remotes.py, git hooks, and /fetch-remotes. Use at session start, before picking backlog work, or when the user asks to sync repos or get latest.

2026-07-19
commit-and-push
소프트웨어 개발자

Use when the user asks to commit and push, publish, ship, or prepare a release commit. Guides staging only intended changes, writing a Conventional Commit, committing, and pushing to origin after verifying status and diff.

2026-07-19
karpathy-guidelines
소프트웨어 개발자

Apply Karpathy's anti-pattern checklist before/during non-trivial coding — surface assumptions, resist overcomplication, keep diffs surgical, frame work as verifiable goals. Use on ambiguous or multi-step tasks, or when the user asks for a "Karpathy pass".

2026-07-19
skill-authoring
기타 컴퓨터 관련 직업

Use when creating, reviewing, or improving first-party agent skills in this repo. Apply whenever a user asks to add a skill, edit SKILL.md, optimize skill triggering, benchmark skill behavior, or adapt patterns from Anthropic's public skills into the canonical .claude skill tree.

2026-07-19
systematic-debugging
소프트웨어 품질 보증 분석가·테스터

Use when encountering a bug, failing test, build failure, unexpected behavior, flaky behavior, regression, performance anomaly, or integration issue. Apply before proposing fixes so the agent finds root cause, compares working patterns, tests one hypothesis at a time, and avoids guess-and-check patches. Also use when the user asks to diagnose, investigate, root-cause, or fix a flaky failure.

2026-07-19
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Use when implementing a feature, bug fix, refactor, or behavior change that can be tested. Apply before production code changes to enforce red-green-refactor, prove tests fail for the intended reason, and keep implementation minimal. Also use for risky vertical slices or when the user asks for TDD, red/green/refactor, or tests first.

2026-07-19
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Use before claiming work is complete, fixed, passing, ready to commit, or ready for PR. Apply to ensure fresh command output supports every success claim and to report warnings or failures honestly.

2026-07-19
pixellab-mcp
웹 개발자

Generate and manage pixel-art game assets through PixelLab's MCP server, including characters, animations, sidescroller and top-down tilesets, isometric tiles, map objects, UI panels, and fonts. Use when the user asks for PixelLab/Vibe Coding, pixel-art sprites or animations, game tilesets, HUD art, or other PixelLab-generated assets; also use to poll, download, review, list, or delete PixelLab jobs and assets.

2026-07-13
mcp-code-intelligence
기타 컴퓨터 관련 직업

Compare MCP code intelligence tiers — CLI wrappers, ast-grep, Serena, Zoekt, fff file search, embeddings. Prefer text search before heavy indexes.

2026-07-12
assets-submodule-publish
소프트웨어 개발자

Commit and push changes in Assets/_Licensed (project-twelve-assets), then bump the submodule gitlink in project-twelve. Use after editing licensed docs, catalogs, or art; pairs with repo-sync for fetch/pull.

2026-07-11
cli-tools-overview
소프트웨어 개발자

Router for CLI tooling skills — install checklist, safe patterns, search, git, MCP. Start here for agent command-line workflows.

2026-07-11
critical-commit-audit
소프트웨어 품질 보증 분석가·테스터

Deep bug-finding on recent commits: high-severity correctness only (data loss, crashes, security, major breakage). Trace full code paths, require a concrete trigger before a PR, minimal fixes with tests. Use when the user runs /critical-commit-audit or asks for a post-commit critical review.

2026-07-11
data-config-tools
소프트웨어 개발자

Query JSON/YAML/config with jq and yq; HTTP probes with curl; local sqlite inspection. Use for structured data, not raw grep on minified JSON.

2026-07-11
eval
소프트웨어 개발자

Capture task quality signals and log them to agent memory to build a feedback loop. Use at the end of each implemented task or merged PR, or whenever a task required more than one agent iteration.

2026-07-11
git-and-diff-workflows
소프트웨어 개발자

Safe git and GitHub CLI workflows — status, diff, log, branch, PR operations with inspect-before-commit patterns.

2026-07-11
install-checklist
소프트웨어 개발자

Human workstation provisioning for agent CLI tools via winget, apt, and Homebrew. Not for automated agent install loops — user runs these once.

2026-07-11
lint-format-security
소프트웨어 개발자

Run linters and security scanners with bounded scope — ruff, prettier, eslint, shellcheck, trivy, hadolint.

2026-07-11
mcp-server-design
소프트웨어 개발자

Design and implement an MCP server's tools, resources, and prompts with safe transport and input validation. Use when building or extending a Model Context Protocol server for agent integration.

2026-07-11
release-bump
소프트웨어 개발자

Bump the project version with a semver rubric, promote the Unreleased changelog section, and verify before committing. Use when the user asks to cut a release, bump the version, or tag a new version.

2026-07-11
safe-command-patterns
소프트웨어 개발자

Reusable command rules that minimize accidental data loss, context overflow, and unreviewed changes. Use before editing, searching, and committing.

2026-07-11
search-and-navigation
소프트웨어 개발자

Fast repo navigation with ripgrep, fd, bat, tree, eza, zoxide, and delta. Use for text search and file discovery — see search-tool-selection for tool choice.

2026-07-11
search-tool-selection
소프트웨어 개발자

Choose the right search tool before running commands — fd vs rg vs grep vs ast-grep vs fff MCP vs IDE Grep. Use at the start of any code-finding task.

2026-07-11
structural-code-search
소프트웨어 개발자

Syntax-aware search with ast-grep and semgrep; ctags for symbol indexes. Use when ripgrep has too many false positives — see search-tool-selection first.

2026-07-11
subagent-review
기타 컴퓨터 관련 직업

Runs detect_subagents then run_subagent (codex/gemini) in review mode via subagent-orchestrator MCP, reads .agent-runs outputs, and summarizes findings. Use when the user asks for external CLI review, codex/gemini review, subagent panel, tie-breaker, or invokes /check-subagents, /run-codex-review, /run-gemini-review, /run-subagent-review.

2026-07-11
task-env-package-tools
소프트웨어 개발자

Run project tasks, manage language versions, and install developer tools reproducibly. Use after inspecting project entry-point files.

2026-07-11
threat-modeling-agentic-tools
정보 보안 분석가

Threat-model agentic tooling — MCP/tool abuse, hook/prompt injection, remote control surfaces, and secret leakage. Use during security reviews or when adding features that expose the system to AI agents or remote callers.

2026-07-11
validate-implementation
소프트웨어 품질 보증 분석가·테스터

Verify an implementation against its spec's acceptance criteria, marking each AC Verified, Failed, or Unknown with concrete evidence. Use after /implement or /test-and-fix, before /pr-ready, or when the user asks whether the spec is actually satisfied.

2026-07-11
windows-agent-tooling
소프트웨어 개발자

Native Windows agent workflows — PowerShell, winget, Cursor IDE, Docker Desktop, when WSL is optional.

2026-07-11
wsl2-agent-tooling
소프트웨어 개발자

WSL2 Ubuntu agent workflows — repos, build/test, ast-grep, MCP servers, CI-like commands.

2026-07-11