Skip to main content

duyet/oma

SkillsMP 已收集 duyet/oma 中的 22 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
22
GitHub 星标
5
GitHub Forks
1

已展示 22 / 22 个已收集 Skill。

职业分类
数据科学家
描述

Explore, clean, and analyze a dataset to answer a real question, with honest handling of uncertainty and bias. Trigger when the user asks to "analyze this data", "what does this dataset show", "explore this CSV", works with pandas/numpy on tabular data, or…

原文语言:英语

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

Systematically root-cause a bug instead of guessing. Trigger when the user asks to "debug this", "why is this failing", "it's broken", "reproduce this bug", "find the root cause", or pastes an error/stack trace. Reproduce, isolate, form one hypothesis at a…

原文语言:英语

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

Restructure code without changing its observable behavior. Trigger when the user asks to "refactor this", "clean this up", "simplify this function", "this is hard to change", "extract this into its own function/module", or "reduce duplication here".…

原文语言:英语

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

Audit code or infrastructure for exploitable vulnerabilities using an OWASP-style checklist. Trigger when the user asks to "security review this", "is this safe to ship", "audit for vulnerabilities", "check for security issues", "pentest this", or before…

原文语言:英语

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

Write clear, useful technical documentation — READMEs, architecture decision records, API docs, runbooks, and PR descriptions. Trigger when the user asks to "write docs", "document this", "write a README", "explain this decision", "write release notes",…

原文语言:英语

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

Write tests that encode why behavior matters, not just what it does — a test that can't fail when the logic breaks is worthless. Trigger when the user asks to "write tests", "add test coverage", "test this function", "TDD this", or when a task's success…

原文语言:英语

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

Design HTTP/REST APIs that are consistent, predictable, and safe to evolve. Trigger when the user asks to "design an API", "add an endpoint", "design a REST route", "what should this return", or is shaping request/response contracts, status codes, pagination,…

原文语言:英语

更新
职业分类
平面设计师
描述

Apply consistent color, typography, and spacing so an artifact looks designed, not defaulted. Trigger when the user asks to "make it look good/on-brand", "pick colors", "choose fonts", "set up design tokens", "style this page/report/slide", or hands you a…

原文语言:英语

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

Review a diff for correctness, security, and maintainability before it ships. Trigger when the user asks to "review this code", "review my PR", "look over these changes", "is this safe to merge", or after you finish an edit and want a second pass. Reviews the…

原文语言:英语

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

Write and improve Dockerfiles that build small, cache-friendly, secure images. Trigger when the user asks to "write a Dockerfile", "containerize this", "shrink my image", "why is my build slow", "review this Dockerfile", or is setting up a container build.…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Research a question on the open web and return a verified, cited answer. Trigger when the user asks to "look this up", "research X", "find out what/whether", "what's the latest on", or any question you can't answer reliably from memory — versions, prices,…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Produce clear, accessible charts and dashboards. Trigger when the user asks to "make a chart", "visualize", "plot", "graph", "build a dashboard", or turn numbers/CSV/query results into a picture. Covers chart-type choice, color and accessibility rules, and…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Generate self-contained HTML artifacts, reports, and pages. Trigger when the user asks to "make an HTML report", "build a page", "create a dashboard/one-pager", "export this as HTML", or wants a shareable document that opens in any browser. Produces one file…

原文语言:英语

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

Create clean git commits using Conventional Commits. Trigger when the user asks to "commit", "commit this", "save my work", "make a commit", or after you finish a change and it's time to record it. Produces small, atomic, well-scoped commits with meaningful…

原文语言:英语

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

Work with GitHub effectively via the gh CLI — issues, pull requests, reviews, and CI checks. Trigger when the user asks to "open a PR", "create an issue", "review this PR", "check CI", "merge", or otherwise operate on a GitHub repo from the sandbox. Assumes…

原文语言:英语

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

Write, run, and iterate on SQL safely against a real database. Trigger when the user asks to "query the database", "write SQL", "pull this data", "join these tables", or points at a Postgres/MySQL/SQLite/DuckDB/Snowflake/BigQuery connection. Emphasizes schema…

原文语言:英语

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

Generate real Excel .xlsx workbooks from data. Trigger when the user asks to "export to Excel", "make a spreadsheet", "give me an xlsx", "download as Excel", or wants query/CSV/JSON results as a formatted workbook with headers, number formats, and multiple…

原文语言:英语

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

Decide whether a changeset is needed and draft it for open-managed-agents. Only @getoma/cli and @getoma/sdk are published; internal @duyet/oma-* packages never need one.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Help users create and configure oma managed agents through conversation. Trigger when users say "create an agent", "I need an agent that...", "set up an agent for", "build me a bot", or describe a task to automate. Also trigger for "Create with AI" from…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Use the oma platform to build, deploy, and manage AI agents. Trigger when users want to create agents, start sessions, manage environments, configure model cards, handle vaults/credentials, install skills, connect MCP servers, or interact with the oma HTTP…

原文语言:英语

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

Scaffold a new agent harness for open-managed-agents and register it. Use when adding a new way to drive the model loop, like the default / acp-proxy / flue harnesses.

原文语言:英语

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

Run the full local pre-push gate (typecheck + all vitest pools) for open-managed-agents. Use before pushing or opening a PR — no CI workflow gates PRs in this repo, so this is the only gate.

原文语言:英语

更新
已展示 22 / 22 个已收集 Skill。