Skip to main content
GitHub 仓库

DOTS

DOTS 收录了来自 haterade22 的 31 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
31
Stars
0
更新
2026-06-13
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

author-armor
软件开发工程师

Author a culture's armor items and swap troop equipment rosters via the generator + validation pipeline. Use when adding/revamping armor. Enforces the canonical-folder + cover-attribute rules.

2026-06-13
lord-skills
软件开发工程师

Give DOTS lords lore-driven skill values and traits via the DOTS SkillSet system. Use when a canonical lord has wrong stats or a culture roster needs a balance pass.

2026-06-13
new-culture
软件开发工程师

Author or revamp a DOTS culture's armor set, troop tree, and recruitment wiring end-to-end. Use for new cultures or troop-tree revamps. Follows docs/ai-includes/new-culture-authoring.md.

2026-06-13
adopt-external
软件开发工程师

Use when reviewing an external repo or article to adopt practices into DOTS — security-vet first, map novel vs duplicative, port (never install), review, commit your changes.

2026-06-10
agent-introspection-debugging
软件开发工程师

Structured 4-phase self-debug for failing agent runs (looping, drifting, burning tokens). Capture, diagnose, contained recovery, report. Complements /investigate (which is for code bugs); this skill is for harness/agent failures.

2026-06-10
build-fix
软件开发工程师

Incrementally fix dotnet build errors with minimal diffs, one error at a time

2026-06-10
codex-verify
软件开发工程师

Dispatch an independent Codex verification job directly via `codex exec` Bash call, then retrieve and present results

2026-06-10
commit-split
软件开发工程师

Inspect all changed files, group by logical concern, and guide atomic per-concern commits following DOTS's 50/72 rule and commit trailer convention.

2026-06-10
context-budget
软件开发工程师

Audit context window consumption across DOTS agents, skills, rules, MCP servers, and CLAUDE.md. Report token estimates, flag bloat, recommend trims.

2026-06-10
context-restore
软件开发工程师

Load a snapshot saved by /context-save and present it so this session can pick up where the last one left off without re-deriving decisions.

2026-06-10
context-save
软件开发工程师

Snapshot current working context (git state, in-flight tasks, key decisions, modified files) so a future session or post-compact resumption can pick up without losing progress. Pair with /context-restore.

2026-06-10
deep-review
软件开发工程师

Launch parallel deep-dive agents to review completed work for quality, standards, compatibility, completeness, and cross-system data flow

2026-06-10
deslop
软件开发工程师

Regression-safe cleanup of AI-generated bloat in C# code. Deletion-first, requires green tests before starting.

2026-06-10
doc-graph
软件开发工程师

Use when navigating or auditing the docs/ knowledge graph — explain a doc's links, find the path between two docs, or surface god nodes / bridges / orphans.

2026-06-10
dots-src
软件开发工程师

Decompile and cache TaleWorlds v1.3.15 types via `dots-src path <Type>`. Returns absolute path for grep/cat composition. Use before patching, overriding, or writing adapters.

2026-06-10
finish-branch
软件开发工程师

Integrate a merge-ready branch into the trunk — fast-forward check, merge, regenerate backlinks, CHANGELOG, delete branch (local+remote), push with confirmation. DOTS trunk-based, not Git Flow.

2026-06-10
freeze
软件开发工程师

Hard-block Edit/Write outside a chosen directory. Use to scope-lock edits during a focused fix or refactor. Pair with /unfreeze to release.

2026-06-10
investigate
软件开发工程师

Six-phase root-cause debugging for crashes, build failures, or "why is this broken" reports. Iron Law - no fixes without root cause. Auto-engages /freeze.

2026-06-10
issue
软件开发工程师

Create a GitHub issue for a feature, bug fix, or crash with all required DOTS sections

2026-06-10
knowledge-compile
软件开发工程师

Compile source material from docs/raw/<topic>/ into a navigable wiki node at docs/research/<topic>.md. Use when source-material has accumulated and needs summarization with cross-refs to existing feature docs / RCAs / memory.

2026-06-10
lint-cleanup-loop
软件开发工程师

Autonomous doc-rot reduction loop modeled on karpathy/autoresearch's program.md pattern. Picks one stale-version ref / dead link / orphan / missing-doc at a time, fixes it, re-lints, commits if the metric improved, advances or resets. Runs until 0 findings or N stuck iterations.

2026-06-10
lint-docs
软件开发工程师

Run the doc-health linter (tools/lint_docs.py) over docs/ and summarize dead links, stale version refs, orphan/missing feature docs. Use when auditing knowledge-base health or after large doc moves.

2026-06-10
localize
软件开发工程师

Propagate new player-facing text through DOTS's 12-language localization pipeline — wrap with {=KEY}, register the string, run the Claude translation tool, validate. Use after adding UI text or XSLT strings.

2026-06-10
new-adr
软件开发工程师

Scaffold a new Architecture Decision Record, auto-numbered from existing ADRs, with context pre-filled from recent git history and CHANGELOG.

2026-06-10
new-feature
软件开发工程师

Scaffold a new DOTS feature module with IoC, services, adapters, and tests following project conventions

2026-06-10
review-codex
软件开发工程师

Auto-detect what was built, write a Codex adversarial prompt, dispatch Codex directly via `codex exec`, then verify results when complete

2026-06-10
security-scan
信息安全分析师

Use when auditing DOTS's Claude Code config for security issues — committed secrets, over-broad permissions, hook exfiltration, MCP risk, hidden-unicode injection. Runs tools/audit_claude_config.py.

2026-06-10
ship
软件开发工程师

Orchestrate the mandatory completion sequence before merging a C# feature — /verify, /deep-review, fix findings, /review-codex, then close the issue and update docs + CHANGELOG.

2026-06-10
skill-stocktake
其他计算机职业

Periodic quality audit of installed skills + agents. Quick scan (recently changed only) or full audit. Catches decay (broken cross-references, stale paths, bloated descriptions) before sessions silently degrade.

2026-06-10
verify-bindings
软件开发工程师

Verify DOTS's Harmony patch, GameModel, and reflection bindings against the installed Bannerlord engine and refresh the committed API snapshot. Use after an engine update or patch change.

2026-06-10
verify
软件开发工程师

Run comprehensive build + test + git verification and produce a pass/fail report

2026-06-10