Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
memect
ملف منشئ GitHub

memect

عرض على مستوى المستودعات لـ 64 skills مجمعة عبر 4 مستودعات GitHub.

skills مجمعة
64
مستودعات
4
محدث
2026-06-02
مستكشف المستودعات

المستودعات و skills الممثلة

auto-model-selection
علماء البيانات

Use Context7 CLI for up-to-date model facts (size, API format, context window) and the guidance below for "what kind of models are good for what part of a doc verification app". Consult whenever you need to pick a model for a tier slot, decide between provider alternatives, or sanity-check an existing tier assignment. Context7 gives you fresh facts; this skill gives you the heuristic that maps those facts onto KC's pipeline. Optional plugin (Context7 install: npm i -g context7).

2026-05-17
compliance-judgment
مطوّرو البرمجيات

Determine whether extracted entities comply with verification rules. Use after entity extraction to make the pass/fail judgment for each rule on each document. Covers translating natural language rules into executable logic, choosing between Python calculation and LLM semantic judgment, and producing actionable comments on failures. Also use when designing the judgment step of a workflow or when a rule's judgment logic needs debugging.

2026-05-17
confidence-system
علماء البيانات

Design and calibrate confidence scoring for extraction and verification results. Use when building any workflow that needs to quantify trust in its output, when setting up quality control sampling thresholds, or when calibrating existing confidence scores against actual accuracy. Confidence is the bridge between workflows and quality control — high confidence means less review, low confidence means more review. Also use when the quality control skill reports that confidence scores do not correlate with actual correctness.

2026-05-17
corner-case-management
محللو ضمان جودة البرمجيات والمختبرون

Identify, catalog, and handle corner cases that do not fit the mainstream verification workflow. Use AFTER several rounds of skill/workflow iteration have surfaced documents that genuinely don't fit and can't be accommodated by reasonable changes to the standard flow. Covers when something is a corner case vs. a systemic fix needed, how to register it, how to wire detection-and-resolve so the corner case stays out of the hot path until a similar document appears again, and when to promote a corner case to a regular rule.

2026-05-17
cross-document-verification
محاوروا القروض وموظفوهاموظفو معالجة مطالبات التأمين والوثائق

Build cross-document verification rule-skills and workflows — i.e., rules where the verdict depends on facts that appear in MORE than one document. Use when authoring or distilling a rule that requires comparing entities/values across documents in a case (main contract + appendices, loan application + income certificate + bank statement, etc.). Covers what the rule definition must specify (source-doc → entity → target-doc → entity → consistency level), how the resulting check.py/workflow walks the case, contradiction types to handle, and severity classification. Distinct from `compliance-judgment` (within-doc rules); KC is the builder, not the executor.

2026-05-17
dashboard-reporting
مطوّرو الويب

Generate HTML dashboards for developer users to visualize verification results, system progress, and quality metrics. Use when a testing round completes, when production batches finish processing, when the developer user wants visual reporting, or when they explicitly ask for it. Dashboards are self-contained HTML files. Use this skill **when there's something visual worth showing** — not as a default deliverable. For routine status updates use KC's TUI. The dashboard is a complement to direct reporting, not a substitute.

2026-05-17
data-sensibility
مصممو قواعد البيانات

Build intuition about document data before writing extraction logic. Use before designing any extraction schema or regex pattern, when onboarding a new document type, or when extraction accuracy is unexpectedly low and you suspect a data assumption is wrong. Covers systematic observation of raw documents, spot-checking extracted results, distribution analysis, and recognizing suspicious patterns. If you are about to write code that touches document data and you have not read at least five documents end-to-end, stop and use this skill first.

2026-05-17
document-chunking
موظفو الملفات

Split documents into chunks for downstream processing. Use when batching samples for observation, feeding extraction workflows, or breaking long regulation documents into pieces small enough to fit a worker LLM. Covers cheap methods (page, fixed-size, header-based) for quick exploration AND the onion-peeler hierarchical strategy + wedge fallback for production-grade chunking of long structured documents. Also covers the central balance question: chunk-too-big (information lost in a haystack) vs. chunk-too-small (semantic continuity broken).

