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

Orion-app

يحتوي Orion-app على 23 من skills المجمعة من nicolasakf، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
23
Stars
5
محدث
2026-07-24
Forks
0
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

publish-orion-release
مطوّرو البرمجيات

Publishes an Orion release end-to-end — version bump, build, push release prep, wait for GitHub checks/install smoke (skippable when CI already passed on the pre-bump commit), tag, GitHub release, npm/PyPI publish via scripts/publish-release.sh (NPM_TOKEN + PyPI token in ~/.zprofile), sync version tags in Orion-api and Orion-docs, then post-release verification. Use when the user asks to publish a release, ship a version, bump and publish orion-notebook or orion-ui, or cut a new npm/PyPI release.

2026-07-24
orion-ui
مطوّرو البرمجيات

Builds Orion-native notebook UI outputs with the Python `orion_ui` package. Auto-loaded for notebook work; use when the user asks for interactive notebook UI features like plotly charts, sliders, selects, buttons, etc.

2026-07-24
orion-settings
مطوّرو البرمجيات

Operates Orion user and workspace settings safely. Use when reading, creating, validating, or changing `~/.orion/settings.json` or `<workspace>/.orion/settings.json`, settings overrides, model pins, provider config, workspace-level settings, or recovering user settings from automatic backups in `~/.orion/settings-backup`.

2026-07-14
create-app
مطوّرو البرمجيات

Creates or edits Orion notebook App View selections from notebook cells and outputs. Use when the user asks to make a notebook app, dashboard, report UI, or app view from notebook content.

2026-07-09
orion-metadata
مطوّرو البرمجيات

Reference for Orion notebook metadata contract. Use when deciding which fields under notebook `metadata.orion` or cell `metadata.orion` are supported, what values they accept, and which keys are legacy/internal-only.

2026-07-09
analyze-my-data
علماء البيانات

Runs a plain-language business analysis of uploaded data, producing key findings, data quality notes, charts, and suggested next questions for non-technical users.

2026-07-08
inventory-aging
متخصصو اللوجستيات

Reviews inventory age, sell-through, stale stock, and stockout risk for retail or ecommerce operations teams.

2026-07-08
margin-analysis
محللو التمويل والاستثمار

Analyzes revenue, cost, gross profit, and margin by product, category, channel, store, customer, or period for retail and operations teams.

2026-07-08
monthly-report
محللو التمويل والاستثمار

Builds a concise monthly business report from uploaded operational or finance data, with plain-language narrative, charts, and App View-ready outputs.

2026-07-08
test-executor
محللو ضمان جودة البرمجيات والمختبرون

Runs tool-use test prompts while preserving question/answer separation. Use when executing prompt suites, agent tool tests, bash/background tests, sub-agent tests, notebook tool tests, or edge-case test prompts without seeing expected behavior.

2026-07-08
deep-eda
علماء البيانات

Uses the EDA research profile for exhaustive exploratory data analysis inside Orion Research mode. Use only when the user explicitly asks for deep, exhaustive, or thorough EDA.

2026-07-06
create-user-facing-docs
مطوّرو البرمجيات

Writes or updates end-user help in Orion-docs with clear fix-first steps, plain language, and issue links when relevant; includes POSIX and Windows (NT) paths or commands when both apply. Use when the user asks for user-facing documentation, public help pages, troubleshooting guides for Orion users, or markdown under Orion-docs.

2026-06-22
create-rule
المهن الحاسوبية الأخرى

Authors AGENTS.md or CLAUDE.md workspace rule files that Orion injects into every chat. Use when the user wants to create, update, or scaffold project conventions, coding standards, AGENTS.md, CLAUDE.md, or persistent agent instructions — not when they only want the domain work done without authoring a rule file.

2026-06-17
chat-history
مطوّرو البرمجيات

Teaches Orion agents how to inspect and reference past chats stored in the local SQLite database at `~/.orion/orion.db`. Use when the user asks about previous chats, prior conversations, chat history, remembered decisions, earlier instructions, or finding messages from past Orion sessions.

2026-06-15
create-skill
مطوّرو البرمجيات

Authors new workspace SKILL.md files under .agents/skills by default; use .orion/skills for Orion-only overrides of the same skill name. Use when the user wants to add, create, or scaffold a skill, SKILL.md format, or skill best practices — not when they only want the domain work done without a new skill file.

2026-06-15
create-subagent
مطوّرو البرمجيات

Authors notebook-defined Orion sub-agents under `.agents/subagents/*.agent.ipynb` by default; use `.orion/subagents/` for Orion-only overrides of the same id. Use when the user wants to create, scaffold, name, structure, or update a reusable sub-agent definition — not when they only want that sub-agent's domain work done in this chat without authoring a notebook.

2026-06-15
add-or-update-models
مطوّرو البرمجيات

Adds new LLM models to the Orion model catalog or updates existing ones. Searches for model availability via provider APIs, looks up token pricing from official docs, and edits lib/agent/model-catalog.ts. Use when adding models, updating model pricing, labels, context limits, long-context pricing, client_avail, or pinned_by_default.

2026-06-01
test-creator
محللو ضمان جودة البرمجيات والمختبرون

Creates prompt-based tool-use test suites under public/test-prompts with separated questions and answer keys. Use when adding agent tests, prompt suites, edge-case tests, or evaluator/executor-compatible test prompts.

2026-05-22
suggest-ui-manual-tests
محللو ضمان جودة البرمجيات والمختبرون

Reviews code changes from a refactor or UI work and produces a prioritized manual UI test checklist. Use after large refactors, component extractions, editor or layout changes, or when the user asks for manual tests, UI QA, or a test plan before shipping.

2026-05-22
create-github-issues
متخصصو إدارة المشاريع

Creates GitHub issues for the Orion repo following project conventions. Use when the user asks to create an issue, file a bug, add a feature request, or track work in GitHub issues.

2026-05-21
create-pull-request
مطوّرو البرمجيات

Opens a GitHub pull request using the gh CLI with a clear title and body, optional issue links, and draft or ready state. Use when the user asks to open a PR, create a pull request, submit changes for review, or publish a branch to GitHub.

2026-05-17
fix-github-issue
مطوّرو البرمجيات

Fetches GitHub issue descriptions using the gh CLI and implements the fix, feature, optimization, or refactor described. Use when the user asks to fix a GitHub issue, implement an issue, work on an issue by number, or when given an issue URL or number.

2026-05-17
test-evaluator
محللو ضمان جودة البرمجيات والمختبرون

Evaluates tool-use test executions against separated answer keys. Use when grading an agent run, comparing execution transcripts to expected behavior, scoring prompt-suite results, or auditing whether the executor avoided answer files.

2026-05-17