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

definable.ai

يحتوي definable.ai على 22 من skills المجمعة من definableai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
22
Stars
27
محدث
2026-04-09
Forks
4
التغطية المهنية
12 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

fix
مطوّرو البرمجيات

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

2026-04-09
memory-manager
مطوّرو البرمجيات

Manages two-tier user memory — working memory (always loaded) and archived memory (indexed, on-demand). Instructs the agent on when and how to store, recall, and forget information.

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

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

2026-03-09
slack-gif-creator
فنانو المؤثرات الخاصة والمحركون

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

2026-03-09
webapp-testing
محللو ضمان جودة البرمجيات والمختبرون

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-03-09
xlsx
مطوّرو البرمجيات

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

2026-03-09
code-review
محللو ضمان جودة البرمجيات والمختبرون

Systematic code review with severity-ranked findings

2026-02-27
data-analysis
علماء البيانات

Structured data analysis with statistical reasoning

2026-02-27
debug-code
مبرمجو الحاسوب

Systematic debugging methodology

2026-02-27
docx
فنيو النشر المكتبي

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

2026-02-27
explain-concept
أساتذة علوم الحاسوب في التعليم العالي

Clear explanation of complex topics

2026-02-27
plan-project
المديرون العامون ومديرو العمليات

Project planning with tasks and risk assessment

2026-02-27
pptx
مطوّرو البرمجياتموظفو الدعم الإداري والمكتبي، جميع الآخرون

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

2026-02-27
skill-creator
مطوّرو البرمجيات

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-02-27
summarize-document
المحررونالكتّاب التقنيون

Structured document summarization

2026-02-27
web-research
مساعدو الإحصاء

Deep research using web search and source synthesis

2026-02-27
write-report
الكتّاب التقنيون

Structured report writing with evidence

2026-02-27
definable-code-patterns
مطوّرو البرمجيات

Authoritative guide for writing code in the Definable AI framework. Covers architecture, conventions, patterns, formatting, testing, and module-specific idioms. Use when writing, reviewing, or modifying any code in the definable package, adding new modules, creating new store/provider/interface implementations, writing tools, or extending the agent system.

2026-02-25
definable-docs-writing
الكتّاب التقنيون

Guide for writing and updating Definable AI framework documentation. Covers Mintlify MDX conventions, page templates, component usage, navigation config, code example standards, and the audit-before-edit workflow. Use when creating new doc pages, updating existing docs, syncing docs with code changes, writing MDX content, or editing docs.json navigation.

2026-02-25
definable-docs-writing
الكتّاب التقنيون

Guide for writing and updating Definable AI framework documentation. Covers Mintlify MDX conventions, page templates, component usage, navigation config, code example standards, and the audit-before-edit workflow. Use when creating new doc pages, updating existing docs, syncing docs with code changes, writing MDX content, or editing docs.json navigation.

2026-02-23
definable-code-patterns
مطوّرو البرمجيات

Authoritative guide for writing code in the Definable AI framework. Covers architecture, conventions, patterns, formatting, testing, and module-specific idioms. Use when writing, reviewing, or modifying any code in the definable package, adding new modules, creating new store/provider/interface implementations, writing tools, or extending the agent system.

2026-02-19
intelligent-testing
محللو ضمان جودة البرمجيات والمختبرون

Enforces the project's testing strategy whenever writing, editing, or reviewing tests. Triggers on any test-related work including writing new tests, fixing failing tests, adding test coverage, testing new features, testing integrations, verifying agent behavior, reviewing test quality, or creating test fixtures. Ensures no mocks in integration tests, behavioral assertions for agent tests, contract tests for ABC implementations, and regression snapshots for silent breakage detection. Applies to all files in tests/ directory.

2026-02-19