Skip to main content
Run any Skill in Manus
with one click
GitHub repository

agent-core

agent-core contains 22 collected skills from openJiuwen-ai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
22
Stars
372
updated
2026-07-17
Forks
71
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

verify-ext
software-quality-assurance-analysts-and-testers

Runtime extension 验证规范 — 验证 harness package 中 tools、rails、skills 是否能真实热加载并可运行

2026-07-17
implement
software-developers

实现阶段主操作手册 — 指导 agent 完成改码与局部验证,并把提交留给独立 commit phase

2026-06-18
implement-ext
software-developers

扩展实现阶段 — 在 worktree 中生成运行时扩展代码

2026-06-04
design-ext
computer-occupations-all-other

扩展方案设计 — 将能力缺口转化为 ExtensionDesign 结构

2026-06-02
generate-skill-from-url
software-developers

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.

2026-05-28
booking-dot-com
office-clerks-general-439061

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.

2026-05-22
github-com
software-developers

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 operations.

2026-05-22
scheduling
office-clerks-general-439061

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 Clock.

2026-05-22
assess
software-developers

评估方法论 — 根据 query 中的评估模式执行代码库健康评估或 runtime extension 能力缺口评估

2026-05-12
plan
software-developers

规划规范 — 将评估结果收敛为结构化任务计划

2026-05-12
select-pipeline
software-developers

流水线选择规范 — 根据任务和事实选择最合适的 pipeline

2026-05-12
python-patterns
software-developers

Python idioms, immutability, async patterns, and anti-patterns for agent-core.

2026-04-18
python-testing
software-quality-assurance-analysts-and-testers

Deep pytest guide for agent-core: fixtures, mocking, async tests, and TDD workflow.

2026-04-18
security-review
information-security-analysts

10-category security checklist for agent-core: secrets, input validation, sandbox, and prompt injection.

2026-04-18
verification-loop
software-quality-assurance-analysts-and-testers

Formalizes agent-core's make check/type-check/test/fix pipeline into a structured 6-phase verification skill.

2026-04-18
commit
software-developers

基于 commit skill 的自主提交流程。适用于 implement 阶段在提交前规划范围并通过 bash 完成 git 提交。

2026-04-17
communicate
software-developers

沟通规范 — 约束 commit message、PR、journal 和求助信息的表达方式

2026-04-17
verify
software-quality-assurance-analysts-and-testers

验证规范 — 定义实现阶段应满足的验证等级与通过标准

2026-04-17
skill-tester
software-quality-assurance-analysts-and-testers

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, end-to-end workflow. Triggers on: "test this skill", "generate test cases", "run evals", "validate the skill", "run tests on skill", or when given a skill path to verify. Outputs pass_rate and structured assertions.json for eval pipeline consumption. Do NOT use for reviewing skill design quality, knowledge delta, anti-patterns, or SKILL.md structure — use skill_llm_judge for that.

2026-04-13
eval-pipeline
computer-occupations-all-other

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: design quality, functional correctness, and (when available) safety. Triggers on: "evaluate this skill", "run full eval on skill", "assess skill quality", "is this skill ready to ship". Do NOT use when you only want design review (use skill_llm_judge directly) or only want to run functional tests (use skill_tester directly).

2026-04-02
skill-llm-judge
computer-occupations-all-other

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, predicted usability, and output specification. Use when reviewing a skill's DESIGN before or after functional testing. Outputs structured design_score.json for eval pipeline consumption. Do NOT use when you want to run the skill on real prompts or measure actual output quality — use skill_tester for that.

2026-04-02
skill-safety-eval
computer-occupations-all-other

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 (100pts): harmful instruction potential, scope containment, data handling safety, injection resilience, and guardrail presence. Use when auditing whether a skill's instructions could cause an agent to produce harmful outputs, exceed appropriate scope, mishandle sensitive data, or be hijacked via injection. Do NOT use for design quality review (use kill-llm-judge) or functional testing (use skill-bench).

2026-04-02