Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

Orion-app

Orion-app には nicolasakf から収集した 23 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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