2026-05-17
عرض أهم 8 من أصل 46 skills مجمعة في هذا المستودع.
agentic-extract
مطوّرو البرمجيات

当用户要启动 agentic loop、使用 one-click auto、通过 Python API 调用完整流程、或在运行过程中接收 callback 和 heartbeat 事件时使用此 skill。如果用户当前主要是在准备或维护 `.xdev` 数据,先转到 xdev skill。

2026-04-29
pdf-ai-explorer
موظفو الملفات

当文档内容过长无法一次查看、需要搜索关键词定位信息、或需要按页按节点浏览 DocJSON/PDF 结构时使用此 skill。适合与 xdev、agentic-extract 配合做长文档阅读与定位。

2026-04-29
release-process
مطوّرو البرمجيات

当用户要求更新 extract-agent 版本号、补 changelog、构建 dist、推送代码、或发布到 PyPI 时使用此 skill。只用于维护者发版,不用于日常 workspace 提取。

2026-04-29
xdev
مطوّرو البرمجيات

当用户需要准备或维护 workspace 数据、导入或同步 PDF、查看文档、定义 schema、管理标注、调试 program.py、或运行评估时使用此 skill。如果用户只是想启动 agentic loop 或通过 Python API 一键运行完整流程,转到 agentic-extract skill。

2026-04-29
business
محللو الإدارة

当你需要定义提取 schema、为文档标注数据、分析业务含义、生成业务指导文档时激活此 skill。在评估前必须先完成 schema 定义和数据标注。

2026-04-29
extract-dev
مطوّرو البرمجيات

当你需要编写或修改 program.py 提取代码、分析评估错误、调试提取逻辑、选择提取策略时激活此 skill。

2026-04-29
extract-workflow
مطوّرو البرمجيات

当用户要求对某类文档或数据集开发提取程序时激活。提供从数据分析、schema 定义、标注、代码开发到评估迭代的完整无标注工作流。

2026-04-29
fact-extract
مطوّرو البرمجيات

当用户说“提取事实 / 提取 fact / 从 PDF 抽事实”时激活。按确定性流程检查安装与配置后,默认直接用 fact-extract run 全流程提取。

2026-04-29
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
clawshire-wiki
مطوّرو البرمجيات

ClawShire 公告 Wiki 知识库查询技能。通过 clawshire CLI 查询 A 股公告结构化知识库,支持按公司、公告 ID、标签检索,返回结构化事实、事件时间线和公告全文。

2026-06-02
clawshire-investment
مطوّرو البرمجيات

ClawShire 投资逻辑分析技能。通过 clawshire CLI 查询基于价值投资方法论的公告 delta 研判,支持公司研判变化记录、综合摘要和行业景气汇总。

2026-06-02
clawshire-shared
مطوّرو البرمجيات

ClawShire CLI 共享规则:安装、认证、输出格式、错误处理与安全约束。首次使用或遇到认证/配置问题时优先读取。

2026-05-27
clawshire-data-query
مديرو الشبكات وأنظمة الحاسوب

ClawShire 公告数据查询技能。通过 clawshire CLI 查询 A 股上市公司公告,支持按日期范围、证券代码、公告原文链接检索结构化提取结果,并可按公告标题识别事件类型。

2026-05-15
clawshire-annual-analysis
محللو التمويل والاستثمار

ClawShire 年报分析技能。通过 clawshire CLI 发起年报分析任务,支持本地 PDF、PDF 直链、按公司定位年报三种方式,并可查询任务状态与下载报告。

2026-05-01
clawshire-annual-report
مديرو الشبكات وأنظمة الحاسوب

ClawShire 年报查询技能。通过 clawshire CLI 查询年报列表与结构化年报数据,适合按年份、公司简称、证券代码快速定位年报。

2026-05-01
عرض 4 من أصل 4 مستودعات
تم تحميل كل المستودعات