评估方法论 — 根据 query 中的评估模式执行代码库健康评估或 runtime extension 能力缺口评估
لغة النص الأصلي: الصينية
القائمة
جمع SkillsMP عدد ٢٢ من skills من openJiuwen-ai/agent-core. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٢٢ من أصل ٢٢ skills مجمعة.
评估方法论 — 根据 query 中的评估模式执行代码库健康评估或 runtime extension 能力缺口评估
لغة النص الأصلي: الصينية
基于 commit skill 的自主提交流程。适用于 implement 阶段在提交前规划范围并通过 bash 完成 git 提交。
لغة النص الأصلي: الصينية
沟通规范 — 约束 commit message、PR、journal 和求助信息的表达方式
لغة النص الأصلي: الصينية
扩展方案设计 — 将能力缺口转化为 ExtensionDesign 结构
لغة النص الأصلي: الصينية
扩展实现阶段 — 在 worktree 中生成运行时扩展代码
لغة النص الأصلي: الصينية
实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase
لغة النص الأصلي: الصينية
规划规范 — 将评估结果收敛为结构化任务计划
لغة النص الأصلي: الصينية
流水线选择规范 — 根据任务和事实选择最合适的 pipeline
لغة النص الأصلي: الصينية
Runtime extension 验证规范 — 验证 harness package 中 tools、rails、skills 是否能真实热加载并可运行
لغة النص الأصلي: الصينية
验证规范 — 定义实现阶段应满足的验证等级与通过标准
لغة النص الأصلي: الصينية
Generates a multimodal Skill markdown file from a source URL. Use this Skill when a user wants to turn a web tutorial, product support article, or software guide into a reusable agent Skill with concise steps and embedded screenshots.
لغة النص الأصلي: الصينية
Comprehensive step-by-step workflow for navigating the Booking.com mobile site to search for destinations, select dates/occupancy, browse results, and extract detailed hotel information including pricing and facilities.
لغة النص الأصلي: الإنجليزية
Navigate github.com in mobile Chrome to retrieve repository information (files, README, contributors, languages, releases, packages) and switch to desktop site mode for richer metadata (forks, stars). Use for in-browser research, not git CLI or GitHub API…
لغة النص الأصلي: الإنجليزية
Complete calendar-and-clock workflows on mobile (find events, read start times, create alarms or reminders relative to meetings). Use when the user asks to schedule, set an alarm before/after a meeting, find appointment times, or coordinate Calendar with…
لغة النص الأصلي: الإنجليزية
Python idioms, immutability, async patterns, and anti-patterns for agent-core.
لغة النص الأصلي: الإنجليزية
Deep pytest guide for agent-core: fixtures, mocking, async tests, and TDD workflow.
لغة النص الأصلي: الإنجليزية
10-category security checklist for agent-core: secrets, input validation, sandbox, and prompt injection.
لغة النص الأصلي: الإنجليزية
Formalizes agent-core's make check/type-check/test/fix pipeline into a structured 6-phase verification skill.
لغة النص الأصلي: الإنجليزية
Generate and run synthetic test cases against any skill by executing real prompts through the skill and grading actual outputs — functional and behavioral testing only. Use when verifying a skill WORKS: correct outputs, edge case handling, error recovery,…
لغة النص الأصلي: الإنجليزية
Full skill evaluation pipeline — the single entry point for comprehensive skill assessment. Orchestrates multiple evaluators in sequence, aggregates their scores, and produces a final weighted verdict. Use when you want to fully evaluate a skill end-to-end:…
لغة النص الأصلي: الإنجليزية
Audit Agent Skill design quality through static analysis of SKILL.md — no prompt execution, no code running. Scores 7 design dimensions (100pts): knowledge ratio, expert knowledge craft, specification compliance, progressive disclosure, pattern + freedom fit,…
لغة النص الأصلي: الإنجليزية
Evaluate Agent Skill safety through static analysis of SKILL.md instructions — no prompt execution, no code running. Gates the eval pipeline at score_pct ≥ 0.80: skills that fail do not ship regardless of design or functional scores.Scores 5 safety dimensions…
لغة النص الأصلي: الإنجليزية