Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

bruff

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

已收集 skills
19
Stars
2
更新
2026-06-22
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

modern-css
网页开发工程师

Write cutting-edge and modern native CSS. Apply this skill whenever writing, reviewing, or refactoring CSS for components, layouts, design systems, or theming, even if the user doesn't say "modern CSS" explicitly. Covers a self-contained design-token scale (color, size, shadow, ease, type), cascade layers (@layer), @scope for component isolation (donut scopes, :scope specificity, scoping proximity), container queries, :has(), OKLCH/color-mix, native nesting, subgrid, fluid typography via clamp(), scroll-driven animations, logical properties, and concrete native replacements for SCSS mixins, maps, and variables.

2026-06-22
web-security
信息安全分析师

Apply this skill whenever the task involves web security: writing or auditing HTTP security headers, configuring CSP, CORS, HSTS, or Permissions-Policy, sanitising untrusted HTML (Sanitizer API / DOMPurify), implementing Trusted Types to prevent DOM-XSS, setting up the Reporting API to capture CSP/COEP/deprecation violations, hardening cookies (SameSite, HttpOnly, Secure, Partitioned), implementing WebAuthn / Credential Management, using Web Crypto for client-side cryptography, or auditing code for XSS, CSRF, clickjacking, MIME-sniffing, mixed content, or cross-origin data leakage. Triggers on keywords: XSS, CSRF, CSP, CORS, HSTS, SameSite, innerHTML, eval, Trusted Types, Sanitizer, ReportingObserver, WebAuthn, cross-origin, clickjacking, Content-Security-Policy, Referrer-Policy, Permissions-Policy, subresource integrity, cookie security, secure context, same-origin, mixed content.

2026-06-22
github-cli
管理分析师

Patterns for invoking the GitHub CLI (gh) from agents. Covers structured output, pagination, repo targeting, search vs list, gh api fallback.

2026-06-05
review-architecture-docs
软件开发工程师

Audit and update durable architecture guidance after a cross-layer implementation, file move, package boundary change, coverage config change, or SDTE feature. Use when agent needs to reconcile AGENTS.md, package AGENTS.md files, local .agents/skills, older specs, dynamic imports, and test or coverage configuration with the architecture that was actually implemented.

2026-06-04
sdte-loop
软件开发工程师

Run the Spec → Design → Tasks → Execution workflow for non-trivial work — produces /specs/<feature>/{spec,design,tasks}.md, drives atomic per-task execution, and ends with a Review phase. Invoke when starting a new package, new game system, GameState shape change, or any change touching > 3 files or crossing a layer boundary.

2026-06-04
web-components
软件开发工程师

Best practices for building scalable plain Web Components without turning custom elements into “god objects”. Provides patterns that keep Web Components modular, reusable, maintainable, and focused on UI concerns.

2026-06-01
write-tests
软件质量保证分析师与测试员

Common patterns and best-practices for writing tests (unit tests & E2E tests)

2026-06-01
migrate-state
软件开发工程师

Safely evolve GameState shape — bump stateVersion, write a pure migration function, update replay fixtures and snapshot baselines

2026-05-26
scaffold-entity
软件开发工程师

Scaffold a new game entity type with a branded ID, Readonly shape, and deterministic ID generation

2026-05-26
scaffold-prng
软件开发工程师

Implement or extend the in-house seeded PRNG stored in GameState — zero external dependencies, fully deterministic

2026-05-26
scaffold-spatial-query
软件开发工程师

Add a new pure functional spatial index (collision map, grid, lookup) recomputed from GameState each tick

2026-05-26
write-game-tests
软件质量保证分析师与测试员

Write the three required test levels for game logic — unit, property-based, and deterministic replay/snapshot

2026-05-26
verify-layers
软件开发工程师

Audit import dependencies in packages/game to verify they comply with the layered architecture rules

2026-05-26
node-native-tests
软件质量保证分析师与测试员

Write and maintain TypeScript tests for Node.js-only modules using only the native node:test runner and node:assert/strict, with no browser, DOM, Jest, Vitest, or transpiler-based test runner.

2026-05-25
roguelike-feature
软件开发工程师

Step-by-step workflow for implementing a new game feature in the roguelike architecture (layer assignment → discriminated union → pure function → test → shell wiring)

2026-05-17
scaffold-action
软件开发工程师

Scaffold a new discriminated union action variant following the project's action taxonomy

2026-05-17
scaffold-render-command
软件开发工程师

Add a new RenderCommand variant to the retained scene description and wire its Canvas executor in the impure shell

2026-05-17
scaffold-reducer
软件开发工程师

Scaffold a pure state reducer following the (state, action) => state pattern used in packages/game

2026-05-17
review-function
软件质量保证分析师与测试员

Review or evaluate a specific function for quality, complexity, naming, testability, and hidden dependencies. Use after writing or before extracting a function. Ends with a recommendation to keep, refactor, or rename.

2026-05-10