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.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 78 skills depuis Treasoni/880-exam. Ouvrez un skill pour examiner sa source et ses détails.
Treasoni/880-examAffichage de 38 skills collectés sur 78.
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.
Langue du texte source : anglais
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…
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
Use when you need to resolve an in-progress git merge/rebase conflict.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。
Langue du texte source : chinois
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Langue du texte source : anglais
Teach the user a new skill or concept, within this workspace.
Langue du texte source : anglais
Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
Langue du texte source : anglais
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…
Langue du texte source : anglais
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.
Langue du texte source : anglais
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.
Langue du texte source : anglais
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,…
Langue du texte source : anglais
Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.
Langue du texte source : anglais
Writing, explore — mine raw fragments, no structure yet.
Langue du texte source : anglais
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
Langue du texte source : anglais
Writing, exploit — shape raw material into an article, paragraph by paragraph.
Langue du texte source : anglais
从做题本+解析册重建题目索引(首次入库或源文件更新后用)。触发词:入库、重建索引、初始化题库。
Langue du texte source : chinois
生成或查看进度总览——哪些题已完成/未完成/做错,章节完成率与弱点排行。触发词:预览、进度、看进度、进度总览。
Langue du texte source : chinois
自我学习阶段。回顾本次会话,记录真实发生的学习点和错误到 .learnings/;当经验库过长时压缩去重并更新 RULES.md;如果发现重复错误或规则失效,转交 maintain-learnings 先修源头。用户明确要求记录学习、复盘、写入 learnings、digest 时触发。
Langue du texte source : chinois
维护 .learnings/ 经验库,把过多或反复出现的学习记录、错误日志、规则失效问题聚类诊断,追溯并修改对应 skill、模板、hook、校验脚本或项目规则;修复并验证后再归档或移除已解决记录。用户提到 learnings 太多、错误反复犯、清理经验库、维护自我学习、压缩错误日志或从错误中修技能时触发。
Langue du texte source : chinois
审计并优化 LLM 提示缓存命中率、输入 token、延迟与调用成本。用于用户要求“优化缓存命中”“降低 token 成本”“审计 LLM 调用”“提示词缓存优化”“优化 AI 调用费用”,或需要为可自动读取 API 调用指标的应用建立可观测性和固定回归样本时。
Langue du texte source : Plusieurs langues
技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。
Langue du texte source : chinois
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,…
Langue du texte source : anglais
拼一张 880 高数模拟卷(真题模式:选10×5分+填6×5分+解6题=150分/180分钟),生成卷子与答案卷。触发词:拼卷、拼张卷、出卷、生成卷子、来张卷。
Langue du texte source : chinois
生成或查看进度总览——哪些题已完成/未完成/做错,章节完成率与弱点排行。触发词:预览、进度、看进度、进度总览。
Langue du texte source : chinois
维护 .learnings/ 经验库,把过多或反复出现的学习记录、错误日志、规则失效问题聚类诊断,追溯并修改对应 skill、模板、hook、校验脚本或项目规则;修复并验证后再归档或移除已解决记录。用户提到 learnings 太多、错误反复犯、清理经验库、维护自我学习、压缩错误日志或从错误中修技能时触发。
Langue du texte source : chinois
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,…
Langue du texte source : anglais
审计并优化 LLM 提示缓存命中率、输入 token、延迟与调用成本。用于用户要求“优化缓存命中”“降低 token 成本”“审计 LLM 调用”“提示词缓存优化”“优化 AI 调用费用”,或需要为可自动读取 API 调用指标的应用建立可观测性和固定回归样本时。
Langue du texte source : Plusieurs langues
技能注册表同步工具。扫描任意 agent skill 目录中的 */SKILL.md 并自动更新对应 skill-invocation.md 中的技能列表表格。用于新增、修改或删除本地技能后同步注册表。触发词:同步注册表、更新技能列表、sync skill registry、update skill registration、刷新技能列表、同步技能表格。
Langue du texte source : chinois
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,…
Langue du texte source : anglais