Skip to main content

Skills en este repositorio

Treasoni/880-exam - Página 2

SkillsMP ha recopilado 78 skills de Treasoni/880-exam. Abre una skill para revisar su origen y sus detalles.

Treasoni/880-exam

Mostrando 38 de 78 skills recopiladas.

ocupación
Desarrolladores de software
descripción

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de investigación de mercados y especialistas en marketing
descripción

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when you need to resolve an in-progress git merge/rebase conflict.

Idioma del texto original: inglés

actualizado
ocupación
Profesores postsecundarios, todos los demás
descripción

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。

Idioma del texto original: chino

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

Idioma del texto original: inglés

actualizado
ocupación
Profesores postsecundarios, todos los demás
descripción

Teach the user a new skill or concept, within this workspace.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Turn a decision you can't fully answer into a questionnaire for someone else to fill in.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de sistemas informáticos
descripción

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a…

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Create or retrofit reusable named workflow state machines for multi-step agent projects. Use when a project needs recoverable workflow state files, multiple workflow definitions, phase gates, restart-safe agent workflows, explicit skipped/blocked states,…

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Writing, explore — mine raw fragments, no structure yet.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

Idioma del texto original: inglés

actualizado
ocupación
Redactores técnicos
descripción

Writing, exploit — shape raw material into an article, paragraph by paragraph.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

从做题本+解析册重建题目索引(首次入库或源文件更新后用)。触发词:入库、重建索引、初始化题库。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

生成或查看进度总览——哪些题已完成/未完成/做错,章节完成率与弱点排行。触发词:预览、进度、看进度、进度总览。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

自我学习阶段。回顾本次会话,记录真实发生的学习点和错误到 .learnings/;当经验库过长时压缩去重并更新 RULES.md;如果发现重复错误或规则失效,转交 maintain-learnings 先修源头。用户明确要求记录学习、复盘、写入 learnings、digest 时触发。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

维护 .learnings/ 经验库,把过多或反复出现的学习记录、错误日志、规则失效问题聚类诊断,追溯并修改对应 skill、模板、hook、校验脚本或项目规则;修复并验证后再归档或移除已解决记录。用户提到 learnings 太多、错误反复犯、清理经验库、维护自我学习、压缩错误日志或从错误中修技能时触发。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

审计并优化 LLM 提示缓存命中率、输入 token、延迟与调用成本。用于用户要求“优化缓存命中”“降低 token 成本”“审计 LLM 调用”“提示词缓存优化”“优化 AI 调用费用”,或需要为可自动读取 API 调用指标的应用建立可观测性和固定回归样本时。

Idioma del texto original: Varios idiomas

actualizado
ocupación
Otras ocupaciones informáticas
descripción

技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

Create or retrofit reusable named workflow state machines for multi-step agent projects. Use when a project needs recoverable workflow state files, multiple workflow definitions, phase gates, restart-safe agent workflows, explicit skipped/blocked states,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

拼一张 880 高数模拟卷(真题模式:选10×5分+填6×5分+解6题=150分/180分钟),生成卷子与答案卷。触发词:拼卷、拼张卷、出卷、生成卷子、来张卷。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

生成或查看进度总览——哪些题已完成/未完成/做错,章节完成率与弱点排行。触发词:预览、进度、看进度、进度总览。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

维护 .learnings/ 经验库,把过多或反复出现的学习记录、错误日志、规则失效问题聚类诊断,追溯并修改对应 skill、模板、hook、校验脚本或项目规则;修复并验证后再归档或移除已解决记录。用户提到 learnings 太多、错误反复犯、清理经验库、维护自我学习、压缩错误日志或从错误中修技能时触发。

Idioma del texto original: chino

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Install, configure, migrate, and validate a portable manifest registry for agent workflows, skills, subagents, and hooks. Use when a project needs manifest.yaml-based discovery, artifact versioning, dependency checks, capability declarations,…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

审计并优化 LLM 提示缓存命中率、输入 token、延迟与调用成本。用于用户要求“优化缓存命中”“降低 token 成本”“审计 LLM 调用”“提示词缓存优化”“优化 AI 调用费用”,或需要为可自动读取 API 调用指标的应用建立可观测性和固定回归样本时。

Idioma del texto original: Varios idiomas

actualizado
ocupación
Otras ocupaciones informáticas
descripción

技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

Create or retrofit reusable named workflow state machines for multi-step agent projects. Use when a project needs recoverable workflow state files, multiple workflow definitions, phase gates, restart-safe agent workflows, explicit skipped/blocked states,…

Idioma del texto original: inglés

actualizado
Mostrando 38 de 78 skills recopiladas.