Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

Orion-app

Orion-app contém 23 skills coletadas de nicolasakf, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
23
Stars
5
atualizado
2026-07-24
Forks
0
Cobertura ocupacional
7 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

publish-orion-release
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Cientistas de dados

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
Logísticos

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

2026-07-08
margin-analysis
Analistas financeiros e de investimentos

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
Analistas financeiros e de investimentos

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
Analistas de garantia de qualidade de software e testadores

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
Cientistas de dados

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
Desenvolvedores de software

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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