Skip to main content

kimtth/agent-skill-100-lines-or-less

SkillsMP 已收集 kimtth/agent-skill-100-lines-or-less 中的 99 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
99
GitHub 星标
2
GitHub Forks
0

已展示 40 / 99 个已收集 Skill。

职业分类
其他高等院校教师
描述

Use when: review an academic paper with a structured review form and multiple reviewer personas.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: design a clear, consistent, and evolvable API contract before implementing it.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: record a significant technical decision, its context, and consequences as an ADR.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Use when: implement or review authentication flows, sessions, tokens, and password handling securely.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Use when: design or review access control so users can only do what they are permitted to do.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review robust shell scripts that fail fast and handle paths and input safely.

原文语言:英语

更新
职业分类
项目管理专家
描述

Use when: explore options or decompose an ambiguous problem before committing to one approach.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: add caching with the right layer, key design, invalidation, and consistency trade-offs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: design or improve a CI/CD pipeline for fast, reliable, automated build-test-deploy.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: structure an app so business logic is independent of frameworks, UI, and databases.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review concurrent code that avoids races, deadlocks, and shared-state bugs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review modern C++ with RAII, smart pointers, and value semantics.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when: give structured, specific design critique with actionable fixes, not vague feedback.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review modern, idiomatic C# with async, nullable reference types, and clean structure.

原文语言:英语

更新
职业分类
数据库架构师
描述

Use when: write and apply schema migrations safely without downtime or data loss.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: decouple components by injecting their dependencies instead of constructing them inline.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: apply a design pattern to a real problem without over-engineering the solution.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when: define multi-service local and test environments with Docker Compose reliably.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: model a complex domain with a shared language, bounded contexts, and clear aggregates.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: define type-safe schemas, migrations, and queries with Drizzle ORM and full TS inference.

原文语言:英语

更新
职业分类
数据科学家
描述

Use when: run analytical queries in-process over files, Parquet, or CSV with DuckDB.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: design error handling so failures are explicit, recoverable, and never silently swallowed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: design systems around events and messages with reliable, decoupled processing.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when: extract tokens, components, and patterns from an existing codebase into a documented system.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when: build or reshape UI with distinctive, intentional visual design instead of generic defaults.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: find the commit that introduced a bug with a binary search over history.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: clean up or reorder commits with rebase while keeping history safe and reviewable.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review GitHub Actions workflows that are fast, secure, and maintainable.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review idiomatic Go with explicit errors, clear concurrency, and small interfaces.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: design or review GraphQL schemas and resolvers with safe, efficient data access.

原文语言:英语

更新
职业分类
项目管理专家
描述

Use when: pressure-test your own reasoning or a plan before committing to it.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: verify claims or API usage against fetched official documentation, not memory.

原文语言:英语

更新
职业分类
项目管理专家
描述

Use when: write a handoff so another session or agent can resume work without context loss.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: propose structural improvements to a codebase without rewriting it wholesale.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: validate and sanitize untrusted input at boundaries to prevent bad data and attacks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review modern, idiomatic Java with immutability, clear types, and clean structure.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: write or review idiomatic Kotlin with null safety, immutability, and concise expressions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: measure system behavior under load to find limits, bottlenecks, and regressions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when: resolve git merge or rebase conflicts correctly without losing intended changes.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when: use test doubles correctly — mock true boundaries, not the code under test.

原文语言:英语

更新
已展示 40 / 99 个已收集 Skill。